@charset "utf-8";
/* CSS Document created by Brandi Jones (bjones@4site.tv) 8/12/08 www.4site.tv */

body {
	background-image:url(../images/framework/bkgr.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-color:white;
	padding:0px;
	padding-bottom:20px;
	margin:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#464646;
}

#wrapper {
	width:850px;
	margin:0px auto 0px auto;
	background-color:transparent;
}

/*------------------------------typography, misc. elements-----------------------------*/

.clear {
	clear:both;
	font-size:0px;
}

h1, h2, h3, h4, h5, h6, p {
	margin-top:0px;
}

.noBotMarg {
	margin-bottom:2px;
}

p, li {
	font-size:11px;
	line-height:16px;
	margin-bottom:16px;
}

p.update {
	font-size:10px;
	color:#7d7b67;
	margin:8px 0px 0px 25px;
	visibility:hidden;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:22px;
	line-height:24px;
	color:#03458b;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:16px;
}

h1.bus {
	background-image:url(../images/framework/bkgr-bus.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px 20px 0px 0px;
}

h1.train {
	background-image:url(../images/framework/bkgr-train.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:5px 20px 0px 0px;
}


h2.bus {
	background-image:url(../images/framework/bkgr-bus.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:20px 20px 0px 0px;
}

h2.train {
	background-image:url(../images/framework/bkgr-train.gif);
	background-position:right top;
	background-repeat:no-repeat;
	padding:20px 20px 0px 0px;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:16px;
	color:#03458b;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:16px;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#03458b;
	margin-bottom:2px;
}

a:link, a:visited {
	color:#ed1f15;
	text-decoration:underline;
}

a:hover {
	color:white;
	background-color:#ed1f15;
}

.left {
	float:left;
	margin:0px 15px 5px 0px;
}

.right {
	float:right;
	margin:0px px 5px 15px;
}

ul, ol {
	margin:0 30px 16px;
}

li {
	margin-bottom:5px;
}

blockquote {
	font-size:11px;
	line-height:16px;
	margin:0 30px 18px;
}

/*--------------------------------------page layout--------------------------------------*/

#header {
	position:relative;
	height:175px;
	z-index:20;
}

img.logo {
	position:absolute;
	left:50px;
	top:45px;
}


/* NAV (horizontal HTML text) */

#nav {
	position:absolute;
	top:135px;
	left:50px;
	width:750px;
	margin:0px;
	padding:0px;
	background-image:url(../images/framework/bkgr-nav.jpg);
	background-position:left top;
	background-repeat:repeat-x;
	background-color:white;
	z-index:30;
}

#nav li {
	display:inline;	
	list-style-type:none;
	position:relative;
	float:left;
	width:auto;
	padding:0px;
	margin:0px;
}

#nav li a:link, #nav li a:visited {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:white;
	font-weight:bold;
	text-transform:uppercase;
	padding:10px 25px 10px 25px;
	background-image:url(../images/framework/bkgr-nav-div.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	margin:0px;
	display:block;
	line-height:11px;
	text-decoration:none;
}

/* IE6 specific (sets block links without taking up entire width of parent or needing to set explicit widths, 
other browsers don't seem to have this issue) */
* html #nav li a:link, * html #nav li a:visited {
	display:inline-block;
}

/* hover and specific page highlights */
#nav li a:hover {
	background-color:transparent;
	color:#b3c6dc;
	text-decoration:none;
}

/*####### IF DROPDOWNS #######*/

/*--IE sticky menu fix--*/
#nav ul li:hover {
	background-position: 0 0;
}

/*--1st level drop downs--*/
#nav ul {
	position: absolute;
	left: -999em;
	width:12em;	
	margin:0px;
	padding:0px;
	list-style-type:none;
	border-top:5px solid white;
	z-index:40;
}

/*--1st level dropdown list items--*/
#nav li li {
	margin:0px 0px 0px 0px;
	padding:0px;
	float: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:7px 0px 7px 25px;
	width:12em;
	text-align:left;
	text-transform:none;
	font-family:Arial, Helvetica, sans-serif;
	color:#124F92;
	font-size:11px;
	font-weight:normal;
	border:1px solid #124F92;
	border-top:none;
	background-color:white;
	background-image:none;
	height:auto;
}

#nav li li a:hover {
	background-color:white;
	color:#849dcb;
	background-image:none;
}

/*--1st level dropdown flyout--*/
#nav li:hover ul, #nav li.sfhover ul {
	left:0px;
	z-index:2000;
	/* (prevents sticking menu in IE7) */
	min-height:0;
}

/* IE6 specific (set absolute top margin to work with li a "display:inline-block" fix above) */
* html #nav li.sfhover ul {
	top:32px;
}


/*--2nd level dropdown flyout--*/

#nav li ul ul {
	margin: -27px 0px 0px 9.9em;
	width:12em;
	border-top:1px solid #124F92;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li.sfhover ul, #nav ul li li.sfhover ul {
	left: auto;
}

/*####### END DROPDOWNS #######*/


#content {
	margin-bottom:50px;
	padding:0px 50px 0px 50px;
	min-height:510px;
      height:auto !important;
	height:510px;
}

#contentSub {
	margin-bottom:50px;
	padding:50px 50px 0px 50px;
	min-height:510px;
      height:auto !important;
	height:510px;
}

#feature {
	height:274px;
	position:relative;
	margin-bottom:35px;
}

#actionCenter {
	position:absolute;
	left:0px;
	top:0px;
	width:300px;
	height:274px;
	background-image:url(../images/framework/bkgr-actioncnt.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}

img.actionTitle {
	position:absolute;
	top:48px;
	left:40px;
}

ul.actionList {
	position:absolute;
	left:40px;
	top:90px;
	list-style-type:none;
	font-family:Arial, Helvetica, sans-serif;
}

ul.actionList li {
	padding:4px 0px 4px 20px;
	background-image:url(../images/framework/bullet-star.gif);
	background-position:left 8px;
	background-repeat:no-repeat;
	border-bottom:1px solid white;
}

ul.actionList li a:link, ul.actionList li a:visited {
	font-size:12px;
	color:#03458b;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	line-height:12px;
}

ul.actionList li a:hover {
	color:white;
	background-color:#03458b;
}

img.actionBut {
	position:absolute;
	bottom:42px;
	left:40px;
}

#actionPix {
	position:absolute;
	left:300px;
	top:0px;
	width:450px;
	height:274px;
	overflow:hidden;
}

#left {
	width:250px;
	margin:0px;
	padding:0px;
	float:left;
}

#contentSub #left {
	margin-left:-20px;
}

.featureBoxWrap {
	background-image:url(../images/framework/bkgr-sidebar-tile.gif);
	background-position:left top;
	background-repeat:repeat-y;	
}

.featureBox {
	background-image:url(../images/framework/sidebar-foot.gif);
	background-position:left bottom;
	background-repeat:no-repeat;
	padding:0px 0px 30px 50px;	
}


#right {
	width:445px;
	margin-left:300px;
}


/* Footer */

#footer {
	height:90px;
	background-image:url(../images/framework/bkgr-footer.gif);
	background-position:center top;
	background-repeat:no-repeat;
	clear:both;
}

#footer p, #footer a:link, #footer a:visited {
	color:#8c8c8c;
	font-size:11px;
	text-decoration:none;
	margin:0px;
	padding:40px 0px 0px 50px;
}

#footer a:hover {
	color:white;
}

/******************************************** State Member Listing *************************************/
#datanav {
	width:440px;
	margin-top:10px;
	margin-bottom:20px;
	min-height:9em;
}

#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;
}

/************************************* Resource Specific ************************************/
.tip {
	width:200px;
	float:right;
	border:1px solid #03458B;
	margin:15px;
	padding:10px;
	background-color:#b9daff;
	font-weight:bold;
}

.tip h3 {
	font-size:13px;
	text-align:center;
	margin:0 0 8px;
}

.tip p {
	font-size:10px;
}

.tip ul {
	margin: 0 0 12px 10px;
}

.tip li {
	font-size:10px;
}

.sidenav ul {
	margin:0 0 16px 10px;
}

.sidenav li {
}

.sidenav li li {
} 

/************************************* Publications ****************************************/
.reportfacts {
	width:350px;
	margin:0 auto 12px;
	padding:10px;
	font-size:12px;
	border:2px solid #03458B;
	text-align:center;
	font-weight:bold;
	color:#03458B;
}

.reportfacts h3 {
	margin-bottom:8px;
}

.reportfacts p, .reportfacts li {
	text-align:left;
}

.datatable {
	border:1px solid #03458B;
	width:400px;
	margin:0 auto 15px;
	border-collapse:collapse;
}

.datatable th {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	padding:5px 0;
	border-bottom:2px solid #03458B;
}

.datatable td {
	font-size:10px;
	text-align:left;
	padding:5px 15px 5px 5px;
	vertical-align:top;
	border-bottom:1px solid #03458B;
}

/*--------------------------------------print styles--------------------------------------*/

@media print {
	#header {height:auto; margin-bottom:25px;}
	img.logo {position:static;}
	#nav, #feature {display:none;}
	#wrapper, #left, #right, #content, #contentSub {width:auto !important; height:auto !important; min-height:0; position:static; margin:0px; padding:0px; border:none; float:none !important;}
	.featureBoxWrap, .featureBox {padding:0px;}
	body, p {color:black; background-image:none; background-color:white;}
	a, a:visited {text-decoration:underline;}
	#footer {background-image:none; text-align:left; margin:0px; padding:0px; padding-top:15px; margin-top:50px; border-top:1px solid #d4d4d4; height:auto;}
	#footer p {padding:0px;}
}
