@charset "utf-8";
/* CSS Document */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	; /* 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;
	margin: 0;
	background-image: url(../images/body-background.jpg);
}
.twoColFixLtHdr #container {
	width: 768px;
	margin: 0 auto;
	text-align: left;
	background-color: #4CBCC0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A49675;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A49675;
	border-left-color: #A49675;
} 
.twoColFixLtHdr #header {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 768px;
	background-color: #0F0F0F;
	height: 136px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/watco-resouces.jpg);
} 
#header img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container #content-holder {
	width: 768px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #646263;
}
.twoColFixLtHdr #sidebar1 {
	width: 160px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px;
	margin: 0px;
	vertical-align: top;
	background-color: #4BBBBF;
}
#sidebar1 ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	float: left;
}
#sidebar1  li a {
	color: #FFFFFF;
	font-size: .7em;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3CA4A2;
	width: 150px;
	display: block;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	font-weight: bold;
}
#sidebar1 li a:hover {
	background-color: #3A9E9C;
	color: #FFFFFF;
}
.sidebar-content {
	width: 160px;
	clear: both;
	margin: 0px;
	padding: 0px;
}
#sidebar1 ul .clearfloat {
	display: none;
}

.twoColFixLtHdr #container #content-holder tr #sidebar1 .sidebar-content img{
	margin-top: 15px;
	margin-left: 30px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.twoColFixLtHdr #mainContent {
	padding-top: 0px;
	padding-bottom: 20px;
	margin: 0px;
	width: 608px;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-right: 0px;
	padding-left: 0px;
	background-color: #E1D9C6;
	vertical-align: top;
} 
.twoColFixLtHdr #container #content-holder #mainContent #min-height-control {
	min-height: 400px;
	width: 608px;
	margin: 0px;
	padding: 0px;
}
#mainContent h1 {
	font-size: 16px;
	color: #006699;
	font-weight: bold;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 48px;
	margin-left: 30px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-family: Verdana, Geneva, sans-serif;
	font-style: normal;
	text-transform: uppercase;
}
#mainContent h2 {
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #333;
	padding-right: 30px;
	padding-left: 30px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 30px;
	color: #333;
}
#mainContent      li       {
	margin-bottom: 0px;
	margin-left: 30px;
	margin-top: 0px;
	margin-right: 30px;
	background-image: url(../images/bullet.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 16px;
}
#mainContent ol {
	margin: 0px;
	padding: 0px;
}
#mainContent ol li {
	margin-left: 25px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 4px;
}
#mainContent ol ol li {
	list-style-type: lower-alpha;
	margin-left: 35px;
}
#mainContent ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#mainContent  a, #mainContent a:visited {
	color: #006699;
}
#mainContent a:hover {
	color: #FF0000;
	text-decoration: none;
}
#mainContent strong {
	color: #000;

}
#footer  {
	text-align: center;
	font-size: 0.7em;
	background-color: #B9AE95;
	width: 598px;
	color: #333333;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	line-height: 1.5em;
	border-left-width: 160px;
	border-left-style: solid;
	border-left-color: #4CBCC0;
} 
#footer   ul   {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 4px;
	margin-left: 0;
	padding: 0;
}
#footer  li  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding: 0;
	display: inline;
}
#footer  a  {
	color: #333333;
}
#footer   a:hover  {
	color: #CC0000;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 30px;
	text-align: center;
	font-size: 11px;
	color: #666;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
	text-align: center;
}
.img-border {
	border: 1px solid #A49675;
}
.holder-suppliers {
	width: 575px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.holder-suppliers .td-leftside {
	text-align: left;
	vertical-align: top;
	height: 60px;
	width: 200px;
}
.holder-suppliers .td-leftside img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 10px;
}
.holder-suppliers .td-rightside {
	text-align: left;
	vertical-align: top;
}
.twoColFixLtHdr #container #content-holder .holder01 {
	text-align: center;
}
.twoColFixLtHdr #container #content-holder .holder01 img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#StandardForm     {
	margin: 0px;
	padding: 0px;
}
/* Overall Form Style: Border and Fonts*/
   
.form-box {
	border: 1px solid #A49675;
	color: #595959;
	background-color: #D2C7AC;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	margin-left: 30px;



	width: 545
.px;
	width: 545px;
}
.form-box input {
	width: 200px;
	border: 1px solid #7F9DB9;
	color: #333333;
	margin: 0px 0px 1px 2px;
	padding: 0px 0px 0px 3px;
	line-height: 16px;
	font-family: Verdana, Geneva, sans-serif;
}
form {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.form-box .key/* Indicates required fields key on top of the form.  */

 {
	height: 12px;
	width: 12px;
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 2px;
}

/* Submit Button Styles */
   
   
.form-box .submit {
	color: #FFFFFF;
	padding: 0px;
	margin: 9px 0px 20px 2px;
	border: 1px solid #7F9DB9;
	width: 205px;
	background-color: #2F8284;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
}
.form-box .submit:hover {
	color: #FFFFFF;
	background-color: #000;
}

/* Text Area Style*/

.form-box textarea {
	height: 100px;
	width: 200px;
	border: 1px solid #7F9DB9;
	padding: 0px 0px 1px 3px;
	margin: 0px 0px 0px 2px;
	font-family: Verdana, Geneva, sans-serif;
	color: #333333;
}
#mainContent #StandardForm .vs-list li         {
	font-size: 12px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
	background-image: none;
	list-style-type: disc;
}
#mainContent #StandardForm .vs-list ul          {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
#vsErrors {
	margin: 0px;
	padding: 0px;
}




/* Include required class with any inputs that are required. If there is a class
   already assigned to the input, add class like this: [class="submit required"]. */

.required {
	background-color: #EEDEC7;
}
#compareTable input {
	width: 200px;
	border: 1px solid #7F9DB9;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
#compareTable #radio input  {
	height: 15px;
	width: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#compareTable select {
	width: 205px;
	border: 1px solid #7F9DB9;
	color: #333333;
	line-height: 16px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 4px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
}
.watermarked {
	color: #999999;
}
.twoColFixLtHdr #container #content-holder tr #mainContent #StandardForm .form-box table tr td #vsErrors  {
	margin-bottom: 20px;
}
.home-feature {
	float: right;
	margin-left: 30px;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 30px;
	text-align: center;
	font-size: 11px;
	color: #666;
	height: 200px;
	width: 200px;
	background-image: url(../images/h1n1-swine-flu.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
#mainContent .home-feature a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 3px;
}
#mainContent .home-feature a, #mainContent .home-feature a:visited{
	color: #mainContent
.home-feature a;
	text-decoration: none;
	color: #B4D59E;
	font-weight: bold;
}
#mainContent .home-feature a:hover {
	color: #FFF;
	text-decoration: underline;
}

