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

body {
	font: 100% Helvetica, Verdana, Arial, sans-serif; font-size: 0.76em; line-height: 1.6em; color: #594539;
	background: #fff;
	margin: 0; 
	padding: 0;
	text-align: center;
	color: #000000;
	}
	
/**

a  {color: #FFF; font-weight:bold; font-style:normal; text-decoration:none; border-bottom: 1px dotted #FFF;}
a:link  {color: #FFF; font-weight:bold; font-style:normal; text-decoration:none;border-bottom: 1px dotted #FFF;}
a:visited  {color: #FFF; text-decoration:none; border-bottom: 1px dotted #FFF;}
a:hover   {color: #FFF;text-decoration:none;}
a:active  {color: #FFF; text-decoration:none; border-bottom: 1px dotted #FFF;}
**/


.oneColLiqCtrHdr #shadow {
	width: 848px;  /* - actual width instead of 80% that will create a container 80% of the browser width */
	background:  url(../images/shadow_bkgd.jpg) repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	
}

.oneColLiqCtrHdr #container {
	width: 800px;  /* - actual width instead of 80% that will create a container 80% of the browser width */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColLiqCtrHdr #topheader {
	background: #fff; 
	background:url(../images/top_header.gif);
	height: 149px;
	padding: 0px; 
	border-left: 1px solid #594539;
	border-right: 1px solid #594539;
	
}

.oneColLiqCtrHdr #topheader #topnav {
margin: 0px 0px 0px 0px;
border-width: 0px;
width: 600px;
height: 20px;
padding: 120px 0px 0px 20px;
}



	#topnav ul {
	    list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		display: inline;
		}

	#topnav li {
		margin: 0;
		display: inline;
		}
		


#topnav li a {
		top: 8px;
		font: normal 14px/23px "Arial, Helvetica", sans-serif;
		color: #FFF;
		text-decoration: none;
		padding: 5px 0px 5px 50px;
		display: inline;

		}
		
	#topnav li a.indicator
	{color: #efeaca;text-decoration: none;}
		
		
div#topnav li a:hover   {color: #efeaca;text-decoration: none;}


#copyright {
width: 828px;
height: 50px;
background:url(../images/bottom_shadow.jpg) no-repeat #FFF;
font: normal 10px "Arial, Helvetica", sans-serif; color: #999;
margin: 0px 0px 0px 0px;
padding: 10px 20px 0px 0px;
text-align: right;
}
