/*************************************/
/* State by state classes  */
/*************************************/

/* Page Layout */

#statebystatePageContent {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 235px;
}

#statebystateLeftColumn {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 1px;
	float: left;
	clear: both;
}

#statebystateCenterColumn {
	margin: 0;
	padding: 0px 35px 85px 25px;
	width: 830px;
	float: left;
	clear: right;
	background-image: url(/images/graphic_child_corner_squares.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

#stateSpecificLeftColumn {
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 210px;
	float: left;
	clear: both;
}

#stateSpecificCenterColumn, #stateSpecificCenterColumnChart {
	margin: 0;
	padding: 0px 35px 85px 65px;
	width: 591px;
	float: left;
	clear: right;
	background-image: url(/images/graphic_child_corner_squares.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}
/* No right padding */
#stateSpecificCenterColumnChart {
	width: 635px;
	padding: 0px 0px 85px 65px;
}

ul#stateSpecificChartDisplay {
	width: 635px;
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0;
}
ul#stateSpecificChartDisplay .left {
	float: left;
}
ul#stateSpecificChartDisplay .right {
	float: right;
	padding-left: 15px;
}

#stateSpecificMenu {
	background-color: #f4f4f4;
	padding: 17px 0px 0px 17px;
	border: 1px solid #B7B7B7;
}

#stateSpecificMenu ul {
	list-style: none;
}

#stateSpecificMenu li, .tollFacilityNav, .tollFacilityLabel {
	font: normal 85%/1.5em Arial, sans-serif;
	padding: 4px 0px 4px 0px;
	list-style: none;
}

/* PRIMARY NAVIGATION */

#sbsNav {
	position: absolute;
	left: 50%;
	margin-left: -450px;
	top: 125px;
	width: 912px;
}

#sbsNav ul {
	list-style: none;
}

#sbsNav ul li {
	display: block;
	float: left;
	position: relative;
}

#sbsNav a.sbsNavLink {
	display: block;
	float: left;
	background-color: #9eb136;
	background-image: url(/images/state_by_state/graphic_sbs_nav_bkgd.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	font-size: 85%;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 7px 19px 7px 20px;
	border-right: 1px solid #adc140;
		height: 20px;
}

#sbsNav a.sbsNavLink:hover, #sbsNav a.sbsNavLink:active, #sbsNav ul li .selected {
	background-color: #8e9f31;
	background-image: url(/images/state_by_state/graphic_sbs_nav_bkgd_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#sbsSubNav a.selected {
	color: #231f20;
}
#sbsSubNav a.selected:hover {
	text-decoration: none;
}


body.navP1 #navP1 a.sbsNavLink, body.navP2 #navP2 a.sbsNavLink, body.navP3 #navP3 a.sbsNavLink, body.navP4 #navP4 a.sbsNavLink, body.navP5 #navP5 a.sbsNavLink, body.navP6 #navP6 a.sbsNavLink, body.navP7 #navP7 a.sbsNavLink {
	background-color: #8e9f31;
	background-image: url(/images/state_by_state/graphic_sbs_nav_bkgd_hover.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}

#sbsStateSpecificDropdown {
	width: 345px;
}

#sbsStateSpecificDropdown a {
	color: #231f20;
}

#sbsStateSpecificDropdown a:hover {
	color: #009ad6;
}

/* Buttons */


/* Headings, text */

.menuTitle {
	background-color: #7a7a7a;
	padding: 2px 2px 2px 5px;
	width: 120px;
	margin: 0px 0px 10px 0px;
}

.menuTitle p {
	color: #FFFFFF;
	text-transform: uppercase;
	font: bold 85%/1.5em Arial, sans-serif;
	padding: 0px;
}

/* Links */

a.selectedLink, a:hover.selectedLink {
	font-weight: normal;
	color: #231f20 !important;
	text-decoration: none;
	cursor: text;
}

a.unselectedLink {
	color: #009ad6 !important;
	text-decoration: none;
}

a.unselectedLink:hover {
	text-decoration: underline;
}

/* Tables */

/* Misc */
.footnote {
	clear: both;
	padding-top: 5px;
	font-size: 85%;
	font-style: italic;
	line-height: 1.5em;	
}
.messageSuccess {
	margin: 8px 0;
	padding: 4px;
	color: #555555;
	font-weight: bold;
	border: solid 1px #cbccd0;
	background-color: #cfe7c0;
}

.messageError {
	margin: 8px 0;
	padding: 4px;
	color: #555555;
	font-weight: bold;
	border: solid 1px #cbccd0;
	background-color: #ebd9d9;
}


