@charset "utf-8";
/* All Points CSS 
Author: EW
Date created: 05.20.09
*/

* { margin: 0; padding: 0; }

body { background: url(../images/background.png) repeat-x; background-color: #ccc; color: #333; font-family: Arial, Helvetica, sans-serif; font-size: 12px; }

#wrapper { margin: 0 auto; width: 980px; }

.clear { clear: both; }

/* Header */

#header {
background: url(../images/header-back.jpg) no-repeat;
height: 380px;
}

#logo {
background: url(../images/logo.png) no-repeat;
color: #666;
float: left;
font-weight: bold;
height: 125px;
width: 285px;
}

#logo p {
padding: 107px 0 0 30px;
}

.phone {
color: #f90;
font-size: 18px;
}

/* Menu */

#menu {
border-left: dashed #f90 1px;
float: left;
margin: 33px 0 0 0;
width: 200px;
}

#menu ul {
list-style: none;
padding: 0 0 0 20px;
}

#menu li {
padding: 0 0 11px 0;
}

#menu li.last {
padding: 0;
}

#menu a {
color: #000;
font-weight: bold;
text-decoration: none;
}

#menu a:hover {
color: #f90;
text-decoration: underline;
}

#menu a.active {
color: #999;
text-decoration: none;
}

#crumbs {
color: #666;
float: left;
font-size: 11px;
font-weight: bold;
padding: 350px 0 0 30px;
position: absolute;
}

/* Quote */

html>body #quote {
float: right;
font-size: 11px;
margin: 13px 40px 0 0;
width: 218px;
}

#quote {
float: right;
font-size: 11px;
margin: 13px 15px 0 0;
width: 218px;
}

#quote p {
padding: 0 0 10px 0;
}

#quote p.quote-header {
color: #fff;
font-size: 22px;
font-style: italic;
font-weight: bold;
padding: 0 0 30px 0;
}

#quote label {
color: #000;
float: left;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 0;
width: 60px;
}

#quote label.second {
color: #000;
float: left;
font-size: 12px;
font-weight: bold;
padding: 5px 0 0 0;
width: 120px;
}

#quote .quoteform {
border: solid #999 1px;
float: left;
margin: 0 0 11px 0;
padding: 3px 0 3px 5px;
width: 145px;
}

#quote .quoteform2 {
border: solid #999 1px;
float: left;
margin: 0 0 12px 0;
padding: 3px 0 3px 5px;
width: 85px;
}

/* Main */

#main {
background: url(../images/main-back.png) repeat-y;
padding: 0 30px;
}

#main p {
line-height: 150%;
padding: 0 0 20px 0;
}

#content {
float: left;
width: 640px;
}

ul.index-list {
float: left;
list-style: none;
padding: 0 20px 15px 20px;
}

ul.index-list li {
background: url(../images/index-li-back.png) no-repeat left center;
display: block;
margin: 0 0 5px 0;
padding: 0 0 0 15px;
}

#sidebar {
float: right;
width: 240px;
}

#locations {
background: url(../images/locations-back.jpg) no-repeat bottom right;
}

#locations ul, #services ul {
color: #999;
margin: 0 0 30px 30px;
}

#locations li, #services li {
margin: 0 0 8px 0;
}

ul.base {
color: #000;
padding: 5px 0 5px 30px;
}

ul.base li {
padding: 0 0 5px 0;
}

#mapquest {
float: right;
padding: 0 0 0 15px;
}

table.contact { background-color: #eee; border: solid #ccc 1px; margin: 0 0 10px 0; width: 100%; }
table.contact td { padding: 10px; }
table.contact label { color: #000; font-weight: bold; }
table.contact .contactform { border: solid #ccc 1px; font-size: 11px; height: 13px; margin: 3px 0 0 0; padding: 3px 0 3px 5px; width: 185px; }
table.contact .contactform2 { border: solid #ccc 1px; font-size: 11px; height: 70px; margin: 3px 0 0 0; padding: 3px 0 3px 5px; width: 610px; }

/* Footer */

#footer {
color: #666;
padding: 0 0 20px 0;
}

#footer a {
color: #666;
font-weight: normal;
text-decoration: none;
}

#footer a:hover {
color: #000;
}

p.left-footer {
float: left;
font-size: 11px;
line-height: 200%;
padding: 0 0 0 30px;
}

p.right-footer {
float: right;
font-size: 11px;
line-height: 200%;
padding: 0 30px 0 0;
text-align: right;
}

/* Text */

strong {
color: #000;
}

h1 {
background: url(../images/h1-back.png) no-repeat left center;
border-bottom: solid #ccc 1px;
color: #000;
font-size: 24px;
margin: 0 0 20px 0;
padding: 0 0 3px 20px;
}

h2 {
color: #000;
font-size: 14px;
}

h3 {
background: url(../images/h2-back.png) no-repeat left center;
color: #000;
font-size: 18px;
margin: 0 0 10px 0;
padding: 0 0 0 17px;
}

a {
color: #f80;
font-weight: bold;
}

a:hover {
color: #000;
text-decoration: underline;
}

/* Images */

.page {
border: solid #ccc 1px;
float: left;
margin: 0 15px 5px 0;
padding: 2px;
}

.r-page {
border: solid #ccc 1px;
float: right;
margin: 0 0 5px 15px;
padding: 2px;
}

.allied {
float: left;
margin: 0 15px 0 0;
}

.latest_img {
width: 100%;
}

.err {
	font-weight: bold;
	color: #FF0000;
}
