/* CSS Document */

/*********************************************************************

Style Reset - removes browser defaults

**********************************************************************/

html, body, div, span, applet, object, iframe, 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: 100%;
	vertical-align: baseline;
}

/*************************************************************
MAIN GENERAL STYLES
*************************************************************/
body {
	margin: 0;
	border: 0;
	padding: 0;
	background-color:#B2D57B;
	font-family:Arial, Helvetica, sans-serif;
}
img
	{
	margin: 0;
	padding: 0;
	border: 0;
	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; 
} 
/*************************************************
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 5px 0;
	padding:0 0 0 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:20px;
}
#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:15px 0 0 0;
	padding:0 0 0 0;
	width:527px;
	float:left;
}
#flashArea{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:527px;
	height:368px;
}
#contentRight{
	margin:15px 0 0 0;
	padding:0 0 0 0;
	width:421px;
	float:right;
}
#contentRight img.borderImg{
	margin:7px 0 0 10px;
	padding:0 0 0 0;
	border:1px solid #31431d;
	float:right;
}
#contentRight .heading{
	margin:0 0 5px 0;
	padding:0 0 0 0;
}
/*************************************************
CALLOUT
**************************************************/
#callout{
	margin:0 auto;
	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.gif);
	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:0 0 0 0;
	padding:0 0 0 0;
	width:598px;
	float:left;
}
#calloutRight{
	margin:0 0 0 0;
	padding:0 0 0 0;
	width:319px;
	float:right;
}
#callout a.bttn{
	margin:0 0 0 0;
	padding:7px 7px 7px 7px;
	line-height:16px;
	font-size:11px;
	background-color:#F58237;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
}
#callout a:hover.bttn{
	background-color:#9ccb3b;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
}
#callout a.bttn2{
	margin:0 0 0 0;
	padding:7px 7px 7px 7px;
	line-height:16px;
	font-size:11px;
	background-color:#9ccb3b;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
	text-transform:uppercase;
	float:right;
}
#callout a:hover.bttn2{
	background-color:#F58237;
	color:#352c29;
	font-weight:bold;
	border:1px solid #a5a39b;
	text-decoration:none;
}
#callout h1{
	margin:0 0 0 0;
	padding:0 0 10px 0;
	color:#ffffff;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
}


#calloutHome{
	clear:both;
}

#calloutLeftL{
	float:left;
	width:270px;
	padding:0 0 10px 0;
	text-align: left;
}

#calloutLeftR{
	text-align: right;
	float:right;
	width:298px;
	padding:37px 0 0 10px;
}



/*************************************************
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:15px 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;
}

h1  {
	font-size: 20px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #66564E;
	text-align: center;
}

.smallwhite{
	color:#FFFFFF;
	font-size: 10px;
}

.hencken{
	color:#999999;
	font-size: 8px;
}


.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;
    font-family: 'AngelinaRegular',Arial,sans-serif;
    font-size: 30px;
    margin-top: 15px;
    margin-right:10px;
    -moz-transform: rotate(4deg);
    -webkit-transform: rotate(4deg);
}


