/*----------------------------*/
/* Nelson Roofing             */
/* Main Stylesheet            */
/* Copyright 2006 Jonathon VS */
/* http://www.jonathonvs.com  */
/*----------------------------*/

/* General Styles */

body {
	background: #111 /*#031C38*/;
	margin: 5px 0 0;
	font-family: "Segoe UI", Tahoma, sans-serif;
}
img.left {
	float: left;
	margin-left: 0;
	border: 0;
}
img.right {
	float: right;
	margin-right: 0 !important;
	border: 0 !important;
}

/* Sections of the webpage */

#header {
	background: url('/images/stripe_sm.gif');
	width: 636px;
	height: 98px;
	border: 1px solid #011;
	border-bottom: none;
}
#logo {
	background: #fff url('/images/logo_sm.gif');
	float: left;
	width: 249px;
	height: 98px;
}


/* Headlines */

#headline {
	float: right;
	width: 315px;
	height: 98px;
}
#company_history #headline {
	background: url('/images/history_right_sm.jpg') top right repeat-y;
}
#contact_us #headline {
	background: url('/images/contact_right_sm.jpg') top right repeat-y;
}
#contractor #headline {
	background: url('/images/contractor_right_sm.jpg') top right repeat-y;
}
#employment #headline {
	background: url('/images/employment_right_sm.jpg') top right repeat-y;
}
#faqs #headline {
	background: url('/images/faqs_right_sm.jpg') top right repeat-y;
}
#home #headline {
	background: url('/images/home_right_sm.jpg') top right repeat-y;
}
#linkspg #headline {
	background: url('/images/links_right_sm.jpg') top right repeat-y;
}
#staff #headline {
	background: url('/images/our_staff_right_sm.jpg') top right repeat-y;
}
#projects #headline {
	background: url('/images/projects_right_sm.jpg') top right repeat-y;
}
#quote #headline {
	background: url('/images/quote_right_sm.jpg') top right repeat-y;
}
#systems #headline {
	background: url('/images/systems_right_sm.jpg') top right repeat-y;
}
#safety #headline {
	background: url('/images/safety_right_sm.jpg') top right repeat-y;
}
#construction #headline {
	background: url('/images/construction_right_sm.jpg') top right repeat-y;
}
#body {
	background-color: #fff;
	width: 638px;
	border-bottom: 1px solid #011;
	border-right: 1px solid #011;
}


/* Main section styles */

#main {
	background-color: #fff;
	float: right;
	text-align: left;
	padding: 0 10px 10px;
	overflow: auto;
	height: 380px;
	font-size: 0.9em;
	text-align: left;
	color: #000;
}
#main img {
	margin: 10px;
	border: 1px solid black;
}
#main a {
	color: #666;
}
#main a:hover {
	color: #600;
}
#main hr {
	color: #036;
	background-color: #036;
	border: 0;
}
#main #flashcontent {
	margin: 0 auto;
	text-align: center;
	width: 300px;
}
#main .small {
	font-size: x-small;
	text-align: center;
}
#main img {
	margin: 0 10px;
}


/* Page-Specific Styles */

#company_history #main, #linkspg #main {
	text-align: center;
}
#contact_us #main img, #linkspg #main img {
	border: 0;
}
#home #trucks {
	height: 100px;
	width: 95%;
	background: url('/images/fleet.jpg') top center;
}
#quote .none {
	background: #fff;
}
#quote .dis {
	background: #ddd;
}
#systems li.nobul {
	list-style: none;
}
#systems li.head {
	margin-left: 2.5em;
	list-style: none;
	font-style: italic;
}
#systems li.indent {
	margin-left: 4.0em;
	list-style-type: square;
}
#info {
	margin: 10px;
}
#info hr {
	background: #fff;
	color: #fff;
}
#info a {
	color: #fff;
}
#linkstable {
	text-align: left;
	border-collapse: collapse;
}
#linkstable td {
	padding: 1em;
	border-bottom: 1px solid #ccc;
}
.cell {
	width: 389px;
	float: left;
	margin: 0 1em 1em 0;
}
h2.faqs {
	clear: both;
	font-size: 1em;
	padding-top: 2.5em;
}
.notice {
	padding: 1.0em;
	background: #ffc;
	margin: 2.0em;
	text-align: left;
}
.notice a img {
	margin: 0 1em 1em 0 !important;
}
.notice #note_icon {
	margin: -2.5em 0.5em 0.5em -2em;
	border: none;
}
/* Links section styles */

#links {
	float: left;
	width: 146px;
	padding: 0 12px 0 0;
	border-left: 1px solid #011;
	background: #033;
	overflow: hidden;
	text-align: left;
}
#links ul {
	list-style: none;
	margin: 0;
	padding: 0 0 9px;
	background: url(../images/nav_shadow_btm.png) left bottom no-repeat;
}
#links li {
	background: #033 url(../images/nav_shadow_left.png) left top repeat-y;
	line-height: 1.1em;
	padding: 0 0 0 10px;
}
#links a {
	display: block;
	background: #366 url(../images/nav_gradient.png) right top;
	color: #fff;
	font-size: 0.8em;
	padding: 4px 8px;
	border-bottom: 0;
	text-decoration: none;
}
#links a:hover {
	background-position: right bottom;
}
#links img {
	margin: 7px 0 12px 10px;
}
#links strong {
	font-weight: normal;
	color: #cff;
}
* html #links a {
	width: 94%;
}

/* Footer styles */

#footer {
	color: #fff;
	font-size: 10px;
	text-align: center;
	line-height: 1em;
	margin: 5px 0 0;
}
#footer a {
	color: #fff;
}


/* Site info page styles */

#site_info {
	color: #fff;
	font-size: 1.0em;
	margin: 0;
}
#site_info h2 {
	border-bottom: 1px solid #fff;
	font-size: 1em;
	font-style: italic;
}
#site_info .map {
	float: left;
	margin: 0 1em 1em 0;
}


/* FAQs page style */

.faqs {
	border-bottom: 1px solid #369;
	font-style: italic;
	font-weight: bold;
	color: #333;
}
.faqs a {
	text-decoration: none;
}
.faqs a:hover {
	color: #036;
}


/* hCard Microformat */

.vcard .org, .vcard .country-name, .vcard .phone .type {
	position: absolute;
	left: -10000px;
	top: -10000px;
}
.vcard .value {
	font-weight: bold;
}
.vcard .fax {
	font-style: italic;
}
.vcard .fax .value {
	font-weight: normal;
}
.vcard p {
	margin: 0;
	padding: 0;
}
.vcard .tel.phone {
	margin-top: 1em;
}


/* Quote form style */

input, textarea, select {
	border: 1px solid #999;
	font-family: "Segoe UI", Tahoma, sans-serif;
	font-size: 1em;
}
#quoteform {
	padding-bottom: 2em;
}