@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:#272321;}




/*TEXT FORMATTING ***************************************************************************************************/

p, address, li, ul, ol, h1, h2, h3{ font-family:"Times New Roman", Times, serif;}

h1{	font-size:30px;
	padding:5px 0 9px 30px;
	border-bottom:1px solid #CCCCCC;
	margin: 45px 50px 10px 27px;
	background-image:url(images/h1-point.jpg);
	background-repeat:no-repeat;
	background-position:left;
	color:#2f1b0a;}

h2{	font-size:20px;
	padding:5px 30px;
	color:#2f1b0a;}

h3{ font-size:18px;
	padding:5px 50px;}

p{ padding:5px 50px 5px 27px;
	font-size:14px;
	color:#342f29;
	line-height:1.3em;}

.list{	padding:5px 50px;
	font-size:14px;
	margin-left:15px;
	color:#342f29;
	line-height:1.4em;}

address{ font-style:normal;
			font-size:14px;
			}

div#sidebar address{ font-size:16px;
						font-style:normal;
						color:#342f29;
						padding:215px 0 50px 45px;
						}

#content a{ color:#8c3a0a;
				font-weight:bold;}

table{ width:600px;
	font-size:14px;
	color:#342f29;
	line-height:1.3em;
	margin:15px 0 15px 27px;}

td{ vertical-align:top; border:1px solid #c5c5c5;
	padding:5px;}

/*LAYOUT CONTAINER *********************************************************************************************************/
div#container{	width:980px;
			text-align:left;
			margin:0 auto;
			background:url(images/content-bg.gif);
			 background-repeat:repeat-y;
			position:relative;}





/*HEADER/FLASH FORMATTING ************************************************************************************************/
div#header{	width:980px;
			height:379px;
			background:url(images/header-bg.jpg);
			background-repeat:no-repeat;}


div#flash{ width:980px;
			height:319px;
			position:absolute;
			z-index:1;
			top:60px;
			left:0;}



/*MAIN NAVIGATION *********************************************************************************************/

ul#mainnav {
width:170px;
height:300px;
position:absolute;
	margin: 0;
	padding: 0;
	top:160px;
	left:47px;
	z-index:100;

}

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: 168px;
	display: block;
	font-size: 12px;
	padding: 8px 0px 8px 5px;
	text-decoration: none;
	border-bottom:1px solid #170a03;
	color: #faf3dd;
	text-transform:uppercase;
	margin:2px 0;
}

ul#mainnav li a:hover {
color: #ffd28a;
	background-image:url(images/status-on.jpg);
	background-repeat:no-repeat;
	background-position: top left;
	padding-left:22px;
		width: 151px;

	
}

	ul#mainnav li a#current:link, ul#mainnav a#current:visited {
	color: #ffd28a;
	background-image:url(images/status-on.jpg);
	background-repeat:no-repeat;
	background-position: top left;	
	padding-left:22px;
		width: 151px;

}






/*CONTAINER FOR CONTENT - MAYBE USED FOR DUAL BGs****************************************************************************************************/
div#contentcontain{ 
			 }
			



/*LEFT COLUMN ************************************************************************************************************/
div#sidebar{	float:left;
			width:239px;
			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:741px;
				padding:0 0 30px 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: #272321;
			width:980px;
			font-family: Arial, Helvetica, sans-serif;
			color:#FFFFFF;
			font-size:13px;
			text-align:center;
			}




/*UTILITY NAV *********************************************************************************************************/

ul#subnav{	margin:0;
			padding:30px 0 10px 0;
			list-style:none;
			}

#subnav li{	display:inline;
				margin:0;
			padding:0;
			border-right:1px solid #4c4745;
			}

ul#subnav a{
			display:inline;
			color:#FFFFFF;
			text-decoration:none;margin:0;
			padding:0 10px 0 10px;
			}





/*COPYRIGHT information*************************************************************************************************/
div#copyright {	text-align:center;
				font-family: Arial, Helvetica, sans-serif;
				font-size:10px;
				color: #888;
				padding:20px 0 10px 0;
				background:#272321;
				 }
				 
div#copyright a:link, div#copyright a:visited {
color: #fff;
}

div#copyright a:hover, div#copyright a:active {
color: #fff;
}

.ypimg { }





/*IMAGE FORMATTING****************************************************************************************************/

img.rightb{ float:right;
			margin: 0 0 0 15px;
			border:1px solid #999999;}

img.right{	float:right;
			margin: 0 0 0 15px;}

img.leftb{ float:left;
		margin:0 15px 0 0;
		border:1px solid #999999;}

img.left{	float:left;
		margin:0 15px 0 0;}
		
img.border{ border:1px solid #999999;}			
	
div.verticalr{	float:right;
			margin: 0 0 0 15px;}	
			
img.verticalr{ margin-bottom:5px;}			

div.verticall{	float:left;
		margin:0 15px 0 0;}	
			
img.verticall{ margin-bottom:5px;}	
			
		
		
		
				
/*CUSTOM classes****************************************************************************************************/

.map{ margin:10px 0 10px 27px;
		width:665px;
		height:400px;
		border:1px solid #999999;}