body {
	margin: 0px;
	padding: 0px;
	background-color: #737245;
	background-image: url("images/masthead.jpg");
	background-position: center top;
	background-repeat: repeat-x;
}

body {
    font-family: "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.3em;
	color: #000000;
}
	
h1 {
	font-size: 140%;
    color: black;
	margin-top: 0;
    line-height: 1.1em;
}

h2,h3 {
	font-size: 120%;
    color: black;
	margin-top: 0;
    line-height: 1.1em;
}

hr {
   color: #737245;
}

h1, h2, h3 a {
   color: black;
}

ul.seoservices {
	font-size: 90%;
	line-height: 1.4em;
}

li.seoservices {
	font-size: 90%;
	line-height: 1.4em;
}

#logo {
	margin-top: 30px; 
    margin-right: 0px;
}

#tagline {
   /* font-size: 150%; */
   /* text-align: left; */
   /* padding-top: 15px; */
   margin-top: 0px; 
}

#utility {
	/*color: #000000;*/
	/*word-spacing: 0.3em;*/
    /* top right bottom left  5, 20, 25, 0 originally */
    padding: 0px 20px 15px 0px;
	/*text-align: right;  */
}

#underconst {
    padding: 10px 20px 10px 10px; 
}

#leftnavbar {
	color: #fffcdd;
	font-weight: bold;
	line-height: 1.3em;
	margin-right: 20px;
    margin-left: 20px;
}

#live_area {
	width: 624px;
    min-height: 400px;
	border: 1px solid black;
	padding: 10px;
	background-color: #fafcf8;
    clear: left; /* needed for dropdowns  */
}

#live_area A {
	font-weight: bold; 
    color: #bc5228; 
    text-decoration: none; 
    font-size: 100%;
}

#live_area A:hover {
	font-weight: bold; 
    color: black; 
    text-decoration: none; 
    font-size: 100%;
}

#mission {
   padding-right: 10px;
   padding-left: 10px;
   font-size: 110%;
}

#copyright {
    color: #fffcdd;
	font-size: 100%;
	padding: 7px;
	/*text-align: center;*/
}

#contact {
    color: #fffcdd;
	font-size: 110%;
    line-height: 1.3em;
	padding: 7px;
	/* text-align: center; */
}

.main-content {
   padding-right: 10px;
}

.breadcrumbs {
   padding-left: 0.3cm;
   padding-right: 10px;
   font-size: 100%; 
}

.clientquote {
   font-style: italic;
}

.leftpane-clientquote {
   font-style: italic;
   font-size: 80%;
   line-height: 1.1em;
}

.areas-served {
   font-size: 80%;
   line-height: 1.1em;
}

.googleAdWordsOffer  {
	font-weight: bold;
    text-decoration: underline;
}

A.breadnavlink:link {color: #bc5228; text-decoration: none; font-weight: bold; font-size: 100%; }
A.breadnavlink:visited {color: #bc5228; text-decoration: none; font-weight: bold; font-size: 100%; }
A.breadnavlink:hover {color: black; text-decoration: none; font-weight: bold; font-size: 100%; }
A.breadnavlink:active {color: black; text-decoration: none; font-weight: bold; font-size: 100%; }

A.email:link {color: #fffcdd; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.email:visited {color: #fffcdd; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.email:hover {color: black; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.email:active {color: black; text-decoration: underline; font-weight: bold; font-size: 100%; }

A.sitemap:link {color: #fffcdd; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.sitemap:visited {color: #fffcdd; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.sitemap:hover {color: black; text-decoration: underline; font-weight: bold; font-size: 100%; }
A.sitemap:active {color: black; text-decoration: underline; font-weight: bold; font-size: 100%; }


#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav li { /* all list items */
	float: left;
	width: 8em; /* width needed or else Opera goes nuts */
    padding: 0.5em;  /* This effects the space between the list items. */
    line-height: 1.15em;  /* This changes the space between lines of text. */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #DCAB4F;
    width: 11em; 
    
    /* for formatting menus */
	border: solid; 
	border-width: 0.15em;
    border-color: #bc5228;
    
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li a {  /* all nav links */
	display: block;
	width: 10em;
    color: #bc5228; /* RUST */
    text-decoration: none; 
    font-weight: bold; 
    font-size: 100%;
}

#nav li a:hover {
	color: #fafcf8; /* whitish */
    text-decoration: none; 
    font-weight: bold; 
    font-size: 100%;
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
