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

body {
	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: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 100%;
	background-color: #481415;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 80% of the browser width */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColLiqCtrHdr #header {
	background-color: #E1D58F;
	background-image: url(images/bkh-header.gif);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#header700 {
	height: 138px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColLiqCtrHdr #mainContent {
	width: 100%;
	background-image: url(images/bkg-main.jpg);
	background-repeat: repeat-x;
	background-color: #FFF;
}
#mennav a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-decoration: none;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #5B0E10;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#481415;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
} 
.oneColLiqCtrHdr #footer p {
	margin: 0;
	font-size: 11px;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
.justLeft {
	font-style: italic;
	text-align: right;
}
#footer700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	color: #E1D58F;
	height: 200px;
}
.oneColLiqCtrHdr #nav {
	background-image: url(images/bkg-nav.jpg);
	height: 24px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1D58F;
}
#container700 {
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	font-size: 12px;
}
#nav700 {
	height: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	padding-top: 4px;
}
#nav700 li  {
	list-style-type: none;
	display: inline-block;
	color: #FFF;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav700 a {
	color: #FFF;
	text-decoration: none;
	padding-right: 25px;
	padding-left: 25px;
}
#nav700 a:hover{
	height: 24px;
	background-image: url(images/bkg-nav-on.jpg);
	padding-top: 4px;
	padding-bottom: 4px;
	background-repeat: repeat;
}
#nav700 ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#address700 {
	height: 20px;
	width: 700px;
	margin-right: auto;
	margin-left: auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFF;
	padding-top: 10px;
	text-align: center;
	padding-bottom: 10px;
}
#test1 {
	float: left;
	width: 290px;
	padding-right: 10px;
}
#test2 {
	float: left;
	width: 389px;
	text-align: left;
	padding-left: 10px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #E7D78C;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #A04426;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #812D10;
	line-height: 10px;
}
#container700 table tr td ul {
	line-height: 0px;
}
#gobig {
	height: 20px;
	width: 200px;
	float: right;
	clear: both;
	font-size: 9px;
	color: #743019;
	text-align: right;
	margin-top: 20px;
}
#gobig a {
	text-decoration: none;
	color: #743019;
	font-style: normal;
	font-weight: bold;
}
#gobig a:hover {
	text-decoration: none;
	color: #F60;
	font-style: normal;
	font-weight: bold;
}

