@charset "UTF-8";
/* CSS Document */
* {
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;
	}



/* General styles
--------------------------------------------- */
body {
	background: #18667e url(../images/bg.jpg) repeat-x;
	margin:0;
	padding:0;
	text-align: center;
	font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #353430;
}

a {
	color: #5d8e9c;
}



h1 {
	font: 2em bold;
	padding: 10px 0 0 0;
	text-align: left;
	margin: 0 0 9px;
	font: italic 23px/28px Georgia, serif;
	color: #793907;
	}
	
h2 {
	margin: 0 0 9px;
	font: italic 18px/20px Georgia, serif;
	color: #793907;
}

h3 {
	font: .80em;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	color:#999999;
	text-align: left;
	}		
		
h4 {
	font: .75em;
	padding: 10px 0 0 0;
	text-transform:uppercase;
	color:#999999;
	text-align: left;
	}			
		
p {
	font: .75em;
	padding:0;
	color: #332F25;
	text-align: left;
	margin:0 0 11px;
	font-family:Arial, Helvetica, sans-serif;
	line-height:20px;
	}
	
	
ol li {
	font: 1em;
	padding:0;
	color: #000000;
	text-align: left;
	margin-bottom: 1em;
	list-style-position: outside;
	margin-left: 20px;
	}	
	
ul li {
	font: 1em;
	padding: 0;
	color: #000000;
	text-align: left;
	margin-bottom: 1.5em;
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 20px;
}	
		
blockquote {
	font: .75em Georgia, "Times New Roman", Times, serif;
	padding-left:30px;
	color: #666666;
	text-align: left;
	margin:.75em 0 2em 0;
}

#navTable {
	left:10px;
	margin:0;
	position:relative;
	width:757px;
	height:38px;
	padding:0;
	border:none;
}

#navTable td {
	border:none;
}
	
.breadcrumb {
	font-size: 12px;
	color: #a8986a;
	padding-left: 0;
	}
	
#breadcrumbMargin {
	margin: 20px 0 25px 40px;
	}	
	
a:link {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8D4421;
	text-decoration:none;
}
a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #8D4421;
	text-decoration:none;
}
a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #A59565;
	text-decoration: underline;
}
	
.twoColFixRtHdr #container { 
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/container_sides.png) repeat-y;
	margin: 20px auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
.twoColFixRtHdr #header { 
	background:url(../images/banner.png); 
	width: 780px;
	height: 152px;
} 

.twoColFixRtHdr #headerHome { 
	background:none; 
	width: 780px;
	height: 220px;
	margin:0;
	padding:0;
} 

.twoColFixRtHdr #headerEvents { 
	background:url(../images/banner_events2.png); 
	width: 780px;
	height: 152px;
}

.twoColFixRtHdr #headerSSS { 
	background:url(../images/banner_sss.png); 
	width: 780px;
	height: 152px;
}

.twoColFixRtHdr #headerMissions { 
	background:url(../images/banner_missions.png); 
	width: 780px;
	height: 152px;
}

.twoColFixRtHdr #headerEdge { 
	background:url(../images/banner_edge.png); 
	width: 780px;
	height: 152px;
}

.twoColFixRtHdr #sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 275px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 0 10px 15px 10px;
	margin: 0 20px 0 0;
}

.twoColFixRtHdr #mainContent { 
	margin: 10px 320px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 30px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;	
} 

.twoColFixRtHdr #mainContentFull { 
	margin: -10px 10px 20px 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 60px 30px 60px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background:none;
	border:none;
} 

.twoColFixRtHdr #footer { 
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background: url(../images/footer.png) no-repeat;
	height:33px;
} 
.twoColFixRtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.divider {
	background: url(../images/divider.gif) left no-repeat;
}

#address {
	font: .75em;
	padding:0;
	color: #FFFFFF;
	text-align: center;
	margin: 25px 0;
	}
	
.add a:link {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.add a:visited {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: underline;
}

.add a:hover {
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #CCCCCC;
	text-decoration: underline;
}

.podMessageContainer {
	padding: 10px;
	margin:0 0 10px 0;
	background:url(../images/podRoundedCorner.gif) top right no-repeat #C1C3AB;
}

.podMessageContainer a:link, a:visited {
	color: #8B441D;
	text-decoration:none;
}
.podMessageContainer a:hover {
	color: #8B441D;
	text-decoration:underline;
}
.podMessageContainer a:active {
	color: #512710;
	text-decoration:underline;
}
.podTitle {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
}
.podDescription {
	font: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	padding-left:22px;
}

#podcast {
	margin: 0;
}

#podDownload {
	margin: 10px;
}

.podHead {
	padding: 0;
	margin-bottom: 0.25em;
	color: #999999;
	text-align: left;
	font-variant: small-caps;
	font-size: 1em;
}
	
.podTitle {
	font: .75em;
	padding: 0;
	color: #666666;
	text-align: left;
	margin-top: 0px;
}	

.podDate {
	font: .75em;
	padding: 0;
	color: #AEAEAC;
	text-align: left;
}	

#podcast a:link, #podcast a:visited {
	font: 1em;
	padding: 0;
	color: #8d4421;
	text-align: left;
	text-decoration:none;
}

#podcast a:hover {
	font: 1em;
	padding: 0;
	color: #602E15;
	text-align: left;
	text-decoration:none;
}

.podListen {
	font: 1em;
	padding: 0;
	margin:5px 20px 5px 2px;
	color: #8D4421;
	text-align: left;
}	

#calendar {
	width: 700px;
	height: 480px;
	overflow: hidden;
	margin: 0 auto; 
	border:none;
	text-align: left; 
}
	
.mainImg {
	margin: 0 0 10px 10px;
	float:right;
}

.verse {
	font: .75em;
	padding: 0;
	color: #AEAEAC;
	text-align: left;
}

strong {
	font: 1em;
	padding:0;
	color: #332F25;
	text-align: left;
	font-weight: bold;	
}

#quicktimeLink a:link, #quicktimeLink a:visited {
	font: .75em;
	padding: 0;
	color: #3366FF;
	text-align: left;
	text-decoration:none;
}

#bottomNav { 
	text-align: center;
	font: 10px;
	color:#a8986a;
	margin: 20px 20px 20px 0;
	text-decoration: none; 
	}	
	
#bottomNav a:link, #bottomNav a:visited, #bottomNav a:hover, #bottomNav a:active { 
	text-align: center;
	color:#a8986a;
	margin: 20px 10px 20px 0;
	border-bottom: dotted 1px #a8986a;
	font-size:12px;
	}	
	
.liPdfImg  {
	list-style-position: inside;
	list-style-image: url(../images/pdf.gif);
}

.staff {
	height:auto;
	padding: 10px;
	background:#857F71;
	margin-bottom: 25px;
}

#mainContent .staff img {
	float: right;
	border: 2px solid #FFF;
	margin-bottom:0;
}
.staff p {
	background: #BBB29F;
	padding: 10px;
	color:#FFF;
	line-height:1.75em;
	width:220px;
}
 
.staff h3 {
	margin-bottom: 5px;
	color:#FFF;
}
 
.staff img {
	margin-bottom: 0px;
}
/*code below this comment still needs to be added to IE css styles*/
