@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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: right; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
	background-attachment: fixed;
	background-image: url(../images/page_layout/grad_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #336601;
}
h1 {
	font-family: Tahoma, Geneva, sans-serif;
	color: #FFF;
	font-weight: normal;
	margin-top: 1px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	margin-bottom: 3px;
	text-align: left;
	font-size: 150%;
}

.oneColLiqCtr #container {
	text-align: right;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
	margin-bottom: 0px;
	font-size: 80%;
	color: #FFF;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-repeat: no-repeat;
}
.oneColLiqCtr #mainContent {
	background-color: #FC0;
	padding: 20px;
	height: 100%;
	background-image: url(../images/page_layout/images/page_end.gif) !important;
	background-repeat: no-repeat;
	background-position: center bottom;
	color: #000;
	font-size: 100%;
}
#righthand {
	float: left;
	width: 33%;
	text-align: left;
	vertical-align: top;
}
#lefthand {
	width: 64%;
	clear: right;
	float: right;
	padding: 4px;
	text-align: left;
	vertical-align: top;
}
hr {
	width: 64%;
	clear: right;
	float: right;
	margin: 0px;
	padding: 0px;
}
#menuContainer ul {
	list-style-type: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#menuContainer ul li {
	display: inline;
	padding: 9px;
}
#footer {
	font-size: 80%;
	width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(../images/page_layout/images/page_layout_08.gif);
}
#footer p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #FFF;
}
#menuContainer {
	width: 100%;
	margin: 0px;
	padding-top: 9px;
	padding-right: 0px;
	padding-bottom: 9px;
	padding-left: 0px;
	text-align: center;
	background-image: url(../images/page_layout/images/menu_bg.gif) !important;
	background-repeat: no-repeat;
	background-position: center;
	font-size: 125%;
	background-color: #000;
}

a:link {
	color: #093;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #093;
}

a:hover {
	text-decoration: none;
	color: #690;
}

a:active {
	color: #FF0000;
}

a.hidden {
  color: #000000;
}

a.hidden:visited {
  color: #000000;
}

a.hidden:hover {
	color: #0000CC;
}

a.hidden:active {
  color: #000000;
}

a.nav:link {
	color: #FFF;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.nav:visited {
	color: #FFF;
	padding: 2px;
	text-decoration: none;
	font-weight: bold;
}

a.nav:hover {
	color: #FFF;
	padding: 2px;
	text-decoration: underline;
	font-weight: bold;
}

a.menu {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
}
a.menu:hover {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
	}

a.foot {
	text-decoration: underline;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.foot:hover {
	text-decoration: underline;
	color: #FC0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a.foot:visited {
	text-decoration: underline;
	color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box {
	padding: 3px;
	background-color: #FFFFFF;
	text-decoration: none;
	border: medium solid #CCCCCC;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

a.box:hover {
  color: #000000;
	padding: 3px;
	text-decoration: none;
	background-color: #666666;
	border: medium solid #3366FF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#header span {
	margin: 0px;
	padding: 5px;
	float: left;
}
#headermenu {
	padding-top: 1px;
	padding-right: 6px;
	padding-bottom: 1px;
	padding-left: 6px;
}
h2 {
	font-size: 125%;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	width: 98%;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #346702;
	color: #333;
	margin-right: 1px;
	margin-left: 1px;
}
h3 {
	font-size: 110%;
	font-weight: normal;
	font-family: Tahoma, Geneva, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
}
p {
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 3px;
	margin-bottom: 3px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 2px;
	padding-left: 1px;
	line-height: 115%;
}
#fullwidth {
	text-align: left;
}
li {
	list-style-image: url(../images/page_layout/images/bullet.gif);
	padding-top: 2px;
}
ul {
	margin: 3px;
	padding-left: 12px;
	font-size: 100%;
}
#map {
	float: right;
	height: 300px;
	width: 300px;
}
#dirtections {
	margin-right: 3px;
	float: right;
}
#spacer {
	clear: both;
}
.fiftylft {
	width: 48%;
	float: left;
	padding: 3px;
	text-align: left;
	clear: left;
}
.fiftyrgt {
	width: 48%;
	float: right;
	padding: 3px;
	text-align: left;
}
.fullwdth {
	text-align: left;
	padding: 2px;
	width: 100%;
}
a.menu:visited {
	font-family: arial, helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	letter-spacing: 1px;
}
#mainImageContainer {
	background-image: url(../images/page_layout/images/masthead.jpg);
}

