html {
overflow-y:scroll;   
}

body {
	color: #000;
	background-color: #fff;
	margin:0;
}
/* Sets the font family and base font size for the site. */
body, body div, body p, body th, 
body td, body li, body dd, body a {
font-family: Arial, sans-serif;
font-size: small;
}

/* START - Layout DIVS */
#wrapper{
margin:0 auto;
padding:0;
width:758px;
/*border:1px solid #000;*/
border-top:none;
}

#header{
margin:0;
padding:0 0 0 0px;
background: #B8B308;
border-bottom: 10px solid #9E9FA4;
height:61px;
width: 758px
}

#logo{
float:left
}

#navone{
float:right
}

#navwrap{
clear:both;
width: 154px;
float:left
}

#contenthome{
margin: 0px;
padding:20px 10px 20px 10px;
}

#content{
width:540px;
margin: 0px;
padding:15px 40px 20px 20px;
float:right;
}

div.pullout{
position:relative;
margin:0 0 30px 0;
padding:0;
float:left;
width:235px;
}

div.pulloutmiddle{
position:relative;
margin:0 14px 30px 13px;
padding:0;
float:left;
width:235px;
}

#footer{
margin:20px 0px 10px 0px;
padding: 6px 10px 3px 10px;
color: #fff;
font-weight: bold;
background: #B8B308
}

#copyright{
float:left;
font-size: 80%;
}

#telfoot{
float:right;
font-size: 80%;
}



/* START - General Nav */
a:link, a:visited{
color:#666;
font-weight:bold
}

a:hover{
color: #B8B308
}

/* START - Nav One Styles */
#navone ul{
margin:0;
padding:0;
}

#navone li{
margin:0;
list-style-type:none;
display:inline
}

#navone a {
padding:0px;
margin: 28px 0px 0px 28px;
float:left;}

#navone a:link, #navone a:visited{
color:#fff;
font-weight:bold;
font-size:130%;
text-decoration: none;
}

#navone #last{
margin-right: 37px;
}

#navone a:hover{
text-decoration: underline
}

/* START - Home Styles */
#home {
width:80px;
background: url(../img/bg_homebutton.gif) bottom right;
margin: 0px 0px 30px 0px;
padding: 6px 0px 4px 18px;
}

#home a:link, #home a:visited{
color:#fff;
font-weight:bold;
font-size:130%;
text-decoration: none
}

#home a:hover{
text-decoration: underline
}

#homeservices a:link, #homeservices a:visited{
color:#fff;
font-weight:bold;
font-size:130%;
text-decoration: none
}

#homeservices a:hover{
text-decoration: underline
}

/* START - Nav Two Styles */
#navtwo ul{
margin:0;
padding:0;
}

#navtwo ul li{
margin:0;
list-style-type:none;
}

#serviceshead{
background-color: #C6C35B;
margin: 0px 0px 13px 0px;
padding: 7px;
color:#fff;
font-weight:bold;
font-size:130%;
}

#navtwo a {
padding:7px;
margin:0px 0px 4px 0px;;
background: url(../img/bg_navtwo.gif) bottom right no-repeat #9E9FA4;
display: block;
width: 140px
}

#navtwo a:link, #navtwo a:visited{
color:#fff;
font-weight:bold;
font-size:110%;
text-decoration: none;
}

#navtwo a:hover{
text-decoration: underline
}

/* Start - Readmore Nav */
.readmore{
background-color: #B8B308;
width:73px;
padding: 3px 3px;
text-align:center;
margin:0px 0px 0 0;
position:absolute;
bottom:30px;
right:0px;
}
	
div.pullout .readmore a:link, div.pullout .readmore a:visited{
color:#fff;
font-size: 100%;
font-weight:bold;
font-style: italic;
text-decoration:none;
}

div.pullout .readmore a:hover {
text-decoration:underline;
}

div.pulloutmiddle .readmore a:link, div.pulloutmiddle .readmore a:visited{
font-size: 90%;
font-weight:bold;
color:#fff;
font-style: italic;
text-decoration:none;
}

div.pulloutmiddle .readmore a:hover {
text-decoration:underline;
}




/* START - Page Formatting Styles */
h1, h2, h3{
color:#B8B308
}

		
h1 {
	font-size: 180%;
	margin:0px 0px 8px 0;
	padding-top: 20px
		}

h2 {
	font-size: 120%;
	margin: 25px 0px 0px 0px;
	}
	
h3 {
	font-size: 110%;
	margin: 20px 0 3px 0;
	}	
	
h3 {
	font-size : 105%;
	margin: 20px 0 3px 0;
	}
	
h2.pullouthead{
color:#fff;
margin:0;
padding:7px 10px 2px 10px;
text-align: center;
font-size:120%;
font-weight:bold;
background: #B8B308 url(../img/bg_pullout.gif) no-repeat top left;
}
		
p {
	margin: 0px 0 15px 0;
}

.tel{
	font-size: 180%;
	color:#B8B308;
	font-weight: bold
}

li {
margin-bottom: 7px
}

.top{
	text-align: right;
	width: 100%
}

br.clear{
	clear:both;
	line-height:0
}

img{
border: none
}

.imgright{
	float:right;
	margin:0px 0px 10px 10px;
	}

.imgleft {
	float: left;
	margin:0px 10px 10px 0px;
}

.imgnoborder {
	border: 0px solid #000000; 
}

