@charset "UTF-8";
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: 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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #003;
}
h3 {
	color: #900;
	margin-left: 10px;
	font-size: 16px;
	text-align: left;
}
.oneColLiqCtrHdr #container {
	width: 750px;  /* this will create a container 80% of the browser width */
	background: #FFFFFF; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 810px;
}
.oneColLiqCtrHdr #header {
	background-color: #cccc99;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
	margin: 0px;
	height: 130px;
}
.logo.img {
	padding: 0px;
	margin: 0px;
	float: none;
	clear: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.columns {
	width: 370px;
	float: left;
	margin-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	height: auto;
}
.r_column {
	width: 270px;
	float: right;
}
.logo {
	width: 150px;
	float: left;
}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: bold;
}
.address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	float: left;
}
.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 {
	background-color: #CCCC99;
	height: 189px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	color: #8D000F;
	font-weight: bold;
	font-variant: normal;
	padding-left: 10px;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 300px;
	padding-left: 10px;
	line-height: 20px;
}
.nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	float: right;
	text-align: right;
	text-transform: uppercase;
	border-bottom-width: 2px;
	border-bottom-style: none;
	border-bottom-color: #FFFFFF;
	line-height: 18px;
	letter-spacing: 1px;
	margin-top: 15px;
	margin-right: 10px;
}
.tabbed_images {
	padding: 10px;
	margin: 0px;
}
.oneColLiqCtrHdr #footer {
	background:#DDDDDD;
	clear: left;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	float: none;
	width: 730px;
} 
.belowfooter {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #239493;
	text-align: center;
	padding-top: 10px;
}
.oneColLiqCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.oneColLiqCtrHdr #container2 {
	width: 750px; /* 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. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 1120px;
	background-color: #FFF;
}
.tollfree {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 220px;
	float: left;
	color: #8D000F;
}
.hourscolumns {
	width: 500px;
	margin-right: 50px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	margin-top: 0px;
	float: left;
	margin-left: 100px;
}
.bighourscol {
	background-color: #FFF;
	width: 700px;
	float: left;
}
.oneColLiqCtrHdr #container2 #mainContent ul li {
	font-size: small;
}
.r_columnCopy {
	width: 270px;
	float: right;
	height: 100px;
}
.columnsCopy {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCC99;
	float: left;
	width: 325px;
	margin-right: 25px;
	height: 560px;
}

