@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 12/10/07 www.4site.tv */

body {
	padding:0px;
	padding-bottom:30px;
	margin:0px;
}

body, p {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#595959;
}

#wrapper {
	width:900px;
	margin:0px auto 0px auto;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	height:1px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

p.bottom {
	margin-bottom:0px;
}

p {
	line-height:18px;
	margin-bottom:18px;
}

h1 {
	font-size:28px;
	font-weight:bold;
	color:#333192;
	line-height:34px;
	margin-bottom:4px;
}

h2 {
	font-size:16px;
	color:#64a72f;
	font-weight:bold;
	margin-bottom:4px;
}

h3 {
	font-size:14px;
	color:#64a72f;
	font-weight:bold;
	margin-bottom:4px;
}

li {
	margin-bottom:10px;
}

.headBold {
	font-size:18px;
	font-weight:bold;
	color:#6e6d6d;
	line-height:22px;
}


.headLight {
	font-size:18px;
	font-weight:normal;
	color:#9b9a9a;
	line-height:22px;
}


a:link, a:visited {
	color:#333192;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

.noBottomMargin {
	margin-bottom:0;
}

.noTopMargin {
	margin-top:0;
}

.noVerticalMargin {
	margin-top:0;
	margin-bottom:0;
}


/*--------------------------------------page layout--------------------------------------*/

#header {
	height:153px;
	position:relative;
	background-image:url(images/framework/header_bkgr.gif);
	background-position:left top;
	background-repeat:no-repeat;
	margin-bottom:30px;
}

img#logo {
	position:absolute;
	top:33px;
	left:24px;
}

form#headerSearch {
	position:absolute;
	top:0px;
	right:0px;
	text-align:right;
	padding:10px 10px 0px 0px;
}

form#headerSearch a:link, form#headerSearch a:visited, form#headerSearch {
	color:white;
	font-size:11px;
}

form#headerSearch input {
	margin:0px 5px 0px 5px;
}

form#maillist, form#cdrequest {
	margin:0 0 15px 0;
}

form#maillist table td, form#cdrequest table td {
	padding:5px;
}

.required {
	font-weight:bold;
}

#nav {
	position:absolute;
	bottom:0px;
	left:0px;
	width:900px;
	height:34px;
}

/* IE6 fix for differing nav y pos*/
* html #nav {
	bottom:-2px;
}

#nav ul {
	margin:0px;
	padding:0px;
	list-style-type:none;
}

#nav li {
	border-right:1px solid white;
	float:left;
	margin-top:12px;
	position: relative;
}

#nav li.last {
	border-right:none;
}

#nav li a, #nav li a:visited {
	display:block;
	padding:0px 20px 7px 20px;
	margin:0px;
	text-decoration:none;
	font-size:14px;
	color:white;
	font-weight:bold;
}

#nav li a:hover {
	color:#cce2bb;
}

/* ## DROPDOWNS ##*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}
/*--1st level drop downs--*/
#nav ul ul {
	position: absolute;
	width:9.5em;
	left: -999em;	
	background-color:white;
	margin-top:0px;
	border-top:1px solid white;
}
/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	border-right:none;
	/*--fixes z-index stacking order in second/third level fly out menus--*/
	position:static;
}
/*--1st level dropdown nested links--*/
#nav li li a:link, #nav li li a:visited {
	display:block;
	margin:0px;
	padding:5px;
	padding-left:20px;
	width:9.5em;
	text-align:left;
	color:white;
	font-size:11px;
	border:1px solid white;
	border-top:none;
	background-color:#66a931;
}

#nav li li a:hover {
	background-color:#79c041;
	color:white;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:-1px;
	top:22px;
	z-index:2000;
}

/* ## END DROPDOWNS ##*/

#content {
	padding-bottom:30px;
}

#main {
	margin-right:300px;
}

.noSideBar #main {
	margin-right:0;
}

/* features right column */
#features {
	width:250px;
	float:right;
}

.featureBox {
	border:1px solid #d9d9d9;
	padding:4px;
	margin-bottom:25px;
}

.featureBox h1 {
	color:white;
	background-color:#333192;
	background-image:url(images/framework/feature_bkgr.gif);
	background-position:right bottom;
	background-repeat:no-repeat;
	margin:0px 0px 4px 0px;
	padding:16px 0px 9px 15px;
	line-height:20px;
	font-size:18px;
	font-weight:bold;
}

.featureBoxBody {
	padding:10px 0px 0px 15px;
}	

.featureBoxBody p {
	font-size:11px;
	line-height:15px;
}


/* footer */
#footer {
	border-top:1px solid #7ac142;
	border-left:1px solid #7ac142;
	padding:25px 0px 0px 95px;
	background-image:url(images/framework/footer_bkgr.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	clear:both;
}

#footer p, #footer a, #footer a:visited {
	font-size:10px;
	color:#595959;
	padding:0px;
	margin:0px;
}

/*--------------------------------------Data Pages--------------------------------------*/

h1.datapage {
	text-align:right;
	font-size:36px;
}

cite {
	text-align:left;
	font-size:10px;
	color:#999999;
}

#datapage {
	border-collapse:collapse;
}

#graph {
	border: 0px solid #000000;
	padding-top:4px;
}

#context {
	padding:0 0 4px 30px;
}

#context .note {
	font-size:10px;
	line-height:12px;
	font-style:italic;
}

#context ul {
	margin:0;
	padding:0 15px;
}

#context ul li {
	padding:0 0 8px 0;
}

#context ul li ul {
	margin:0;
	list-style-type:none;
}

#datatable {
	padding: 30px 0 0 0;
}

#datatable h3 {
	font-size:13px;
	margin:0 0 8px 0;
}

#data {
	border-collapse:collapse;
	border:1px solid #000000;
	font-size:11px;
}

#data td {
	padding: 4px 6px 2px 6px;
	border-top: 0px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 1px solid #000000;
}

#data tr.dataheader td {
	border-bottom: 1px solid #000000;
	font-size:12px;
	font-weight:bold;
	text-align:center;
}

#data td.subset {
	padding-left:30px;
}

#data h4 {
	font-size:12px;
	font-weight:bold;
	text-align:center;
	margin:0;
}

.center {
	text-align:center;
}

#datanav {
	width:580px;
	margin-top:10px;
}

#datanav ul {
	list-style-type:none;
	margin:0;
	padding:0;
}

#datanav ul li {
	width:35px;
	float:left;
	position:relative;
	margin-bottom:10px;
}

#datanav ul li.large {
	width:100px;
}

#datanav ul li a {
	display:block;
}

#datanav.region ul li {
	width:250px;
}

.red {
	color:#FF0000;
	font-weight:bold;
}

/**** Version 2 of Data Pages *****/

#datapageTop {
	border-collapse:collapse;
	background-color:#d1c5db;
	color:#000000;
}

#datapageTop p {
	color:#000000;
}

#datapageTop #graph {
	padding-left:20px;
	padding-bottom:20px;
	padding-top:20px;
}

#datapageTop #context {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}

#datapageTop #context ul {
	padding-left:30px;
	margin-bottom:20px;
}

#datapageTop #context ul li {
	padding-bottom:4px;
}

#datapageTop #context table {
	width:90%;
}

#datapageTop #context th {
	padding:4px;
}

#datapageTop #context td {
	padding:4px;
}

#datapageBottom #data {
	width:100%;
	color:#000000;
}

#datapageBottom #data th {
	background-color:#d1c5db;
	font-size:14px;
	font-weight:bold;
	padding:5px 0;
}

#datapageBottom #data td {
	padding: 4px 6px 2px 6px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

#datapageBottom #data td.subhead {
	background-color:#d1c5db;
	font-weight:bold;
}

/*************************** Other *****************************/
img.left {
	float:left;
	margin:0 20px 15px 0;
}

img.right {
	float:right;
	margin: 0 0 15px 20px;
}


/*--------------------------------------print styles--------------------------------------*/

@media print {
	#nav, #headerSearch, #features {display:none;}
	#header {background-image:none; height:70px;}
	img#logo {top:0px; left:0px;}
	#wrapper, #main {width:auto; margin:0 0; padding:0; float:none !important;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; padding:20px;}
	#footer p, #footer a, #footer a:visited {color:black;}
}
