/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


body {
	font: 72% Verdana, Arial, Helvetica;
	background: url(sitegraphics/bg.jpg) 0 0 repeat-x #EFF3F6;
	color: #333;
}

div {
	text-align: left;
}

p {
	
}


a:link, a:visited {
	color:#0067CE;
}
a:hover, a:active {
	color:#333;	
}

.highlight {
	color:#0067CE;
	font-weight:bold;
}

.highlight2 {	
	font-weight:bold;
}

.cite {
	font-style:italic
}

hr {
	margin: 0 0 1.4em 0;
	padding: 0;
	height: 1px;
	border: 0;
	border-top: 1px solid #75D341;
}


/*--------------------WRAPPER--------------------*/

#wrapper {
	width: 740px;
	margin: 15px auto 15px auto;
	border: 10px solid #FFF;
	background-color: #FFF;
}


/*--------------------BRANDING--------------------*/

#branding {
	width: 740px;
	margin-bottom: 10px;
}


/*--------------------NAVIGATION--------------------*/

#nav {
	width: 200px;
	background-color: #FFF;
}

#nav li,
#nav a {
	float: left;
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 32px;
	background-image: url(sitegraphics/nav.jpg);
	background-repeat: no-repeat;
	text-indent: -1976px;
	overflow: hidden;
}

#nav ul li a:hover { background-image: none;}

#nav-home a { background-position: 0px 0px;}
#nav-aboutus a { background-position: 0px -32px;}
#nav-accidentrepairs a { background-position: 0px -64px;}
#nav-wateringressrepairs a { background-position: 0px -96px;}
#nav-estimate a { background-position: 0px -128px;}
#nav-contactus a { background-position: 0px -160px;}
#nav-links a { background-position: 0px -192px;}

#nav-home { background-position: -200px 0px;}
#nav-aboutus { background-position: -200px -32px;}
#nav-accidentrepairs { background-position: -200px -64px;}
#nav-wateringressrepairs { background-position: -200px -96px;}
#nav-estimate { background-position: -200px -128px;}
#nav-contactus { background-position: -200px -160px;}
#nav-links { background-position: -200px -192px;}

#nav-homeSelected a { background-position: -200px 0px;}
#nav-aboutusSelected a { background-position: -200px -32px;}
#nav-accidentrepairsSelected a { background-position: -200px -64px;}
#nav-wateringressrepairsSelected a { background-position: -200px -96px;}
#nav-estimateSelected a { background-position: -200px -128px;}
#nav-contactusSelected a { background-position: -200px -160px;}
#nav-linksSelected a { background-position: -200px -192px;}

#nav-homeSelected { background-position: -200px 0px;}
#nav-aboutusSelected { background-position: -200px -32px;}
#nav-accidentrepairsSelected { background-position: -200px -64px;}
#nav-wateringressrepairsSelected { background-position: -200px -96px;}
#nav-estimateSelected { background-position: -200px -128px;}
#nav-contactusSelected { background-position: -200px -160px;}
#nav-linksSelected { background-position: -200px -192px;}


/*--------------------CONTENT--------------------*/

#contentWrapper {
	width: 740px;
	background-color: #FFF;
}
#contentMain {
	float: left;
	width: 500px;
	margin: 10px 0 0 0;
	padding: 0 0 25px 15px;
}
#contentMain h1 {
	margin-bottom: 0.75em;
	font-family: Georgia;
	font-size: 220%;
	font-weight: normal;
	letter-spacing: -0.025em;
	color: #0067CE;
}
#contentMain h2 {
	clear: both;
	margin-bottom: 1em;
	font-size: 140%;
	font-weight: normal;
	letter-spacing: -0.075em;
	color: #333;
}
#contentMain h2.formheaders {
	font-weight:bold;
}
#contentMain p {
	margin-bottom: 1.2em;
	font-size: 110%;
}
#contentMain ul {
}
#contentMain li {	
	padding: 0.3em 0 0.75em 30px;
	background:url(sitegraphics/bullet_home.jpg) 0 0 no-repeat;
	color: #0067CE;
	font-size: 120%;
}
#contentMain li.swiftbullet {
	height: 45px;
	margin: 10px 0 0 0;	
	padding: 0.8em 0 0 45px;
	background:url(sitegraphics/bullet_swift.gif) 0 0 no-repeat;
}
#contentMain li.nonBulleted {
		
	background: none;
}
#contentSub {
	float: right;
	width: 200px;
	margin-bottom: 10px;
}
#contentSub img {
	margin-top: 10px;
}

#homeBullets {
	float: right;
	width: 225px;
}
#homeBullets li {	
	padding: 0.3em 0 0.75em 30px;
	background:url(sitegraphics/bullet_home.jpg) 0 0 no-repeat;
	color: #0067CE;
	font-size: 120%;
}



/*-------------------TABLES---------------------*/

#contactUs {
	margin-bottom:20px;
}
#contactUs td {
	vertical-align:top;
	padding: 0 0 10px 0;
}
#aboutUs {
	width:75%;
	margin-bottom:20px;
}
#aboutUs td {
	vertical-align:top;
	padding: 0 0 10px 0;
}
#links {
	width:100%;
	margin-bottom:10px;
}
#links td {
	vertical-align:top;
	padding: 0 0 10px 0;
}

/*---------------ACCIDENT REPAIRS---------------*/

#pictureSelector {
	margin-bottom:10px;
}

/*---------------------FORMS---------------------*/

#estimateForm {
	width:100%;
	margin-bottom:10px;
}
#estimateForm td {
	vertical-align:top;
	padding:3px 3px 3px 0;
}

/*--------------------FOOTER--------------------*/

#footer {
	clear: both;
	padding-top: 10px;
	border-top: 2px solid #75D341;
}
#footer h1 {
	padding-left: 15px;
	color: #0067CE;
}
#footer p {
	padding-left: 15px;
}
#footer .caption {
	font-weight: bold;
	color: #0067CE;
}
#footer a:link, #footer a:visited {
}
#footer a:active, #footer a:hover {
}


/*--------------------IMAGES--------------------*/


.imageleft {
	float: left;
	margin: 0 15px 15px 0;
}
.imageright {
	float: right;
	margin: 0 0 15px 15px;
}
.imagemargin {
	margin: 0 0 15px 0;
}
.imgCaption {
	color: #0067CE;
	font-size: 150%;
}


/*--------------------------CAPTCHAS-------------------*/

#captchaError 				{ display:none; font-size:11px; } 

.captcha                    { margin-bottom: 8px; }

.captchaInput               { width: 177px; }
