/* CSS Document */

/* --( Global Styles )-- */

html {
	margin: 0;
	padding: 0;
	background: url(../images/htmlBG.gif) repeat;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	height: 100%;
	background: url(../images/bodyBG.gif) repeat-x;
}
a {
	outline: none;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #E77300;
	font-size: 23px;
	font-weight: normal;
	margin-bottom: -12px;
	margin-top: -4px;
}
h3 {
	color: #113EA4;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	
}

/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#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: 920px;
	margin: 0 auto;
	padding: 0 20px;
}
#nav {
	width: 960px;
	background: none;
	margin: 0 auto;
}
#footer {
	width: 960px;
	margin: 0 auto;
	background: url(../images/footerBG.gif) repeat-x;
}


/* --( Header Styles )-- */
	#header {
		height: 115px;
	}
/* Logo */
	#header h1 {
		margin: 0;
		float: left;
		padding-top: 21px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 405px; /* Logo Width */
		
		height: 87px; /* 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 a { /* Alternative Phone or Slogan  Styles */
	color: #4e74a0;
	font-size: 20px;
	text-decoration: none;
} 

/* --( 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/navBG.gif) repeat-x;
}

/* --( Body Styles )-- */

#body {
	margin-top: 32px;
	background-image: url(../images/bodyTopShadowBG.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #fcfcfc;
	padding: 6px 20px;
	border-left: 1px solid #A6A6A6;
	border-right: 1px solid #A6A6A6;
}
#body h3 {	
	margin-bottom: 18px;
	font-style: italic;
	background: #DCEBFF;
	line-height: 27px;
	border: 1px solid #86ADDE;
	text-align: center;
}
#contentContainer {
	width: 534px;
	float: left;
}
#contentContainer p {
	line-height: 1.5;
}
#contentContainer ul{
	padding-left: 25px;
}
#contentContainer ul li {
	list-style-type: none;
	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: 36px;
	background: url(../images/horRule.gif) no-repeat center;
	margin: 1.5em auto;
}
#secondaryContainer {
	float: left;
    margin: 0 0 0 15px;
    width: 213px;
}
#secondaryContainer ul {	
	list-style: none;
	padding: 0;
	margin: 0;
	color: #082c8b;
	font-size: 1.167em;
}
#secondaryContainer ul span {
	color: #e47301;
}
#adsense {
	float: right;
	width: 146px;
}

/* Side Box Styles */
	#sidebox {
		border: 0;
		margin: 0;
		padding: 0;
	}
	#sidebox2 {
		border: 0;
		margin: 1.5em 0 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: 33px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_test.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox2 .head {
			height: 10px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead.gif) no-repeat; /* Testimonials Heading */
		}
		
	#sidebox .content, #sidebox2 .content {
		
		background:#dcebff none repeat scroll 0% 50%; /* Side Box Background Color */
		
		border-left:1px solid #86adde; /* Side Box Border Left */
		
		border-right:1px solid #86adde; /* Side Box Border Right */
		
		padding: 14px;
	}
	#sidebox2 .content { padding-top: 0; }
	#sidebox2 .content h3 { margin-top: 0; }
	#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;
	}
	#sidebox2 ul {
		font-size: 12px;
		margin-top: .75em;
	}
	#sidebox2 ul a {
		display: block;
		float: right;
		font-size: 11px;
	}
	#sidebox2 ul li { clear: both; padding-bottom: 30px; }
/* --( Consultation Form )-- */
#sidebox .content form label {
	font-size: 11px;
	font-weight: bold;
	color: 666;
	display: block;
	position: relative;
}
#sidebox .content form input {
	border: 1px solid #648BBB;
	background-color: #F9F9F9;
	display: block;
	width: 100%;
	margin-bottom: .5em;
}
#sidebox .content form input.radio {
	display: inline;
	width: auto;
}
* html #sidebox .content form input {
	width: 95%;
}
#sidebox .content form input.hidden {
	display: none;
}
#sidebox .content form #state {
	float: left;
	width: 60px;
	display: block;
	clear: left;
}
#sidebox .content form #zip {
	float: right;
	width: 106px;
}
#sidebox .content form .zip {
	padding-left: 7em;
}
#sidebox .content form .state {
	float: left;
}
#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: 1em auto 0;
}
/* --( 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: 6px 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;
}
#rightcolumn {
	float:right;
	margin-top: 15px;
	margin-bottom: 155px;
}
#leftcolumn {
	float:left;
	text-align: justify;
	margin-top: 5px;
	width: 345px;
}
#indent {
	margin-left: 15px;
	margin-top: -5px;
}
#disclaimer {
	font-size: 10px;
	}
#no {
	background: url(../images/boxHead_orange.gif) no-repeat;
	padding-top: 10px;
	width: 211px;
	margin-top: 1.5em;
}
#no ul {
	background: #fae7d4 url(../images/boxFoot_orange.gif) no-repeat left bottom;
	padding-bottom: 10px;
}
#no ul li {
	border-left: 1px solid #e3af7d;
	border-right: 1px solid #e3af7d;
	padding: 0 .75em;
	line-height: 1.5em;
}
#no ul li span {
	width: 1.75em;
	float: left;
}
#no ul li em {
	font-style: normal;
	font-size: 11px;
	padding-left: 2.75em;
	display: block;
	position: relative;
	top: -.75em;
}
p.note {
	font-size: 11px;
	font-style: italic;
	margin: 0;
	padding-top: 1.5em;
	color: #666;
}