/* CSS Document */

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

html {
	margin: 0;
	padding: 0;
	background: url(../images/html_bg.jpg) repeat 0px 0px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	height: 100%;
	background: url(../images/body_bg.png) repeat-y center top fixed;
}
a {
	outline: none;
}
h1 {
	color: #37c0d6;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}
h2 {
	color: #859848;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
h3 {
	color: #6D6C50;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
}
h5 {
	font-size: 18px;
	font-style: italic;
	color: #6D6C50;
	margin: 0;
	font-weight: normal;
}


/* --( Classes )-- */

.clear {
	clear: both;
}

/* --( Wraps )-- */

#headerWrap {
	height: 115px;
	background: url(../images/headBG.jpg) repeat-x top; /* Header Background */
}
#bodyWrap {	
	background: url(../images/bodyBG.gif) repeat-x top;
	padding-top: 3px;
}
#navWrap {
	height: 32px;
	background: url(../images/navBG.gif) repeat-x top; /* Nav Background */
}
#footerWrap {
	height: 80px;
	background: url(../images/footerWrapBG.jpg) 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: 29px; /* Logo Distance From Top */
	}
	#header h1 a {
		display: block;
		
		width: 343px; /* Logo Width */
		
		height: 78px; /* Logo Height */
		
		text-indent: -3000px;
		background: url(../images/logo.jpg) 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;
	visibility: hidden;
}
#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: #6D6C50;
	font-size: 24px;
	font-weight: normal;
	clear: both;
	padding-top: 7px;
}

#tools .phone span { /* Alternative Phone or Slogan  Styles */
	color:#859848;
	font-size:18px;
	font-style:italic;
} 

/* --( 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 {
	padding: 0;
	position: relative;
	width: 800px;
}
.overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #FFF;
	opacity: 0.25;
	-moz-opacity: 0.25;
	filter: alpha(opacity=25);
}
#contentContainer {
	width: 760px;
	padding: 25px 20px;
	position: relative;
}
#primaryContent {	
	width: 534px;
	float: left;
	position: relative;
}
#contentContainer p {
	line-height: 1.5;
}
#primaryContent dt {
	color: #6D6c50;
	font-weight: bold;
	text-transform: uppercase;
}
#primaryContent dd {
	margin-left: 0;
}
/* Page Graphic Headings */
	#primaryContent.home h2{
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
	#primaryContent.swap h2{
		background: url(../images/pagePic_02.jpg) no-repeat top;
		padding-top: 172px;
	}
	#primaryContent.pm h2{
		background: url(../images/pagePic_03.jpg) no-repeat top;
		padding-top: 172px;
	}
	#primaryContent.newsletters h2{
		background: url(../images/pagePic_04.jpg) no-repeat top;
		padding-top: 172px;
	}
	#primaryContent.contact h2{
		background: url(../images/pagePic_01.jpg) no-repeat top;
		padding-top: 172px;
	}
#primaryContent.services p {
	margin-top: 0;
}
#primaryContent .horRule {
	display: block;
	height: 40px;
	background: url(../images/sep.png) no-repeat center;
	margin-top: 6px;
}
#primaryContent #servicelisting {
	list-style: none;
	padding: 0;
	margin: 0;
}
#primaryContent #servicelisting li {
	margin: .75em 0;
	line-height: 1.5;
}
#primaryContent #servicelisting strong {
	text-transform: uppercase;
	color: #6D6C50;
}
#primaryContent h3 a {
	color: #6D6c50;
	text-decoration: none;
	border-bottom: 1px dotted #6d6c50;
}
#primaryContent h3 a:hover {
	color: #859848;
	border-bottom-color: #859848;
}
#primaryContent h3 + p {
	margin-top: .5em;
}
#primaryContent #servicelisting ul li {
	float: left;
	display: block;
	font-weight: bold;
	color: #6d6c50;
	font-style: italic;
	margin: .642em 40px 0;
	font-size: 14px;
}
#secondaryContainer {
	float: right;
    margin: 0;
    width: 213px;
	position: relative;
}
#primaryContent li {
	margin: .75em 0;
}
#swapsheet dt {
	color: #6D6C50;
	font-size: 18px;
	margin-bottom: 0;
	font-weight: normal;
	padding-top: 15px;
	text-transform: none;
}
#swapsheet dt span {
	float: right;
	font-size: 12px;
	color: #666;
	font-weight: bold;
	margin: -20px 90px 0 0;
}
#swapsheet img {
	float: left;
	padding: 0 15px 15px 0;
}
#swapsheet dd {
	margin-left: 0;
	border-bottom: 1px dotted #999;
}
#swapsheet dd span {
	padding: 0 2em;
}
#primaryContent #free {
	float: right;
	margin-right: 10em;
}
/* 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: 37px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_news.gif) no-repeat; /* Testimonials Heading */
		}
		#sidebox2.feat .head {
			height: 37px; /* Heading Height */
			width: 213px;
			background: url(../images/boxHead_feat.gif) no-repeat; /* Featured Customers Heading */
		}
		
	#sidebox .content, #sidebox2 .content {
		
		background:#E6ECC7 none repeat scroll 0% 50%; /* Side Box Background Color */
		
		border-left:1px solid #BAC47D; /* Side Box Border Left */
		
		border-right:1px solid #BAC47D; /* 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;
	}
	#sidebox2 p {
		text-align: center;
		margin: 0;
	}
	#sidebox2 p img {
		margin-bottom: 1em;
	}
	#sidebox2 p img.last {
		margin: 0;
	}
	#sidebox p.quote {
		text-indent: 30px;
		background: url(../images/sideBox_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 {
	width: 144px;
	margin: 0 auto;
}
#sidebox .content form label {
	font-size: 12px;
	font-weight: bold;
	color: #6D6C50;
}
* html #sidebox .content form label {
	position: relative;
}
#sidebox .content form input {
	border: 1px solid #BEC694;
	background-color: #E8EDCC;
	display: block;
	width: 99%;
	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;
}
#sidebox .content form #submit {
	background-color: #BEC694;
	color: #FCFCFC;
	font-weight: bold;
	text-align: center;
	width: 5em;
	border: 1px solid #fafafa;
	margin: 0 auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
/* --( 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: #AFAE99; /* Footer Text Color */
	padding: 20px 0 0;
}
#footer a {
	color: #AFAE99; /* 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;
}
.disclaimer {
	font-size: 11px;
}