/* CSS Document */

/* --( Global Styles )-- */

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
}
a {
	outline: none;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #405D88;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #7bbc48;
	font-size: 14px;
	margin-bottom: 0;
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 115px;
	background: url(../images/headBG.gif) repeat-x top; /* Header Background */
}
#bodyWrap {	
	background: #CCC url(../images/bodyBG.gif) repeat-x top;
}
#navWrap {
	height: 32px;
	background: url(../images/navBG1.gif) repeat-x top; /* Nav Background */
}
#footerWrap {
	height: 80px;
	background: url(../images/footerWrapBG.gif) repeat-x top; /* Footer Background */
	border-top: 0px solid #808080; /* Footer Top Border */
}

/* --( Section Widths )-- */

#header, #body {
	width: 760px;
	margin: 0 auto;
}
#nav {
	width: 800px;
	margin: 0 auto;
}
#footer {
	width: 800px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x;
}


/* --( Header Styles )-- */

/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 43px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 352px; /* Logo Width */
		
		height: 52px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.gif) no-repeat; /* Logo Image */
		margin: 0px;
	}
#tools {
	float: right;
	font-size: 11px;
	width: 250px; /* Top Tools Bounding Box Size */
	margin-top: 20px;
}
#tools h3 {
	display: none;
}
#tools ul {
	margin: 0;
	padding: 0;
	float: right;
	display: block;
}
#tools ul li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style: none;
}
#nav1 li a {
	display: block;
	float: left;
	text-decoration: none;
	background-repeat: no-repeat;
	color: #666; /* Top Tool Navigation Text Color */
}
#nav1 li a:hover {
	text-decoration: underline;
}
#nav1 li.home a {
	background-image: url(../images/home.gif);
	background-position: 0 3px;
	padding-left: 16px;
	margin-right: 14px;
}
#nav1 li.contact a {
	background-image: url(../images/contact.gif);
	background-position: 0 2px;
	padding-left: 21px;
}
#tools .phone { /* Header Phone or Slogan */
	display: block;
	text-align: right;
	margin: 0;
	color: #4E74A0;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 30px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color: #7bbc48;
	font-size: 20px;
} 

/* --( Navigation Styles )-- */

#nav h3 {
	display: none;
}
#nav ul {
	margin: 0;
	padding: 0;
}
#nav ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}
#nav ul li a {
	display: block;
	float: left;
	padding: 5px 14px; /* Primary Navigation Spacing */
	font-size: 18px;
	color: #FFF;
	text-decoration: none;
}
/* Fisrt and Last Link Padding */
	#nav ul li.first a {
		padding-left: 16px;
	}
	#nav ul li.last a {
		padding-right: 15px;
	}

#nav ul li span.sep {
	display: block;
	width: 2px;
	height: 32px;
	background: url(../images/navSep.gif) no-repeat;
	float: left;
}
#nav ul li a:hover {
	background: url(../images/navBG2.gif) repeat-x;
}

/* --( Body Styles )-- */

#body {
	background-image: url(../images/bodyTopShadowBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #FFF;
	padding: 25px 20px;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
#contentContainer {
	width: 534px;
	float: left;
}
#contentContainer p {
	line-height: 1.5;
}
/* Page Graphic Headings */
	#contentContainer.home {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.contact {
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.services {
		background: url(../images/pagePic_04.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.products {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#contentContainer.about {
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
#contentContainer.services p {
	margin-top: 0;
}
#contentContainer .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.gif) no-repeat center;
	margin-top: 6px;
}
#secondaryContainer {
	float: right;
    margin: 0;
    width: 213px;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#sidebox2 {
		border: 0;
		margin: 0;
		padding: 0;
	}

	
	/* Testimonials Top Margin */
		#sidebox.testimonials {
			/*margin-top: 15px;*/
		}
		
	#sidebox legend, #sidebox2 legend {
		display: none;
	}
	#sidebox .head, #sidebox2 .head {
		display: block;
		margin: 0px;
		padding: 0;
	}
	
	* html #sidebox {
		margin-right: -200px;
	}
	
	/* Box Heading Titles */
		#sidebox.testimonials .head {
			height: 22px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_test.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox2.shortsale .head {
			height: 31px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_shortsale.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content, #sidebox2 .content {
		
		background:#F9F9F9 none repeat scroll 0% 50%; /* Side Box Background Color */
		
		border-left:1px solid #88ABCB; /* Side Box Border Left */
		
		border-right:1px solid #88ABCB; /* Side Box Border Right */
		
		padding: 14px;
	}

	#sidebox .foot, #sidebox2 .foot {
		display: block;
		height: 10px;
		width: 213px;
		margin: 0;
		padding: 0;
		background: url(../images/boxFoot.gif) no-repeat;
	}
	* html #sidebox .foot {
		margin: 0 0 0 2px;
	}
	#sidebox p {
		margin-top: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/quote.gif) no-repeat top left;
		line-height: 15pt;
	}
	#sidebox p.quote span {
		display: none;
	}
	#sidebox p.smallRight {
		font-size: 11px;
		text-align: right;
	}
	#sidebox ul {
		margin: 0 auto 20px;
		padding: 0;
	}
	#sidebox ul li {
		margin-left: 20px;
		margin-bottom: .5em;
	}
/* --( Consultation Form )-- */
#sidebox .content form label {
	font-size: 11px;
	font-weight: bold;
	color: 666;
}
* html #sidebox .content form label {
	position: relative;
}
#sidebox .content form input {
	border: 1px solid #648BBB;
	background-color: #F9F9F9;
	display: block;
	width: 100%;
	margin-bottom: .5em;
}
* html #sidebox .content form input {
	width: 95%;
}
#sidebox .content form input.hidden {
	display: none;
}
#sidebox .content form #state {
	float: left;
	width: 60px;
	display: block;
}
#sidebox .content form #zip {
	float: right;
	width: 106px;
}
#sidebox .content form .zip {
	padding-left: 4em;
}
#sidebox .content form #submitbtn {
	display: block;
	width: 116px;
	height: 39px;
	text-align: left;
	text-indent: -3000px;
	background: url(../images/btn_submit.gif) no-repeat;
	border: none;
	margin: 0 auto;
}
/* --( Contact Form )-- */
#contentContainer.home table thead {
	background: url(../images/form_box_top.gif) no-repeat top left;
}
#contentContainer.home table.formtab {
	background: #FFFFFF url(../images/form_box_center.gif) repeat-x bottom left;
}
#contentContainer.home table tfoot {
	background: url(../images/form_box_bottom.gif) repeat-x top left;
	height: 18px;
}
#contentContainer.home table.formtab {
	border-left: 1px solid #BDBCBD;
	border-right: 1px solid #BDBCBD;
}

/* --( Footer Styles )-- */

#footer {
	font-size: 11px;
	text-align: center;
	color: #9AB0C6; /* Footer Text Color */
	padding: 20px 0;
}
#footer a {
	color: #9AB0C6; /* Footer Link Color */
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer p {
	margin: 0;
}
#footer .copyright {
	margin-top: 8px;
}
#footer .copyright a {
	font-weight: normal;
}