/************************ Global elements */
body {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background-position: left top;
	margin: 0;
	padding: 0;
	border: 0px;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat;
	text-align: center; /* this centers the container in IE 5* browsers. */
	background-color: #CAE6E6;
}
p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.3em;
	text-align: left;
	font-weight: 400;
	margin: 0em 0em 0.5em;
	color: #000000;
}
h1 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 1.3em;
	line-height: 1.3em;
	text-align: left;
	margin: 0em 0em 0.5em;
	color: #d6e7e7;
	font-weight: 700;
}
h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 800;
	text-align: left;
	color: #000000;
	margin: 0em 0em 0.5em;
}
h3 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 800;
	text-align: left;
	color: #000000;
	margin: 0em 0em 0.5em;
	padding: 0px;
}
#CapsMessage_wrapper {
	height: 20px;
	width: 183px;
	top: 0px;
	left: 0px;
	display: block;
	position: relative;
	z-index: 99;
}

.cCapsOn {
	background-color: #CC6633;
	height: 18px;
	width: 180px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
	font-weight: 800;
	padding-top: 0px;
	line-height: 18px;
	display: block;
	border: 1px solid #FFFFFF;
}	
h3 a:link {
	text-decoration: none;
	color: #0f709d;
}
h3 a:visited {
	text-decoration: none;
	color: #0f709d;
}
h3 a:hover {
	text-decoration: underline;
	color: #872434;
}
h3 a:active {
	text-decoration: underline;
	color: #F15522;
}
h4 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 800;
	text-align: left;
	color: #003333;
	margin: 0em 0em 0.5em;
}
h4 a:link {
	text-decoration: none;
	color: #345554;
}
h4 a:visited {
	text-decoration: none;
	color: #345554;
}
h4 a:hover {
	text-decoration: none;
	color: #E99F38;
}
h4 a:active {
	text-decoration: none;
	color: #F4B44F;
}
h4 span {
	margin-right: 8px;
	margin-left: 8px;
}
h5 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.9em;
	line-height: 1.2em;
	font-weight: 800;
	text-align: left;
	color: #000000;
	margin: 0em 0em 0.5em;
}
ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
li {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	color: #000000;
	font-size: 0.9em;
	line-height: 1.2em;
	text-align: left;
	font-weight: 400;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	list-style-image: url(../images/bullet_li.gif);
	vertical-align: middle;
}
li a:link {
	text-decoration: none;
	color: #345554;
}
li a:visited {
	text-decoration: none;
	color: #4B7A79;
}
li a:hover {
	text-decoration: underline;
	color: #E99F38;
}
li a:active {
	text-decoration: underline;
	color: #F15522;
}
a:link {
	text-decoration: none;
	color: #2a5e61;
}
a:visited {
	text-decoration: none;
	color: #4B7A79;
}
a:hover {
	text-decoration: underline;
	color: #E99F38;
}
a:active {
	text-decoration: underline;
	color: #F4B44F;
}
a img {
	border:none;
}
img {
	margin: 0px;
	padding: 0px;
}
hr {
	border-top: 1px dotted #999999;
	border-bottom: 0;
	margin-top: 5px;
}
/************************ Forms */
form {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	color: #000000;
	margin-right: 12px;
	margin-left: 12px;
	margin-bottom: 8px;
	font-weight: 400;
}
label, input {
	display: block;
	width: auto;
	float: left;
	margin-bottom: 8px;
}
label, select {
	display: block;
	width: auto;
	float: left;
	margin-bottom: 2px;
}
label {
	text-align: right;
	width: 120px;
	padding-right: 0.9em;
}
clear {
	clear: left;
}
/************************ Main layout divs */
	/* container size & positioning */
#band {
	margin:0;
	padding:0;
	width:100%;
	height:310px;
	position:absolute;
	left:0;
	top:0px;
	background-image: url(../images/bg_band.gif);
	background-color: #4B7A79;
	background-repeat: repeat-x;
	background-position: center top;
}
/* container size & positioning */
#container {
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0px;
	border: 0px;
	width: 960px;
	height: auto;
	position: relative;
}
/* header area */
#header {
	height: 84px;
	width: 960px;
	margin: 0px;
	padding: 0px;
}
/* using an image to replace text in an h1 */
#header h1 {
	height: 84px;
	width: 229px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header_logo_iepdirect_nj.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1 span {
	display: none;
}
/* content area holder */
#wrapper {
	width: 960px;
	padding: 0px;
	margin: 0px;
	height: auto;
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
#wrapper table {
	width: 960px;
	padding: 0px;
	margin: 0px auto;
	height: auto;
}
#wrapper th, td {
	vertical-align: top
}
/************************ Nav Settings */	
/* left navigation area */
#leftnav {
	margin: 4px auto 0px;
	padding: 0px;
	width: 182px;
	text-align: center;
	display: inline;
	float: left;
	position: relative;
}
#leftnav h3 {
	height: 18px;
	margin: 0px;
	padding: 0px 0px 0px 3px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #FFFFFF;
	font-weight: 600;
	text-align: left;
	background-image: url(../images/bg_title_h3.gif);
	background-repeat: repeat-y;
	background-color: #84B1B1;
}
#leftnav #login {
	margin: 10px 0px;
	padding: 0px;
	position: relative;
	background-image: url(../images/bg_login.gif);
	background-repeat: repeat-y;
	background-position: center top;
	width: 159px;
}
#announcements {
	margin: 10px auto;
	padding: 0px;
	position: relative;
	overflow: hidden;
	width: 160px;
}
#leftnav p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	margin: 0px 0px 0px;
	line-height: 14px;
	color: #FFFFFF;
}
#leftnav p a:link {
	text-decoration: none;
	color: #FFF;
}
#leftnav p a:visited {
	text-decoration: none;
	color: #FFF;
}
#leftnav p a:hover {
	text-decoration: underline;
	color: #F2B04C;
}
#leftnav p a:active {
	text-decoration: underline;
	color: #000;
}
#leftnav h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: 400;
	margin: 4px 0px 0px;
	line-height: 14px;
	color: #83b0b1;
}
#leftnav hr {
	margin: 1px 0px;
	border-top: 1px dotted #669999;
	border-bottom: 0;
	clear: both;
}
/* left navigation column background */
.leftnav_back {
	background-image: url(../images/bg_nav.gif);
	background-repeat: repeat-y;
	background-position: center top;
}
/* menu */
#menu {
	margin: 0px auto;
	padding: 0px;
	width: 177px;
}
#menu ul {
	margin: 0px;
	padding: 0px;
	position: relative;
}
#menu li {
	list-style-type: none;
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 4px;
}
#menu li a {
	display:block;
	width: 177px;
	height: 21px;
	color: #003333;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 11px;
	font-weight: 600;
	text-decoration: none;
	line-height: 21px;
	text-align: left;
	background: url(../images/bg_menu.gif) no-repeat;
	padding: 0px;
	margin: 0px;
	text-indent: 18px;
}
#menu li a:hover {
	background-position: 0px -21px;
	color: #D9FDFF;
	text-decoration: none;
}
#menu li a:active {
	background-position: 0px -42px;
	color: #003333;
	text-decoration: none;
}
#menu li #active a {
	background-position: 0px -42px;
	color: #000000;
	text-decoration: none;
}
/* active state for the main menu item  */
#active a:link, #active a:visited, #active a:hover {
	background-position: 0px -42px;
	color: #000000;
	text-decoration: none;
}
/* sub menu item  */
#menu #subnavlist ul {
	padding: 0px 2px;
	position: relative;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#menu #subnavlist ul li {
	border-top: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#menu #subnavlist li {
	border-top: 1px dotted #669999;
	padding: 0px;
	margin: 0px;
}
#menu #subnavlist li a {
	display: block;
	width: 158px;
	color: #95c7c7;
	font-family: arial, helvetica, verdana, geneva, sans-serif;
	font-size: 10px;
	font-weight: 500;
	text-decoration: none;
	padding: 0px;
	background-image: none;
	line-height: 17px;
	margin: 0px;
	height: auto;
	text-indent: 1px;
}
#menu #subnavlist li a:hover {
	color: #F4B34E;
	text-decoration: none;
}
#menu #subnavlist li a:active {
	color: #CD8C27;
	text-decoration: none;
}
#menu #subnavlist li #subactive a {
	color: #FFFFFF;
	text-decoration: none;
}
/* active state for the main menu item  */
#menu #subnavlist #subactive a {
	color: #FFFFFF;
	text-decoration: none;
}
/************************ Home Page Settings */	
	/* content home position */
#content {
	height: auto;
	width: 767px;
	position: relative;
	display: inline;
	float: right;
}
#content h1 span {
	display: none;
}
#content .flash_home {
	height: 187px;
	width: 767px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_box_h1.gif);
	background-repeat: no-repeat;
}
#content .flash_home h1 {
	height: 120px;
	width: 350px;
	display: block;
	margin: 44px 0px 0px 20px;
	padding: 0px;
	float: left;
}
#content .title_rti {
	height: 130px;
	width: 582px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_title_rti.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
#content .title_rti h1 {
	padding: 0px;
	position: relative;
	top: 44px;
	left: 136px;
	width: 420px;
}
#content .title {
	height: 156px;
	width: 767px;
	display: block;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_home_h1.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
#content .title h1 {
	padding: 0px;
	position: relative;
	top: 44px;
	left: 18px;
	width: 725px;
	font-size: 27px;
	line-height: 33px;
	color: #B5D6D6;
	letter-spacing: -0.02em;
	text-decoration: none;
	text-shadow: #000 1px 1px 1px;
}
#content .highlight {
	margin: 0px auto;
	background-image: url(../images/bg_box_tile.gif);
	background-repeat: repeat-y;
	background-position: right top;
	width: 767px;
}
#content .highlight hr {
	border-top: 1px dotted #6a9d9d;
	border-bottom: 0;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-right: 12px;
	margin-left: 12px;
}
#content .highlight p, h2, h3, h4, h5 {
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 18px;
	height: 1%;
}
#content .highlight li {
	list-style-type: none;
	margin: 0px 0px 0.5em 24px;
	padding: 0px;
}
#content .highlight ul {
	list-style-type: none;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
}
#content .highlight .list li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 700;
}
#content .callout_sub {
	margin: 0px auto;
	background-image: url(../images/bg_home_highlight_kids.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 561px;
	background-color: #FFFFFF;
}
#content .callout_home {
	margin: 2px auto 10px;
	background-image: url(../images/bg_home_highlight_kids.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 561px;
	background-color: #FFFFFF;
}
#content .callout_home h5 {
	margin: 0px auto;
	background-image: url(../images/bg_home_highlight_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 561px;
	background-color: #FFFFFF;
	height: 11px;
}
#content .callout_sub {
	margin: 0px auto 10px;
	background-image: url(../images/bg_callout_sub.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 561px;
	background-color: #FFFFFF;
	padding-bottom: 12px;
	padding-top: 0px;
}
#content .callout_sub h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	line-height: 19px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 2px;
	color: #ac6e1c;
	font-weight: 700;
}
#content .callout_sub p {
	font-size: 12px;
	line-height: 18px;
	text-align: left;
}
#content .callout_sub li {
	margin: 0px 18px 4px 0px;
}
#content .callout_sub h5 {
	margin: 0px auto;
	background-image: url(../images/bg_home_highlight_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	width: 561px;
	background-color: #FFFFFF;
	height: 11px;
}
#content .highlight_foot {
	background-image: url(../images/bg_box_h6.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 767px;
	margin: 0px;
	padding: 0px;
	background-position: right top;
}
#content .footnote p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #003333;
	line-height: 14px;
}
#content .call {
	margin: 0px auto;
	background-image: url(../images/bg_home_highlight_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #FFFFFF;
	width: 561px;
	height: 30px;
	padding: 0px;
}
#content .call p {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	line-height: normal;
	text-align: center;
	padding: 6px 4px 0px;
}
.sitemap {
	padding: 0px 0px 0px 60px;
	list-style-image: url(../images/bullet_li.gif);
}
#sidebar {
	margin: 0px auto;
	padding-bottom: 8px;
}
.box {
	background-image: url(../images/bg-login.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: auto;
	margin: 6px 0px 0px;
	padding: 10px 12px;
}
.box h5 {
	background-image: url(../images/bg_sidebar_tp.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 168px;
	margin: 0px;
	padding: 0px;
}
.box h6 {
	background-image: url(../images/bg_sidebar_bottom.gif);
	background-repeat: no-repeat;
	height: 8px;
	width: 168px;
	margin: 0px;
	padding: 0px;
}
.box p {
	margin: 0px 12px 2px 54px;
}
.box h3 {
	margin: 0px 12px 2px 54px;
}
.box hr {
	margin: 0px 12px 2px;
}
.box2 p {
	margin: 0px 12px 2px 12px;
}
.box2 h3 {
	margin: 0px 12px 2px 12px;
}
.box2 hr {
	margin: 0px 12px 2px;
}
#sitemap li {
	list-style-image: none;
	list-style-type: none;
}
/* search box */
#search {
	margin:0 4px;
	padding:0px;
	top:0px;
	right:0px;
	text-align:left;
	height: 23px;
	width: 168px;
	white-space: nowrap;
}
#search label {
	display:none;
}
#search input.text {
	border:1px solid #D4C6B7;
	padding:1px;
	font-size:10px;
	background:#FFFFFF;
	margin: 1px;
}
#search img {
	border:none;
	vertical-align: top;
}
/* footer area */
#footer {
	height: auto;
	background-image: url(../images/bg_foot.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 0px;
	padding: 0px;
	width: 960px;
	display: block;
}
#footer h2 {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: .9em;
	line-height: 1.2em;
	text-align: center;
	color: #003333;
	font-weight: 800;
	padding: 24px 0px;
	margin: 0px;
}
#footer p {
	margin: 0px 0px 10px;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	font-weight: 400;
	font-family: Verdana, Arial, Helvetica, Verdana, sans-serif;
}
#footer ul {
	width: 960px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#footer li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 0px;
	display: inline;
	color: #CCCCCC;
}
#footer li a {
	color: #FFFFFF;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-size: 11px;
	font-weight: 400;
	text-decoration: none;
	line-height: 15px;
	padding: 0px;
	margin: 0px;
}
#footer li a:hover {
	color: #E99F38;
	text-decoration: none;
}
#footer li a:active {
	color: #F15522;
	text-decoration: none;
}
#footer li a:link {
	color: #FFFFFF;
	text-decoration: none;
}
/************************ Text Settings */
.super {
	font-size: 0.7em;
	line-height: 0;
	vertical-align: super;
	margin: 0px;
}
.caption {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: 400;
	color: #666666;
	line-height: 14px;
}
.white {
	color: #FFFFFF;
}
.red {
	color: #D10000;
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	line-height: 20px;
}
.big {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 800;
	color: #333333;
	line-height: 20px;
}
.quote {
	color: #2D4A49;
	font-style: italic;
}
.quotemark
 {
	color: #063333;
	font-style: italic;
	font-size: 130%;
}
/************************ Padding Settings */
.pad2 {
	padding: 2px;
}
.margin8 {
	margin-top: 8px;
	margin-bottom: 8px;
}
/************************ Float Classes */
.floatImage {
	float: left;
	margin-right: 0px;
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.floatLeft {
	float: left;
	margin-right: 6px;
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 0px;
}
.floatRight {
	float: right;
	margin-right: 0px;
	margin-left: 8px;
	margin-bottom: 2px;
	margin-top: 0px;
}
.center {
	text-align: center;
	left: auto;
	right: auto;
}
.rightText {
	text-align: right;
}
.clear {
	clear: both;
	height: 2px;
	margin: 0px;
	padding: 0px;
}
.divider {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 10px;
}
.divider2 {
	text-align:left;
	margin:0px;
	padding: 0px;
	clear: both;
	height: 4px;
}
#content div.button {
	float:none;
	width:320px;
	margin:0px;
	padding:0px;
	display: block;
	position: relative;
	left: 18px;
}
#content div.button ul {
	margin:0px;
	padding:0px;
	list-style:none;
	width:320px;
}
#content div.button ul li a {
	margin:0px;
	list-style:none;
}
#content div.button li {
	float:left;
	background:url(../images/btn-right.gif)  no-repeat right top;
	margin:0px;
	padding:0px;
	list-style-image: none;
	list-style-type: none;
}
#content div.button a {
	display:block;
	background:url(../images/btn-left.gif) no-repeat left top;
	margin:0px;
	padding:1px 14px 0px;
	line-height: 26px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 800;
	font-size: 14px;
	height: 26px;
	width: auto;
}
#content div.button a:link {
	text-decoration: none;
	color: #052323;
}
#content div.button a:visited {
	text-decoration: none;
	color: #063333;
}
#content div.button a:hover {
	text-decoration: none;
	color: #3C6261;
}
#content div.button a:active {
	text-decoration: none;
	color: #FFF;
}
