﻿@charset "utf-8";
/* CSS Document */

/*
Title: headerFooter.css
Author: William T. Cribb, Emily Reese
Purpose: Controls Site Wide Elements, Header, Mega Menu and Footer
*/

/* Getting, Inside, Doing & Tech Docs Base Styles */
.doingPageContent, .insidePageContent, .gettingPageContent, .techDocPageContent, .otherPageContent {
	width: 99%;
	/* IE7 Sizing Shift */
	*width: 98%;
	max-height: 650em;
	margin: 0 auto .5em auto;
	background: #fff;
	border-bottom-right-radius: 35px;
	overflow-y: auto;
	overflow-x: hidden;
	box-shadow: 0 0 8px rgba(0,0,0,0.25); }

/* Site Wide Styles */
body {
	font-size: 14px; 
	font-family: Verdana, Geneva, sans-serif;
	line-height: 21px;
	background: url(img/back.png); }
#bodyContainer {
	/*IE 9 and all other browsers*/
	max-width: 1044px;
	min-width: 1000px;
	margin: 0 auto;
	/*IE8 & IE7 Body Size*/
	max-width/*\**/: 990px\9;
	overflow/*\**/: hidden\9; }
a { text-decoration: none; }
hr {
	margin-bottom: 1em;
	height: 1px;
	color: #ccc; }
.pdfState {
	width: 100%;
	text-align: center;
	margin: 1.5em 0; }
.pdfsize { font-size: .87em; }
#subPageBanner {
	width: 1021px;
	height: 178px;
	margin: 0.1em auto 1em auto;
	/*Box Shadow*/
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25); }
#bodyCopy #breadCrumb, #bodyCopy .breadLink, #breadCrumb, .breadLink { color: #06F; }
#breadCrumb {
	width: 75%;
	float: right;
	margin-bottom: 1em; }
#bodyCopy .breadLink:hover, .breadLink:hover {
	color: #c60;
	text-decoration: underline; }
#bodyCopy {
	width: 70%;
	float: right;
	padding-right: 5%;
	font-family: Arial, Helvetica, sans-serif; }
#bodyCopy .bodyTitle, .bodyTitle {
	font-size: 2em;
	margin-top: .25em;
	margin-bottom: .5em;
	line-height: 1.2em; }
#bodyCopy .subTitle, .subTitle {
	font-size: 1.7em;
	margin: 1.5em 0 .5em 0; }
#bodyCopy .subBodyTitle, .subBodyTitle {
	font-size: 1.2em;
	margin: 1.5em 0 .5em 0; }
#bodyCopy .bodyTitle, #bodyCopy .subTitle, #bodyCopy .subBodyTitle, .bodyTitle, .subTitle, .subBodyTitle { font-weight: bold; }
#bodyCopy  .text, .text {
	margin-bottom: 1em;
	font-size: 1em; }
#bodyCopy .textLink, .textLink {
	color: #c60;
	text-decoration: underline;
	cursor: pointer; }
#bodyCopy .textLink:hover, #bodyCopy .textLink:focus, .textLink:hover, .textLink:focus {
	color: #006;
	text-decoration: none; }
.iText {
	margin-bottom: 1em;
	font-size: 1em;
	font-style: italic; }
.bText {
	font-weight: bold; }
.rText {
	font-weight: bold;
	color: #F00; }
.red {
	color: #F00;
}
.uText {text-decoration: underline;}
.subPageNav {
	width: 100%;
	margin-bottom: 1.5em;
	text-align: center; }
.subPageNext, .subPageBack {
	width: 15%;
	font-size: 1.2em; }
.subPageNext { float: right; }
.subPageBack {
	float: left;
	text-align: right;
	margin-bottom: 1em; }
.emailForm {
	width: 55%;
	height: 22em;
	margin: 2em 0 0 15%;
	border: 1px solid #999;
	border-radius: 2em;
	padding: 1em .5em .5em 2em;
	background: #CCC; }
.formName, .formField {
	float: left;
	margin-bottom: 1em; }
.formName { width: 25%; }
.formField { width: 75%; }
.formSubmit {
	width: 50%;
	float: right; }
.logoList {
	margin: 0 0 1em 2em;
	list-style-type: disc; }
.logoList li { margin-left: 2em; }
.logoSubList {
	font-size: .9em;
	margin-left: 4em; }
.orderedList {
	list-style: decimal;
	margin: 0 0 2em 4em;  }
.litter {
	list-style: decimal;
	margin: 0 0 2em 2em;  }
.numberedList {
	list-style-type: decimal;
	margin-left: 1.5em;
}
.shortList {
	list-style: decimal;
	margin: 0 0 0 4em;
	}
.indent {
	padding-left: 3em;
	position: relative;
	bottom: 1em; }
.indentSpan { padding-left: 3em; }
.headSup {
	font-size: 0.65em; }
.supFile { /*File Type and Size*/
	font-size: .8em;
	/*color: #C00;*/
 }
.hide { visibility: hidden; }
.subnav, #subnav {
	font-size: 1em;	
	width: 100%;
	min-height: 1em;
	overflow: hidden;
	text-align: center;
	margin-bottom: 1.5em; }
.list {
	margin: 0 0 1em 4em;
	list-style-type: decimal; }
.upFile {
	font-size: .85em;
	color: #009; }
#top { display: inline-block }

/* Begin Top Nav Styles */
#headerContainer {
	width: 100%;
	height: 15.5em; /*217px*/
	margin: 0 auto;
	background: url("img/headerImgIE.jpg") no-repeat\0/; /*IE8*/
	background: url("img/headerImgIE.jpg") no-repeat\9; /*IE<9 - Backup*/
	background: url("img/headerCrescent.png") 22% 0% no-repeat, url("img/headerPalm.png") 92% 0% no-repeat, url("img/headerBg.png"); /*Other Browsers*/
	z-index: -1;
	/*Rounded Corners*/
	border-top-left-radius: 2em;
	-moz-border-top-left-radius: 2em;
	-webkit-border-top-left-radius: 2em;
	-o-border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	-moz-border-top-right-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-o-border-top-right-radius: 2em; }
#headerContainer { /*IE7 background image glitch*/
	background: *url("img/headerImgIE.jpg") no-repeat; }
#topNavContainer {
	width: 100%;
	height: 70%;
	margin: 0 auto;
	z-index: 1; }
#skip a, #skip a:hover, #skip a:visited {
	position: absolute;
	left: 0;
	top: -500px;
	width: 1px;
	height: 1px;
	overflow: hidden;
	color: #fff; }
#skip a:active, #skip a:focus {
	position: static;
	width: auto;
	height: auto; }
.logo {
	width: 17.8em;
	height: 4.4em;
	position: relative;
	left: 3em;
	top: 3.3em;
	float: left;
	z-index: 2;
	background: url(img/logoTran.png) no-repeat; }
#searchboxContainer {
	width: 45%;
	float: right;
	position: relative;
	top: 1.5em;
	z-index: 2;
	margin: 0 3em 1em 0; }
#searchboxContainer .advanced {
	width: 100%;
	margin-bottom: 0.5em;
	text-align: right; }
#searchboxContainer .advanced a {
	margin-right: 19%;
	font-size: .78em; }
#search {
	float: left;
	height: 1.75em;
	padding: .3em 0 .3em 0;
	margin-right: 1.5em;
	width: 75%;
	border: 1px solid #a4c3ca;
	background: #f1f1f1;
	border-radius: 10px;
}
/* IE Specific sizing fix */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #search { padding: .3em 0 .5em 0; } }
/*Chrome Specific Code to adress search box size difference*/
@media screen and (-webkit-min-device-pixel-ratio:0) { #search, #submit { height: 1.85em; } }
#submit {
	background: #ccc;
	background-image: -moz-linear-gradient(#fff, #ccc);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #ccc));
	/*Box Shadow*/
	-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	height: 2.6em;
	width: 17%;
	cursor: pointer;
	font: normal 1em Arial, Helvetica;
	color: #000000;
	border-radius: 10px;
	position: relative;
	left: px;
	right: 71px;
}
#submit:hover, #submit:focus {
	background: #ccc;
	background-image: -moz-linear-gradient(#fff, #999);
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0, #fff),color-stop(1, #999)); }
#submit:active {
	background: #ccc;
	outline: none;
	/*Shadow on Box*/
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5) inset;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}
#submit:-moz-focus-inner { border: 0;  /* Small centering fix for Firefox */ }

/* Social Icons */
#socialWrap {
	width: 25%;
	height: 30px;
	z-index: 5;
	position: absolute;
	bottom: 0.25em;
	left: 83%; }
.socialIcon {
	width: 30px;
	height: 30px;
	float: left; }
#face {
	background: url("img/facebookIcon.png") no-repeat; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
   #face {
	margin-left: 0.35em; }
}
#twit {
	background: url("img/twitterIcon.png") no-repeat;
	margin-left: 5%; }
#face:hover {
	background: url("img/facebookOver.png") no-repeat; }
#twit:hover {
	background: url("img/twitterOver.png") no-repeat; }

#headerContainer #topNavContainer .topNav {
	float: right;
	width: 67%;
	word-spacing: .25em;
	text-align: right;
	color: #FFF;
	position: relative;
	top: 1.9em;
	right: 3.5em;
	z-index: 2; } 
#headerContainer #topNavContainer .header-navLink {
	color: #ffffff;
	text-decoration: none;
	padding: 1px;
	font-size: 1em; }
#headerContainer #topNavContainer .header-navLink:hover, #headerContainer #topNavContainer .header-navLink:focus { color: #c60; }
#bodyContainer .search-navLink {
	color: #000000;
	text-decoration: none;
	font-size: .87em; }
#bodyContainer .navLink {
	color: #cccccc;
	text-decoration: none;
	padding: 1px;
	font-size: .9em; }
#bodyContainer .navLink:hover, #bodyContainer .navLink:focus { color: #c60; }
/* End Top Nav Styles */

/* Begin Mega Menu Styles */
#megaMenu { width: 100%; }
#menu {
	list-style: none;
	margin: 0 auto;
	/*width: 100%;*/
	height: 4em;
	/*originally 2em on R&L*/
	padding-left: 2em;
	z-index: 150;
	background: url("img/menuBack02.jpg");
	background: url("img/menuBack.png") no-repeat\9;
	position: relative;
	top: .2em;
	border-top-left-radius: 2em;
	-moz-border-top-left-radius: 2em;
	-webkit-border-top-left-radius: 2em;
	-o-border-top-left-radius: 2em;
	border-top-right-radius: 2em;
	-moz-border-top-right-radius: 2em;
	-webkit-border-top-right-radius: 2em;
	-o-border-top-right-radius: 2em; }
#menu li {
	float: left;
	height: 100%;
	margin-right: 1%;
	display: block;
	text-align: center;
	position: relative;
	top: .7em;
	padding: .8em 1.2em;
	border: none; }
#menu span li:hover {
	background: #0a1b33;
	/* Rounded corners */
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-radius: 10px 10px 0px 0px;
	border-radius: 10px 10px 0px 0px; }
#menu span li a:focus { color: #c60; }
#menu li a {
	font-size: 1em;
	color: #fff;
	display: block;
	outline: 0;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000; }
#menu li:hover a {
	color: #fff;
	text-shadow: 1px 1px 1px #000; }
#menu li:focus a { color: #c60; }
#menu li .drop, #menu li .contactDrop {
	padding-right: 1.5em; /*19px*/
	background: url("img/drop.png") no-repeat 99% .5em; }
#menu li:hover .drop, #menu li:hover .contactDrop {
	background: url("img/drop.gif") no-repeat 99% .5em; }
.drop {
	line-height: 18px;
	overflow: hidden; }
.dropdown_1column, .dropdown_2columns, .dropdown_3columns { z-index: 200; } /*was 100*/
.dropdown_1column, .dropdown_2columns {
	margin: 11px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 4px;
	border: 10px solid #0a1b33;
	background: #ccc;
	/* Rounded Corners */
	-moz-border-radius: 30px 0px 0px 0px;
	-webkit-border-radius: 30px 0px 0px 0px;
	border-radius: 30px 0px 0px 0px; }
.dropdown_3columns {
	margin: 11px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 4px;
	border: 10px solid #0a1b33;
	background: #ccc;
	/* Rounded Corners */
	-moz-border-radius: 0px 30px 0px 0px;
	-webkit-border-radius: 0px 30px 0px 0px;
	border-radius: 0px 30px 0px 0px; }
/* Remove padding for Safari/Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.dropdown_3columns { padding: 0px 4px; }
}
.dropdown_1column { width: 275px; }
.dropdown_2columns { width: 475px; }
.dropdown_3columns { width: 615px; }
#menu li:hover .dropdown_1column, #menu li:hover .dropdown_2columns {
	left: 0px;
	top: 2.25em;
	z-index: 4; } /*99*/
#menu li:hover .dropdown_3columns {
	left: -27.8em; /*Safari/Chrome/Firefox*/
	left: -28em\0/;  /*IE position fix */
	top: 2.25em;
	z-index: 4; }
/* Doing drop down positioning fix for Safari & Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #menu li:hover .dropdown_3columns { left: -27.95em; }
}
.col_1 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 200px; }
.col_2 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 25px;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 300px; }
.col_3 {
	display: inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	width: 215px; }
/* Spacing and Margin for IE9, IE8 and Firefox */
.qlink, .glink, .ilink, .dlink, .tdlink {
	margin: 7px 5px;
	border-bottom: 1px solid #000; }
/* Spacing fix for Safari and Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.qlink, .glink, .ilink, .dlink, .tdlink { margin: 5px; }
}
/* Spacing fix for IE7 */
.qlink, .glink, .ilink, .dlink, .tdlink { *margin: 5px; }
.qlink { width: 200px; }
.glink, .ilink { width: 240px; }
.dlink { width: 300px; }
.tdlink { width: 215px; }
.ql_last {
	text-align: center;
	line-height: 15px; }
#menu ul li {
	line-height: 21px;
	font-size: 12px;
	text-align: left;
	text-shadow: 1px 1px 1px #FFFFFF; }
#menu li:hover div a {
	font-size: 12px;
	color: #000;
	text-shadow: 1px 1px 1px #FFFFFF; }
#menu li:hover div a:hover { color: #b15d12; }
#menu li ul {
	list-style: none;
	padding: 0;
	margin: 0 0 12px 0; }
#menu li ul li {
	font-size: 12px;
	line-height: 24px;
	position: relative;
	text-shadow: 1px 1px 1px #ffffff;
	padding: 0;
	margin: 5px 0;
	*margin: 0 0; /*IE7 Fix*/
	float: none;
	text-align: left;
	width: 130px; }
#menu li ul li:hover {
	background: none;
	border: none;
	padding: 0;
	margin: 5px 0; }
/* Fixes IE7 Hover Glitch on Mega Drop Downs */
*+html #menu li ul li:hover {
	margin: 0px; }
.doingdropdown { padding-left: 5px; }
.doingCol_1 {
	float: left;
	position: relative;
	width: 37%;
	height: 24em;
	padding: 1em;
	background-color: #fff;
	border: 1px solid #000; }
/* Corrects IE7 Sizing Issues */
.doingCol_1 { *height: auto; }
/* Controls height of Tech Docs Col in Safari/Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	.doingCol_1 { height: 26em; }
}
.doingCol_1 ul { color: #c60; font-size: 1em; font-weight: bold; }
.doingCol_1 ul li { font-weight: normal; }
.simple {
	line-height: 15px;
	padding: 5px 0; }
.contactDrop {
	line-height: 18px;
	overflow: hidden; }
#menu #contact #cDrop {
	background: #c60;
	background: url("img/contactBackIE.png") no-repeat\9;
	height: 32%;
	*width: 10em;
	float: left;
	/* Rounded corners */
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; }
#menu #contact #cDrop:hover {
	background: #0a1b33;
	color: #C60;
	height: 100%; }
.contactDropdown {
	width: 537px;
	margin: 4px auto;
	float: left;
	position: absolute;
	left: -999em; /* Hides the drop down */
	text-align: left;
	padding: 10px 10px;
	border: 10px solid #0a1b33;
	background: #ccc;
	/* Rounded Corners */
	-moz-border-radius: 0px 30px 0px 0px;
	-webkit-border-radius: 0px 0px 30px 0px;
	border-radius: 0px 30px 0px 0px; }
#menu li:hover .contactDropdown {
	left: -29.35em;
	*left: -28.8em; /* IE7 position fix */
	left: -29.6em \0/; /* IE position fix */
	top: 2.75em;
	z-index: 4; }
/* Contact drop down positioning fix for Safari & Chrome */
@media screen and (-webkit-min-device-pixel-ratio:0) {
 #menu li:hover .contactDropdown { left: -29.5em; }
}
.contactCol_1 {
	float: left;
	position: relative;
	width: 62%;
	padding: 1em 1em 1em 2em;
	background-color: #fff;
	border: 1px solid #000; }
.contactCol_2 {
	display: inline;
	float: right;
	position: relative;
	width: 26%; }
/* End Mega Menu Styles */

/* Begin Bottom Nav Styles */
#footer {
	width: 99%;
	/* IE8 & IE7 Size Shift */
	*width: 100%;
	height: 15em;
	margin: 0 0 0 .3%;
	float: left;
	z-index: 2;
	overflow: hidden;
	color: #cccccc;
	background: #0a1b33; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0a1b33', endColorstr='#003366'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#0a1b33), to(#003366)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #0a1b33,  #003366); /* for firefox 3.6+ */  }
#bottomNav01 {
	width: 95%;
	height: 5em;
	margin: 0 auto;
	vertical-align: middle;
	word-spacing: .14em;
	position: relative;
	top: 1.25em;
	z-index: 2;
	border-bottom: #475467 solid 1px;
	overflow: hidden; }
#bottomNav01 .bottomLink:first-child { margin-top: .5em; }
.bottomLink {
	width: 80%;
	float: left;
	margin-bottom: .5em; }
#scGov {
	width: 20%;
	float: right;
	position: relative;
	bottom: 1em;
	text-align: right; }
#property {
	width: 100%;
	margin-left: 2.5%;
	font-size: .9em;
	position: relative;
	top: 2.8em; }
#property a { text-decoration: underline; }
/* End Bottom Nav Styles */

/*Spacer on bottom to adjust content height dynamically.
This option is only useful if there is no Accordion as Accordion
Spacer also changes Content height*/
.bottSpacer { 
	width: 100%;
	height: 1em; }

.cText { text-align: center; }

.siteMapShow { display: none; }

.blankList {
	list-style-type: none;
	margin: 0 0 1em 2em; }