/* CSS Document */
body { 
    margin: 0px;
    padding:0px;
    width: 700px;
    margin: auto;
    margin-top: 1px;
    font-size: 100%;
    background-color: #FFFFFF;
    color: #000000;
}

A, A:active, A:link, A:visited { color: #0000CC; }
A:hover { color: #7d0000; }

.clearfix {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

#container {
    font-family: Verdana, Arial, Helvetica, sans-serif;
/*    border: 1px solid black;*/
}

/* NJDOE Styles */
.njdoe {     font-size: .9em; }

.njdoe #maintable{
background:#FFFFFF none repeat scroll 0 0;
border-top:1px solid #EC8807;
height:55px;
line-height:0;
padding:10px 1px 3px;
}

.njdoe .search{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: auto;
  padding: 0px;
  background: #ffffff;
  text-align: right;
}
.njdoe .searchform{
    text-align: right;
    margin: auto;
	padding: 0px;
	background: #ffffff;
	right: 2px;
	top: 0px;
	bottom: 0px;
}
.njdoe .searchformText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000588;
	font-weight: normal;
}

.njdoe .searchformTextsmall {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt; 
	font-style: normal;
	color: #000588;
}

.njdoe A.searchformLink:link, .njdoe A.searchformLink:active, .njdoe A.searchformLink:visited {
	font-family: Verdana; 
	font-size: 7pt; 
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
}

.njdoe A.searchformLink:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #ec8807;
	text-decoration: underline;
}

/* -------------------- Top navigation bar --------------------*/

.njdoe #topnav {
    border-top: 1px solid #EC8807;
    text-align: right;
    padding: 1px;
	background: #f0eee7;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
}

.njdoe #topnav a, .njdoe #topnav a:visited, .njdoe #topnav a:active {
	font-family: Verdana; 
	font-size: 8pt;
	background: #f0eee7;
	color: #000588; 
	text-decoration: none;
	font-weight: normal;
  }

.njdoe #topnav a:hover {
  background: #ec8807; 
}

.njdoe #botnav {
  border-top: 1px solid #EC8807;
  text-align: right;
  padding: 0px;
  background: #ffffff;
}

.njdoe #botnavsmall {
  text-align: left;
  padding: 2px;
  background: #ffffff;
}

.njdoe .footerTextsmall {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: x-small; 
  font-style: normal;
  color: #000588;
}

.njdoe A.footerLinksmall:link, .njdoe A.footerLinksmall:active, .njdoe A.footerLinksmall:visited {
  font-family: Verdana; 
  font-size: x-small; 
  color: #000588; 
  text-decoration: none;
}

.njdoe A.footerLinksmall:hover {
  font-family: Verdana; 
  font-size: x-small; 
  color: #ec8807; 
  text-decoration: underline;
}


/* NJPEP Styles */
#njpep { }

#njpep h3 {
    font-size: 1.4em;
}

#njpep #njpeptitle {
    padding: 0;
	margin: 0;
    padding-bottom: 0.2em;
	border-bottom: 1px solid #790001;
/*	height: 22px;*/
}

#njpep #mcontent {
    font-size: 0.75em;
	text-align: left;
/*	line-height: 1.25em;*/
}

#njpep form { margin:0; }

#njpep .crumb {  
font-size: 10px;
line-height: 1.25em;
}

#njpep #mainMenu {
    font-size: 0.65em;
	margin: 0;
	padding: 0;
}

#njpep #mainMenu #njpepLogo {
    display: block;
    margin-left: auto;
    margin-right: auto;
	width: 101px;
	margin-bottom: 1em;
}

#njpep #mainMenu h3 {
    border-top: 1px dashed #990000;
    border-bottom: 1px dashed #990000;
    color: #990000;
	text-align: center;
	padding: 0.3em 0;
    font-size: 10pt;
	margin: 0 0 0.5em 0;
}

#njpep #mainMenu ul {
    padding: 0;
	margin: 0;
	margin-bottom: 0.8em;
    border-bottom: 1px dashed #990000;
	padding-bottom: 0.5em;
}

#njpep #mainMenu ul li {
    padding: 0;
	margin: 0;
	list-style-type: none;
	line-height: 1.15;
	height: 1.15;
	padding-bottom: 1em;
	padding-left: 0.5em;
}

#njpep #footer {
    margin-top: 2em;
    margin-bottom: 2em;
    font-size: 0.6em;
    color: #000066;
    text-align: center;
}
