/* CSS Document */

body  {
	font: 100% Georgia, "Times New Roman", Times, serif;
	background: url(../images/bg.jpg) no-repeat center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(../images/bg.jpg);
	min-width: 760px;
}

#wrapper {
	width: 744px;
	margin: 0 auto;
	text-align: left;
}

/* LOGO: This is for the address info */

#logo {
	width: 744px;
	height: 90px;
	margin: 0 auto;
	text-align: center;
	background: url(../images/logo_bg.jpg) repeat-x;
}

/* BRANDING: This is the different header images */

#branding {
	float: left;
	background-image: url(../images/Headers/header1.jpg);
	width: 744px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
}

#branding2 {
	float: left;
	background-image: url(../images/Headers/header2.jpg);
	width: 744px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
}

#branding3 {
	float: left;
	background-image: url(../images/Headers/header3.jpg);
	width: 744px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
}

#branding4 {
	float: left;
	background-image: url(../images/Headers/header4.jpg);
	width: 744px;
	height: 270px;
	margin: 0 auto;
	text-align: left;
}

#branding5 {
	background-image: url(../images/Headers/header5.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding6 {
	background-image: url(../images/Headers/header6.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

#branding7 {
	background-image: url(../images/Headers/header7.jpg);
	width: 739px;
	height: 210px;
	margin: 0 auto;
	text-align: left;
	border-bottom: 10px solid #f4c486;
}

/* HORIZONTAL NAVIGATION MENU */

#horNav {
	float: left;
	padding-left: 20px;
	background: url(../images/menu.jpg) repeat-x;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	border-top: 5px solid #009876;
	border-bottom: 5px solid #009876;
}

#horNav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 724px;
	float: right;
	background: url(../images/menu.jpg) repeat-x;
}

#horNav ul a {
	display: block;
	float: left;
	padding: 0 1em;
	line-height: 30px;
	text-decoration: none;
	color: #FFFFFF;
	
}

#horNav li {
	float: left;
}

#horNav ul a:hover {
	background-color: #1F7CA9;
	color: #FFFFFF;
}

#horNav ul a:active {
	background-color: #1F7CA9;
	color: #A6C780;
}

#horNav ul a:selected {
	background-color: #1F7CA9;
	color: #FFFFFF;
}

#home #horNav .home a,
#about #horNav .about a,
#services #horNav .services a,
#contact #horNav .contact a {
	color: #A6C780;
	cursor: default;
	font-weight: bold;
}

/* ADDRESS:  */

#address {
	float: right;
	width: 730px;
	height: 24px;
	margin: 0 auto;
	padding: 7px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #1F7CA9;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #A6C780;
}

/* QUOTE:  */

#quote {
	float: right;
	width: 720px;
	height: 124px;
	margin: 0 auto;
	padding: 10px;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 19px;
	font-style: italic;
	color: #1F7CA9;
	background-color: #FFFFFF;
	border-bottom: 1px dashed #A6C780;
}

/* CONTENT */

#content {
	width: 460px;
	float: left;
	margin-top: 13px;
}

#content h1 {
	margin-left: 20px;
	padding-right: 8px;
	padding-bottom: 3px;
	padding-top: 3px;
}

#content h2, #content p {
	padding-left: 20px;
	padding-right: 8px;
}

.heading {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #1F7CA9;
	border-bottom: 1px dashed #A6C780;
}

.heading2 {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 14px;
	line-height:28px;
	font-weight: bold;
	color: #1F7CA9;
	border-bottom: 1px dashed #A6C780;
}

.heading3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #0C4C85;
}

.heading3b {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #a40813;
}

.heading4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}

.normal {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

.small {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}

.normallst {
	margin-left:20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	padding-right: 8px;
}

.italic {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	color: #1F7CA9;
}

/* FEATURES */

#feature {
	margin-right: 20px;
	float: right;
}

#feature2 {
	float: left;
	font-size: 10px;
	color: #000000;
	padding-left: 8px;
}

/* LEFT NAVIGATION MENU */

#mainNav {
	width: 255px;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	border-right: 8px solid #D1D3D4;
	background: #0C4C85;
}

#mainNav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: none;
}

#mainNav ul a {
	display: block;
	width: 225px;
	height: 30px;
	line-height: 30PX;
	color: #FFFFFF;
	background-color: #0C4C85;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 8px;
	border-bottom: 1px solid #D1D3D4;
	
}

#mainNav li {
	padding-left: 10px;
	padding-right: 0px;
}

#mainNav ul a:hover {
	width: 225px;
	padding-left: 6px;
	background-color: #CBCDDD;
	color: #E03A3E;
	font-weight: bold;
}

#mainNav ul a:active {
	width: 225px;
	background-color: #959CBD;
	color: #762D3E;
}

#mainNav ul a:selected {
	width: 225px;
	background-color: #CBCDDD;
	color: #E03A3E;
}

html>body #mainNav ul a {
	margin: auto;
}


/* PHONE NUMBER */

#phone {
	width: 255px;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	border-right: 8px solid #D1D3D4;
	border-top: 8px solid #D1D3D4;
	border-bottom: 8px solid #D1D3D4;
	background: #E03A3E;
}

#phone h2, #phone p {
	padding-right: 8px;
	padding-left: 20px;
}
.normalphone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #D1D3D4;
}

.phone {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
}

/* LIST */

#list {
	width: 255px;
	float: right;
	padding-top: 20px;
	padding-bottom: 20px;
	border-left: 1px dashed #A6C780; 
}

#list ul {
	margin-right: 20px;
	padding-left: 10px;
	list-style-type: none;
}

#list li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 20px;
	padding-right: 8px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Georgia, "Times New Roman", Times, serif
	font-size: 14px;
	color: #85B650;
	border-bottom: 1px dashed #1F7CA9;
}

#list .dark {
	display: block;
	background-color: #fce6cf;
	padding-right: 20px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list p {
	padding-left: 20px;
}

#list h1 {
	margin-left: 20px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.sbheading {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F7CA9;
}

.sbheading2 {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85B650;
}

.blue {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0C4C85;
}

/* LIST 2 */

#list2 {
	width: 440px;
	float: left;
	padding-top: 0px;
	padding-bottom: 20px;
}

#list2 ul {
	margin-left: 20px;
	padding: 0;
	list-style-type: none;
}

#list2 li {
	list-style: none;
	display: block;
	background-color: #FFFFFF;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #85B650;
	border-bottom: 1px dashed #aba803;
}

#list2 .dark {
	display: block;
	background-color: #fce6cf;
	padding-left: 30px;
	padding-top: 8px;
	padding-bottom: 8px;
}

#list2 h1 {
	margin-left: 0px;
	padding-left: 3px;
	padding-bottom: 3px;
	padding-top: 3px;
}

.sbheading3 {
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #85B650;
}

.blue {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	color: #1F7CA9;
}
	

/* ENDING FOOTER AREA */

#end {
	border-top: 1px dashed #A6C780;
	width: 729px;
	margin: 0 auto;
	padding: 10px 0;
	padding-right: 10px;
	text-align: right;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

/* CLEARING ELEMENT */

#footer {
	clear: both;
}

.clear {
	clear: both;
}

/* FLOAT LEFT OR RIGHT */

.floatlft {
	float: left;
	padding: 10px;
}

.floatrt {
	float: right;
	padding: 10px;
}

/* CONTACT FORM: This contains the contact form so there is a margin on the left side. */

#contactform {
	width: 420px;
	float: left;
	margin-left: 20px;
}