/*

main style sheet containing styles universal to all pages

/* -----------------------------------------------------------------
                        LISTING ORDER
--------------------------------------------------------------------
Universal
Page Structure
Banner
Navigation
Headers
Text Treatments
Images
--------------------------------------------------------------------


--------------------------------------------------------------------
						UNIVERSAL
--------------------------------------------------------------------
*/

* {
	margin: 0;
	padding: 0;
}

html {
	font-size: 100%;
}

body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0 auto;
	text-align: center;
}

br.clearfloat {
	clear: both;
	height: 0;
	overflow: hidden;
}

a {
	color: blue;
	outline: none;
}

a:hover {color: black;}

a.external {
	background-image: url(/images/backgrounds/external-link.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
	padding: 0 16px 0 0;
}

/*
Page Structure
==================================================*/

#outer-wrapper {
	background: url(../images/backgrounds/outer-wrapper.gif) #fff repeat-y center top;
	width: 100%;
}

#wrapper {
	background: url(../images/backgrounds/wrapper.gif) #fff repeat-y left top;
	margin: 0 auto;
	width: 940px;
}

#content-wrapper {
	float: left;
	width: 720px;
}

#content {
	color: #424242;
	float: left;
	overflow: hidden;
	padding: 30px 15px 15px 15px;
	text-align: justify;
	width: 690px;
}

#sidebar {
	float: left;
	padding: 15px;
	text-align: right;
	width: 190px;
}

#footer-wrapper {
	background: url(../images/backgrounds/footer-wrapper.gif) #fff no-repeat center bottom;
	padding: 0 0 37px 0;
	width: 100%;
}

#footer {
	background: url(../images/backgrounds/footer.gif) #3679CA no-repeat right center;
	border-bottom: 20px solid #fff;
	color: #fff;
	font-size: 1.1em;
	margin: 0 auto;
	padding: 22px 15px 22px 15px;
	text-align: left;
	width: 910px;
}

/*
Banner
==================================================*/

#logo {
	background: url(../images/backgrounds/logo.gif) #fff no-repeat left top;
	float: left;
	height: 147px;
	margin: 0;
	text-indent: -9999px;
	width: 208px;	
}

#contact {
	background: url(../images/backgrounds/contact.jpg) #fff no-repeat right top;
	float: left;
	height: 147px;
	margin: 0;
	text-indent: -9999px;
	width: 732px;
}

/*
NAVIGATION
===============================================*/

#nav {
	background: url(../images/backgrounds/nav.gif) #E9EFF9 repeat-x top left;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	height: 30px;
	text-align: left;
	width: 720px;
}

#nav ul { /* all lists */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	list-style: none;
}

#nav a {
	color: #002088;
	display: block;
	height: 23px;
	float: left;
	padding: 7px 12px 0 12px;
	text-align: center;
	text-decoration: none;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* 2nd level lists */
	border-bottom: 1px solid #CAD8EC;
	clear: both;
	float: left;
	position: absolute;
	top: 177px;
	margin-left: -1000em;
	text-align: left;
	width: 232px;
}

#nav li ul a { /* 2nd level lists */
	color: #002088;
	height: auto;
	text-align: left;
}

#nav li ul ul { /* third-and-above-level lists */
	border: 0;
	margin-left: -1000em;
	position: absolute;
	top: 0;
	width: 200px;
}

#nav li ul li a { /* 2nd level items */
	border-right: 1px solid #CAD8EC;
	border-left: 1px solid #CAD8EC;
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 5px 12px; 
	text-transform: none;
	width: 208px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: auto;
	position: relative;
}

#nav li ul li li a { /* 3rd level items */
	font-size: 11px;
	font-weight: normal;
	padding: 5px 10px 5px 20px;
	text-transform: none;
	width: 200px;
}

#nav li ul li a:hover, #nav li ul li a:focus, #nav li ul li a:active { /* 2nd level hover */
	background: #F1F7FF;
}

#nav li ul li li a:hover, #nav li ul li li a:focus,  #nav li ul li li a:active { /* 3rd level hover */
	background: #F1F7FF;
}

#nav li:hover a, #nav li.sfhover a {/*top level hover*/
	background: #CAD8EC;
}


#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	margin-left: 0;
}

#nav li:hover li a, #nav li.sfhover li a {
	color: #002088;
	background: #CAD8EC;
}

#nav li li:hover ul, #nav li li.sfhover ul {
	margin-left: 0;
}

#nav li:hover li li a, #nav li.sfhover li li a { /*sub-sub items*/
	background: #E6F0FE;
}

/*
Subnavigation
=================================*/

#subnav {
	float: left;
	list-style-type: none;
	padding: 0 0 30px 30px;
	text-align: left;
	width: 190px;
}

#subnav li {
	float: left;
	width: 160px;
	list-style-type: none;
	padding: 0;
}

#subnav li a {
	color: #002088;
	float: left;
	font-weight: bold;
	font-size: 11px;
	padding: 4px 0 4px 5px;
	text-decoration: none;
	width: 185px;
}

#subnav li a:hover, #subnav li a:active, #subnav li a:focus {
	background: #F7F9FC;
}

#subnav li.current a {
	background: #F7F9FC;
}

#subnav li li a, #subnav li.current li a {
	background: none;
	font-weight: normal;
	font-size: 11px;
	padding: 3px 0 3px 20px;
	width: 170px;
}

#subnav li li a:hover,
#subnav li li a:active,
#subnav li li a:focus, 
#subnav li li.current a {
	background: #F7F9FC;
}

/*
breadcrumbs
===========*/

#content #bread-crumb {
	color: #86A7D5;
	font-size: 1.1em;
	margin: -22px 0 0 0;
	padding: 0 0 15px 0;
	text-align: right;
}

#content #bread-crumb a {
	color: #86A7D5;
}

#content #bread-crumb a:hover {
	color: #002088;
}


/* service now button 
=====================*/

a#permit-inspections {	
	background: url(../images/backgrounds/use-inspections.gif) transparent no-repeat top left;
	float: left;
	height: 61px;
	margin: 0 0 15px 0;
	text-align: left;
	text-indent: -9999px;
	width: 190px;
}

a#permit-inspections:hover {	
	background-position: 0 -61px;
}

a#service-now {	
	background: url(../images/backgrounds/service-now.gif) transparent no-repeat top left;
	float: left;
	height: 61px;
	margin: 0 0 15px 0;
	text-align: left;
	text-indent: -9999px;
	width: 190px;
}

a#service-now:hover {	
	background-position: 0 -61px;
}




/*
NAVIGATION
===============================================*/

h1 {
	border-top: 1px solid #DCE8F6;
	border-bottom: 1px solid #DCE8F6;
	color: #7C7B7B;
	font-size: 1.8em;
	font-weight: normal;
	line-height: 1.3em;
	margin: 0 0 30px 0;
	padding: 13px 0;
}

h1#index {
	float: right;
	width: 540px
}

h2 {
	color: #86A7D5;
	font-size: 1.7em;
	letter-spacing: -.05em;
	padding: 5px 0 20px 0;
	text-align: left;
}

h3 {
	color: #86A7D5;
	font-size: 1.5em;
	padding: 0 0 15px 0;
	text-align: left;
}

h3 a {
	color: #86A7D5;
}

h4 {
	color: #E71508;
	font-size: 1.2em;
	padding: 0 0 10px 0;
	text-align: left;
}

#sidebar h3 {
	color: #E71508;
	font-size: 1.6em;
	padding: 0 0 15px 0;
}

/*
TEXT TREATMENTS
===============================================*/

#content p, #content ul, #content ol {
	font-size: 1.2em;
}

#content p {
	line-height: 1.7em;
	padding: 0 0 20px 0;
}

#content ul {
	line-height: 1.7em;
	list-style-position: inside;
	list-style-type: square;
	padding: 0 0 10px 10px;
}

#content ul li {
	padding: 0 0 10px 0;
}

#content p.highlight {
	background: #E5EFFD;
	margin: 0 20px 20px 20px;
	padding: 15px;
}


/*
content testimonials
====================*/

.content-testimonial {
	background: #FAFCFF;
	border: 1px solid #E5EFFD;
	padding: 20px;
	margin: 0 0 20px 0;
}

#content .content-testimonial p {
	font-weight: bold;
	padding: 0 0 10px 0;
}

#content .content-testimonial p.quote-giver {
	font-style: italic;
	font-weight: normal;
	padding: 0 0 0 20px;
	text-align: left;
}


/*
footer text
===========*/


#footer a {color: #fff;}


/*
sidebar text
============*/

#sidebar p, #sidebar ul, #sidebar ol {
	font-size: 1.2em;
}

#sidebar p {
	padding: 0 0 15px 0;
}

#sidebar ul {
	padding: 0 0 15px 0;
}

#sidebar ul.check {
	border-bottom: 1px solid #fff;	
	font-weight: bold;
	list-style-type: none;
	margin: 0 0 15px 0;
}

#sidebar ul.check li {
	color: #4773B2;
	background: url(../images/backgrounds/check.gif) transparent no-repeat right 3px;
	padding: 0 15px 8px 0;
}

#sidebar ul.check li a {
	color: #4773B2;
}

#sidebar ul.check li a:hover {
	color: #331770;
}

.quote {
	border-bottom: 1px solid #fff;	
	color: #424242;
	float: left;
	font-size: .9em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	width: 190px;
}

#sidebar .quote p {
	background: #F1F7FF;
	padding: 15px;
	width: 160px;
}

#sidebar .quote p.quote-giver {
	padding-top: 0;
}


.service-areas {
	border-bottom: 1px solid #fff;	
	border-top: 1px solid #fff;	
	color: #424242;
	float: left;
	font-size: .9em;
	margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	text-align: right;
	width: 190px;
}

#sidebar .service-areas p {
	padding: 7px 15px 7px 15px;
	width: 160px;
}



/*
IMAGES
===============================================*/

.left {
	border: 1px solid #DCE8F6;
	float: left;
	margin: 0 15px 15px 0;
	padding: 2px;
}

.right {
	border: 1px solid #DCE8F6;
	float: right;
	margin: 0 0 20px 20px;
	padding: 5px;
}

#logos img {
	border: 0;
	float: left;
	margin: 0 30px 15px 0;
}

