@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(/images/bkgds/bkgd-tile.gif);
	background-repeat: repeat;
}
a:link, a:visited {
	text-decoration: none;
	color: #5FBA19;
}
a:hover {
	text-decoration: none;
	color: #FD8E16;
}

/* wrapper */

#divWrapper {
	width: 100%;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.container {
	width: 960px;
	margin: 0 auto;
}

/* header */

#divHeader {
	height: 150px;
	background-image: url(/images/bkgds/bkgd-banner.jpg);
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: center;
	border-bottom: solid 2px #FD8E16;
}
#divLogo {
	float: left;
	margin-top: 12px;
	margin-left: 335px;
}
#divTopNav {
	float: right;
	margin-top: 12px;
	margin-right: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #70DC1D;
}
#divTagline {
	float: left;
	margin-top: 10px;
	margin-left: 225px;
}

/* nav */


#divNav {
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #70DC1D;
	height: 36px;
	background-image: url(/images/bkgds/bkgd-tile-navbar.jpg);
	background-repeat: repeat-x;
}

/* content wrapper */

#divContentWrapper {
	background-color: #FFFFFF;
	background-image: url(/images/bkgds/bkgd-tile-main.gif);
	background-repeat: repeat-x;
	min-height: 700px;
}
#divContentWrapper ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
#divContentWrapper li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
#divContentWrapper a:link {
	color: #090;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#divContentWrapper a:visited {
	color: #090;
	text-decoration: none;
	border-bottom: 1px dotted #333333;
}
#divContentWrapper a:hover {
	color: #FD8E16;
	border-bottom: 1px dotted #FD8E16;
}


/* column divs */

#divColumnWrapper {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: url(/images/bkgds/bkgd-tile-page.jpg);
	background-repeat: repeat-x;
	overflow: auto;
}
#divLeftColumnHOME {
	float: left;
	width: 250px;
	margin-left: 20px;
}
#divRightColumnHOME {
	float: right;
	width: 640px;
	margin-right: 20px;
}
#divWideColumn {
	float: left;
	width: 500px;
	margin-left: 72px;
	padding-left: 3px;
	min-height: 500px;
}
#divRightColumn {
	float: right;
	width: 240px;
	margin-right: 50px;
}
#divDataTable {
	float: left;
	width: 770px;
	margin-top: 10px;
	margin-left: 72px;
	padding-left: 3px;
}
#divMaps {
	float: left;
	width: 770px;
	margin-top: 10px;
	margin-left: 72px;
	padding-left: 3px;
}


/* section navigation */

#divSecNav {
	margin-bottom: 20px;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
}
#divSecNav li {
	list-style-type: none;
	height: 26px;
	margin-bottom: 4px;
}
#divSecNav ul {
	margin: 0;
	padding: 0;
	z-index: 10000;
}
#divSecNav a {
	display: block;
	text-decoration: none;
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	color: #000000!important;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 28px;
	background-image: url(/images/bkgds/bkgd-sec-button.jpg);
	background-repeat: no-repeat;
}
#divSecNav a:hover {
	color: #FFFFFF!important;
}


/* pullouts */

#divPullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
	background-color: #DFF1D1;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	border: solid 1px #390;
}
.pullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 24px;
	background-color: #DFF1D1;
	padding-top: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 3px;
	border: solid 1px #390;
}

/* footer */

#divFooter {
	float: left;
	width: 100%;
	height: 104px;
	text-align: center;
	background-image: url(/images/bkgds/bkgd-footer.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-color: #000000;
	border-top: solid 4px #7ECC30;
}
#divFooterContent {
	padding-top: 6px;
	text-align: center;
	margin-top: 9px;
}
#divFooterContent p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #CCCCCC;
	margin-top: 6px;
	margin-bottom: 6px;
}
#divFooterContent a:link {
	color: #70DC1D;
	text-decoration: none;
	border-bottom: 1px dotted #999900;
}
#divFooterContent a:visited {
	color: #70DC1D;
	text-decoration: none;
	border-bottom: 1px dotted #999900;
}
#divFooterContent a:hover {
	text-decoration: none;
	color: #FD8E16;
	border-bottom: 1px dotted #FD8E16;
}


/* text styles  */

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #333333;
	margin-top: 12px;
	margin-bottom: 12px;
}
.bodySmall {
	font-size: 11px;
	line-height: 14px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.bulletText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
}
.caption {
	font-size: 11px;
	line-height: 14px;
	color: #666666;
	text-transform: uppercase;
	margin-top: 6px;
	margin-bottom: 18px;
}
.intro {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	color: #FF6600;
	margin-top: 0px;
	margin-bottom: 18px;
}
.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
	margin-top: 0px;
	margin-bottom: 28px;
}
.pulloutTextBoxes {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	margin-top: 6px;
	margin-bottom: 6px;
	background-color: #DFF1D1;
	padding-top: 4px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.sidebarPullout {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	margin-top: 9px;
	margin-bottom: 9px;
}
.slashes {
	color: #FD8E16;
	letter-spacing: .1em;
	padding-left: 6px;
	padding-right: 6px;
}
.slashes0 {
	color: #FD8E16;
	letter-spacing: .1em;
}
.subGrayBkgd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	color: #CCCCCC;
	margin-top: 12px;
	margin-bottom: 12px;
	background-color: #666666;
	padding-top: 2px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 2px;
}
.subGreenBkgd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333333;
	margin-top: 36px;
	margin-bottom: 12px;
	background-color: #DFF1D1;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 8px;
	padding-bottom: 4px;
}
.subGreenDash {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	font-weight: bold;
	color: #FD8E16;
	margin-top: 36px;
	margin-bottom: 12px;
	padding-top: 4px;
	border-top: dashed 1px #390;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 24px;
	margin-bottom: 3px;
}
.subheadSecNav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 18px;
}

.table {
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
}
.tableHeader {
	background-color: #666666;
	color: #FFFFFF;
}
.tableTotal {
	background-color: #E0E0E0;
	color: #333333;
}
.tableFirstColumn {
	background-color: #E6FAD8;
	color: #333333;
}
.tableText {
	background-color: #F7F7F7;
	color: #333333;
}

