@charset "utf-8";
/* CSS Document */




/*MAKE ALL ELEMENTS UNIFORM ******************************************************************************************/

*{	padding:0;
	margin:0;
	border:0;
	border-collapse:collapse;}





/*FORMAT THE BODY ***************************************************************************************************/
body{	text-align:center;
		background: url(images/body-bg.gif);
		background-repeat:repeat-x;
		background-position:top;
		background-color:#ffffff;}




/*TEXT FORMATTING ***************************************************************************************************/

p, address, li, ul, h1, h2, h3{ font-family:Georgia, "Times New Roman", Times, serif;}

h1{	font-size:30px;
	padding:10px 60px 10px 40px;
	font-weight:100;
	color:#a8c5e4;
	text-align:center;}

h2{	font-size:22px;
	padding:10px 30px 10px 40px;
	color:#08316f;}

h3{ font-size:18px;
	padding:10px 30px 10px 40px;
	color:#08316f;
	font-weight:100;
	font-style:italic;}

p{ padding:10px 50px 10px 43px;
	font-size:13px;
	color:#283748;
	line-height:1.4em;}

.list{	padding:10px 50px 10px 43px;
	font-size:15px;
	color:#283748;
	line-height:1.4em;
	margin-left:15px;
	color:#08316f;}

address{ font-style:normal;
			font-size:14px;}

div#sidebar address{
	font-size:12px;
	font-style:normal;
	text-align:center;
	color:#8aaee6;
	padding:30px 0px 0 0;
}



div#sidebar a{ color:#638f49;}

div#sidebar p{ color:#638f49;}

div#sidebar img{ border:0px; margin:0 auto;}

div#content a{ color:#3f7f09;}


.listfl{	padding:10px 50px 10px 15px;
	font-size:17px;
	color:#283748;
	line-height:1.4em;
	color:#08316f;
	float:left;
	}
	
	.listfr{	padding:10px 50px 10px 43px;
	font-size:17px;
	color:#283748;
	line-height:1.4em;
	margin-left:15px;
	color:#08316f;
	float:right;}

/*for centered pages*/

div#centerall{ text-align:center;}

#centerall p, #centerall h2,#centerall h3{ padding:5px 50px 5px 30px;}

#centerall h2{ padding-top:25px;}

/*LAYOUT CONTAINER *********************************************************************************************************/
div#container{	width:980px;
			text-align:left;
			margin:0 auto;
			position:relative;
			 background:url(images/content-bg.gif);
			 background-repeat:repeat-y;}





/*HEADER FORMATTING ************************************************************************************************/
div#header{	width:980px;
			height:97px;}




div#flash{ width:698px;
				height:228px;
				padding:1px 0 0 0;
				}



/*MAIN NAVIGATION *********************************************************************************************/



ul#mainnav {
	margin: 0 0 0 21px;
	padding: 0;

}

ul#mainnav li {
display: inline; 
	list-style: none;
	margin-bottom: 10px;
	list-style-type: none;
}

ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	width: 231px;
	display: block;
	font-size: 12px;
	padding: 7px 30px 7px 0;
	text-decoration: none;
	color: #c9defe;
	text-align:right;
	background:url(images/off.jpg);
}

ul#mainnav li a:hover {
color: #fff;
	width: 231px;
	background-image:url(images/on.jpg);
	background-position:right;
	background-repeat:no-repeat;	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #fff;
	width: 231px;
	background-image:url(images/on.jpg);
	background-position:right;
	background-repeat:no-repeat;	
}








/*CONTAINER FOR CONTENT - MAYBE USED FOR DUAL BGs****************************************************************************************************/
div#contentcontain{
			 }
			



/*LEFT COLUMN ************************************************************************************************************/
div#sidebar{	float:left;
			width:282px;
			padding: 0 0 10px 0;
			background:url(images/left-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
		
			}



			
				
/*RIGHT COLUMN **********************************************************************************************************/
div#content{	float:right;
				width:698px;
				padding:0 0 10px 0;
				background:url(images/right-bg.jpg);
				background-position:top;
				background-repeat:no-repeat;
				}





/*FOOTER ********************************************************************************************************/
div#footer{	clear:both;
			background:url(images/footer-bg.jpg);
			background-position:top;
			background-repeat:no-repeat;
			background-color: #fff;
			width:980px;
			color:#FFFFFF;
			font-size:10px;
			text-align:center;
			}




/*UTILITY NAV *********************************************************************************************************/

ul#subnav{	margin:0;
			padding:30px 0 30px 0;
			list-style:none;
			}

#subnav li{	display:inline;
				margin:0;
			padding:0;
			border-right:1px solid #fff;
			}

ul#subnav a{
			display:inline;
			color:#162b09;
			text-decoration:none;margin:0;
			padding:0 8px 0 8px;
			}





/*COPYRIGHT information*************************************************************************************************/
div#copyright {	text-align:center;
				font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color: #555;
				padding:20px 0 10px 0;
				background:#fff;
				 }
				 
div#copyright a:link, div#copyright a:visited {
color: #5a8b3c;
}

div#copyright a:hover, div#copyright a:active {
color: #5a8b3c;
}

.ypimg { }

/*CUSTOM classes****************************************************************************************************/
div#audio{ padding:51px 75px 0 0;
		*padding:49px 75px 0 0;
			text-align:right;}



/*IMAGE FORMATTING****************************************************************************************************/

img.rightb{ float:right;
			margin: 0 0 0 15px;
			border:1px solid #284571;}

img.right{	float:right;
			margin: 0 0 0 15px;}

img.leftb{ float:left;
		margin:0 15px 0 0;
		border:1px solid #284571;}

img.left{	float:left;
		margin:0 15px 0 0;}
		
img.border{ border:1px solid #284571; margin-right:4px;}			
	
div.verticalr{	float:right;
			padding: 15px 50px 0 15px;}	
			
	.verticalr img{ margin-bottom:5px;}	

div.verticall{	float:left;
		margin:0 15px 0 0;}	
			
img.verticall{ margin-bottom:5px;}	
			
		
.borderfleft{border:1px solid #284571;  float:left; margin-right:4px; }		
		
		
/*table*/

td{  padding:5px 10px 20px 20px;
	font-size:14px;
	color:#283748;
	line-height:1.4em;
	vertical-align:top;
	}
	
table{ border:1px solid #999999; width:600px; margin:10px 0 0 45px;}			
		
				
/*CUSTOM classes****************************************************************************************************/

.middlecta{ padding:15px 15px 5px 0;}
.imagerow{ padding:10px 13px 10px 0;
		*padding:5px 13px 5px 0;
		width:596px;
		margin:0 auto;
		clear:both;}
#contactbox{	width:292px;
				height:221px;
				border:1px solid #284571;
				float:left;
				margin:0;
				padding:0
				}
#cbox{ font-size:17px;
			padding:35px 0;
			margin:0;
			line-height:1.6em;}				
				
.clear{ clear:both; }	

.textleft{ text-align:left;}	

.contact{ padding:0 0 0 5px;}		

