@charset "utf-8";
/* CSS Document */
html{
	/*height:100%;  needed for container min-height */
}
body{
	color:#fff;
	font:90%/1.2em Arial, Helvetica, sans-serif;
	margin:0; padding:0;
	background:#45463e url(../images/bg.gif);
	/*height:100%;  needed for container min-height */
}
#container{
	width:900px;
	margin:0 auto; /* center, not in IE5 */
	/*height:auto !important;  real browsers */
	/*height:100%;  IE6: treaded as min-height*/
	/*min-height:100%;  real browsers */
	/*position:relative;  needed for footer positioning*/
	background:#4a4a4a url(../images/container_bg.jpg) repeat-y;
}
#header{
	height:178px;
	background:#4987a3 url(../images/nea_header.jpg) no-repeat;
}
#header h1{
	margin:0; padding:0;
	text-indent:-100em;
	zoom:1; /* give header hasLayout to prevent gap in IE6 and IE7 */
}
#nav{
	padding:0 10px;
	height:29px;
	background:#14445d url(../images/nav_bg.jpg) no-repeat;
}
#nav ul{
	font:bold .9em Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	margin:0; padding:0;
	padding-left:5px;
	list-style:none;
}
#nav ul li{
	float:left;
	line-height:29px;
	position:relative;
	padding:0 5px;
}
#nav ul li a{
	color:#add1e4;
	padding:0 15px;
	text-decoration:none;
}
#nav ul li a:hover{
	color:#fff;
}
#nav ul li ul{
	visibility:hidden;
	position:absolute;
	top:29px;
	left:10px;
}
#nav ul li:hover ul, #nav ul li.over ul {
	visibility:visible;
	font-size:.7em;
	background:#000 url(../images/subnav_bg.jpg) repeat-x;
}
#nav ul li ul li{
	padding:0;
	float:none; /* removes the float that is inherited from the parent list */
	background: url(../images/subnav_hr.gif) bottom no-repeat;
}
*+html #nav ul li ul li{
	zoom:1; display:inline; /* give hasLayout to prevent whitespace gap in IE7 */
}
#nav ul li ul li a{
	line-height:normal; /* removes the line-height that is inherited from the parent list */
	width:110px;
	padding:5px 10px; 
	display:block;
	color:#addle4;
}
#nav ul li ul li a:hover{
	color:#fff;
}
#content{
	margin:0 10px;
	padding:0 10px;
	padding-bottom:5px; /*keeps footer from overlapping content when longer than viewport */
}
#quicklinks{
	width:240px;
	float:right;
	padding-top:64px;
	background:url(../images/quicklinks_top.jpg) no-repeat;
}
#quicklinks ul{
	margin:0; padding:0;
	padding-bottom:32px;
	list-style:none;
	background:url(../images/quicklinks_btm.jpg) bottom no-repeat;
}
#quicklinks a{
	color:#b37a08;
	font-size:1.2em;
	font-weight:bold;
	text-decoration:none;
	padding-left:20px;
	line-height:64px;
	display:block;
	height:64px;
	background:url(../images/quicklink_bg.jpg) no-repeat;
}
#footer{
	clear:both;
	width:100%; height:79px;
	font-size:.9em;
	line-height:79px;
	color:#CCC;
	text-align:center;
	/*position:absolute; bottom:0px; stick footer at bottom */
	background:#14445d url(../images/footer_bg.jpg) no-repeat;
}
#utilities{
	float:right;
	text-transform: uppercase;
	text-align:center;
	margin-top:8px; padding:5px;
	border:1px solid #000;
	background-color:#fff;
	width:350px;
}
label em, #editor_form div strong{
	color:#0099FF; /*gives color to the asterick indicating required form fields */
}
.cbox_messagebox_info{
	color:#14445d;
}
.cbox_messagebox_error p{
	color:#CC3300;
}