body {
	font: 62.5%/1.8em arial, Helvetica, sans-serif;
	color: #4e4e4e;
	text-align: center;
	background: #e0e0e0 url("img/bkg.jpg");
	}

*	{margin:0; padding:0;}

a, a:visited {
	text-decoration: none;
	}

a:hover {
	text-decoration: none;
	}

ul{
	list-style: none;
	}

a img,:link img,:visited img{
	border:none
	}

#wrap { 
	text-align: left; 
	margin: 0 auto; 
	position: relative; 
	width: 984px;
	}

img.block{
	display:block;
	border:none
	}
	/*--------------------------------
		HEADWRAP
	 --------------------------------*/


#brand{
	background: url(img/logo.png) no-repeat 0 0;
	height:130px;
	width:100%
	}
	
#brand h1 a {
 	width:100%;
	height:110px;
	background:url(img/logo.jpg) no-repeat;
	display: block;
	float:right;
	text-indent:-5000px;
	}

#brand h1 a span {
	xdisplay: none;
	}
	
	

	/*--------------------------------
		NAV
	 --------------------------------*/
#nav {
	float:left;
	padding:10px 0;
	}
	
#nav li{
	float:left
	}
	
#nav li.first{
	padding-left: 176px;
	}
	
ul#nav a, ul#nav a:visited {
	color:#005c66;
	font-size:1.4em;
	padding:0 14px 0 18px;
	background:url(img/nav.gif) no-repeat 0 center;
	text-transform: uppercase;
	}
	
ul#nav a:hover{
	color:#000;
	background:url(img/navroll.gif) no-repeat 0 center;
	}
	
	/*--------------------------------
		CONTENT
	 --------------------------------*/
#content{
	width:984px;/*984- 352 - 60padding  */
	background: url(img/content.png) repeat-y;
	}	
	
#content h2, #content h3, #content p, #content form, #content div.shadow img{
	margin:0 176px;
	}

#content h2{
	font: 3em/1em "century gothic", arial, Helvetica, sans-serif;
	padding:70px 0 10px 34px;
	border-bottom:1px silver dashed;
	margin-bottom:10px;
	color:#000;
	letter-spacing:-1px;
	background:url(img/heading.gif) no-repeat 0 80px;
	}

#content h3{
	font-size:1.8em;
	line-height:1em;
	padding:12px 0 8px 0;
	color:#f86900;
	}

#content p{
	font-size:1.4em;
	line-height:1.4em;
	padding-bottom:14px;
	}	
	
#content p.last{
	border-bottom:1px silver dashed;
	padding-bottom:14px;
	}
		
#content img.move{
	padding-left:18px;
	}

#flash{
	padding-left:18px;
	}

#content a, #content a:visited{
	color:#ff8a10
	}

#content a:hover{
	color:#af4602
	}	

div.shadow {
	background: url('img/shadow.jpg') no-repeat 176px 190px;
	padding: 10px 0;
	position: relative;
	}

div.shadow img {
    display: block;
	padding-bottom: 20px;
	position: relative;
	}
	/*--------------------------------
		FORM
	 --------------------------------*/
	 
.form {
	COLOR: #071D6A;
	BACKGROUND-COLOR: #ededed;
	border: 1px solid #c7c7c7;
	}

.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #fff;
	border: 1px solid #000;
	background-color: #f86900;
	height: 20px;
	margin-top: 2px;
	}
#content fieldset{
	border:none;
	}

#content label{
	border-bottom:1px dashed silver;
	font-size:1.4em;
	width:12em;
	float:left
	}

#content input{
	padding-bottom:4px
	}

#content legend{
	font-weight: bold;
	color:orange;
	font-size:1.4em;
	padding-bottom:10px;
	}
	 
	/*--------------------------------
		FOOTER
	 --------------------------------*/
#footer {
	width:984px;
	height:160px;
	background: url(img/footer.png) no-repeat;
	float:left;
	}
	
#footer h4, #footer p {
	margin:0 176px;
	color:white
	}
#footer h4 {
	font: 2.4em/1em "century gothic", arial, Helvetica, sans-serif;
	padding:30px 0 10px 0;
	border-bottom:1px dashed #444444;
	}
#footer p {;
	font-family:"century gothic", Arial, Helvetica, sans-serif;
	font-size:1.4em;
	padding-top:6px;
	color:#939393
	}
#footer p.phone {
	font-size:1.8em;
	padding-top:10px
	}

#footer ul{
	width:984px;
	padding-top:34px;
	float:left;
	}
#footer ul li{
	float: left;
	padding:0 10px;
	border-right:1px solid #787878;
	}

#footer li.first{
	padding-left:176px
	}

#footer li.last{
	border-right:none;
	}

#footer a, #footer a:visited {
	color:silver;
	font-size:1.1em;
	display:block
	}

#footer a:hover{
	color:#af4602
	}	

.clearfix:after {
 	content: ".";              
 	display: block;         
 	height: 0;                  
	 clear: both;               
 	visibility: hidden;	     
	}
/* alsett ckearing method */
.clearfix {display: inline-block;}   /* a fix for IE Mac */
/* next a fix for the dreaded Guillotine bug in IE6 */
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}