﻿/* global style */
body, html {
	color: #000000;
	font-family: Arial;
	font-size: 11pt;
	background-image:url('images/gradient.jpg');
	background-repeat:repeat-x;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	
}

.red {
	color: red;
}

/* id style */
#wrapper {
	width: 750px;
	border: 1px white solid;
	margin: 50px auto 0px auto;
}

#header {
	background-color: #0a2649;
	background-image:url('images/header.jpg');
	height: 89px;
	border-bottom: 1px white solid;
}

#main {
	background-color:black;
}

#footer {
	background-color: #0a2649;
	background-image:url('images/footer.jpg');
	height: 61px;
	border-top: 1px white solid;
}

/* id page specific style */
#commercialMain {
	background-image:url('images/commercial2.jpg');
	height: 412px
}

#residentialMain {
	background-image:url('images/residential2.jpg');
	height: 412px
}

#aboutMain {
	background-image:url('images/about.jpg');
	height: 412px
}

#quoteMain {
	background-image:url('images/quote2.jpg');
	height: 412px
}

#servicesMain {
	background-image:url('images/services2.jpg');
	height: 412px
}




#bodyText {
	margin: 0px 0px 0px 10px;
	font-size: 9pt;
	color: white;
	width: 250px;
	height: 350px;
	line-height: 15px;
	overflow: auto;
	scrollbar-base-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: black;
	scrollbar-face-color: white;

}
#bodyFAQText {
	margin: 0px 0px 0px 10px;
	font-size: 10pt;
	color: white;
	width: 740px;
	height: 366px;
	line-height: 15px;
	overflow: auto;
	scrollbar-base-color: black;
	scrollbar-3dlight-color: white;
	scrollbar-arrow-color: black;
	scrollbar-highlight-color: white;
	scrollbar-shadow-color: white;
	scrollbar-darkshadow-color: white;
	scrollbar-track-color: black;
	scrollbar-face-color: white;

}


.bodyTextHeader {
	font-size: 28pt;
	font-weight: bold;
	margin: 0px 0px 0px 10px;
	color: white;
	width: 700px;
}



/* nav style */
div#nav {
	float: right;
	color: white;
	margin-top: 65px;	
}

div#nav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	/*white-space: nowrap;*/
}

div#nav li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
}

div#nav li.endNav {
	margin-right: 5px;
	
}

div#nav li a {
	color: white;
	text-decoration: none;
}

div#nav li a:hover {
	color: white;
}


/* navBottom style */
div#navBottom {
	font-size: 10pt;
	text-align: center;
	color: white;
	width: 750px;
	margin: 13px auto 0px auto;
}

div#navBottom ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: 0px none;
	/*white-space: nowrap;*/
}

div#navBottom li {
	float: left;
	display: inline;
	margin: 0px 0px 0px 5px;
}

div#navBottom li.endNav {
	margin-right: 5px;
	
}

div#navBottom li a {
	color: white;
	text-decoration: none;
}

div.centeringDiv
{
	width: 315px;
	margin: 0px auto 0px auto;

}




/*.navLinks {
	font-size: 10pt;
	font-decoration: none;
	color: white;
	float: right;
	margin: 70px 5px 0px 0px;
	font-style: normal;
}*/

a:link {
	font-size: 9pt;
	font-decoration: none;
	color: white;
	font-style: normal;
}

a:hover {
	font-size: 9pt;
	font-decoration: none;
	color: white;
	font-style: normal;
}

a:visited {
	font-size: 9pt;
	font-decoration: none;
	color: white;
	font-style: normal;
}

a:active {
	font-size: 9pt;
	font-decoration: none;
	color: white;
	font-style: normal;
}

ul.noIndent {
	margin: 0px;
	padding: 0px;
	margin-left: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}

