/* CSS Document */

/*********************************************************************

Style Reset - removes browser defaults

**********************************************************************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 14px;
	vertical-align: baseline;
	background: transparent;
}

/*************************************************************
MAIN GENERAL STYLES
*************************************************************/
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color:#b2d57d;
	font-family:Arial, Helvetica, sans-serif;
}
img
	{
	margin: 25;
	padding: 25;
	border: 25;
	behavior: url(css/png_fix.htc);
}
flash
	{
	margin: 0;
	padding: 0;
	border: 0;
}
form{
	margin: 0;
	padding: 0;
	border: 0;
}
.clear{ 
  	clear:both; 
	/*** these next attributes are designed to keep the div 
	height to 0 pixels high, critical for Safari and Netscape 7 ***/ 
	  height:1px; 
	  overflow:hidden; 
	  line-height:1%; 
	  font-size:0px; 
	  margin-bottom:-1px; 
}
.orange{
	color:#f37128;
	font-weight:bold;
}
.green{
	color:#9ccb3b;
	font-weight:bold;
}
/*************************************************
HEADER
**************************************************/
#header{
	margin:0 0 0 0;
	padding:0 0 0 0;
	background-image:url(../images/header_bg.jpg);
	background-repeat:repeat-x;
        background-color: #352B29;
	height:160px;
	width: 100%;
}
#headerInterior{
	margin:0 auto;
	padding:0 0 0 0;
	background-image:url(../images/headerInterior_bg.jpg);
	background-repeat:no-repeat;
	height:160px;
	width: 968px;
        position:relative;
}
#headerLeft{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:373px;
	float:left;
}
#logo{
	width:373px;
	height:140px;
}
#headerRight{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:590px;
	float:right;
}
#auxNav{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	text-align:right;
}
#auxNav a{
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	text-align:right;
}
#nav{
	padding:0 0 0 0;
	width:509px;
	height:40px; 
        background-image:url("../images/nav_bg_orange.jpg");
        background-repeat:repeat-x;
        position:absolute;
        top:119px;
        left: 0px;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    #nav { 
                background-color: blue;/* Safari 3.0 and Chrome rules here */
                top:118px;
	}
}
#navInterior{
	margin:0 0 0 0;
	padding:8px 0 0 0;
        text-align:center;
}
#navInterior a {
font-family:"Palatino Linotype","Book Antiqua",Palatino,serif;
font-size:18px;
text-decoration:none;
color:#fff;
font-weight:bold;
}
#navInterior a:hover {
color:#352B29;
}


#nav a{	
	margin:0 0 0 0;
	padding:0 5px 0 5px;
	text-align:right;
}
/*************************************************
CONTENT
**************************************************/
#content{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	width: 100%;
	background-image:url(../images/content_bg.jpg);
	background-repeat:repeat-x;
}
#content p{
	margin:0 0 7px 0;
	padding:0 0 0 0;
	color:#4e4e4c;
	font-size:14px;
	line-height:21px;
}
#content ul{
	margin:0 0 7px 0;
	padding:0 0 0 0;
	color:#4e4e4c;
	font-size:14px;
	line-height:21px;
}
#content li{
	margin:0 0 7px 30px;
	padding:0 0 0 0;
	color:#4e4e4c;
	font-size:14px;
	line-height:21px;
	list-style:decimal;
}
#content li li{
	margin:0 0 7px 30px;
	padding:0 0 0 0;
	color:#4e4e4c;
	font-size:14px;
	line-height:21px;
	list-style:lower-alpha;
	font-weight:normal;
}
#content a{
	color:#cd2e14;
	text-decoration:underline;
}
#content a:hover{
	color:#a21d07;
	text-decoration:underline;
}
#contentInterior{
	margin:0 auto;
	padding:0 0 0 0;
	width: 968px;
	background-image:url(../images/contentInterior_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
}
#contentLeft{
	margin:10px 0 0 0;
	padding:0 0 0 0;
	width:320px;
	float:right;
}
#subNav{
	margin:5px 0 0 0;
	padding:0 0 0 0;
	width:320px;
}
#subNav a{
	margin:0 0 0 0;
	padding:0 0 0 0;

}#leftCallout{
	margin:3px 0 0 0;
	padding:0 0 0 0;
	background-image:url(../images/calloutLeft_bg.jpg);
	background-repeat:repeat-y;
	background-color:#B2D57D;
}
#leftCallout .headingLeftCallout{
	margin:0 20px 10px 20px;
	padding:0 0 0 0;
}
#leftCallout h1{
	margin:0 0 0 0;
	padding:0 20px 0 20px;
	color:#665e5c;
	font-size:12px;
	font-weight:bold;
}
#leftCallout p{
	margin:0 0 7px 0;
	padding:0 20px 0 20px;
	color:#888382;
	font-size:14px;
	line-height:18px;
}
#leftCallout img.borderImg{
	margin:0px 20px 10px 20px;
	padding:0 0 0 0;
	border:1px solid #31431d;
	text-align:center;
}
#leftCallout a.bttn{
	margin:0 0 0 0;
	padding:7px 7px 7px 7px;
	line-height:28px;
	font-size:11px;
	background-color:#F58237;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
	text-transform:uppercase;
}
#leftCallout a:hover.bttn{
	background-color:#9ccb3b;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
}
#contentRight{
	margin:15px 0 0 0;
	padding:0 0 0 0;
	width:633px;
	float:left;
}
#contentRight h1{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	color: #66564E;
	font-size:20px;
	text-transform:uppercase;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}
#contentRight h2{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	color:#352c29;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}
#contentRight .reason{
	color:#000000;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}
#contentRight h3 /*team*/{
	margin:0 0 0 0;
	padding:25px 0 3px 0;
	color:#352c29;
	border-bottom:1px dotted #708f42;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
}
#contentRight h4 /*residential*/{
	margin:10px 0 0 0;
	padding:10px 0 10px 0;
	color:#352c29;
	font-size:14px;
	font-weight:bold;
	text-transform:none;
	border-top:1px dotted #708f42;
	width:100%;
}
#contentRight h5{
	margin:0 0 0 0;
	padding:10px 0 5px 0;
	color:#2B2321;
	font-size:14px;
	text-transform:none;
	font-weight:normal;
}
#contentRight img.borderImg{
	margin:7px 0 0 10px;
	padding:0 0 0 0;
	border:1px solid #31431d;
	float:right;
}
#contentRight .heading{
	margin:0 0 15px 0;
	padding:0 0 0 0;
}
#content .rule{
	margin:10px 0 10px 0;
	border-bottom:1pxc solid #ffffff;
	width:100%;
}
#contentRight .affiliationsLogo{
	margin:5px 10px 0 0;
	paddong:0 0 0 0;
	float:left;
	border:1px solid #31431d;
	clear:left;
}
#contentRight .lightBox{
	background-color:#e4f1d1;
	border:1px solid #AEB2A4;
	padding:0 10px 10px 10px;
	margin:0 0 10px 0;
	clear:both;
}
.orange{
	color:#d24909;	
}
.green{
	color:#608d09;	
}
/*************************************************
CALLOUT
**************************************************/
#callout{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:100%;
	background-image:url(../images/callout_bg.jpg);
	background-repeat:repeat-x;
}
#calloutInterior{
	margin:0 auto;
	padding:0 0 0 0;
	width: 968px;
	background-image:url(../images/calloutInterior_bg.jpg);
	background-repeat:no-repeat;
}
#calloutLeft p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#ffffff;
	font-size:14px;
	line-height:21px;
}
#calloutLeft{
	margin:32px 0 0 0;
	padding:0 0 0 0;
	width:578px;
	float:left;
}
#calloutRight{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:339px;
	float:right;
}



/*************************************************
FORM
**************************************************/
.Bold{
    font-weight:bold;
}
.ClearFloat{
    clear:both;
}
.Hidden{
    display:none;
}
/*** FORM CLASSES ***/
h2{
    margin:0px 0px 10px 0px;
    padding:0px;
}
div.AlertMessage{
    background-color:#372F2C;
    border:1px solid #ffffff;
    color:white;
    line-height:normal;
    padding:10px;
    position:relative;
    z-index:100;
    width:250px;
    font-weight:bold;
    cursor:pointer;
    display:none;
    font-size:12px;
    margin: 0px 0px 0px 25px;
}
div.ButtonSet{
    padding:10px;
}
div.FormLabel{
    float:left;
    width:110px;
    text-align:right;
    margin-right:10px;
}
.Required{
    color:#F58237;
}
#questions{
    padding:0px;
	color:#4e4e4c;
	font-size:14px;
	line-height:21px;
}
input{
	margin:0 0 10px 0;
	color:#2c2522;
	font-size:12px;
	background-color: #FFC;
	z-index:999999;
}
option{
	margin:0 0 10px 0;
	color:#2c2522;
	font-size:12px;
}
textarea{
	margin:0 0 10px 0;
	color:#2c2522;
	font-size:12px;
	width:300px;
	background-color: #FFC;
}
#sideform textarea{
	margin:0 0 10px 0;
	color:#2c2522;
	font-size:12px;
	width:150px;
	height:100px;
}
.submitBttn{
	margin:10px 0 10px 0;
	padding:7px 7px 7px 7px;
	font-size:11px;
	background-color:#F58237;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
	text-transform:uppercase;
}
/*** REMOVE WHEN LIVE ***/
div.Dump{
    background-color:#999999;
    font-family:Verdana;
    color:Black;
    font-size:10px;
    padding:10px;
    margin-bottom:20px;
}
/*************************************************
FOOTER
**************************************************/
#footer{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	padding:0 0 0 0;
	width:968px;
}
#footer p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	color:#61635e;
	text-align:center;
}
#footer p.HnG{
	margin:0 0 0 0;
	padding:0 0 0 0;
	font-size:10px;
	color:#61635e;
	text-align:left;
}
#footer img.footerLogo{
	margin:10px 15px 0 0;
	padding:0 0 0 0;
	float:left;
}
#footer a.none{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	background-image:none;
}
#footer a:hover.none{
	margin:0 0 0 0;
	padding:0 0 0 0;
	text-decoration:none;
	background-image:none;
}
#footer a{
	margin:0 5px 0 5px;
	padding:0 0 0 17px;
	font-size:10px;
	color:#61635e;
	text-decoration:none;
	background-image:url(../images/footerBullet_up.jpg);
	background-position: 0 .15em;
	background-repeat: no-repeat;
}
#footer a:hover{
	color:#3f3734;
	text-decoration:none;
	background-image:url(../images/footerBullet_over.jpg);
	background-position: 0 .15em;
	background-repeat: no-repeat;
}#content #contentInterior #contentLeft #leftCallout #sideform #ContactForm #questions div #Comments {
	color: #A8A8A8;
	background-color: #FFC;
}

.smallwhite{
	color:#FFFFFF
	font-size: 6px
}
.hencken{
	color:#999999;
	font-size: 10px;
}
.sub-menu a{
font-size:14px !important
}
@font-face {
    font-family: 'AngelinaRegular';
    src: url('angelina-webfont.eot');
    src: url('angelina-webfont.eot?#iefix') format('embedded-opentype'),
         url('angelina-webfont.woff') format('woff'),
         url('angelina-webfont.ttf') format('truetype'),
         url('angelina-webfont.svg#AngelinaRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.presure_qte {
  color:white;float:right;margin-top:24px;font-size:24px;font-family:'AngelinaRegular', Arial, sans-serif;font-weight: bold;
}
.presure_qte img{
  margin-left: 335px; margin-top: -45px;
}
.presure_qte span {
  font-size:24px;
}

.img_arw {
  position: absolute;width:75px;height:155px;
}

