body, html{
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #1E5676;
	font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #858585;
	line-height: 18px;
	vertical-align: top;
}
a:link {
	color: #1C506D;
	text-decoration: underline;
}
a:hover {
	color: #1C506D;
	text-decoration: none;
}
a:active {
	color: #858585;
	text-decoration: none;
}
a:visited {
	color: #1C506D;
	text-decoration: underline;
}
#homelink {
	width: 325px;
	height: 50px;
	z-index: 3; 
}
/* Beginning of Main Navigation Styles */
#navigation {
	position:absolute; 
	left:176px; 
	top:102px; 
	width:655px; 
	height:35px; 
	z-index: 3;
}
#navigation ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	float: left;
}
#dropdownMenu01 {
	position:absolute;
	left: 176px;
	top: 137px;
	width: 138px;
	height: 181px;
	z-index: 12;
	visibility: hidden;
	text-align: left;
}
#dropdownMenu02 {
	position: absolute; 
	display:block;
	left: 314px; 
	top: 137px; 
	width: 128px; 
	height: 67px; 
	z-index: 13; 
	visibility: hidden;
	text-align: left;
}
#dropdownMenu03 {
	position:absolute; 
	display:block;
	left:442px; 
	top:137px; 
	width:150px; 
	height:291px; 
	z-index:14; 
	visibility: hidden;
	text-align: left;
}
#dropdownMenu04 {
	position:absolute; 
	display:block;
	left:526px; 
	top:137px; 
	width:115px; 
	height:47px; 
	z-index:15; 
	visibility: hidden;
	text-align: left;
}
#uppernav {
	position:absolute; 
	display:inline;
	left:537px; 
	top:0px; 
	width:293px; 
	height:25px; 
	z-index:16; 
	text-align: left;
}
/* Home Page Quick Links Link Styles*/
div.quickLinks  {
	font: normal 13px "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
	color: #1C506D;
	margin: 15px 0px;
} 
a.quickLink:link {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	background-image: url(images/home/quick_links_bkgrnd_off.gif);
}
a.quickLink:visited {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	background-image: url(images/home/quick_links_bkgrnd_off.gif);
}
a.quickLink:hover {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	color: #858585;
	background-image: url(images/home/quick_links_bkgrnd_on.gif);
}
a.quickLink:active {
	padding: 7px 10px 13px 25px;
	color: #606060;
	display: block;
	text-decoration: none;
	background-image: url(images/home/quick_links_bkgrnd_on.gif);
}
a.quickLinkBottom:link {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	color: #1C506D;
	background-image: url(images/home/quick_links_bkgrnd_bottom_off.gif);
}
a.quickLinkBottom:visited {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	background-image: url(images/home/quick_links_bkgrnd_bottom_off.gif);
}
a.quickLinkBottom:hover {
	padding: 7px 10px 13px 25px;
	display: block;
	text-decoration: none;
	color: #858585;
	background-image: url(images/home/quick_links_bkgrnd_bottom_on.gif);
}
a.quickLinkBottom:active {
	padding: 7px 10px 13px 25px;
	color: #606060;
	display: block;
	text-decoration: none;
	background-image: url(images/home/quick_links_bkgrnd_bottom_on.gif);
}

div.upcomingEvents {
	color: #858585;
	margin: 15px 0px 5px 0px;
	font: 10px/15px "Lucida Grande", Verdana, Arial, sans-serif;
}
a.upcomingEventsLink:link {
	color: #2B2B2B;
	text-decoration: none;
}
a.upcomingEventsLink:visited {
	color: #858585;
	text-decoration: none;
}
a.upcomingEventsLink:hover {
	color: #1C506D;
	text-decoration: underline;
}
a.upcomingEventsLink:active {
	color: #1C506D;
	text-decoration: none;
}

/* DropDown Menu Styles - for some reason I could not get the links to work the way I wanted using less code like the book so there is redundant code. If you can please fix. */
div.dropDowns  {
	font: normal 11px "Lucida Grande", Verdana, Arial, sans-serif;
	text-align: left;
} 
div.dropDowns a:link {
	color: #8C6805;
	padding: 5px 16px 5px 16px;
	display: block;
	text-decoration: none;
	background-color: #E8C051;
}
div.dropDowns a:visited {
	color: #8C6805;
	padding: 5px 16px 5px 16px;
	display: block;
	text-decoration: none;
	background-color: #E8C051;
}
div.dropDowns a:hover {
	color: #8C6805;
	padding: 5px 16px 5px 16px;
	display: block;
	text-decoration: none;
	background-color: #FFD65F;
}
div.dropDowns a:active {
	color: #8C6805;
	padding: 5px 16px 5px 16px;
	display: block;
	text-decoration: none;
	background-color: #FFD65F;
}
div.dropDowns img {
	margin: 0px;
	padding: 0px;
}
/* Beginning of Page Content Styles */
#content {
	position:absolute;
	left:176px;
	top:137px;
	width:655px;
	height:123px;
	z-index:2;
	background-color: #FFFFFF;
	layer-background-color: #FFFFFF;
	border: 1px none #000000;
	font-weight: normal;
}
.right1pxMargin {
	margin-right: 1px;
}
.right3pxMargin {
	margin-right: 5px;
}

.dropdownBorders {
	border: 1px solid #BA9D4D;
}
.textBlue {
	color: #1C506D;
}
.textDarkGray {
	color: #606060;
}
.breadcrumbs {
	height: 15px;
	font-size: 9px;
	color: #1C506D;
	padding-bottom: 18px;
}
.breadcrumbs a:link {
	color: #41BAFE;
}
.breadcrumbs a:hover {
	color: #1C506D;
	text-decoration: none;
}
.breadcrumbs a:active {
	color: #41BAFE;
}
.breadcrumbs a:visited {
	color: #41BAFE;
}
li.numbullet {
	list-style: decimal;
}
li.cirbullet {
	list-style: circle;
}
li.nobullet {
	list-style: none;
}
/* also contains of FeaturePage Styles */
.textcontent, .featurepage01, .featurepage02, .featurepage03 {
	text-align: left;
	padding-top: 18px;
	padding-bottom: 25px;
	font-weight: normal;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
}
.textcontent p {
	font-size: 11px;
	line-height: 18px;
}
.textcontent img {
	float: left;	
	margin-right: 10px;
	margin-bottom: 5px;
}
.textHeadline {
	font-size: 24px;
	color: #1C506D;
	line-height: 20px;
	text-align: left;
	font-weight: bold;
}
.textSubheadline {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}
div.textWeekdayEvents {
	font-size: 18px;
	color: #5a5a5a;
	line-height: 20px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 5px 0px;
	border-bottom: 1px solid #5a5a5a;
}
.textSubsubhead {
	font-size: 12px;
	color: #1C506D;
	line-height: 18px;
	text-align: left;
	text-transform: uppercase;
	font-style: normal;
}
.textSubsubheadSC {
	font-size: 12px;
	color: #1C506D;
	line-height: 18px;
	text-align: left;
	font-style: normal;
}
.contact {
	font-size: 12px;
	color: #1C506D;
	line-height: 18px;
	text-align: left;
	font-style: normal;
}
.scripture {
	font-style: oblique;
	text-align: center;
}
.classes {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ba9d4d;
}
.classname {
	font-size: 14px;
	color: #1C506D;
}
.leadersname {
	color: #858585;
	font-size: 12px;
}
.leadersname a:link {
	color: #1C506D;
	text-decoration: underline;
}
.leadersname a:hover {
	color: #858585;
	text-decoration: none;
}
.ministrymission {
	font-size: 11px;
	color: #000;
}
.time {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.map {
	text-align: center;
	width: 396px;
	float: right;
}
.map img {
	border-style: solid; 
	border-color: #cccccc;
	border-width: 1px; 
}
/* Begining of Staff Styles */
.staffministry {
	font-size: 12px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
	max-width: 397px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.clear {
	clear: both;
}
/* Ending of Staff Styles */

/* Beginning of FeaturePage Styles */
.featurescontent {
	text-align: left;
	padding-top: 18px;
	padding-bottom: 25px;
	font-weight: normal;
	vertical-align: top;
	font-size: 11px;
	line-height: 18px;
	width: 397px;
}
.featurecontent01 {
	margin-top: 325px;
}

/* Ending of FeaturePage Styles */

/* Ending of Page Content Styles */

/* Beginning of SubNavigation Styles */
.subnav {
	display: block;
	padding-top: 25px;
	width: 230px;
	text-align: left;
}
a.subnavtop {
	color: #1C506D;
	background-color: #ffffff;
	width: 192px;
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
	margin: 0px;
}
a.subnavtop:link {
	text-decoration: none;
	background-image: url(images/subNav_top.jpg);
	background-repeat: no-repeat;
}
a.subnavtop:visited {
	text-decoration: none;
		background-image: url(images/subNav_top.jpg);
	background-repeat: no-repeat;
}
a.subnavtop:hover {
	text-decoration: none;
 	background-image: url(images/subNav_top_hover.jpg);
	background-repeat: no-repeat;
}
a.subnavtop:active {
	text-decoration: none;
 	background-image: url(images/subNav_top_hover.jpg);
	background-repeat: no-repeat;
}
a.subnavrest {
	color: #1C506D;
	width: 192px;
	height: 10px;
	float: right;
	padding-top: 8px;
	padding-left: 15px;
	padding-bottom: 10px;
	text-align: left;
	font-weight: normal;
	font-size: 10px;
}
a.subnavrest:link {
	text-decoration: none;
	background-image: url(images/subNav_rest.jpg);
	background-repeat: no-repeat;
}
a.subnavrest:visited {
	text-decoration: none;
	background-image: url(images/subNav_rest.jpg);
	background-repeat: no-repeat;
}
a.subnavrest:hover {
	text-decoration: none;
 	background-image: url(images/subNav_rest_hover.jpg);
	background-repeat: no-repeat;
}
a.subnavrest:active {
	text-decoration: none;
 	background-image: url(images/subNav_rest_hover.jpg);
	background-repeat: no-repeat;
}
.subnavbottom {
	width: 192px;
	height: 10px;
	float: right;
	text-align: left;
	font-weight: normal;
	padding-left: 15px;
	background-image: url(images/subNav_bottom.jpg);
	background-repeat: no-repeat;
}
/* Ending of SubNavigation Styles */
#staff {
	padding: 0px;
	margin: 0px;
	width: 397px;
}
