body {
	margin: 0px;
	padding: 0px;
	background: #B6C8D1 url(images/fullpage_back.gif) repeat-y center;
}

h1 {
color: #1C3F94;
    font-size: 24px;
}

p {
	padding: 0px;
	padding-bottom: 12px;
	margin: 0px;
}
#iron { background: url('images/iron.gif') repeat-x top center; }
#container {
	width: 980px;
	text-align: left;
}

#header {
	height: 163px;
	background: url('images/header_back.png');
}

#logo {
	padding: 8px 0px 0px 50px;
	float: left;
}

#utility {
	background: url('images/utility_back2.jpg') no-repeat;
	width: 340px;
	height: 37px;
	float: right;
	margin-right: 16px;
	white-space: nowrap;

}

#utilitylinks {
	line-height: 33px;
	padding-left: 20px;
	white-space: nowrap;
}

#utilitylinks a {
	color: #000;
	text-decoration: none;
	font-size: 12px;
	padding-right: 15px;
	display: block;
	height: 33px;
	line-height: 33px;
	float: left;
	white-space: nowrap;
}
#utilitylinks a:hover {
	color: #EE3424;
}

#util_careers {
	background: url('images/util_careers.gif') no-repeat left center;
	padding-left: 18px;
}

#util_contact {
	background: url('images/util_contact.gif') no-repeat left center;
	padding-left: 21px;
	background-position: 0px 5px;
}

#util_search {
	background: url('images/util_search.gif') no-repeat left center;
	padding-left: 19px;
	background-position: 0px 4px;
}
#util_home {
	background: url('images/util_home.gif') no-repeat left center;
	padding-left: 22px;
	background-position: 0px 4px;
}

.kicker {
	clear: both;
}

/* NAVIGATION */

	#nav { width: 980px; height: 30px; margin: 0px auto; position: relative; border-top: 1px #FFF solid; font-weight: bold; background: #CC0000; }
	#nav ul { margin: 0px; padding-left: 0px; }
	#nav ul li { display: inline; text-transform: uppercase}
	#nav ul li a { float: left; height: 22px; overflow: hidden; text-align: center; font-size: 15px; padding-top:8px}

	/* BUTTONS */
	#nav_who a,
	#nav_what a,
	#nav_orleans a,
	#nav_photo a { width: 245px; background: #FF0000; color: #FFFFFF;}

	/* OVER STATES */
	#nav_who a:hover, #nav_who.sfHover a { background: #CC0000; }
	#nav_what a:hover, #nav_what.sfHover a { background: #CC0000; }
	#nav_orleans a:hover, #nav_orleans.sfHover a { background: #CC0000; }
	#nav_photo a:hover, #nav_photo.sfHover a { background: #CC0000; }

	/* Level 2 drop down */
	#nav ul.navlevel2 {
		width: 100%;
	}

	#nav ul.navlevel2 li {
		background: none;
	}
	#nav ul.navlevel2 li a {
		text-align: center;
		height: auto;
		background: #CC0000;
		color: #FFF !important;
		text-decoration: none;
		text-indent: 0px;
		padding: 8px 0px;
		font-size: 12px
	}
	#nav ul.navlevel2 li a div {
		padding: 0px 10px;
	}

/* END NAVIGATION */

#flash {
	height: 375px;
	border-top: 1px #FFF solid;
	background-color: #FFF;
}

#home_bottom {
	background: url('images/homefade.jpg') repeat-x;
	background-color: #FFF;
}

#sub_bottom {
	background: url('images/subfade.jpg') repeat-x;
	background-color: #F6F7F6;
}

#bottom_three {
	padding: 20px 15px;
}

.home_content {
	font-size: 11px;
}

.botpad {
	padding-right: 20px;
}
.botsep {
	padding-right: 20px;
	border-left: 1px #FFF solid;
}

#signup_form th {
	text-align: right;
	white-space: nowrap;
	color: #6C6C6C;
}

#signup_form input {
	width: 95%;
}

.accent {
	color: #666;
	background: url('images/accent.gif') no-repeat;
	background-position: 155px 35px;
	border-right: none;
}
.sister_descr {
	color: #666;
}
.accent a {
	display: block;
	color: inherit !important;
	text-decoration: none;
}

#home_bottom #footer {
	border-top: 1px #DBDBB7 solid;
}

#sub_bottom #footer {
	height: 150px;
}

#footer {
	padding: 10px 15px 15px 15px;
	/*background: url('images/footerlogo.gif') no-repeat;
	background-position: 20px 12px;*/
}

#footlogo {
	float: left;
	margin-right: 0px;
}
#foottext {
	float: right;
	width: 840px;
}

#columns {
	width: 100%;
}

#columns td {
	vertical-align: top;
}

#sidebar {
	width: 206px;
	background: #EEEEEA;
	padding: 20px 0px;
}

#subnavtbl {
	width: 150px;
}

#content {
	background: #FFF;
	padding: 20px 30px;
}

#banner {
	padding-top: 30px;
}


/*** SUPERFISH DROP DOWN STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			29px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#13a;
}
.sf-menu li {
	background:		#BDD2FF;
}
.sf-menu li li {
	background:		#AABDE6;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#CFDEFF;
	outline:		0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/** NEW BANNER **/
#ntop{
    background:#ffffff url("nbanner/top.png") no-repeat;
	height: 300px;
	border-top: 1px #FFF solid;
	background-color: #FFF;
	border:none;
}

#ntop a {outline: 0;}
#ntop a img {border: 0px; text-decoration: none;margin:235px 0 0 695px;}
#ntop a:link, #ntop a:visited {
    text-decoration: none;
	border:none;
    }

#ntop a:hover, #ntop a:active {
    text-decoration: none;
	border:none;
    }

#nbanner {
/*background:#ffffff url("nbanner/all-bn.png") no-repeat;*/
background:#ffffff url("nbanner/all-bn.jpg") no-repeat;
height:300px;
padding: 10px 0px 0px;
text-align:center;
}

#nbanner p{
margin: 263px 0 100px 0px;
text-align:left;
}

