img { /*Fix iE 9- putting border around imgs*/
	border: 0px;	
}

h1 {
	margin-top: 5px;
	font-size:16px;	
}

h2 {
	font-size: 14px;	
}

li + li{
	margin-top: 5px;	
}

.centeredText {
	text-align: center;	
}

.hrLine {
	border-bottom: 1px solid grey;
	margin: 10px 0px;
}

#contentContainer{

	width: 83.63em;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#njNav, #njFooterNav{
	text-align: right;
	color: grey;
	font-weight: bold;
}

#njNav a, #njFooterNav a , #dmavaFooterNav a{
	margin: .09em;
	font-size: .9em;
	color: grey;
	text-decoration: none;
}

#headerSearchForm {
	display: inline;
	margin-right: .5em;
}

#headerSearchForm select {
	font-size: 	1em;
	border: 1px solid black;
}

#headerSearchForm input[type="text"] {
	width: 11.5em;
	height: .9em;
	margin: .45em 0px.45em.45em;
}

#dmavaNav a{
	display: inline-block;
	width: 9.02em;
	color: white;
	background-color: #39404b;
	background-image: url("html5-example/images/regbg.gif");
	text-decoration: none;
	padding: .2em 1.4em .2em 1.4em;/*.80em;*/
	margin: .05em;
	text-align: center;
}

#dmavaNav a:hover{
	background-color: #666666;
	background-image: url("html5-example/images/hoverbg.gif");
}

#headerHr, #footerHr{
	margin-top: 1.2em;
	margin-bottom: 1em;
	border-bottom: 1px solid #E0E0E0;
}

#breadcrumbsBar {
	position: relative;
	padding: 0px;
	background-color:#cfcdb8;
	margin: .9em 0em;
}

#breadcrumbs {
	display: inline-block;
	font-size: 1.25em;
	line-height: 1.25em;
	font-weight: bold;
	margin: .30em .18em;
}

#siteSectionDropdown{
	position: absolute;
	top: .46em;
	right: .5em;
	font-size: .9em;
}

#mainContentSection {
	min-height: 45em;
}

#leftHandNav {
	float: left;
	background-color: #aaaaaa;
	width: 17.32em;
	margin-right: .5em;
}

#leftHandNav a {
	display: block;
	width: 16.8em;
	height: 1.8em;
	padding: .4em .27em 0em .27em;
	background-color: #858585;
	color: white;
	text-decoration: none;
}

#leftHandNav a  + a{
	margin-top: .10em
}

#leftHandNav a:hover{
	background-color: #eaeaea;
	color: black;
	text-decoration: underline;
}

#contentArea{
	overflow: hidden;
}

#njFooterNav{
	position: relative;
	padding-top: 10px;
	padding-right: 15px;
}

#njFooterNav a{
	margin: 0px 5px 0px 0px;
}

#njFooterNav img{
	position: absolute;
	top: .55em;
	right: 0em;
}

#dmavaFooterNav{
	color: grey;
	position: relative;
}

#dmavaFooterNav a{
	margin: 0em;
	font-size: .9em;
	color: black;
	text-decoration: none;
}

#dmavaFooterNav p{
	display: inline;
	color: grey;
	margin: 0em;
	font-size: .9em;
}

#footerFamilyOPRA{
	position:absolute;
	right: 0em;
	top: 0em;
}

#footerDeptLinks{
	margin: 0px;
}

#footerStateLinks{
	margin: 0px;
}

#footerCopyAndAddress {
	margin-top: 2em;
}

#footerCopyAndAddress p{
	margin: 0em;
	color: grey;
	font-size: .9em;
}

/*Admin Rules Table*/

.adminRuleTable {
	width: 900px;
	margin-left: auto;
	margin-right: auto;	
}

.adminRuleTable, .adminRuleTable tr, .adminRuleTable th, .adminRuleTable td {
	border: 1px solid grey;
}

.adminRuleTable caption {
	font-weight: bold;
	font-size: 14px;
	margin: 10px;
}

.adminRuleTable thead {
	background-color: #cfcdb8;
}

.adminRuleTable td:first-child {
	width: 50px;	
}

.adminRuleTable td:nth-child(2) {
	width: 300px;	
}

.adminRuleTable td:nth-last-child(-n + 5){
	width: 100px;	
}

.adminRuleTable tbody {
	text-align: center;	
}

.adminRuleTable td:nth-child(2){ /*Left align the title column*/
	text-align: left;
	padding: 5px;
}

.adminRuleTable tbody > tr {
	height: 60px;	
}

.adminRuleTable tbody > tr:nth-child(2n+1) {
	background-color: #E6E5DB;
}

/*Admin Rules Contact Form*/

#commentForm {
	width: 625px;
	margin: 0px auto;
	text-align:center;
}

#commentForm div {
	margin: 10px;
}

#commentForm label {
	display: inline-block;
	width: 150px;
	text-align:left;
}

#commentForm span {
	color: red;	
}

#commentForm select{
	font-size: 11px;
}

#commentForm input[type=text], #commentForm select{
	width: 250px;	
}

#commentForm textarea {
	width: 600px;
	height: 200px;
	resize: none;
}

/*(Un)Subscribe Form */

#subscriptionForm input[type=text]{
	width: 350px;	
}

#subscriptionForm input[type=submit]{
	width: 100px;	
}