@charset "utf-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 20px;
}
.clear { clear: both; }
a {
	font-size: large;
	color: #CC9900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #CC9900;
}
.oneColLiqCtrHdr #container {
	width: 100%;  /* this will create a container 100% of the browser width */
	background: #FFFFFF;
	margin: 0px;
	text-align: left;
	overflow: hidden;
}
.oneColLiqCtrHdr #header {
	background: #00aeef;
	height: 410px;
	background-repeat: repeat-x;
	background-image: url(images/bgHeader.jpg);
	text-align: center;
	margin: 0px;
	clear: both;
}
.oneColLiqCtrHdr #header h1 {
	margin: 0px; /* 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;
}
.oneColLiqCtrHdr #mainContent {
	background: #073d06;
	background-image: url(images/bgMiddle.jpg);
	margin: 0px;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 50px;
	overflow: hidden;
}
.barGold {
	color: #CC9900;
}

h1 {
	color: #CC9900;
	text-align: center;
}
.boxGoldWholeLeftAlign p {
	padding-right: 20px;
	padding-left: 20px;
}


.oneColLiqCtrHdr #header img {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: absolute;
	left: 50%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -411.5px;
}
.oneColLiqCtrHdr #header #headermain img {
	margin-left: -497.5px;
}

.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #servicesTable {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 5%;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-bottom-style: solid;
	border-left-color: #CC9900;
	text-align: left;
	padding: 0px;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #servicesTable tr td {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
	padding: 5px;
}

.servicesTable {
	border-color: #CC9900;
	border-style: solid;
}



.oneColLiqCtrHdr #footer {
	background:#0c400e;
	text-align: center;
	margin: 0px;
	background-image: url(images/footer.jpg);
	background-repeat: repeat-x;
} 
.oneColLiqCtrHdr #footer #botfooter h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.oneColLiqCtrHdr #container #footer h3 {
	text-align: center;
}


.oneColLiqCtrHdr #container #footer #botfooter {
	background-color: #073d06;
	margin: 0px;
}

.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 */
	text-align: center;
}
.oneColLiqCtrHdr #container #footer img {
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mainContent .boxGoldWhole {
	background-color: #052905;
	border: solid #CC9900;
	width: 100%;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#mainContent .boxGoldWholeLeftAlign {
	background-color: #052905;
	border: solid #CC9900;
	width: 100%;
	text-align: left;
	color: #FFF;
	font-weight: bold;
	margin-top: 65px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
.boxGoldWholeLeftAlign h2 {
	padding-left: 20px;
}

.boxGoldWhole p {
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}

h2 {
	color: #CC9900;
}
#mainContent .boxGoldWhole #form1 .TableForm {
	text-align: right;
	padding: 0px;
	margin-left: 3%;
}
#mainContent .boxGoldWhole #form1 .TableForm h2 {
	padding-left: 20px;
	text-align: left;
}
.centerAlign {
	text-align: center;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #form1 #Tableform {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}

h3 {
	color: #CC9900;
	text-align: left;
	font-size: inherit;
	padding-left: 20px;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #form1 #Tableform tr td {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #form1 #Tableform tr #norborder {
	border-right-style: none;
	border-top-style: none;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #form1 #Tableform tr #ntborder {
	border-top-style: none;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #form1 #Tableform tr #nolborder {
	border-left-style: none;
	border-top-style: none;
}

#mainContent .boxGoldWholeLeftAlign ol {
	margin-left: 10px;
}

.boxGoldWhole .ulleft {
	text-align: left;
}



#mainContent .boxGoldLeft {
	background-color: #052905;
	color: #FFF;
	border: solid #CC9900;
	font-weight: bold;
	text-align: center;
	padding: 10px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 45%;
	position: relative;
	float: left;
}
#mainContent .boxGoldRight {
	background-color: #052905;
	color: #FFF;
	border: solid #CC9900;
	font-weight: bold;
	text-align: center;
	width: 47%;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	position: relative;
	float: right;
	padding: 10px;
}
#mainContent .spacer {
	width: 15px;
	float: left;
}

.boxGoldWhole .pleft {
	text-align: left;
}
#container #mainContent .boxGoldWhole .serviceAreaTable {
	text-align: center;
	margin-bottom: 20px;
	width: 90%;
	margin-left: 5%;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWholeLeftAlign img {
	margin-left: 25%;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
#mainContent .boxGoldWholeLeftAlign #breadcrumbs {
	text-align: right;
	padding-right: 25px;
	margin: 0px;
	word-spacing: 5px;
	padding-top: 25px;
}
#mainContent .boxGoldWholeLeftAlign #breadcrumbs a {
	text-decoration: underline;
}
#mainContent .boxGoldWholeLeftAlign #breadcrumbs .crntLink {
	text-decoration: none;
}
#mainContent .boxGoldWholeLeftAlign blockquote {
	font-style: italic;
	padding-right: 20px;
	padding-left: 20px;
}
#mainContent .boxGoldWhole #form1 .TableForm tr td p label {
	color: #CC9900;
}
#mainContent .boxGoldWhole #form1 .TableForm h3 {
	font-weight: bold;
	text-align: center;
}
#mainContent .boxGoldWhole #form1 .TableForm {
	margin-bottom: 20px;
}
#mainContent .boxGoldWhole #form1 .TableForm tr td {
	padding-right: 10px;
}
.leftAlign {
	text-align: left;
	padding-left: 35px;
}
.oneColLiqCtrHdr #container #header .stamp_pickle {
	position: absolute;
	top: 1px;
	display: block;
	width: 321px;
	height: 486px;
	background: 0 0 no-repeat;
	background-image: url(images/pickle-pic.gif);
	right: 10px;
}
#mainContent .boxGoldWhole #serviceareaTable {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}
.oneColLiqCtrHdr #container #mainContent .boxGoldWhole #serviceareaTabl tr {
	text-align: center;
}
#container #mainContent .boxGoldWhole #serviceareaTabl {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
	margin-left: 3%;
}
#container #mainContent .boxGoldWhole #serviceareaTabl tr td {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC9900;
	border-right-color: #CC9900;
	border-bottom-color: #CC9900;
	border-left-color: #CC9900;
}
