@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #919191;
	font-size: 11pt;
}
#body1 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #BCBCBC;
	
}
#body2 {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	
}

#mainbody {
	/*background-color: rgb(44,45,46); */
	height: 314px;
}
/* Mainbody2 is for all but the index page */
#mainbody2 {
	background-repeat: repeat-x;
	background-image: url(image/gradient2.png);
	background-color: #FFFFFF;
}
#mainbody2 #pagetxt p a {
	text-decoration: underline;
	color: rgb(0,0,0);
}
#mainbody2 #pagetxt table tr th {
	color: rgb(202,0,2);
	text-align: left;
	font-size: 8pt;
	text-transform: uppercase;
	padding-top: 5px;
	padding-bottom: 5px;
}
#mainbody2 #pagetxt table tr {
	background-color: rgb(230,226,226);
	font-size:8pt;
}
#mainbody2 #pagetxt table td {
	padding-top: 5px;
	margin-top: 0px;
	padding-bottom: 5px;
}

#mainbody2 #pagetxt #ContactTable {
	font-size: small;
	margin-bottom: 10px;
	background-color: transparent
}
#mainbody2 #pagetxt #ContactTable tr {
	background-color:#FFFFFF
}
#FormReq {
	color:#C83032;
	font-size:9px;
}
#mainbody2 #pagetxt #ContactLink a {
	color: #7A7A7A;
	text-decoration: none;
	font-style: normal;
	font-weight: lighter;
}
#mainbody2 #pagetxt #ContactLink a:hover {
	text-decoration: none;
	color: rgb(255,77,80);
	background-color: rgb(255,255,255);
}

/* Mainbody2 end */
#pagetxt {
	padding-left: 70px;
	padding-top: 50px;
	max-width: 540px;
}
#pagetxt p {
/*	color: #5A5A5A;*/
	color:#7A7A7A;
}
#pagetxt #Whead {
	color: #000000;
	font-size: 15pt;
	font-weight: normal;
	text-transform:uppercase;
	margin-top: 0px;
	margin-left: opx;
}
#pagetxt, #pagegraphics {
	display:inline-block
}
#pagetxt #Wingard_UL li a {
/*	color: #5A5A5A;*/
	color: #7a7a7a;
	background-color:transparent;
}

#pagegraphics {
	width: 385px;
	float: right;
}
#pagegraphics a {
	text-decoration:none;
	color: #7a7a7a;
/*	color: #5a5a5a;*/
	font-weight:normal;
}
#pagegraphics a:hover {
	background-color: transparent;
	text-decoration:underline;
}
/* separator bars */
#topbar {
	/*background-color: rgb(245,245,245);*/
	background-color: rgb(201,201,201);
	height: 5px;
	border-top: 1px solid rgb(128,128,128);
	border-bottom: 1px solid rgb(128,128,128);
}
#midbar {
	background-color: rgb(245,245,245);
	height: 5px;
}
#bottombar {
	background-color: #C9C9C9;
	height: 15px;
	clear: both;
}
/* Wingard logo */
#top_Logo {
	display: inline-block;
	position: relative;
	left: 73px;
	top: 40px;
	background-color: #FFFFFF;
	max-width: 500px;
}
#bottom #footer_left {
	font-size: 10pt;
	padding-left: 77px;
	padding-top: 5px;
	font-weight: bold;
	background-color: rgb(88,89,91);
	color: rgb(225,225,225);
	line-height:150%;
	position:absolute;
	top:2px;
}
#bottom #footer_right {
	position:absolute;
	text-align: center;
	font-size: 12pt;
	background-color: rgb(88,89,91);
	padding-top: 5px;
	color: rgb(225,225,225);
	padding-right: 50px;
	top:2px;
	right:2px;
}
#bottom {
	background-color: rgb(88,89,91);
	float: none;
	height: 55px;
	position:relative;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
/*Main page section */
#altnav {
	height: 264px;
	width: 100%;
}
#wrapper #altnav {

}
#wrapper #altnav #l_altnav {
	float: left;
	height: 264px;
	width: 350px;
	background-image: -webkit-linear-gradient(180deg,rgb(255,255,255) 39.38%,rgb(229,229,229) 100%);
	background-image: -moz-linear-gradient(180deg,rgb(255,255,255) 39.38%,rgb(229,229,229) 100%);
	background-image: -o-linear-gradient(180deg,rgb(255,255,255) 39.38%,rgb(229,229,229) 100%);
	background-image: linear-gradient(270deg,rgb(255,255,255) 39.38%,rgb(229,229,229) 100%);
	border-style: none;
}
#wrapper #altnav #r_altnav {
	width: 130px;
	height: 264px;
	float: right;
	background-image: -webkit-linear-gradient(0deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image: -moz-linear-gradient(0deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image: -o-linear-gradient(0deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	background-image: linear-gradient(90deg,rgb(255,255,255) 0%,rgb(229,229,229) 100%);
	border-style: none;
	left: 30px;

}
#wrapper #altnav #m_altnav {
	float: left;
	width: 520px;
	height: 264px;
}
a {
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: rgb(181,0,3);
}
a:visited {
	color: rgb(181,0,3);
}
a:hover, a:active, a:focus {
	
	color: rgb(255,0,4);
	text-decoration: underline;
	background-colorx: rgb(189,164,164);
}
#mainnav a {
	width: 11.43%;
	display: block;
	float: left;
	max-width: 120px;
	min-width: 50px;
}
#wrapper #top {
	height: 85px;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
#wrapper #top #mainnav ul {
	list-style-type: none;
	padding-left: 200px;
	padding-top: 55px;
	padding-right: 0px;
}
#wrapper #bottom #footer_right a {
	color: rgb(223,220,220);
	text-decoration: underline;
}
#wrapper #bottom #footer_right a:hover {
	color: rgb(223,220,220);
	background-color: rgb(88,89,91);
}
#wrapper #bottom #footer_right a:visited {
	color: rgb(223,220,220);
	background-color: rgb(88,89,91);
}
#wrapper #altnav #l_altnav p2 {
	color: hsla(0,0%,60%);
	font-size: xx-large;
}
#l_altnav_txt {
	margin-left: 78px;
	color: hsla(0,0%,60%);
}
.lg_nav_txt {
	font-size: 43px;
}
#l_altnav_txt a:hover {
	text-decoration: none;
}
dt {
	font-weight: bold;
}
dd {
	line-height: 18pt;
}
#Wingard_UL {
	list-style:none;
	margin-left:0;
	padding-left:0;
	margin-top:0px;
	margin-bottom:25px;
	color: #7a7a7a;
}
#Wingard_UL li {
	/*font-size:11pt;*/
}
#Wingard_UL li.red_dot {
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url(image/RedBullet1.png);
	padding-left: 15px;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
 }

#Hydroblank_UL {
	list-style:none;
	margin-left:0;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:25px;
/*	color: #5a5a5a;*/
	color: #7a7a7a;
}
#Hydroblank_UL li {
	/*font-size:11pt;*/
}
#Hydroblank_UL li.red_dot {
	background-repeat: no-repeat;
	background-position: left 2px;
	background-image: url(image/RedBullet1.png);
	padding-left: 15px;
	display: block;
	padding-top: 2px;
	padding-bottom: 0px;
 }
#WingardBold P {	
	color: #000000;
	font-weight: normal;
	margin-bottom: 0px;
	margin-top: 10px;
}
#Para1 {
	/*font-size:11pt;*/
}
#LamHead {
	text-transform:none;
	/*font-size:11pt;*/
}
/* Material page has different layout than the rest of the site */
#pagetxt_Mat {
	padding-left: 70px;
	padding-top: 50px;
	max-width: 720px;
/*	color: #5A5A5A;*/
	color: #7a7a7a;
}
#pagegraphics_Mat {
	width: 205px;
	float: right;
}
#pagetxt_Mat, #pagegraphics_Mat {
	display:inline-block
}
#pagetxt_Mat #Whead {
	color: #000000;
	font-size: 15pt;
	font-weight: normal;
	text-transform:uppercase;
	margin-top: 0px;
	margin-left: opx;
}
#MaterialUL {
	list-style-type: none;
	/*list-style-image:url(images/RedBullet.png);*/
	/*padding-left:17px;*/
	margin-left:0;
	padding-left:0px;
	margin-top:0px;
	margin-bottom:25px;
	color: #7a7a7a;
/*	color: #5a5a5a;*/
	font-weight: normal;
	text-decoration: none;
}
#MaterialLi {
	text-decoration: none;
	font-size:10pt;
}
#MaterialLi a {
	font-weight: normal;
/*	color: #5A5A5A;*/
	color: #7a7a7a;
}
#MaterialLi a:hover {
	text-decoration: none;
	color: rgb(255,77,80);
	background-color: rgb(255,255,255);
}
#Maintpageimg {
	padding-left: 120px;
	padding-top: 150px;
	max-width: 1024px;
}
#Maintpagetxt {
	padding-left: 70px;
	padding-top: 5px;
	max-width: 930px;
}
#Maintpagetxt p {
	/*	color: #5A5A5A;*/
	color: #BBBBBB;
	font-size: xx-large;
	text-align: center;
}

h1 {
color: #000000;
font-size: 18px;
font-weight: bold;
}

#idContentTblCell{       
   height:400px;
   padding-left:10px;
   padding-top:10px;
}
#content_area {
width: 960px;
padding-left: 40px;
padding-right: 40px;
padding-top: 20px;
padding-bottom: 30px;
}

td {                                                  
    color: #000000;                                                  
    font-size: 14px;
    line-height:160%;                                                 
}

.click_text {
float: right;
-webkit-margin-after: 0px;
font-size: 12px;
padding-right:22px;
padding-top:10px;
}

h2 {
color: #000000;
font-size: 14px;
font-weight: bold;
border-top: 1px solid #daddde;
padding-top: 9px;
}

ul.internal_bullets {
list-style-type: none;
margin: 0px;
padding: 0px 0px 0px 14px;
}

ul.internal_bullets li {
background: url(image/internal_bullets.gif) left 4px no-repeat;
padding: 0px 0px 4px 13px;
}

ul.internal_bullets a {

text-decoration: underline;
}

.pop-up-wrapper div {
font-family: Verdana, Helvetica;
font-size: 10pt;
}
.pop-up-caption {
display: none;
text-align: center;
border-bottom: 1px solid white;
font-family: Verdana, Helvetica;
font-size: 10pt;
padding: 5px;
background-color: silver;
}

.closebutton {
position: relative;
top: -15px;
left: 15px;
width: 30px;
height: 30px;
cursor: pointer;
background: url(image/close.png);
_background: none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/close.png', sizingMethod='scale');
}

.pop-up-overlay {
display: none;
}
.bucket_link_plc_006 {
color: #990000;
font-size: 14px;
font-weight: normal;
font-style: normal;
text-decoration: none;
background: url(image/bucket_bg_plc_006.gif) left top no-repeat;
text-align: center;
}

.internal_border {
border: 1px solid #cccccc;
background-color: #e6e6e6;
font-size: 10px;
padding: 8px 10px 8px 10px;
}

.internal_border a{
color:gray;
text-decoration: underline;
}

.formtb td {
	font-size: 10px;
}

p{
 padding-top:3px;
 padding-bottom:3px;
}