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

/*html, body {  height:100%;  }*/
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
	background-color: #043270;
	background-position:center;
}
.oneColLiqCtr #container {
	width: 800px;  /* this will create a container 80% of the browser width */
	/* background: #FFF3d9; */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtr #top {
	padding: 3px 17px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	height: 17px;
	background-image: url(../images/top.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B3A17F;
	text-align: center; /* this overrides the text-align: left on the cantainer element. */
}
.oneColLiqCtr #header {
	padding: 0px;
}
.oneColLiqCtr #navandflash {
	padding: 0px;
	clear:both;
}
.oneColLiqCtr #navandflash .nav {
	padding: 23px 12px;
	float:left;
	width: 266px;
	height: 310px;
	background-image: url(../images/home-nav.jpg);
}
.oneColLiqCtr #navandflash .nav .navItem {
	padding: 10px 10px 6px 0px;
}
.oneColLiqCtr #navandflash .nav .navItem, #navandflash .nav .navItem a {
	float:none;
	text-align: right;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#FFFFFF;
	letter-spacing: 3px;
	line-height: 17px;
	text-decoration:none;
}


#navandflash .nav .navItem a:hover {
	text-decoration:none;
	font-family:"Times New Roman", Times, serif;
	font-size: 14px;
	color:#ffc35f;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.oneColLiqCtr #mainContent {
	height:213px;
	clear:both;
	padding: 20px 50px 20px 289px;
	background-image: url(../images/home-content.jpg);
	font-family:Arial, Helvetica, sans-serif;
	text-align:justify;
	font-size:13px;
	line-height: 18px;
	color:#AB612C;
}
.oneColLiqCtr #mainContent a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height: 18px;
	color:#AB612C;
}
.oneColLiqCtr #footer {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B3A17F;
	text-align: center;
	line-height: 15px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	background-color: #FFF3d9;	/* margin-bottom: 30px !important; */
}
.oneColLiqCtr #footer a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#B3A17F;
}

.oneColLiqCtr #footer a:hover {
	text-decoration:none;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	/* Safari and Opera CSS Hack */
	.oneColLiqCtr #top,
	#navandflash .nav .navItem a,
	.oneColLiqCtr #mainContent,
	.oneColLiqCtr #mainContent a,
	.oneColLiqCtr #footer,
	.oneColLiqCtr #footer a
	{
			text-shadow: #000000 0 0 0px;
			font-weight: 10 !important;
			font-style:normal !important;				
	}
}
