@charset "UTF-8";
/* CSS Document */

/*-----------------------------------------------------------------------------
Style Sheet 

version:   1.1
author:    Erik Peterson
company:   Project o3, LLC
website:   http://www.covenantnaples.com/
date:	   8.27.2010
-----------------------------------------------------------------------------*/

/*
Colors:
	#005B7F = Dark Teal
	#0076A3 = Light Teal for links
	#7C0208 = Dark Red
	#9e0b0f = Medium Red for sidebar links
	#534740 = Brown for body text
	#736357 = Medium Brown for sidebar quote
	#534741 = Lighter Brown for H6
	#DEDAB2 = Tan for nav
	#F9F4C8 = Yellow for form fields
	#d2c8ac = Rules around verses	
	#f5d49e = Peach for blockquote background
	#b1aa99 = Sermon Art image borders (tan)
*/

/* @group global resets */
/* 'reset.css' User Interface Library: http://developer.yahoo.com/yui */

*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0; }

table { border-collapse:collapse; border-spacing:0;}

fieldset, img { border:0; }

address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal; }

ol, ul, li { list-style:none; }

caption, th { text-align:left; }

h1, h2, h3, h5, h5, h6 { font-size:100%;  }

q:before, q:after { content:''}



/* re-RESET */

strong { font-weight: bold; }

em { font-style: italic; }

ol, ul, li { list-style:none; }

* a { position:relative; } /* Gets links displaying over a PNG background */

a { outline:none; } /* Gets rid of Firefox's dotted borders */

a img { border:none; } /* Gets rid of IE's blue borders */

body { background:white; text-align:center }

/* @end */

/* @group basic typography */

h1 { 
	font: 32px/40px Georgia, 'Times New Roman', Times, serif;
	color: #005B7F;
	padding: 50px 0 20px 0; 
}

h2 { 
	font: 16px/20px Georgia, 'Times New Roman', Times, serif; 
	color: #005B7F;
	padding: 20px 0 0 0;
}

h3 { 
	font: 14px/18px Georgia, 'Times New Roman', Times, serif; 
	color: #7C0208;
}
h4 { 
	font: italic 12px/16px Georgia, 'Times New Roman', Times, serif; 
	color: #7C0208;
}

h5 { 
	font: italic 10px/14px Georgia, 'Times New Roman', Times, serif; 
	color: #005B7F;
}

h6 { 
	font: 16px/20px Georgia, 'Times New Roman', Times, serif;
	color: #534741;	 
}

body, p, label {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #534740;
}

dt, dd, input, textarea { font-family: Georgia, "Times New Roman", Times, serif; }

li {font-family: Georgia, "Times New Roman", Times, serif;}

p, li, dt, dd, label { font-size:13px; line-height:20px;}
p { margin-bottom: 13px;}
label{color: #FFF;}

input, textarea { 
	font-size: 12px;
	font-family : "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; 
	color: #534740;
}

blockquote {
	font-size:13px; 
	line-height:20px;
	margin: 5px 0 10px 10px ;
}

ul.bList {
	margin-bottom: 13px;
}

ul.bList li{
	list-style-type: disc;
	margin-left: 40px;
}

.highlight {
	background-color: #f5d49e;
	padding: 1px;
}

#subColLt h2, #events h2, h3.welcome {
	margin-bottom: 10px;
}

h3.welcome {
	margin-top: 40px;
}

#subColLt h3{
	color: #FFF;
	line-height: 20px;
	margin-bottom: 5px;
	margin-right: 10px;
}

#rtSideMinLinks h2, #rtArchiveLinks h2 {
	color: #736357;
	margin: 0 0 5px 0;
}

#rtArchiveLinks p.year {
	color: #7C0208;
	margin: 20px 0 0 0;
	padding: 0;
}

#subColLt p {
	margin-right: 10px;
}

#subColLt .highlight {
	background-color: #7C0208;
	padding: 1px;
}

p.extSummary {
	padding-top: 30px;
	width: 532px ;
}

p.missions{
	margin-top: 20px;
}

.smText {
	font-size: 11px;
	line-height: 14px;
}



.smTextTitles {
	font-size: 11px;
	line-height: 14px;
	font-style: italic;
	color: #0076A3;
}

ul.elders li,
ul.deacons li{
	float: left;
	display: inline;
	width: 175px;
}

ul.elders,
ul.deacons {float: left; margin-bottom: 10px;}

p.verse {
	margin-top: 10px;
}

.blue {color:#005B7F;}

.normal {
	font-weight: normal;
	font-style: normal;
}

/* @group sermons */

h4.author {
	color: #534741;
	font-style: normal;
}

p.summary {
	margin-top: 10px;
}

.sTextHead, .scriptRef {
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	display: inline;
}

.sTextHead {
	float: left;
}

.scriptRef {
	font-style: italic;
	color: #7C0208;
	float: right;
}

p.srmCopyright {
	margin-top: 10px;
	font-size: 10px;
	line-height: 12px;
}

/* @end */

/* @group sidebar Quote */

#columnTwo p.quote {
	color: #736357;
	font: italic 17px Georgia, "Times New Roman", Times, serif;
	line-height: 28px;
	border-top: 4px solid #d2c8ac;
	margin: 60px 35px 5px 30px;
	padding: 5px 0 5px 2px ;
}
#columnTwo p.quoteCredit {
	color: #005B7F;
	font: small-caps 12px Georgia, "Times New Roman", Times, serif;
	line-height: 17px;
	border-top: 2px solid #d2c8ac;
	border-bottom: 2px solid #d2c8ac;
	margin: 0 35px 2px 30px;
	text-align: right;
}

/* @end */

/* @group service Times */

#logoCardWTimes a.homeLink,
#logoCardBrown a.homeLink,
#logoCard a.homeLink{
	height: 152px;
	width: 240px;
	margin: 0 0 0 24px;
	display: block;
	text-indent: -9999px;
	/*border: 1px dotted teal;*/
}

#logoCardWTimes p {
	text-align: center;
	font-size: 11px;
	line-height: 16px;
}

#logoCardWTimes h3 {
	padding-top: 93px;
	color: #005B7F;
	text-align: center;
	font-weight: bold;
}

/* @end */

/* @group credit */

#credit p, #credit a {
	text-decoration: none;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: right;
	color: #3a819c;
	padding: 2px 3px;
	margin-right: 2px;
	margin-bottom: 15px;
}

#credit a:hover {
	background-color: #418fad;
	color: #c9e0e9;
}



/* @end */

/* @group footer text */

#footer h2 {
	color: #DEDAB2;
	margin-bottom: 5px;
}
#footer h3 {
	font: 13px/18px Georgia, "Times New Roman", Times, serif;
	color: #FFF;
	padding: 20px 0 0 0;
}

#footer p {
	color: #DEDAB2;
	margin-bottom: 5px;
}

#footer p.copyright {
	font: 10px/12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #9b6567;
	margin-bottom: 0;
	
}

/* @end */
/* @end */

/* @group layout */

body {
	background: url(/assets/images/common/blueTile.jpg) repeat 0 0;
}

#bkgd {
	background: url(/assets/images/common/bluebkgd.jpg) repeat-x 0 0;
	min-height: 600px;
	/*border: 1px solid blue;*/
}

#wrapper {
	/*border: 1px solid pink;*/
	width: 869px;
	margin: 0 auto 0 auto;
}

#contentTop {
	background: url(/assets/images/common/paperTop.png) no-repeat 0 bottom !important;
	background: url(/assets/images/common/paperTop.gif) no-repeat 0 bottom;
	height: 15px;
}

#contentShadow {
	background: url(/assets/images/common/glow.png) repeat-y 0 0 !important;
	background: url(/assets/images/common/glow.gif) repeat-y 0 0;
	/*border: 1px dotted red;*/
}

#contentShadowEnd {
	background: url(/assets/images/common/shadowEnd.png) no-repeat 0 0 !important;
	background: url(/assets/images/common/shadowEnd.gif) no-repeat 0 0;
	height: 10px;
}

#contentWrapper{
	background: url(/assets/images/common/paperTile.jpg) repeat 0 0;
	width: 855px;
	margin: 0 7px;
	text-align: left;
	/*border: 1px dotted orange;*/
}

#columnOne {
	width: 532px;
	margin: 0 10px 0 20px;
	padding: 0;
	float: left;
	/*border: 1px dotted green;*/
}

#columnTwo {
	width: 283px;
	margin: 0;
	padding: 0;
	float: right;
	/*border: 1px dotted gray;*/
}

.resources {
	margin: 10px 0;
	min-height: 240px;
	/*border: 1px dotted red;*/
}

.writeup {
	width: 362px;
	margin-right: 30px;
	float: left;
	/*border: 1px dotted orange;*/
}

iframe.amazonAff {
	width:120px;
	height:240px;
	float: right;
	background-color: transparent;
	display: block;
	/*border: 1px dotted pink;*/
}

img.negLftMar {
	margin-left: -15px;
	margin-bottom: 7px;
}

img.negLftMarFlt {
	margin: 0 10px 5px -15px;
	float: left;
}

img.graceImg {
	margin: 10px 0 40px 30px;
}

img.podcastBut {
	margin-left: 41px;
}

#podcastButton {
	display:block;
	float:left;
}

.controls { 
	float:left;
	width:300px;
}

.mp3player {
	float:left;
	margin:1px 0 10px 0;
}

.video {
	background-color: #F9F4C8;
	padding: 15px 20px 10px 20px;
	margin: 0 20px 20px 0;
	float: left;
}

.video #player {
	padding-bottom: 10px;
}

/* @group photoFrame */

.frame { /* because I have set the width, all images MUST be 150px wide */
	width: 188px;
	float: left;
	margin: 10px 20px 5px -15px;
	font-size: 0px; /* set font size to 0 so IE6 will allow for 2px tall div otherwise it will be as tall as font size for the div */

}
.topR  {
	background: url(/assets/images/common/slideDoor_topR.gif) no-repeat right top;
	position: relative;
	height: 16px;
}

.fContentR {
	background: url(/assets/images/common/slideDoor_repY.gif) repeat-y right top;
	position: relative;
	min-height: 46px;
}

.botR {
	background: url(/assets/images/common/slideDoor_botR.gif) no-repeat right bottom;
	position: relative;
	height: 22px;
}


.topL {
	background: url(/assets/images/common/slideDoor_topL.gif) no-repeat left top;
	position: relative;
	height:  16px;
	width: 21px;
}

.fContentL {
	background: url(/assets/images/common/slideDoor_repY_lt.gif) repeat-y left top;
	position: relative;
	min-height: 46px;
	height: auto !important;
	width: 21px;
}

.botL {
	background: url(/assets/images/common/slideDoor_botL.gif) no-repeat left bottom;
	position: relative;
	height: 22px;
	width: 21px;
}

.frame img {
	margin-left: 21px;
}


/* @end */

/* @group sermons */

/* @group Through the Bible */

#ttb_info {
	float: left;
	width: 250px;
}

#ttb_info p {
	margin: 0;
}

#ttb_info .speaker {
	color: #7C0208;
	font-style: italic;
	margin-bottom: 5px;
}

#ttb_audio {
	float: left;
	padding-top: 57px;
}

/* @end */

img.sermonArt {
	float: left;
	height: 150px;
	width: 150px;
	margin: 10px 20px 20px 0;
	border: 2px solid #b1aa99;
}

/* @end */

/* @group events */

#categoryList {
	background: url(/assets/images/events/eventsTornPaper.gif) no-repeat 0 0;
	width: 538px;
	height: 104px;
	margin-left: -6px;
}

#categoryList p{
	/*border: 1px solid red;*/
	width: 250px;
	font-size: 16px;
	line-height: 22px;
	color: #534740;
	padding: 40px 30px 20px 25px;
	float: left;
}


#categoryList form{
	float: left;
	padding-top: 62px;
}

.singleEvent p{
	margin-bottom: 3px;
}

.narrow_col {
	display: block;
	width: 350px;
}

/* @end */

/* @group map */

#mapFrame {
	/*float: left;*/
	background: url(/assets/images/directions/mapFrame.gif) no-repeat 0 top;
	width: 541px;
	height: 478px;
	margin-left: -9px;
	z-index: 2;
}

iframe#gMap {
	margin: 30px 0 0 27px;
	z-index: 200;
	/*float: left;*/
}

#mapAddress {
	/*float: left;*/
	background: url(/assets/images/directions/address.gif) no-repeat 0 bottom;
	width: 541px;
	height: 478px;
	/*margin-left: -9px;*/
	z-index: 1;
}

#churchPhoto {
	margin-left: -40px;
	position: relative;
}

a#mapClick {
	font-size: 12px;
	width: 100px;
	position: relative;
	top: -75px;
	left: 415px;
	display: block;
	padding-left: 12px;
	background: url(/assets/images/common/arrow_lt.gif) no-repeat 0 center;
}

a#mapClick:hover{
	background: url(/assets/images/common/arrow_lt_on.gif) no-repeat 0 center;
}

a.directions {
	color: #005B7F;
	display: block;
	float: left;
	font-size: 10px;
	font-weight: bold;
	padding: 1px 4px;
	margin: -130px 0 0 88px;
}

a.directions:hover {
	background-color: #005B7F;
	color: #DEDAB2;
	text-decoration: none;
}


/* @end */

/* @group home Columns */

#subColLt {
	width: 245px; 
	float: left;
	/*border: 1px dotted orange;*/
}

#subColCent {
	width: 287px;
	float: left;
	/*border: 1px dotted gray;*/
}

#subColCent .hRule {
	margin: -12px 10px 5px 10px;
	/*border: 1px dotted pink;*/
}

#innerColLt {float: left; width: 150px;}
#innerColRt {float: right; width: 90px; text-align: center; margin-right: 5px;}

.hmSrmArt {
	width: 77px;
	height: 77px;
	border: 2px solid #b1aa99;
}

#events {
	margin: 17px 20px 0 20px;
}

.singleEvent {
	/*border: 1px solid blue;*/
}

#events .hRule {
	padding: 5px 0;
	/*margin: 5px;*/
}

.datebox {
	background-color: #F9F4C8;
	height: 46px;
	width: 46px;
	padding: 4px;
	float: left;
}

.innerDatebox {
	border: 1px solid #b1aa99;
	height: 44px;
	width: 44px;
}

p.dNumber {
	font-size: 28px;
	line-height: 28px;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #675549;
}

p.dMonth {
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	padding: 1px 0 0 0;
	color: #005B7F;
	text-align: center;
	text-transform: uppercase;
}

.infoWrapper {
	margin-left: 65px;
	margin-bottom: 0;
	min-height: 54px;
}

#events .infoWrapper a{
	font-size: 11px;
	line-height: 13px;
	margin: 0;
	padding: 0;
	display: block;
}

.infoWrapper h4 {
	font-style: normal;
	line-height: 16px;
	padding-top: 5px;
	font-weight: bold;
}

/* @end */



/* @group Slideshow */

ul.crossfade {padding: 0; margin: 0; list-style: none; position: relative;}
#fade li, #fade2 li   {position: absolute; top: 0; left: 0; width: 567px; height: 360px; background-color: transparent; visibility: hidden;}
li img {display: block;}
.caption {clear: both; display:none;}
.slideshow {position: relative; padding:0; margin: 0 0 0 -20px; width: 567px; height: 360px;}
.slideshowFeat {position: relative; padding:0; margin: 0 0 0 0px; width: 287px; height: 233px;}
.control { 	position: absolute;	z-index: 100; cursor: pointer; font-size: 2em; font-weight: bold; color: #000;}
#fade-next, #fade2-next {right: 8%; top: 90%;}
#fade-previous, #fade2-previous {left: 6%; top: 90%;}

/* @end */

/* @group Staff Page */

#staffAnchors {
	background: url(/assets/images/staff/staffAncPaper.gif) no-repeat 0 0;
	min-height: 94px;
	margin-left: -7px;
	font: 12px/16px Georgia, "Times New Roman", Times, serif;
	color: #0076A3;
	padding: 43px 15px 0 23px;
}

.staffMember {
	margin: 20px 0 0px -7px;
	min-height: 223px;
	/*border: 1px dotted green;*/
}

.staffMember img {
	float: left;
	margin: 0 10px 20px 0;
	padding: 0;	
	width: 177px;
	height: 223px;
}

.staffMember h3 {
	padding-top: 12px;
}

.staffMember blockquote {
	padding-left: 185px;
}

/* @end */

/* @group horizontalRule */

.hRule {
	background: url(/assets/images/common/horLine.gif) repeat-x 0 center;
	height: 2px;
	/*border: 1px dotted orange;*/
}

#rtArchiveLinks .hRule,
#rtSideMinLinks .hRule {
	background: url(/assets/images/common/horLine_dk.gif) repeat-x 0 center;
	margin-bottom: 0px;
	
}

.hRuleSermon,
.hRuleElders,
.hRule10pxBot {
	background: url(/assets/images/common/horLine.gif) repeat-x 0 center;
	height: 2px;
	margin-bottom: 10px;
}

/* @end */

/* @group branding */

#logoCardWTimes {
	background: url(/assets/images/common/covLogo_blue.gif) no-repeat 0 0;
	height: 337px;
	margin-top: 10px;
	/*border: 1px dotted red;*/
}



#logoCardBrown{
	background: url(/assets/images/common/covlogo_brown.gif) no-repeat 0 0;
	min-height: 450px;
	/*width: 283px;*/
	margin-top: 10px;
}

#logoCard{
	background: url(/assets/images/common/covLogo.gif) no-repeat 0 0;
	height: 181px;
	margin-top: 10px;
}

/* @end */

/* @group Footer */

#footerTop {
	background: url(/assets/images/common/foot_TornEdge.png) no-repeat 0 0 !important;
	background: url(/assets/images/common/foot_TornEdge.gif) no-repeat 0 0;
	height: 16px;
	margin-top: 10px;
}
#footer {
	background: url(/assets/images/common/redTile.jpg) repeat -20px 0;
	padding: 0 20px 10px 20px;
	/*margin-top: 16px;*/
	/*float: left;*/
	/*border: 1px dotted white;*/
}

.pca {
	width: 500px;
	display: inline-block;

}

#footer p.white {
	color: white;
	line-height: 15px;
	margin-bottom: 10px;
	margin-top: 5px;
}

/* @end */

/* @end */

/* @group links */

a {	color: #0076A3; text-decoration: none; }
a:hover, #staffAnchors  a:hover, .infoWrapper a:hover, #subColLt h3 a:hover { color: #7C0208; text-decoration: underline; }

a.more {
	font-size: 12px;
	color: #0076A3;
	background: url(/assets/images/common/arrow_rt.gif) no-repeat right 3px ;
	float: right;
	padding: 0 10px 0 0;
	text-decoration: none;
	margin: 5px 0 0 0;
}

a.more:hover {
	background: url(/assets/images/common/arrow_rt_on.gif) no-repeat right 3px ;
	color: #7C0208;
}

a.close {
	font-size: 12px;
	color: #0076A3;
	background: url(/assets/images/common/arrow_up.gif) no-repeat left 5px ;
	float: right;
	padding: 0 0 0 12px;
	text-decoration: none;
	margin: 5px 0 5px 0;
}

a.close:hover {
	background: url(/assets/images/common/arrow_up_on.gif) no-repeat left 5px ;
	color: #7C0208;
}

#footer a {
	font-size: 13px;
	color: #DEDAB2;
	padding: 1px 0;
	text-decoration: none;
	border-bottom: 1px dotted #bf927a;
}

#footer a:hover {
	border-bottom: 1px solid white;
	color: #FFF;
}

#staffAnchors  a {
	font: 12px/15px Georgia, "Times New Roman", Times, serif;
	color: #0076A3;
	text-decoration: none;
}

#subColLt h3 a{	color: #FFF;}
#subColLt h3 a:hover .highlight{background-color: transparent;}


.infoWrapper a {
	font-size: 12px;
	line-height: 14px;
	color: #534740;
}

a.pdf-download {
	background: url('/assets/images/common/pdf_icon.gif') no-repeat 0 0;
	display: block;
	height: 45px;
	padding-left: 50px;
	line-height: 45px;
}

/* @group buttons */

ul.but_group, 
ul.but_groupInline{
	text-indent: -9999px;
	margin-top: 4px;
	padding: 0;
	width: 81px;
	display: block;
}

ul.but_groupInline {
	margin: 0;
	float: left;
	padding: 0 0 10px 0;
	width: 50px;
	margin-left:10px;
}

ul.but_group li, 
ul.but_groupInline li {
	height: 22px;
	font-size: 11px;
	margin-top: 1px;
	text-transform: uppercase;
	display: block;
}

ul.but_groupInline li{
	display: inline;
	float: left;
	padding: 0;
}

.but_groupInline li#read_but, 
.but_groupInline li#listen_but {
	margin: 0 5px 0 0;
	display: block;
}

ul.but_groupInline li a, 
ul.but_group li a,
li#listen_but a{
	height: 22px;
	display: block;
}

li#listen_but{
	background: url(/assets/images/common/but_listen.gif) no-repeat left;
	width: 56px;	
	margin: 0 0 0 15px;

}
li#read_but{
	background: url(/assets/images/common/but_read.gif) no-repeat left;
	width: 49px;
	margin: 0 0 0 18px;
}
li#archive_but{
	background: url(/assets/images/common/but_archive.gif) no-repeat left;
	width: 67px;
	margin-left: 9px;
	margin-bottom: 10px;
}

li#fCalendar_but {
	background: url(/assets/images/common/but_fcalendar.gif) no-repeat left;
	width: 105px;
	margin-left: 0;
	margin-bottom: 10px;
}


li#listen_but:hover, li#read_but:hover, li#archive_but:hover, li#fCalendar_but:hover {
	background-position: right;
	cursor: pointer;
}



/* @end */

/* @end */

/* @group main navigation */

#nav {
	width: 869px;
	/*margin: 0 auto 0 auto;*/
	margin: 0 35px 0 35px;
	position: relative;
	z-index: 100;
	/*border: 1px dotted blue;*/
}

#nav li a.nextlevel {
	background: url(/assets/images/common/arrow.gif) no-repeat 130px 11px ;
}

#nav li a.nextlevel:hover {
	background: url(/assets/images/common/arrow_on.gif) no-repeat 130px 11px ;
}

#nav ul {
	padding: 35px 0 0 0;
	margin:0;
	list-style-type:none;
	z-index: 100;
	/*border: 1px solid green;*/

}

#nav ul li {
	float: left;
	display: inline;
	position: relative;
	margin: 0 18px;
	font-size: 17px;
	z-index: 100;
	/*border: 1px solid red;*/
}

#nav ul li a{
	float: left;
	display: block;
	padding: 2px 0;
	line-height: 20px;
	color: #DEDAB2;
	text-decoration: none;
	border-bottom: 1px solid transparent;
	z-index: 100;
	/*border: 1px solid blue;*/
}

#nav ul li a:hover{
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid white;
}

/* @group Dropdown Level 1*/

#nav ul ul {
	visibility:hidden; 
	position:absolute; 
	top:24px; 
	left:0; 
	display: block; 
	width:150px; 
	border-top:2px solid #28596f; 
	border-bottom:4px solid #28596f; 
	background: url(/assets/images/common/blueTile_dropdown.png) repeat 0 0 !important;
	background: #357797 url(/assets/images/common/blueTile_dropdown.jpg) repeat 0 0; 
	padding: 10px 0; 
	margin: 0;
}


#nav ul ul li{
	float: left; 
	display: block; 
	margin: 0;
	height: auto; 
	font-size: 14px; 
	line-height: 16px; 
	text-align: left;
}

#nav ul ul li a {
	border: none; 
	display: block; 
	width: 130px; 
	line-height: 20px; 
	padding: 5px 10px; 
}

/*#nav ul ul li:hover {
	background: url(/assets/images/common/blueTile_dropdown_on.png) repeat 0 0 !important;
	background: url(/assets/images/common/blueTile_dropdown_on.jpg) repeat 0 0; 
}*/

/* get dropdown hovers working on ie 6*/
#nav ul ul li:hover, 
#nav ul ul a:hover, 
#nav li a.nextlevel:hover { 
	background: url(/assets/images/common/blueTile_dropdown_on.png) repeat 0 0 !important;
	background: #34587c url(/assets/images/common/blueTile_dropdown_on.jpg) repeat 0 0;  
	color:#FFF; 
	border: none;
} 
#nav ul li:hover ul, #nav ul a:hover ul, #nav ul a:hover{visibility:visible;}

/* @end */

/* @group Dropdown Level 2*/

#nav ul ul ul{
	visibility: hidden;
	top:0px; 
	left:150px; 
}

#nav ul :hover ul ul{visibility:hidden;}
#nav ul :hover ul :hover ul{ visibility:visible;}

/* @end */

/* @group Page detection */

#nav ul li a.current {
	color: #FFF;
	text-decoration: none;
	border-bottom: 1px solid white;
	cursor: default;
}


#nav ul li a.currentDrop {
	background: url(/assets/images/common/blueTile_dropdown_on.png) repeat 0 0 !important;
	background: #34587c url(/assets/images/common/blueTile_dropdown_on.jpg) repeat 0 0; 
	cursor: default;
	color: #FFF;
	text-decoration: none;
}

/* @end */


/* @end */

/* @group sermon archive side nav */

#rtArchiveLinks,
#rtSideMinLinks{
	/*float: left;*/
	/*border: 1px dotted blue;*/
	padding: 108px 40px 0 40px;
}

#rtArchiveLinks ul,
#rtSideMinLinks ul {
	margin-bottom: 40px;
}

#rtArchiveLinks li, 
ul#sideNavMin li {
	display: inline;	
}

#rtArchiveLinks a,
ul#sideNavMin li a{
	font-size: 14px;
	line-height: 16px;
	border-bottom: 1px dotted #534740;
	margin: 0;
	padding: 5px 10px;
	display: block;	
}

#rtArchiveLinks li a:hover,
#rtArchiveLinks li a.current:hover,
ul#sideNavMin li a:hover, 
ul#sideNavMin li a.current:hover {
	text-decoration: none;
	background: url(/assets/images/common/tile_sideNav_hover.gif) repeat;
	color: #9e0b0f;
}

#rtArchiveLinks li a.current,
ul#sideNavMin li a.current{
	text-decoration: none;
	background: url(/assets/images/common/tile_sideNav_active.gif) repeat-x;
	color: #9e0b0f;
}

/* @end */

/* @group ministries side nav */

/*#rtSideMinLinks{*/
	/*float: left;*/
	/*border: 1px dotted blue;*/
	/*padding: 260px 40px 0 40px;
}*/

/*ul#sideNavMin {
	font-size: 14px;
}*/

/*ul#sideNavMin li {
	display: inline;
	margin-bottom: 10px;
}*/

/*ul#sideNavMin li a{
	padding: 3px 0;
	line-height: 16px;
}*/

/*ul#sideNavMin li a:hover, ul#sideNavMin li:hover > a{
	text-decoration: none;
	background: url(/assets/images/common/sidenav_highlight.gif) repeat-x;
}*/

/*ul#sideNavMin li a.current{
	text-decoration: none;
	background: url(/assets/images/common/sidenav_highlight.gif) repeat-x;
	color: #7C0208;
}*/

/* @end */

/* @group Forms */

.required {
	font-size: 12px;
	color: #7C0208;
	font-style: normal;
}

form .fltlt {
	margin: 10px 20px 10px 0;
}

input, textarea {
	background-color: #f9f4c8;
	border: 2px solid #dad2b3;
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 3px 5px;
	margin-bottom: 5px;
	font-size: 12px;
}

input:focus, textarea:focus {
	background-color: #fefced;
	border-color: #c9bea1;
}

label, form h6 {
	margin-right: 10px;
	line-height: 22px;
	margin-left: 5px;
}

#contactForm h6 {
	margin-top: 10px;
	margin-left: 5px;
}

#contactForm label, #contactForm h6 {
	margin-right: 10px;
	line-height: 22px;
	color: #534740;
	font-size: 13px; 
}

/* @group buttons */

/*input.subscribe {background-color: transparent; margin-top: 5px;}*/

form .buttons {
	margin: 0 5px 20px 0;
	float: left;
}

input.subscribe {
	margin-top: 5px;
	width: 77px;
	height: 22px;
	outline: none;
	background: transparent url(/assets/images/common/but_subscribe.gif) no-repeat;
	border: none;
	padding: 0;
}

input.subscribe:hover {
	background: transparent url(/assets/images/common/but_subscribe.gif) no-repeat right 0;
}

input.reset {
	margin: 0;
	border: 0;
	width: 53px;
	height: 22px;
	outline: none;
	background: transparent url(/assets/images/common/but_reset.gif) no-repeat;
	border: none;
	padding: 0;
}
input.reset:hover {
	background: transparent url(/assets/images/common/but_reset.gif) no-repeat right 0;
}

input.submit {
	margin:0;
	width: 60px;
	height: 22px;
	outline: none;
	background: transparent url(/assets/images/common/but_submit.gif) no-repeat;
	border: none;
	padding: 0;
}
input.submit:hover {
	background: transparent url(/assets/images/common/but_submit.gif) no-repeat right 0;
}

/* @end */

.add-another-child {
	border-bottom: 1px solid #928a77;
	overflow: hidden;
	margin-bottom: 10px;
}

/* @group Freeform forms */

#personal-data-form {
	width: 550px;
}

#vbs-registration,
#midweek_meal_rsvp,
#midweek-class-registration,
.reg_form {
	width: 550px;
	clear: both;
}

#personal-data-form label, 
#vbs-registration label,
#midweek_meal_rsvp label,
#midweek-class-registration label,
.reg_form label{
	color: #534740;
	margin-left: 0;
}



#personal-data-form legend, 
#vbs-registration legend,
#midweek_meal_rsvp legend,
#midweek-class-registration legend,
.reg_form legend {
	border-bottom: 1px solid #928a77;
	color: #928a77;
	display: block;
	font-size: 10px;
	letter-spacing: 1px;
	line-height: 10px;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	padding: 25px 0 2px 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	width: 550px;
	clear: both;
}

#personal-data-form input, 
#vbs-registration input,
#midweek_meal_rsvp input,
#midweek-class-registration input,
.reg_form input{
	width: 250px;
	margin: 0;
}


#personal-data-form input.checkbox,
#personal-data-form input.radio, 
#vbs-registration input.checkbox, 
#vbs-registration input.radio,
.reg_form input.radio,
.reg_form input.checkbox {
	border: none;
	font-size: 13px;
	width: 13px;
	margin-right: 5px;
	background-color: transparent;
}


.radio-wrapper {
	float: left;
	width: 125px;
}

#personal-data-form dl, 
#vbs-registration dl,
#midweek_meal_rsvp dl,
#midweek-class-registration dl,
.reg_form dl {
	float: left;
	padding: 5px 10px;
	width: 530px;
}

#personal-data-form dl.odd, 
#vbs-registration dl.odd,
#midweek_meal_rsvp dl.odd,
#midweek-class-registration dl.odd,
.reg_form dl.odd {
	background-color: #ddd6b7;
}

#personal-data-form dt, 
#vbs-registration dt,
#midweek_meal_rsvp dt,
#midweek-class-registration dt,
.reg_form dt {
	float: left;
	width: 50%;
}

#midweek_meal_rsvp dt.expand {
	width: 85%;
}

#midweek_meal_rsvp dd.shrink {
	width: 15%;
	text-align: right;

}

#personal-data-form dd, 
#vbs-registration dd,
#midweek_meal_rsvp dd,
#midweek-class-registration dd,
.reg_form dd {
	float: left;
	width: 50%;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 12px;
}

#personal-data-form table{
	width: 550px;
	font-size: 11px;
	overflow: hidden;
}

#personal-data-form thead {
	font-weight: bold;
}

#personal-data-form .ministry { width: 110px;}
#personal-data-form .th-2 { width: 80px;}
#personal-data-form .th-3 { width: 80px;}
#personal-data-form .th-4 { width: 80px;}
#personal-data-form .th-5 { width: 80px;}


#personal-data-form th, 
#personal-data-form td {
	padding: 5px 10px;
	border-right: 1px dotted #928a77;
}

#personal-data-form th.remove-border, #personal-data-form td.remove-border { border: 0;}

#personal-data-form td {
	text-align: center;
	padding: 5px 10px;
}

#personal-data-form tr.odd {
	background-color: #ddd6b7;
}

#personal-data-form td.a-left {
	text-align: left;
}

#personal-data-form textarea.other-interests {
	width: 355px;
}

.child {
	color: #0076A3;
	font-size: 10px;
	text-transform: uppercase;
}

.smaller {
	font-size: 10px;
	font-style: italic;
}

.fees {
	display: block;
	font-size: 90%;
	line-height: 75%;
	padding-bottom: 10px;
}

.req-note {
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
}

.midweek_classes {
	width: 263px;
}

.indent {
	margin-left: 20px;
}

/* @group Buttons */

#personal-data-form .buttons, 
#vbs-registration .buttons,
#midweek_meal_rsvp .buttons,
.reg_form .buttons {
	margin-top: 20px; 
	width: 100%; 
}


#vbs-registration .child-buttons,
#midweek-class-registration .child-buttons {
	clear: both;
	border-bottom: 1px solid #928a77;
	padding: 10px 0 15px 0;
	margin-bottom: 10px;
	width: 100%; 
}

#personal-data-form #submit, 
#personal-data-form #reset, 
#vbs-registration #submit, 
#vbs-registration #reset,
#vbs-registration #btn-add,
#vbs-registration #btn-del,
#midweek_meal_rsvp #submit,
#midweek_meal_rsvp #reset,
#midweek-class-registration #submit,
#midweek-class-registration #reset,
#midweek-class-registration #btn-add-person,
#midweek-class-registration #btn-del-person,
.signup-button,
.reg_form #submit,
.reg_form #reset {
	background-color: #005B7F;
	border: 2px solid #0076A3;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 15px;
	border-radius: 15px;
	color: #fefced;
	cursor: pointer;
	padding: 3px 10px;
	margin-bottom: 5px;
	float: right;
	margin-right: 5px;
	text-transform: uppercase;
	width: auto;
	text-decoration: none;
	font: bold 11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#vbs-registration #btn-add,
#vbs-registration #btn-del,
#midweek-class-registration #btn-add-person,
#midweek-class-registration #btn-del-person {
	float: none;
	clear: both;
}

/*#vbs-registration #btn-del {
	background: url(/assets/images/common/minus.gif) no-repeat 255px 1px;
}

#vbs-registration #btn-add {
	background: url(/assets/images/common/plus.gif) no-repeat 255px 0px;
}*/

#personal-data-form #submit:hover, 
#personal-data-form #reset:hover, 
#vbs-registration #submit:hover, 
#vbs-registration #reset:hover,
#vbs-registration #btn-add:hover,
#vbs-registration #btn-del:hover,
#midweek_meal_rsvp #submit:hover,
#midweek_meal_rsvp #reset:hover,
#midweek-class-registration #submit:hover,
#midweek-class-registration #reset:hover,
#midweek-class-registration #btn-add-person:hover,
#midweek-class-registration #btn-del-person:hover,
.signup-button:hover,
.reg_form #submit:hover,
.reg_form #reset:hover {
	color: white;
	background-color: #7C0208;
	border-color: #9e0b0f;
	text-decoration: none;
}

#vbs-registration #btn-add.disabled,
#vbs-registration #btn-del.disabled,
#vbs-registration #btn-add.disabled:hover,
#vbs-registration #btn-del.disabled:hover,
#midweek-class-registration #btn-add-person.disabled,
#midweek-class-registration #btn-del-person.disabled,
#midweek-class-registration #btn-add-person.disabled:hover,
#midweek-class-registration #btn-del-person.disabled:hover {
	cursor: default;
	background-color: #ddd6b7;
	border-color: #eae6c7;
	color: #eae6c7;
} 


/*#vbs-registration #btn-add:hover,
#vbs-registration #btn-del:hover {
	color: #005B7F;
}*/


/* @end */ 

/* @end */

/* @end */

/* @group misc */

.hidden {
	display: none;
}

.clearfloat {
	clear: both;
}
.fltrt {
	float: right;
}
.fltlt {
	float: left;
}
.hide {
	display : none;
}

.tenBot {
	margin-bottom: 10px;
}

.smallText { /*use smText*/
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}


/* @end */


