/* New Jersey - State Partner Site */
body {
	background: url("../images/background.jpg") repeat left top #cdcdcd;
}
#container {
	background-color: #FFFFFF;
}
div#content {
	margin-top: 0;
	overflow: inherit;
}
/***** STATE Header *****/
#stateHeader {
	margin-top: 0;
}
#stateHeader h1 {
	background: url("../images/nj-header.png") no-repeat left top;
	height: 169px;
	width: 960px;
	background-color: #FFFFFF;
}
#stateHeader h1 span {
	display: none;
}

/********** STATE Top Navigation Bar **********/
#stateHeader ul {
	/* Background buttons sit on */
	width: 840px;
	margin: 0;
	padding: .5em 0em 2.3em 7.5em;
	list-style: none;
	background-color: #CCE7FA;
}
#stateHeader li {
	display: inline;
	margin: 0;
	padding: 0;
}
#stateHeader a {
	/* Individual "button" links  */
	display: inline-block;
	background: #4B8BBA url("../images/button_off.gif") no-repeat left center;
	border: #FFFFFF solid 1px;
	padding: .6em 1.3em .8em 1.3em;
	text-decoration: none !important;
	margin: 0 1.3em 0 1.3em;
	font-weight: bold;
	font-size: x-small; /* 9px width here keeps bar from expanding in IE */
	text-align: center;
	color: #FFFFFF;
}
#stateHeader a.navHere {
	/* "button" link on page user is currently on  */
	background: #4B8BBA url("../images/button_overOn.gif") no-repeat left center;
	border: #FFFFFF solid 1px;
	color: #FFFFFF;
}

#stateHeader a:hover {
	/* "button" rollover link */
	background: #4B8BBA url("../images/button_overOn.gif") no-repeat left center;
	border: #FFFFFF solid 1px;
	color: #FFFFFF;
}

/***** Left Nav Buttons *****/
#left a {
	/* Individual "button" links  */
	float: left;
	display: block;
	background: #4B8BBA url("../images/button_off.gif") no-repeat left center;
	border: #FFF solid 1px;
	font-size: 10px;
	width: 80px;
	padding: 0.6em 1.3em 0.8em;
	text-decoration: none !important;
	margin: 1em 1.3em 1.5em 6px;
	font-weight: bold;
	text-align: center;
	color: #FFF;
	height: 14px;
}

#left a:link {
	border: #FFF solid 1px;
	color: #FFF;
}

#left a:hover {
	/* "button" rollover link */
	background: #4B8BBA url("../images/button_overOn.gif") no-repeat left center;
	border: #FFF solid 1px;
	color: #FFF;
}
#left a.navHighlight {
	/* "button" link on page user is currently on  */
	background: #4B8BBA url("../images/button_overOn.gif") no-repeat left center;
}
/***** Footer *****/
#stateFooter {
	padding-top: 2em;
	display: block;
	clear: both;
}
#stateFooter p {
	color: #135380;
	text-align: center;
	padding-top: 2em;
	font-weight: normal;
}

/*********** Links **********/

#content a:link {
	/*	color: #135380; */
	text-decoration: underline;
}
#content a:visited {
	/*		color: #135380; */
	text-decoration: underline;
}
#content a:hover {
	/*	color: #000; */
	text-decoration: underline;
}

/********* H# *********/
div#content h1 {
	color: #135380;
}

div#content h2 {
	color: #E54710;
}
div#content h3 {
	color: #E54710;
}
div#content h4 {
	color: #E54710;
}
div#content ul li.formH3 {
	color: #E54710;
}
/***** State Logo - set width and height in em for resizing of text *****/
.logo {
}

/***** Inquiry instructions in left hand section *****/
.inquiry {
	clear: both;
	font-weight: bold;
	color: #E54710;
	margin: .5em;
	text-align: left;
}

