/* CSS Document */

/* --------------------------------------- */
/* --( Style Sheet Import )-- */
/* --------------------------------------- */

@import url(nav.css);

/*---------------------------------------- */

body {
	background-color: #9C7961;
	background-image: url(../images/bodyBG.gif);
	background-position: top;
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h1 {
	margin: 0;
	color: #00A85A;
	font-size: 20px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	margin: 0;
	color: #00A85A;
	font-size: 24px;
	font-weight: normal;
}
h3 {
	margin: 0;
	color: #A2816B;
	font-size: 18px;
	font-weight: normal;
}
#wrapContainer {
	margin: 0 auto;
	height: 100%;
	background: url(../images/wrapContainerBG.gif) repeat-y top center;
}
#headerGradientBG {
	margin: 0 auto;
	background: url(../images/wrapBG.gif) no-repeat top center;
}
#wrap {
	width: 760px;
	margin: 0 auto;
	padding: 0 17px 10px 17px;
}
#leftshadow {
	width: 794px;
	background: url(../images/topleftshadowBG.gif) no-repeat top left;
	margin: 0 auto;
}
#rightshadow {
	background: url(../images/toprightshadowBG.gif) no-repeat top right;
	margin: 0 auto;
}
#topContainer {
	width: 100%;
	height: 93px;
}
/* self clearing rules */
#topContainer:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topContainer { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topContainer { display: block; }
/* End hide from IE-mac */
#logo {
	margin: 18px 0 0 0;
	float: left;
	position: absolute;
	z-index: 0;
}
#logo a:link, #logo a:visited {
	width: 420px;
	height: 81px;;
	font-size: 1px;
	text-indent: -3000px;
	display: block;
	background: url(../images/logo.gif) no-repeat;
}
#tools {
	float: right;
	width: 382px;
	text-align: right;
	position: relative;
	z-index: 10;
}
/* self clearing rules */
#tools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#tools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#tools { display: block; }
/* End hide from IE-mac */
#topTools {
	margin: 0;
	padding: 0;
}
#topTools ul {
	text-align: right;
	margin: 0;
	padding: 0;
	width: 160px;
	float: right;
}
#topTools ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#topTools ul li a:link, #topTools ul li a:visited {
	border-left: solid 1px #999;
	color: #666;
	text-decoration: none;
	float: left;
	font-size: 11px;
}
#topTools ul li a:hover {
	text-decoration: underline;
}
#topTools ul li a.home {
	padding: 16px 13px 0 23px;
	background-image: url(../images/iconHome.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
#topTools ul li a.contact {
	padding: 16px 13px 0 27px;
	background-image: url(../images/iconContact.gif);
	background-repeat: no-repeat;
	background-position: 7px 17px;
}
/* self clearing rules */
#topTools:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#topTools { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#topTools { display: block; }
/* End hide from IE-mac */
#nav {
	clear: both;
	text-align: right;
	width: 380px;
	margin: 0px 10px 0pt 0pt;
	float: right;
	height: 39px;
	padding-bottom:20px;
}
* html #nav {
	position: relative;
	left: -10px;
	margin-right: 0;
}
/* self clearing rules */
#nav:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#nav { display: inline-block; _height: 1%; }
/* Hides from IE-mac \*/
#nav { display: block; }
/* End hide from IE-mac */
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 13px;
	font-weight: bold;
	padding: 12px 8px;
	color: #31437A;
	text-decoration: none;
	display: block;
	float: left;
	background-image: url(../images/navBG.gif);
	background-repeat: no-repeat;
	background-position: -22px 0px;
}
#nav ul li a:hover {
	background-position: -464px 0px;
}
#nav ul li a.home {
	background-position: 0px 0px;
}
#nav ul li a.home:hover {
	background-position: -436px 0px;
}
#nav ul li a.contact {
	background-position: -372px 0px;
}
#nav ul li a.contact:hover {
	background-position: -808px 0px;
}
#nav .sep {
	width: 2px;
	height: 39px;
	display: block;
	float: left;
	background: url(../images/navSep2.gif) no-repeat;
}
	/* --( Drop Down )-- */
		#nav ul li ul {
			background: #FFFFFF;
			border: 1px solid #CCCCCC;
		}
		#nav ul li ul li {
			border-bottom: 1px solid #CCCCCC;
		}
		#nav ul li ul {
			width: 135px; /* Define dropdown width */
		}
		#nav ul li ul li a {
			width: 125px; /* Subtract link padding L&R from dropdown width */
		}
		#nav ul li ul li a {
			text-align: left;
			padding: 4px;
			color: #31437A;
			font: .9em Verdana, Arial, Helvetica, sans-serif;
			font-weight: normal;
			background: transparent;
			text-decoration: none;
		}
		#nav ul li ul li a:hover {
			background: #506796;
			color: #FFF;
		}
		#nav ul li:hover ul, /* pure CSS hover is removed below */
		#nav ul li.sfHover ul {
			top: 35px;
		}

#header {
	width: 760;
	overflow: hidden;
	height: 146px;
	margin: 17px 0 0 0;
	clear: both;
}
.pics {
	padding: 0;
}
.pics img {
	width: 760px;
	height: 146px;
	top: 0;
	left: 0;
}
* html #header {
	margin-top: -1px; /* IE Fix for spacing between #nav and #header */
}
#contentContainer {
	text-align: left;
	padding-top: 11px;
}
#content {
	width: 735px;
	float: left;
	padding-left: 10px;
}
#content.home {
	width: 473px;
	float: right;
}
#content p {
	text-align: left;
}
#content p strong {
	color: #5C6A92;
}
#contentContainer #content dl {
	margin: 0 auto;
	display: inline;
}
#contentContainer #content dl dt {
	display: block;
	float: left;
	width: 274px;
	margin-left: 50px;
	padding: 20px auto;
}
#contentContainer #content dl dd {
	display: block;
	float: left;
	width: 300px;
	padding: 20px auto;
}
#contentContainer #content dl dd ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#contentContainer #content dl dd ul li {
	margin: 5px 0;
	padding: 0;
}
#contentContainer #content dl dd ul li a {
	background: url(../images/li_arrow.gif) 0px 5px no-repeat;
	padding: 10px 0 10px 20px;
	color: #31437A;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	line-height: 0;
}
#contentContainer #content dl dd ul li a:hover {
	text-decoration: underline;
}
* html #contentContainer #content dl dd ul li { /* IE hack for homepage li vertical spacing */
	margin: -5px auto;
}

/* Contact Info Styles */
#contentContainer #content #contact_info {
	width: 225px;
	float: left;
	margin-top: 15px;
}
#contentContainer #content #contact_info address {
	font-style: normal;
}
/* Contact Form Styles */
#contentContainer #content table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer #content table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer #content table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer #content table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* Quick Links Styles */
#quicklinks {
	margin-top: 1.5em;
	float: left;
	width: 262px;
	padding: 0;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#quicklinks span.header {
	background: url(../images/links_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#quicklinks ul {
	list-style: none;
	margin-left: 0;
	padding-left: 20px;
}
#quicklinks ul li {
	display: inline;
	margin: 0;
}
#quicklinks ul li a {
	background: url(../images/li_arrow.gif) 0px 5px no-repeat;
	padding: 10px 0 10px 20px;
	color: #31437A;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	line-height: 0;
}
#quicklinks ul li a:hover {
	text-decoration: underline;
}
#quicklinks span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* Worship Center Styles */
#worship_center {
	margin-top: 1.5em;
	float: left;
	clear: left;
	width: 262px;
	padding: 0;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#worship_center span.header {
	background: url(../images/worship_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#worship_center address {
	margin: 1.25em;
	font-style: normal;
}
#worship_center address strong {
	color: #22B470;
}
#worship_center p {
	margin-left: 1.25em;
}
#worship_center span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}


/* Event Styles */
#events {
	float: right;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
	clear: right;
	margin-top: 20px;
}
#events span.header {
	background: url(../images/events_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#events address {
	margin: 1.25em;
	font-style: normal;
}
#events p strong {
	color: #22B470;
}
#events p {
	margin-left: 1.25em;
	text-align: left;
}
#events span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* About Section Styles */
#about_section {
	float: right;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#about_section span.header {
	background: url(../images/about_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#about_section p {
	margin-left: 1.25em;
}
#about_section ul li {
	margin-bottom: .5em;
}
#about_section span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* Youth Ministry Styles */
#youth_ministry {
	float: right;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#youth_ministry span.header {
	background: url(../images/youth_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#youth_ministry address {
	margin: 1.25em;
	font-style: normal;
}
#youth_ministry address strong {
	color: #22B470;
}
#youth_ministry p {
	margin-left: 1.25em;
}
#youth_ministry span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* Children Ministry Styles */
#children_ministry {
	float: right;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#children_ministry span.header {
	background: url(../images/children_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#children_ministry address {
	margin: 1.25em;
	font-style: normal;
}
#children_ministry address strong {
	color: #22B470;
}
#children_ministry p {
	margin-left: 1.25em;
}
#children_ministry span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* Women Ministry Styles */
#women_ministry {
	float: right;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
}
#women_ministry span.header {
	background: url(../images/women_head.gif) no-repeat top left;
	width: 260px;
	height: 65px;
	display: block;
	margin: 0;
	padding: 0;
	text-align: left;
	text-indent: -3000px;
}
#women_ministry address {
	margin: 1.25em;
	font-style: normal;
}
#women_ministry address strong {
	color: #22B470;
}
#women_ministry p {
	margin-left: 1.25em;
}
#women_ministry span.foot {
	width: 260px;
	height: 16px;
	display: block;
	background: url(../images/worship_foot.gif) no-repeat top left;
	margin-top: 0;
}

/* Quote Styles */
#quote {
	margin: auto;
	padding: auto;
}
#quote .quoteText {
	color: #31437a;
	font-style: italic;
	font-size: 12px;
	margin: 0 30px;
	display: block;
	padding-bottom: 0;
}
#quote .quoteAuthor {
	color: #31437a;
	font-size: 11px;
	float: right;
	padding-top: 0;
	margin-top: 0;
}
#quote .quoteAuthor .name {
	font-weight: bold;
}
#quote .left_quote {
	background: url(../images/left_quote.gif) no-repeat;
	width: 22px;
	height: 20px;
	float: left;
}
#quote .right_quote {
	background: url(../images/right_quote.gif) no-repeat;
	width: 22px;
	height: 20px;
	float: right;
}
#bioPic {
	float: left;
	padding: 3px 10px 0 0;
}
#sideGraph {
	margin: 0;
	color: #D1A76F;
	font-size: 20px;
	font-weight: normal;
	text-align: right;
	height: 368px;
	background: url(../images/house1.jpg) no-repeat bottom right;
	padding-right: 5px;
}
#seaCoast {
	width: 176px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 36px;
	display: block;
	background: url(../images/seaCoast.gif) no-repeat;
	float: left;
	margin-top: 22px;
}
#contactToday {
	width: 213px;
	height: 0;
	font-size: 1px;
	overflow: hidden;
	padding-top: 79px;
	display: block;
	background: url(../images/contactMe.gif) no-repeat;
	float: right;
}
#footerContainer {
	background: url(../images/footerBg.gif) repeat-x;
	margin-top: 10px;
}
#footerContainer .capL {
	float: left;
	width: 11px;
	height: 73px;
	background: url(../images/footerCapL.gif) no-repeat;
}
#footerContainer .capR {
	float: right;
	width: 11px;
	height: 73px;
	background: url(../images/footerCapR.gif) no-repeat;
}
#footer {
	height: 73px;
	font-size: 11px;
	color: #F4F4F4;
}
#footer address {
	text-align: left;
	font-style: normal;
	margin: 9px 0 0 0;
	float: left;
}

#footer div {
	float: right;
	text-align: right;
	margin: 9px 0 0 0;
}

#footer p {
	margin: 4px 0 0 0;
}
#footer a, #footer a:visited {
	color: #F4F4F4;
	text-decoration: none;
} 
#footer a:hover {
	text-decoration: underline;
}

#footer ul {
	margin: 0;
	padding: 0;
}
#footer ul li {
	display:inline;
}
#footer ul li a, #footer ul li a:visited {
	margin: 0 4px;
	color: #F4F4F4;
	text-decoration: none;
} 
#footer ul li a:hover {
	color: #F4F4F4;
	text-decoration: underline;
}


/* --( Verse Styles )-- */
#verse {
	margin: .5em auto;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color: #A2816B;
	font-size: 1.33em;
	width: 588px;
}
#verse span {
	font-size: .75em;
	color: #C4C4C4;
}

/* --( Narrow Forms )-- */
.narrowforms {
	float: left;
	width: 262px;
	padding: 0 10px;
	background: url(../images/worship_body.gif) repeat-y top center;
	margin: 0 auto;
}
#contentContainer #content .narrowforms table thead {
	background: url(../images/prayer_head.gif) no-repeat top left;
	height: 66px;
}
#contentContainer #content .narrowforms table.member thead {
	background: url(../images/member_head.gif) no-repeat top left; /* Become A Member */
	height: 66px;
}
#contentContainer #content .narrowforms table.formtab {
	background: none;
	border: none;
}
#contentContainer #content .narrowforms table.formtab label {
	font-size: 12px;
}
#contentContainer #content .narrowforms table.formtab input, #contentContainer #content .narrowforms table.formtab textarea {
	width: 200px;
}
#contentContainer #content .narrowforms table tfoot {
	background: url(../images/worship_foot.gif) no-repeat top left;
	height: 16px;
}
#contentContainer #content .narrowforms table.formtab .sendbutton {
	width: 100px;
}
#contentContainer #content .narrowforms table.formtab .resetbutton {
	width: 50px;
}
#contentContainer #content .narrowforms table.formtab td {
	vertical-align: bottom;
}
#contentContainer #content .narrowforms .member table.formtab #address { width: 139px; }
#contentContainer #content .narrowforms .member table.formtab #city { width: 139px; }
#contentContainer #content .narrowforms .member table.formtab #state { width: 30px; }
#contentContainer #content .narrowforms .member table.formtab #zip { width: 45px; }
.clear {
	clear: both;
}
.center {
	text-align: center;
}
.standout {
	width: 70%;
	margin: 0 auto;
	padding: 15px;
	background: #d6ecf3;
	border: #006699 dashed 1px;
	font-weight: bold;
	width: 700px;
	color: #000066;
}
.standout p {
	margin-top: 0;
	text-align: center;
}
.standout h3 {
	margin: 0;
	text-align: center;
}
.special {
	width: 70%;
	margin: 20px auto 0 auto;
	padding: 15px;
	background: #d6ecf3;
	border: #006699 dashed 1px;
	font-weight: bold;
	color: #000066;
	text-align: center;
}
.special p {
	margin-bottom: 0;
}
.small {
	font-size: 11px;
}
a:link {
color:#A2816B;
font-weight:bold;
text-decoration:none;
}
a:visited {
color:#A2816B;
font-weight:bold;
text-decoration:none;
}
a:hover {
color:#A2816B;
font-weight:bold;
text-decoration:underline;
}
