* {
	margin: 0;
	padding: 0;
}

#mainx {
	position: relative;
	float: left;
	width: 407px;
	margin-left: 36px;
	padding-bottom: 10px;
	z-index: 10;
}

html, body {
	margin: 0;
	padding: 0;
	color: #000;
	z-index: -999;
}
body {
	background: #012441;
	z-index: -9999;
}

body.contentpane {
	width: 100%;
	height: 100%;
	background: #fff;
}

div, td, p, td p {
	font: normal normal 12px/14px Arial,sans-serif;
	color: #000;
	margin: 0;
	padding: 0 0 10px 0;
}

div, td {
	padding: 0 0 0 5px 0;
}

ul {
	padding: 0px 0px 10px 20px;
	margin: 0;
}

a, a:active, a:link {
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
a:active,a:focus {outline: none; -moz-outline-style: none; }

h1, .contentheading, .componentheading, .componentheading_news {
	font: bold 36px Arial,sans-serif;
	color: #012441;
}

#main { background-color: #fff; width: 800px; z-index: 100; float: none; margin-right: auto; margin-left: auto; padding-right: 4px; padding-left: 1px; border: 1px #e01212; position: relative; z-index: 100;
	background-image: url(../images/bodyrepeat.gif);
}

h1.title {
		font: normal normal 18px Arial,sans-serif;
		margin: 0;
		padding: 0;
	}
.contentheading_news {
	font: bold 18px/18px Arial,sans-serif;
	color: #012441;
}


h2 {
	font: bold 14px Arial,sans-serif;
	color: #000000;
	padding: 0;
	margin: 0;
}

#wrap {
	display: block;
	width: 798px;
	margin: 0 auto;
	padding: 0;
	background: #fff url(../images/bodyrepeat.gif) repeat-y;
	z-index: 1000;
	position: relative;
}
#header1 {
	width: 798px;
	height: auto;
	margin: 0;
	padding: 5px 0px;
	z-index: 10;
}
#header2 {
	width: 798px;
	height: 167px;
	margin: 0;
	padding: 0;
	z-index: 1000;
}

#mainmenu {
	clear: both;
	width: 738px;
	height: 46px;
	margin: 0px 30px 0px 30px;
	z-index: 2;
}

	#mainmenu ul {
		margin: 0;
		padding: 0;
		list-style: none;
		z-index: 63;
	}
	
	#mainmenu ul li {
		display: block;
		height: 46px;
		position: relative;
		z-index: 64;
		margin: 0 9px 0 0;
	}
		#mainmenu ul li a {
			display: block;
			cursor: pointer;
			height: 46px;
			text-indent: -999em;
		}

		#mainmenu ul li ul {
			display: block;
			border: 1px solid #012b4f;
			border-top: none;
			/*
			border-bottom-right-radius: 10px;
			-moz-border-radius-bottomright: 10px;
			-webkit-border-bottom-right-radius: 10px;
			*/
			margin: 0;
			padding: 0;
			z-index: 66;
		}

			#mainmenu ul li ul li {
				height: auto;
				z-index: 67;
				background: #fff;
				margin: 0;
			}
			#mainmenu ul li:hover ul li {
				background: #fff;
				width: 100%;
			}
		#mainmenu ul li ul li a {
			display: inline;
			height: auto;
			font: normal normal 10px/10px Arial,sans-serif;
			color: #bc0706;
			text-indent: 0;
			text-decoration: none;
			z-index: 68;
			background: none;
			margin: 0;
			padding: 0 5px 10px 5px;
			display: block;
			height: auto;
			text-indent: 0;
		}
		#mainmenu ul li ul li a:hover {
			text-decoration: underline;
			background: none;
		}
		#mainmenu ul li:hover ul li a {
			background: none;
		}

/* suckerfish */
#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	display: block;
}

#nav li { /* all list items */
	float: left;
}

#nav li ul { /* second-level lists */
	position: absolute;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li:focus ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#item1 a {
	width: 74px;
	background: url(../images/menubar/home.gif) no-repeat;
}
#item2 a {
	width: 129px;
	background: url(../images/menubar/career-paths.gif) no-repeat;
}
	#item2:hover a {
		background-position: -129px 0;
	}
	#item2 ul {
		width: 127px;
	}
#item3 a {
	width: 153px;
	background: url(../images/menubar/program-finder.gif) no-repeat;
}
	#item3:hover a {
		background-position: -153px 0;
	}
	#item3 ul {
		width: 151px;
	}

#item4 a {
	width: 117px;
	background: url(../images/menubar/community.gif) no-repeat;
}
	#item4:hover a {
		background-position: -117px 0;
	}
	#item4 ul {
		width: 115px;
	}
#item5 a {
	width: 70px;
	background: url(../images/menubar/news.gif) no-repeat;
}
#item6 a {
	width: 60px;
	background: url(../images/menubar/jobs.gif) no-repeat;
}
	#item6:hover a {
		background-position: -60px 0;
	}
	#item6 ul {
		width: 58px;
	}
#item7 a {
	width: 71px;
	background: url(../images/menubar/links.gif) no-repeat;
}
	#item7:hover a {
		background-position: -71px 0;
	}
	#item7 ul {
		width: 69px;
	}

#sidebar {
	float: right;
	width: 306px;
	margin-right: 30px;
	padding-bottom: 10px;
	z-index: 10;
}

#footer {
	clear: both;
	background: #012441;
	margin: 0;
	padding: 5px 0px 0px 0px;
}
	#footer p {
		padding-left: 36px;
		color: #fff;
	}

.redtext { color: #ff0000; }

#welcome_msg { width: 360px; position: relative; float: left; padding-left: 8px; padding-top: 10px; }
#search_box { width: 430px; position: relative; float: right; text-align: right; margin-right: 0px; padding-right: 0px; font-size: 9px; }
#go_button { vertical-align: middle; }
#our_site { font-size: 9px; }
#heli_search { font-size: 9px; }
.mid_box2 {
	font-size: 7px;
	height: 32px;
	max-height: 32px;
	overflow: hidden;
	padding-right: 0px;
	text-align: right;
    margin-right: 0px; padding-right: 0px;
	width: 100%;
}

div.text_size,
table#print_email_pdf td.print_link, 
table#print_email_pdf td.pdf_link {
	display: none;
}

table#print_email_pdf td.email_link a {
	display: block;
	width: 300px;
	height: 30px;
	background: #fff url(/images/stories/email-this-page-to-a-friend.gif) no-repeat;
	text-indent: -999em;
}

table.moduletable_search {
	display: block;
	width: 306px;
	height: 83px;
	background: transparent url(../images/search.gif) no-repeat;
	position: relative;
	padding-bottom: 0;
	margin-bottom: 0;
}
	table.moduletable_search input#mod_search_searchword {
		position: absolute;
		top: 20px;
		left: 50px;
		border: 0;
		background: transparent;
		width: 240px;
		color: #000;
	}


a.home_buttons {
	clear: both;
}


/* Joomla specific styles. */

a.mainlevel-nav:link, a.mainlevel-nav:visited {
  background: transparent;
  font-family: Verdana,Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 9pt;
  color: #515151;
  height: 11pt;
  line-height: 11pt;
  text-align: right;
}
a.mainlevel-nav:hover {
  background: transparent;
  font-weight: none;
  font-size: 9pt;
  text-decoration: none;
  color: #000000;
}

a.mainlevel-nav2:link, a.mainlevel-nav2:visited {
  font-family: Verdana,Arial, sans-serif;
  font-weight: 100;
  font-style: normal;
  font-size: 9pt;
  color: #515151;
  height: 11pt;
  line-height: 11pt;
  text-align: right;
  padding-right: 0px;
}
a.mainlevel-nav2:hover {
  font-weight: none;
  font-size: 9pt;
  text-decoration: none;
  color: #000000;
}

a.mainlevel-black:link, a.mainlevel-black:visited {
  font-weight: none;
  font-family: Verdana,Arial, sans-serif;
  font-size: 9pt;
  color: #ffffff;
  height: 10pt;
  line-height: 9pt;
  text-align: right;
  padding-top: 0px;
  margin-top: 0px;
  padding-left: 3px;
  padding-right: 3px;
}
a.mainlevel-black:hover {
  font-weight: none;
  font-size: 9pt;
/*  text-decoration: underline;*/
  color: #ffffff;
}
#active_menu-black {
	color: #ffffff;
    height: 100%;
}

a.mainlevel:link, a.mainlevel:visited {
  font-family: Arial, Helvetica, sans-serif;
  vertical-align: bottom;
  font-size: 9pt;
  color: #515151;
  height: 11pt;
  line-height: 11pt;
  text-align: right;
}
a.mainlevel:hover {
  font-size: 9pt;
  text-decoration: none;
  color: #000000;
}
#active_menu {
  color: #ff0000;
  font-size: 8pt;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  width: 120px;
}

a.mainlevel-footer_menu:link, a.mainlevel-footer_menu:visited {
  font-size: 9px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #000000;
}
a.mainlevel-footer_menu:hover {
  font-size: 9px; 
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-style: normal;
  color: #000000;
  text-decoration: underline;
}


a.sublevel:link, a.sublevel:visited {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color: #719e5a;
  text-align: right;
}
a.sublevel:hover {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #053553;
  text-align: left;
}

a.back_button:active {
        color: #000000; 
        text-decoration: none; 
        font-weight: bold;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a.back_button:link {
        color: #000000; 
        text-decoration: none; 
        font-weight: bold;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a.back_button:visited {
        color: #000000; 
        text-decoration: none; 
        font-weight: bold;
        font-family:  Tahoma, Verdana, Arial, Helvetica, sans-serif;
}
a.back_button:hover {
        color: #719e5a; 
        text-decoration: none;
}

.clear { clear: both; }
.clear_left { clear: left; }

ul.latestnews {
	text-align: left;
	list-style-image: url(../images/bullet-fish.gif);
	padding: 0;margin: 0;
	margin-bottom: 3pt;
}
li.latestnews {
	font-family: Verdana,Arial; font-size: 10pt;line-height: 19pt;height: 19pt;
	line-height: 19pt;background:transparent;
	color: #000000;
/*	border-bottom: 1px #5b8f22;*/
	margin-bottom: 4px;
}


.button {
	font-family:  Verdana,Helvetica,Arial,sans-serif; 
	font-size:  10px;
	line-height:  12px;
	color:  #000000;
	background-color:  #f3f3f3;
	border-width:  1px;
	border-style:  solid;
	border-color:  #E8E8E8;
}

.inputbox, textarea {
	border-width:  1px;
	border-style:  solid;
	border-color:  #000000;
}

.inputbox2 {
	font-family:  Verdana,Helvetica,Arial,sans-serif; 
	font-size:  10px;
	color:  #7F7F7F;
	background-color:  #E7E7E7;
	border-width:  1px;
	border-style:  solid;
	border-color:  #000000;
	line-height: 11px;
	height: 16px;
	max-height: 16px;
}



* html #footer {
	height:1px;
}

table.newbuttons.contentpaneopen_home {
	display: block;
	width: 125px;
	height: 23px;
	border: 0;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 311px;
	left: 286px;
	background: red;
}

span.article_seperator {
	display: none;
}
#holder { 
}
#mainleft { position: fixed; top: 0; left: 0; width: 100%; z-index: -9999; margin-left: auto; border: 1px #f0cf4e; }
#wall { display: none; }

#mainleft1{position:fixed;top:0;left:0;width:100%;float:left;margin-left:auto;border: 1px none #f0cf4e;
	z-index: 1;
}
#mainright1{position:fixed;top:0;width:2500px;z-index: 1;float:right;margin-left:auto;border:1px #f0cf4e;}
td.leftside{width:140px}
.goright {
	text-align: right;
}

.adzone {
	text-align: right;
	border: 1px solid silver;
	margin: 0;
	padding: 0;
	height: 250px;
}

.adzoneLeader {
	text-align: right;
	height: 1px;
}

.adzone1 {
	text-align: center;
}

#mainarea {
	position: relative;
	left: 10px;
}

.contentm {
	padding-right: 4px;
	padding-left: 4px;
	width: 100%;
	z-index: 10;
}

#main_body {
}

#header3 {
	z-index: 1000;
}
