@charset "UTF-8";
/* CSS Document */


<style type="text/css"> 
* { left:auto;
	right:auto;
	
}
body{
	padding-top: 0px;
	
	}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	line-height: 25px;	
	color:#373a18;
}
ul{
	margin:0px;
	padding:0px;
	list-style-type: none;	
	
}


li{
	display: inline;
	color:#373a18;
	text-decoration: none;
	border-right-style: solid;
	border-right-color: #373a18;
	border-right-width: thin;
	margin: 20px;
	float:right;
	font-size: 20px;
	text-transform: uppercase;
	font-family: Helvetica, Arial, sans-serif;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 0px;
	
	
}

a:link{
	color:inherit;
	text-decoration: none;
	
}

a:visited{
	color:inherit;
	text-decoration: none;
	
}

a:hover{
	color:#cebb36;
	text-decoration: none;
	
	font-weight: bolder;
	
		
}

a:active{
	color:#cebb36;
	text-decoration: none;
	
	font-weight: bolder;
	 }	
	 
#wrapper{
	height:900px;
	width:1024px;
	background-image:url(Images/sidenav.jpg);
	background-repeat:no-repeat;
	background-position: 0px 100px;


}

#header{
	height:80px;
	width:1024px;
	float:left;
	
}



#main{
	height:610px;
	width:876px;
	float: right;	
}


div.transbox
   {
	width:876px;
	height:150px;
	background-color:#FFFFFF;
	opacity:0.3;
	filter:alpha(opacity=60); /* For IE8 and earlier */
	margin-top: 400px;
   }
 
#footer{
	height:210px;
	width:1024px;
	background-image:url(Images/footer.jpg);
	background-repeat:no-repeat;	
	clear:both;
	float:left;
}
#footer p{
	font-family: Helvetica, arial, sans-serif;
	font-size: 22px;
	color: #474a23;
	float:right;
	}
#footer p2{
	font-family:"Times New Roman", Times, serif;
	font-size:9px;
	color: #474a23;
	float:right;
	}	
#footer ul2{
	
	list-style-type: none;	
	
}


#footer li2{
	display: inline;
	font-size: 20px;
	color: #cebb36;
	padding:20px;

		
}
	
#footer a:link{
	color:inherit;
}

#footer a:visited{
	color:inherit;
}

#footer a:hover{
	color:#FFFFFF;
	
}

#footer a:active{ 
	color:#FFFFFF;
	
	 }	
	
	
	
	
img{
	float:right;
	border-bottom-style: double;
	border-bottom-width: 10px;
	border-bottom-color: #A1AC5D;
	}

.noline{
	border:none;}


</style>