@charset "utf-8";

/* CSS Document */
/* ================================================================
===== BASE ======================================================== 
=================================================================== */

html,
body {
	background: #565656 url(../images/main_bg_tile.jpg) repeat-x left top;
	margin: 0;
	padding: 0;
	font: normal 12px/17px Helvetica, Arial, sans-serif;
	color: #333;
	text-align: center;
}

body p {
	margin: 0;
	padding: 0 0 10px 0;
	text-indent: 1px;
}

h1,
h2,
h3 {
	color: #6d241b;
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size: 24px;
	padding: 8px 0 20px 0;
	text-transform: uppercase;
	line-height:24px;
}

h2 {
	font-size: 16px;
	padding: 0 0 10px 0;
	text-transform: capitalize;
	line-height:21px;
}

h3 {
	font-size: 14px;
	padding: 5px 0 5px 0;
	text-transform: none;
}

h4 {
	margin: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	padding: 7px 0 3px 0;
	text-transform: none;
}

.introText {
	font-size: 13px;
	padding-bottom: 20px;
}

a {
	color:#6d241b;
	text-decoration: none;
}

a:visited {
	color:#6d241b;
	outline: none;
}

a:hover { color:#004080; }

a img { border: 0; }

.smallFont { font-size: 11px; }

.naeName {
	color: #6d241b;
	font-weight: bold;
	font-size:14px;
}

.blueHeader {
	color: #005291;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	padding: 0 0 4px 0;
	line-height: 17px;
	display: block;
}

/* ================================================================
===== Main Content Wrappers ======================================= 
=================================================================== */

#wrapA {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	background: #565656 url(../images/bg_shad_tile.jpg) repeat-y left top;
}

#wrapB {
	width: 990px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#shadowLeft {
	background: #565656 url(../images/bg_shad_left.jpg) repeat-x left top;
	width: 15px;
	height: 627px;
	_height: 622px;
	float: left;
}

#page {
	width: 960px;
	background-color: #fff;
	float: left;
}

#shadowRight {
	background: #565656 url(../images/bg_shad_right.jpg) repeat-x left top;
	width: 15px;
	height: 627px;
	_height: 622px;
	float: right;
}

/* ================================================================
===== Header ======================================================
=================================================================== */

#head { background: #F5CC74 url(../images/head_bg.jpg) no-repeat;
		background-position: top left;
		height: 138px;
}

#logo {
	width: 363px;
	height: 110px;
	align: left;
}


#utilityBox {
	width: 400px;
	height: 38px;
	margin: 0;
	float: right;
}

#utilityNavB {
	width: 370px;
	height: 36px;
	margin: 0;
	padding: 0;
	
}

#utilityNavB a {
	text-decoration: none;
	color: #444;
}

#utilityNavB a:visited {
	color:#333;
	outline: none;
}

#utilityNavB a:hover {
	color:#000;
	text-decoration: underline;
}

#utilityNavB ul {
	padding: 2px 0 0 0;
	margin: 0;
	list-style-type: none;
}

#utilityNavB li {
	margin: 0;
	display: inline;
	float: left;
}

#utilityNavB li.none {
	border: 0;
	padding-right: 0;
}

#searchBox {
	float: right;
	width: 170px;
	height: 20px;
}

.seachField {
	width: 120px;
	height: 20px;
	margin: 0;
	padding: 0 0 0 3px;
	color: #666;
	border: solid 1px #d3d3d3;
}

/* ================================================================
===== Top Navigation Rollovers ==================================== 
=================================================================== */

#rollHom,
#rollQue,
#rollCon,
#rollAbo {
	display:block;
	height:36px;
}

#rollHom {
	background: url(../images/nav_home.jpg) left top;
	width: 88px;
}

#rollQue {
	background: url(../images/nav_questions.jpg) left top;
	width: 89px;
}

#rollCon {
	background: url(../images/nav_contact.jpg) left top;
	width: 97px;
}

#rollAbo {
	background: url(../images/nav_about.jpg) left top;
	width: 88px;
}

#rollHom:hover,
#rollQue:hover,
#rollCon:hover,
#rollAbo:hover {
	background-position:bottom;
}

/* Binds hover state to current page */

body#home a#rollHom,
body#questions a#rollQue,
body#contact a#rollCon,
body#about a#rollAbo
 { background-position:bottom; }

/* ================================================================
===== Top Navigation Dropdowns ==================================== 
=================================================================== */

#dropdown1 {
	display: block;
	background: #88261B url(../images/dropdown_bg.jpg) repeat-x left top;
	width: 160px;
	padding: 6px 0;
	font: normal 11px Helvetica, Arial, sans-serif;
	visibility: hidden;
	z-index: 50;
}

#dropdown1 {
	position: absolute;
	top: -800px;
	left: 900px;
}

#dropdown1 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#dropdown1 a {
	display: block;
	padding: 6px 5px 6px 13px;
	_padding: 0 0 0 13px;
	margin: 0;
	color: #FFF;
	text-decoration: none;
}

#dropdown1 a:hover { color: #FAC45E; }


/* ================================================================
===== Home Page =================================================== 
=================================================================== */

#hpFeatures { width: 960px; }

#hpFeatures h2 {
	color: #005291;
	font-weight: bold;
	font-size: 17px;
	margin: 0;
	padding: 0 0 8px 0;
	text-transform: uppercase;
	line-height: 19px;
}

.hph2_b {
	text-transform: none;
	font-size: 14px;
}

.btmPad { padding-bottom: 28px; }

#hpLinkBox {
	width: 141px;
	float: left;
	text-align: left;
	text-transform: uppercase;
	border-right: 1px solid #c4c4c4;
}

#hpLinks a:visited {
	color: #6d241b;
	outline: none;
}

#hpLinks a:hover { color: #004080; }

#hpLinks ul {
	padding: 0;
	margin: 0;
	color: #6d241b;
	font-weight: bold;
	font-size: 10px;
	letter-spacing : -1px;
	text-decoration: none;
	list-style-type: none;
}

#hpLinks li {
	margin: 0;
	padding: 3px 0;
	border-bottom: 1px solid #c4c4c4;
}

#hpLinks li.none {
	margin: 0;
	padding: 3px 0 0 0;
	border: 0;
}

#hpLinkBoxB {
	width: 138px;
	float: left;
	text-align: left;
	text-transform: uppercase;
}

#hpLinksB a:visited {
	color: #6d241b;
	outline: none;
}

#hpLinksB a:hover { color: #004080; }

#hpLinksB ul {
	padding: 0;
	margin: 0;
	color: #6d241b;
	font-weight: bold;
	font-size: 10px;
	letter-spacing : -1px;
	text-decoration: none;
	list-style-type: none;
}

#hpLinksB li {
	margin: 0;
	padding: 3px 0 3px 5px;
	border-bottom: 1px solid #c4c4c4;
}

#hpLinksB li.none {
	margin: 0;
	padding: 3px 0 3px 5px;
	border: 0;
}

/* ================================================================
===== Landing & Content Pages ===================================== 
=================================================================== */

#lpMood {
	width: 960px;
	height: 182px;
}

#headerShadow {
	width: 960px;
	height: 12px;
}

#contentLP { background-color: #fff; }

.contentPad { padding: 0 20px 20px 20px; }

.conA {
	width: 330px;
	
	float: left;
}

.conB {
	width: 330px;
	
	float: right;
}

.imgPadBottom { margin-bottom: 10px; }

.calloutLinks {
	color: #6d241b;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

.railTitle {
	color: #004080;
	font-weight: bold;
	font-size: 15px;
	padding: 0 0 7px 0;
	text-transform: uppercase;
	display: block;
}

.quoteCred {
	font-size: 11px;
	line-height: 13px;
	font-style: italic;
	font-weight: bold;
	text-align: right;
}

#conWrapA {
	width: 960px;
	text-align: left;
	background: #FFF url(../images/two_col_bg.gif) repeat-y left top;
}

#conWrapB {
	width: 920px;
	text-align: left;
	padding: 0 20px 20px 20px;
	background: #FFF url(../images/two_col_bg.gif) repeat-y left top;
}

#conWrapC {
	width: 960px;
	text-align: left;
	background: #FFF url(../images/three_col_bg.jpg) repeat-y left top;
}

#main {
	width: 680px;
	padding: 0 20px 20px 20px;
	float: left;
}

#mainB { width: 920px; }

#mainC {
	padding: 8px 20px 20px 20px;
	float: left;
	width: 500px;
}

#mainD {
	width: 720px;
	padding: 0;
	float: left;
}

#mainCMoodPic {
	padding-bottom: 20px;
}

#padList {
	padding: 0 20px 20px 20px;
}

#sideLinks {
	width: 140px;
	padding-top: 6px;
}

#sideLinks ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
}

#sideLinks li a:link, #sideLinks li a:visited {
	margin: 0;
	padding-bottom: 12px;
	display: block;
	line-height: 13px;
	font-size: 11px;
	color: #333;
}

#sideLinks li a:link#current, #sideLinks li a:visited#current, #sideLinks li a:hover {
	color: #6d241b;
}

#sideLinks ul li a, #sideLinks ul li {
	_margin-bottom: -20px;
}

.topLevel {
	font-weight: bold;
	font-size: 12px;
}

#faqBox { padding: 20px; }

.faqBtmBox {
	padding: 0 20px 20px 20px;
	text-align: right;
}

.faqBox a:hover,
.faqBtmBox a:hover { color: #004080 }

/* ==== Right Side Column Styling ==================== */

#rail {
	width: 240px;
	float: right;
	background: #e8e8e8;
	min-height: 360px;
}

.railBoxLong {
	padding: 8px 20px 20px 20px;
	background: #e8e8e8 url(../images/contact_rail_bg.jpg) no-repeat left top;
}

.railBoxTop {
	padding: 8px 20px 20px 20px;
	background: #e8e8e8 url(../images/railboxtop_bg.jpg) no-repeat left top;
}

.railBox {
	width: 200px;
	padding: 20px;
	background: #e8e8e8 url(../images/railbox_bg.jpg) no-repeat left top;
}

.railBox h2,
.railBoxLong h2,
.railBoxTop h2 {
	color: #004080;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	padding: 0 0 10px 0;
	text-transform: uppercase;
	display: block;
}

/* ==== News and Events Table ==================== */

table.events {
	clear: right;
	width: 678px;
	line-height: 32px;
	border-collapse: collapse;
	border: 1px solid #fff;
	color: #333;
	background: #ebebeb;
}

table.events tbody tr { border: 1px solid #fff; }

table.events tbody th {
	padding: 0;
	border-bottom: 1px solid #fff;
	text-align: left;
	width: 57px;
}

table.events tbody th.even { background: #f5f5f5; }

table.events tbody td {
	background: #ebebeb;
	border-bottom: 1px solid #fff;
}

table.events tbody tr even { background: #f5f5f5; }

table.events tbody tr.even td {
	background: #f5f5f5;
	color: #333;
}

.carrotLink a:link {
	color: #333;
	text-decoration: none;
	text-transform: none;
	font-size: 12px;
	font-weight: normal;
}

.carrotLink a:visited {
	color: #333;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;
}

.carrotLink a:hover {
	color: #333;
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}

.contactInfo {
	padding-top: 20px;
	font-size: 13px;
}

/* ==== Fractions of Page Layout Divs ============================= */

#halfBoxLeft {
	width: 660px;
	float: left;
	padding-left: 20px;
}

#halfBoxRight {
	
	width: 220px;
	float: right;
	padding-right:10px; 
	padding-left:10px; 
	padding-top:10px; 
	margin-left:25px; 
	border-left-style:solid; 
	border-left-color:#cccccc; 
	border-left-width:thin;
	border-bottom-style:solid; 
	border-bottom-color:#cccccc; 
	border-bottom-width:thin;
	background-color: #D8D8D8;
}

.quarterBoxLeft {
	width: 230px;
	float: left;
}

.quarterBoxRight {
	width: 230px;
	float: right;
}


/* ==== 3 Column Layout Styling ================== */

#subNavSide {
	width: 140px;
	padding: 42px 20px;
	float: left;
	font-weight: bold;
}

#subNavSide ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#subNavSide li {
	margin: 0;
	padding: 10px 0;
	display: block;
	border-bottom: solid 1px #CCC;
}

#subNavSide li a:link, #subNavSide li a:visited {
	color: #333;
}

#subNavSide li a:link#current, #subNavSide li a:visited#current, #subNavSide li a:hover {
	color: #6d241b;
}

#mainColLeft {
	width: 680px;
	padding: 0;
	background: #FFF url(../images/three_col_bg.gif) repeat-y left top;
}

#threeColContent {
	width: 500px;
	float: right;
}

#threeColBody {
	width: 480px;
	padding: 20px 0 0 20px;
}

.byLine {
	font-weight: bold;
	font-style: italic;
}

/* ==== Left Column Styling for compliance/rc_dq.html and similar pages  ==== */

#subNavSideB {
	width: 140px;
	padding: 0;
	float: left;
	font-weight: bold;
}

#subNavSideB ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
}

#subNavSideB li {
	margin: 0;
	padding: 6px 0;
	display: block;
	border-bottom: solid 1px #CCC;
}

#subNavSideB li a:link, #subNavSideB li a:visited {
	color: #333;
}

#subNavSideB li a:link#current, #subNavSideB li a:visited#current, #subNavSideB li a:hover {
	color: #6d241b;
}

#subNavSideB li.finalItem {
	border: none;
}

.basicList {
	margin: 0;
	padding: 0 0 20px 25px;
}



/* ====================================================================
===== Blue Bar Navigation for online/om_dmo.html and similar pages ====
======================================================================= */

#blueBarThreeCol {
	display: block;
	height: 62px;
	background: #7daad4 url(../images/blue_bar_three_col.jpg) no-repeat left top;	
}

#blueBarTwoCol {
	display: block;
	height: 53px;
	background: #7daad4 url(../images/blue_bar_two_col.jpg) no-repeat left top;	
}

#blueBarTwoColPrices {
	display: block;
	height: 62px;
	background: #7daad4 url(../images/bluebar_prices.jpg) no-repeat left top;	
}

.blueBar {
	color: #fff;
}

.blueBar h2 {
	color: #fff;
	padding: 2px 0 0 20px;
	margin: 0;
	text-transform: uppercase;
}

.blueBarNav a:link, .blueBarNav a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	border: none;
	height: 27px;
	display: block;
	padding: 17px 0 6px 8px;
}

.blueBarNav a:hover, .blueBarNav a:link#current, .blueBarNav a:visited#current {
	border-bottom: solid 6px #fff;
	padding-bottom: 0;
	
}

/* ==== DetailBoxes ================== */

.detailBoxA {
	padding: 20px 0;
	margin: 0;
	border-top: 1px solid #ccc;
}

.detailBox_no_border {
	padding: 10px 0 20px 0;
	margin: 0;
}

/* ================================================================
===== Footer ====================================================== 
=================================================================== */

#foot {
	background: #565656 url(../images/footer_bg.jpg) repeat-x left top;
	width: 990px;
}

#footA {
	width: 930px;
	height: 36px;
	padding: 14px 35px 0 25px;
	margin: 0;
	float: left;
}

.footNavA {
	float: left;
	width: 475px;
	margin: 0;
	padding: 2px 0 0 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-align: left;
}

.footNavA a:link {
	text-decoration: none;
	color: #fff;
}

.footNavA a:visited {
	color:#fff;
	outline: none;
}

.footNavA a:hover {
	color:#fff;
	text-decoration: underline;
}

.footNavA ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footNavA li {
	margin: 0;
	padding: 3px 10px;
	border-right: 1px solid #b89089;
	display: inline;
}

.footNavA li.none { border: 0; }

.footSubA {
	float: right;
	width: 380px;
	margin: 0;
	padding: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	text-align: right;
}

.hangRight {
	float: right;
	padding-left: 10px;
}

.hangLeft {
	float: left;
	padding-top: 2px;
}

.emailField {
	width: 122px;
	height: 20px;
	margin: 0;
	padding: 0;
	color: #fff;
	border: solid 1px #8e5347;
	background-color: #a4675a;
}

#footB {
	padding: 0 8px 0 0;
	width: 960px;
	height: 25px;
	float: right;
}

.footNavB {
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 10px;
	text-align: right;
}

.footNavB a {
	text-decoration: none;
	color: #fff;
}

.footNavB a:visited {
	color:#fff;
	outline: none;
}

.footNavB a:hover {
	color:#fff;
	text-decoration: underline;
}

.footNavB ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.footNavB ul li {
	margin: 0;
	padding: 3px 10px;
	border-right: 1px solid #a3a3a3;
	display: inline;
}

.footNavB ul li.none { 
border: 0;
padding-right: 0;
}

/* ================================================================
========= Common Styling and Form Fields ==========================
=================================================================== */

.right { float: right; }

.left { float: left; }

.floatLeft {
	margin: 5px 5px 0 5px;
	float: left;
}

.floatRight {
	margin: 5px 0 5px 5px;
	float: right;
}

.clear { clear: both; }

.btmTwenty { padding-bottom: 20px; }

.topTwenty { padding-top: 20px; }

.hide,
.print { display: none; }

.note {
	font-size: 10px;
	color: #333;
}

.fieldLong,
.fieldArea {
	height: 18px;
	margin: 0;
	padding: 0 0 0 3px;
	color: #666;
}

.fieldLong { width: 250px; }

.fieldSmall { width: 20px; }

.fieldMedium { width: 50px; }

.fieldMLong { width: 140px; }

.listShort { width: 102px; }

.listLong { width: 200px; }

radialBtn {
	padding: 0;
	margin: 0;
}

.fieldBig {
	width: 370px;
	height: 100px;
}

.fieldMBig {
	width: 200px;
	height: 100px;
}

.checkBox {
	width: 12px;
	height: 12px;
	border: solid 1px #636363;
	margin: 0;
	padding: 0;
}

/* ================================================================
===== Small Button Rollovers ========================== 
=================================================================== */

/* ==== Submit Buttons ==================== */

a#rollSubmitRed,
a#rollSubmitWhite {
	display:block;
	width: 60px;
	height:22px;
}

a#rollSubmitRed { background: url(../images/btn_submit.gif) left top; }

a#rollSubmitWhite { background: url(../images/btn_submit.gif) left bottom; }

a#rollSubmitRed:hover { background-position: left bottom; }

a#rollSubmitWhite:hover { background-position: left top; }

a#rollSubmitRed span { display: none; }

a#rollSubmitWhite span { display: none; }

/* ==== Get Started Button ==================== */

a#rollGetStarted {
	display:block;
	width: 100px;
	height:23px;
}

a#rollGetStarted { background: url(../images/btn_get_started.gif) left top; }

a#rollGetStarted:hover { background-position:bottom; }

/* ==== Learn More Button ==================== */

a#rollLearnMore {
	display:block;
	width:98px;
	height:23px;
}

a#rollLearnMore { background: url(../images/btn_learn_more.gif) left top; }

a#rollLearnMore:hover { background-position:bottom; }

/* ==== Go Button ==================== */

a#rollGo {
	display:block;
	width:36px;
	height:22px;
}

a#rollGo { background: url(../images/btn_go.gif) left top; }

a#rollGo:hover { background-position: left bottom; }

a#rollGo span { display: none; }

/* ==== Member Login Button ==================== */

a#rollMemberLogin {
	display:block;
	width:110px;
	height:23px;
}

a#rollMemberLogin { background: url(../images/btn_member_login.gif) left top; }

a#rollMemberLogin:hover { background-position:bottom; }


/* ==== Customer Login Button ==================== */

a#rollCustomerLogin {
	display:block;
	width:123px;
	height:23px;
}

a#rollCustomerLogin { background: url(../images/btn_customer_login.gif) left top; }

a#rollCustomerLogin:hover { background-position:bottom; }


/* ==== Returning Customer Button ==================== */

a#rollReturnCustomer {
	display:block;
	width:116px;
	height:23px;
}

a#rollReturnCustomer { background: url(../images/btn_return_customer.png) left top; }

a#rollReturnCustomer:hover { background-position:bottom; }

/* ==== Request Permit Button ==================== */

a#rollNewUser {
	display:block;
	width:116px;
	height:23px;
}

a#rollNewUser { background: url(../images/btn_new_user.png) left top; }

a#rollNewUser:hover { background-position:bottom; }

#navBulletList
{
margin-left: 0;
margin-top: 0;
padding-left: 0;
list-style: none;
}

#navBulletList li
{
	padding-left: 24px;
	padding-bottom: 10px;
	background: url(../images/diamond_bullet.gif) no-repeat;
}

.button
{
	border:1px solid #823022;
	color:#823022;
	font-size:10px;
	font-weight:bold;
}
