/* /////////////////////////////////////////////

Author: Erik Guthrie (Ritetek Enterprises, Inc.)
Copyright: All Rights Reserved.
Project: Custom Networks, Inc. (http://customnetworks.com)

//////////////////////////////////////////////*/

/* @group Mass Reset */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

body {
	line-height: 1;
	color: black;
	background: white;
	min-width: 980px;
}

ol, ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption, th, td {
	text-align: left;
	font-weight: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

/* Basic Structure */

body {
	font-size: 62.5%;
	background: #0B4576 url(gradient.png) top center repeat-x;
}

#wrapper {
	position: relative;
	float: left;
	margin: 22px 0 0 -494px;
	left: 50%;
	width: 988px;
}

#masthead {
	position: relative;
	float: left;
	width: 988px;
	height: 98px;
	background: url(masthead.jpg) top center no-repeat;
	overflow: hidden;
}

#content {
	position: relative;
	float: left;
	width: 974px;
	padding: 0 7px;
	background: url(shadow.png) top center no-repeat;
}

#navigation {
	position: relative;
	float: left;
	width: 100%;
	height: 36px;
	border-bottom: 4px solid #D06534;
	background: url(mainNav-r1.png) center center repeat-x !important;
}

#pageContent {
	position: relative;
	float: left;
	width: 934px;
	padding: 20px;
}

#pageContent #subContentA,
#pageContent #subContentB {
	position: relative;
	float: left;
	width: 600px;
}

#pageContent #subContentB {
	float: right;
	width: 300px;
	min-height: 200px;
	margin: 20px 0 0 20px;
	background: #EEE;
}

#footer {
	position: relative;
	float: left;
	width: 988px;
	height: 60px;
	background: #D06534 url(footer.png) bottom center no-repeat;
}

/* Scroller 

ul#scroller,
ul#scroller li,
ul#scroller li a {
	display: block;
	position: relative;
	float: left;
	list-style: none;
	margin: 0 !important;
	padding: 0 !important;
}

ul#scroller {
	width: 260px;
	height: 340px;
	padding: 5px;
	background: url(scroller-background.png) 0 0 no-repeat;
}

ul#scroller li,
ul#scroller li a {
	position: absolute;
	width: 250px;
	height: 330px;
	top: 5px;
	left: 5px;
}

ul#scroller li a {
	font: bold 16px/22px Georgia, "Times New Roman", Times, serif;
	text-align: left;
	text-decoration: none;
	text-indent: 8px;
	color: #D06534;
}

*/

/* Typography */

#wrapper {
	font-size: 1em;
}

#masthead h1 {
	text-indent: -999em;
}

#content h2 {
	font: bold 2.2em/1.5em Arial, sans-serif;
	color: #D06534;
	position: relative;
	padding: 0.6em 0 0 0;
	margin-bottom: 0.4em;
	clear: both;
	border-bottom: 1px solid #E5E5E5;
}

#content h3 {
	font: bold 1.6em/1.5em Helvetica, Arial, sans-serif;
	color: #333;
	margin: 0.6em 0 0.2em 0;
	text-transform: capitalize !important;
}

#content #subContentB h3 {
	font-size: 2.2em;
	font-weight: normal;
	margin: 0.5em 0 0.25em;
}

#content p {
	font: normal 1.4em/1.5em Arial, sans-serif;
	margin: 0 1em 1em 0;
	color: #555;
}

#content p strong {
	font-weight: bold;
	color: #444;
}

#content p a {
	font-weight: bold;
	color: #D06534;	
	text-decoration: none;
}

#content p a:hover {
	text-decoration: underline;
	color: #999;
}

#footer p {
	font: normal 12px/1.5em Arial, sans-serif;
	margin: 2em 0 0.5em 0;
	color: #666;
	text-align: center;
}

#footer p a {
	font-weight: bold;
	text-decoration: underline;
	color: #D06534;
}

#footer p a:hover {
	color: #D06534;
	text-decoration: none;
}

#footer p.webCredit {
	font: normal 11px/1.5em Arial, sans-serif;
	margin: 0.8em 0 0.3em 0;
	color: #55241F;
}

#footer p.webCredit a {
	text-decoration: none;
	color: #55241F;
}

#footer p.webCredit a:hover {
	text-decoration: underline;
}

/* Contact Form */

#contactForm {
	position: relative;
	float: left;
	width: 570px;
	margin: 10px 16px 40px 16px;
}

* html #contactForm {
	margin-left: 5px;
}

#contactForm label {
	display: block;
	float: left;
	position: relative;
	height: 24px;
	width: 147px;
	margin: 4px 0;
	padding: 12px 10px 10px 10px;
	font: bold 12px/12px Helvetica, Arial, sans-serif;
	text-align: right;
	color: #D06534;
}

#contactForm label span.small {
	display: block;
	position: relative;
	float: left;
	width: 100%;
	font-size: 11px;
	font-weight: normal;
	text-align: right;
	color: #999;
}

#contactForm input {
	display: block;
	float: left;
	position: relative;
	height: 20px;
	width: 257px;
	margin: 14px 117px 14px 0;
	padding: 4px 2px 0 5px;
	font: bold 14px/22px Helvetica, Arial, sans-serif;
	color: #232323;
	border: 1px solid #999;
}

#contactForm input#submitButton {
	display: block;
	float: left;
	position: relative;
	height: 40px;
	width: 167px;
	margin: 8px 0 0 0;
	padding: 0 10px;
	font: bold 12px/40px Helvetica, Arial, sans-serif;
	text-align: right;
	color: white;
	background: #D06534;
	border: 0;
	cursor: pointer;
}

* html #contactForm input#submitButton {
	width: 156px;
	margin-left: -1px;
}

#contactForm input#submitButton:hover {
	background: #873611;
}

#contactForm div.verifyBox {
	position: relative;
	float: left;
	width: 163px;
	height: 64px;
	margin: 0;
	padding: 2px;
	background: #EEE;
}

#contactForm div.verifyBox label {
	margin: 5px 0;
	padding: 0 10px 0 0;
	text-align: right;
	height: 18px;
	width: 153px;
}

#contactForm div.verifyBox input {
	width: 55px;
	height: 24px;
	margin: 0 0 0 6px;
	border: 1px solid #EEE;
	font: bold 12px/18px Helvetica, Arial, sans-serif;
}

* html #contactForm div.verifyBox input {
	margin-left: 3px;
}

#contactForm div.verifyBox img {
	display: block;
	position: relative;
	float: right;
	margin: 0 6px 0 0;
	width: 80px;
	height: 30px;
}

* html #contactForm div.verifyBox img {
	margin-right: 3px;
}

#contactForm #messageBody {
	display: block;
	position: relative;
	float: right;
	margin: 14px 0 0 0;
	padding: 5px;
	width: 391px;
	height: 170px;
	border: 1px solid #999;
	font: normal 1em/1.5em Helvetica, Arial, sans-serif;
	color: #525252;
}

#requestStatus {

}

/* Navigation */

#navigation ul,
#navigation ul li,
#navigation ul li a {
	display: block;
	float: left;
	position: relative;
}

#navigation a {
	height: 36px;
	padding: 0 20px;
	font: bold 1.2em/36px Arial, sans-serif;
	text-decoration: none;
	text-transform: capitalize;
	color: white;
}

#navigation a:hover {
	color: #D06534;
}

#navigation ul li a.active,
#navigation ul li a.active:hover {
	background: #D06534;
	color: white;
	cursor: default;
}

/* Bread Crumbs */

#breadcrumbs {
	position: relative;
	float: left;
	width: 974px;
	margin: -20px 0 0 -20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #EEE;
}

* html #breadcrumbs {
	margin-left: -10px;
}

#breadcrumbs p {
	padding: 0;
	margin: 0;
	text-indent: 20px;
	font: normal 12px/20px Arial, sans-serif;
}

#breadcrumbs p em {
	font-weight: bold;
	color: #333;
}

#breadcrumbs p a {
	color: #555;
	font-weight: normal;
	text-decoration: none;
}

#breadcrumbs p a:hover {
	color: #333;
	text-decoration: underline;
}

/* Page Content */

#content div.splash {
	position: relative;
	float: left;
	width: 954px;
	height: 300px;
	margin: 10px 0 0 -10px;
	background: url(banner.jpg) 0 0 no-repeat;
	border-bottom: 4px solid #D06534;
}

* html#content div.splash {
	margin-left: -5px;
}

#content div.splash h2,
#content div.splash p {
	display: none;
}

#content div.column {
	position: relative;
	float: left;
	width: 283px;
	margin: 0 24px 0 0;
}

#content div.column.even {
	margin: 0;
}

#content #pageContent ol,
#content #pageContent ul {
	margin: 6px 0 12px 6px;
}

#content #pageContent ol li,
#content #pageContent ul li {
	font: 14px/1.5em Arial, sans-serif;
	margin: 0.3em 0 0.2em 1.5em;
	padding: 0;
	list-style: disc;
	color: #333;
}

#content #pageContent ol.large li,
#content #pageContent ul.large li {
	font: 1.4em/1.7em Arial, sans-serif;
}

#content #pageContent ol li strong {
	font-family: Georgia, "Times New Roman", Times, sans-serif;
	color: #D06534;
	line-height: 20px;
}

#content #pageContent img {
	position: relative;
	float: left;
	line-height: 1em;
	margin: 0 0.5em 0.5em 0;
}

#content #pageContent #subContentB div.contentBox {
	position: relative;
	float: left;
	width: 260px;
	padding: 0 0 5px;
	margin: 0 20px 10px 20px;
	border-bottom: 1px dotted #BBB;
}

* html #content #pageContent #subContentB div.contentBox {
	margin-left: 10px;
}

#content #pageContent #subContentB div.contentBox.last {
	border-bottom: 0;
}

#content #pageContent #subContentB div.contentBox iframe {
	border: 1px solid #BBB;
}

#content #pageContent #subContentB div.contentBox a.freeQuote {
	display: block;
	position: relative;
	float: left;
	width: 260px;
	height: 80px;
	margin-bottom: 6px;
	background: url(freeQuote.png) top left no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

#content #pageContent #subContentB div.contentBox a.freeQuote:hover {
	background: url(freeQuote.png) top right no-repeat;
}

/* Tables */

table {
	width: 578px;
	margin: 20px 0;
	font: normal 1.4em/1.5em Arial, sans-serif;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

table tr th {
	font-weight: bold;
	font-size: 1.3em;
	text-indent: 5px;
	line-height: 36px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

table tr.odd {
	background: #EEE;
}

table tr td {
	padding: 5px;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
}