/*
	layout_[name of element] - anything that has to do with the page build, aka top nav container, footer container, left nav container.
	Header_[name of element] - items that make up the dark header...
	2ndNav_[name of element] - items that make up the second nav bar...
	LeftNav_[name of element] - items that make up the left nav bar...
	Content_[name of element] - items that make up the content area...aka anything in dark blue on this page...
*/

/* ::::: BASICS :::::*/
		
html, body {
	height:100%;
}
body, table, td, th {
	font-size:100%
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #859FBA url("../imgs/layout/mainpage_bkgrd.gif");
	padding:0px;
	margin: 0px;
}
div {
	text-align:left;
}
* {
	padding: 0;
	margin: 0;
}
p {
	color: #000000;
	line-height: 14px;
	margin-bottom: 10px;
}
div.clearspace {
	clear: both;
}
div#preview2, div#preview1{
	display:none;
}
div#Header_logo_print {
	display:none;
}
div#layout_DegradedNav {
	display:none;
}
/* ::::: LAYOUT :::::*/

		
div#layout_BSpacing {
	height: 25px;
}
div#layout_All {
	width:769px;
	width:769px;
	background: #204A66;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
}
div#layout_txtFooter p {
	color: #FFFFFF;
	font-size: 0.7em;
	line-height: 1.5em;
	margin:0px;
	padding:0px;
}
/* - Header -*/
	
div#layout_Header {
	width:768px;
	height: 110px;
	background: url("../imgs/layout/header_bkgrd.jpg") repeat-x;
}
div#Header_logo {
	float: left;
	width: 206px;
	height: 108px;
	margin: 0px 0px 0px 10px;
}
/* Hack for FF */
html>body div#Header_logo {
	margin: 0px 0px 0px 21px;
}
/* End FF Hack */
div#Header_photo {
	float:right;
	width: 449px;
	height: 110px;
	background: url("../imgs/layout/header_img.jpg") no-repeat;
	margin: 0px 0px 0px 0px;
}

/* - Search & Quicklinks -*/
div#Header_search {
	width:347px;
	height:36px;
	margin-left:98px;
	padding: 7px 0px 0px 12px;
	display:inline;
	text-align: left;
}
div#Header_search #SearchBtn {
	padding: 0 1px;
	font-size: .7em;
}
div#Header_search input {
	margin: 7px 0 0 0;
	padding: 0;
}
div#Header_search #Quicklinks {
	margin: 0;
	padding: 1px 0;
}
/* Hack for IE */
* html div#Header_search {
	padding: 9px 0px 0px 8px;
}
/* End IE Hack */
		
div#Header_search form {
	display:inline;
	float:left;
}
select#Quicklinks {
	width:150px;
	height: 18px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
/* Hack for FF */
html>body select#Quicklinks {
	margin: 1px 0px 0px 6px;
}
/* End FF Hack */
		
select#Quicklinks option {
	margin-left: 6px;
}
input#Search {
	width:112px;
	height: 18px;
	margin: 0px 4px 0px 8px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
input#Go {
	font: 11px bold Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}
/* Hack for IE */
* html input#Go {
	margin: 0px 0px -2px 0px;
}
/* End IE Hack */
				
				
	/* - Top Nav -*/
div#layout_TopNav {
	float:left;
	position: relative;
	left: 21px;
	top: -23px;
	margin: 0px 0px -27px 0px;
	z-index:5;
}
ul#TopNav li {
	list-style: none;
	display: inline;
	margin: 0px;
	padding: 0px;
}
li#home_off a, li#about_off a, li#news_off a, li#colleges_off a, li#jobs_off a, li#directions_off a, li#contact_off a, li#TopNav_left a, li#TopNav_right a {
	float:left;
	text-indent:-9999px;
	overflow: hidden;
}
li#home_on a, li#about_on a, li#news_on a, li#colleges_on a, li#jobs_on a, li#directions_on a, li#contact_on a {
	float:left;
	text-indent:-9999px;
	overflow: hidden;
}
/*  nav OFF  */
		
li#TopNav_left a {
	width:6px;
	height:27px;
	background-image:   url("../imgs/nav_top/edge_left.gif");
}
li#TopNav_right a {
	width:6px;
	height:27px;
	background-image:   url("../imgs/nav_top/edge_right.gif");
}
li#home_off a {
	width:64px;
	height:27px;
	background-image:   url("../imgs/nav_top/home_off.gif");
}
li#about_off a {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/about_off.gif");
}
li#news_off a {
	width:58px;
	height:27px;
	background-image:   url("../imgs/nav_top/news_off.gif");
}
li#colleges_off a {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/colleges_off.gif");
}
li#jobs_off a {
	width:54px;
	height:27px;
	background-image:   url("../imgs/nav_top/jobs_off.gif");
}
li#directions_off a {
	width:86px;
	height:27px;
	background-image:   url("../imgs/nav_top/directions_off.gif");
}
li#contact_off a {
	width:91px;
	height:27px;
	background-image:   url("../imgs/nav_top/contact_off.gif");
}
/*  nav ON  */

li#home_on a {
	width:64px;
	height:27px;
	background-image:   url("../imgs/nav_top/home_on.gif");
}
li#about_on a {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/about_on.gif");
}
li#news_on a {
	width:58px;
	height:27px;
	background-image:   url("../imgs/nav_top/news_on.gif");
}
li#colleges_on a {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/colleges_on.gif");
}
li#jobs_on a {
	width:54px;
	height:27px;
	background-image:   url("../imgs/nav_top/jobs_on.gif");
}
li#directions_on a {
	width:86px;
	height:27px;
	background-image:   url("../imgs/nav_top/directions_on.gif");
}
li#contact_on a {
	width:91px;
	height:27px;
	background-image:   url("../imgs/nav_top/contact_on.gif");
}
/*  nav HOVER  */

li#home_off a:hover {
	width:64px;
	height:27px;
	background-image:   url("../imgs/nav_top/home_on.gif");
}
li#about_off a:hover {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/about_on.gif");
}
li#news_off a:hover {
	width:58px;
	height:27px;
	background-image:   url("../imgs/nav_top/news_on.gif");
}
li#colleges_off a:hover {
	width:79px;
	height:27px;
	background-image:   url("../imgs/nav_top/colleges_on.gif");
}
li#jobs_off a:hover {
	width:54px;
	height:27px;
	background-image:   url("../imgs/nav_top/jobs_on.gif");
}
li#directions_off a:hover {
	width:86px;
	height:27px;
	background-image:   url("../imgs/nav_top/directions_on.gif");
}
li#contact_off a:hover {
	width:91px;
	height:27px;
	background-image:   url("../imgs/nav_top/contact_on.gif");
}
/* - LeftNav  -*/
	
	
div#layout_LeftNav {
	float: left;
	min-height: 545px;
	height: auto;
}
/* Hack for IE */
* html div#layout_LeftNav {
	height: 545px;
}
/* End IE Hack */

div#layout_SectionColor {
	float: left;
	width:20px;
	min-height: 545px;
	height: auto;
}
/* Hack for IE */
* html div#layout_SectionColor {
	height: 545px;
}
/* End IE Hack */
	
div#LeftNav_buttons {
	float:left;
	width: 130px;
	min-height: 544px;
	height: auto;
}
/* Hack for IE */
* html div#LeftNav_buttons {
	height: 544px;
}
/* End IE Hack */
		
div#LeftNav_buttons {
	font: bold 0.7em Arial, Helvetica, sans-serif;
}
div#LeftNav_buttons ul li {
	list-style: none;
	margin: 0px 2px 0px 2px;
	border-bottom: 1px solid #666666;
}
span.LeftNav_active {
	display: block;
	margin: 3px 3px 3px 5px;
}
div#LeftNav_buttons ul li a,  div#LeftNav_buttons ul li a:active,  div#LeftNav_buttons ul li a:visited {
	display:block;
	font-weight: normal;
	text-decoration: none;
	margin: 3px 3px 3px 5px;
	color:#000000;
}
div#LeftNav_buttons ul li a:hover {
	color: #666666;
}
/* > SubNav < */

div#LeftNav_buttons ul ul {
	border-top: 1px solid #666666;
	margin: 0px 0px 0px 0px;
	padding-left:5px;
	padding-bottom: 1px;
}
/* Hack for IE */
* html div#LeftNav_buttons ul ul {
	padding-left:5px;
}
/* End IE Hack */

div#LeftNav_buttons ul ul li {
	list-style: none;
	border: none;
	margin: 3px 3px 3px 5px;
}
div#LeftNav_buttons ul ul li a,  div#LeftNav_buttons ul ul li a:active,  div#LeftNav_buttons ul ul li a:visited {
	margin: 0px;
}
span.LeftNav_subactive {
	margin: 0px;
}
div#LeftNav_buttons ul ul ul {
	border-top: 1px solid #999999;
	margin: 4px 0px 3px -7px;
	padding-left:10px;
	padding-bottom: 1px;
	border-bottom: 1px solid #999999;
}
div#LeftNav_buttons ul ul ul li {
	list-style: none;
	border: none;
	margin: 3px 3px 3px 3px;
}
/* Hack for IE */
* html div#LeftNav_buttons ul ul ul {
	padding: 0px 0px 0px 10px;
	margin: 3px 0px 0px -7px;
}
/* End IE Hack */
		
div#LeftNav_buttons ul ul ul li {
	list-style: none;
	border: none;
}
/* Hack for IE */
* html div#LeftNav_buttons ul ul ul li {
}
/* End IE Hack */
				
	/* - Content -*/		
	
div#layout_3Columns {
	float:left;
}
div#layout_3Columns_index {
	float:left;
}
div.layout_Rule1,  div.layout_Rule3 {
	float:left;
	border-left: 1px solid #FFFFFF;
}
div.layout_Rule2 {
	float:left;
	border-left: 1px solid #000000;
}
div#layout_Content {
	float:left;
	width: 635px;
	background: #FFFFFF url("../imgs/layout/content_bkgrd.gif") repeat-x;
	min-height: 545px;
	height: auto;
}
/* Hack for IE */
* html div#layout_Content {
	height: 545px;
	padding: 0px 0px 8px 0px;
}
/* End IE Hack */
				
div#layout_SectionContent {
	float:left;
	width: 510px;
	background: #FFFFFF url("../imgs/layout/content_bkgrd.gif") repeat-x;
	min-height: 545px;
	height: auto;
}
/* Hack for IE */
* html div#layout_SectionContent {
	height: 545px;
}
/* End IE Hack */
				
div#layout_News {
	float:left;
	background: #FFFFFF url("../imgs/layout/news_bkgrd.gif") repeat-x;
	min-height: 545px;
	height: auto;
}
/* Hack for IE */
* html div#layout_News {
	height: 550px;
}
/* End IE Hack */
		
div#News_Photo {
	border-bottom: 1px solid #FFFFFF;
	width:250px;
}
img#NewsHeadline {
	margin: 15px 0px 5px 15px;
}
/* Hack for IE */
* html img#NewsHeadline {
	margin: 10px 0px 5px 15px;
}
/* End IE Hack */
		
div#News_Content {
	width: 225px;
	height: auto;
	overflow: auto;
	margin: 0px 0px 5px 15px;
}
div#layout_SectionHeader {
	margin: 18px 0px 20px 25px;
}
div#layout_SectionHeader img {
	margin-right: 10px;
}
div#Content_breadcrumbs {
	margin: 6px 9px 6px 9px;
	font: 0.75em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
div#Content_breadcrumbs a,  div#Content_breadcrumbs a:active,  div#Content_breadcrumbs a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
div#Content_breadcrumbs a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
div#Content_boxoutline {
	margin: 0px 8px 8px 8px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
div#Content_boxoutline_index {
	margin: 0px 8px 8px 8px;
	border: 1px solid #000000;
	background-color:#FFFFFF;
}
div#Content_boxcolor {
	margin: 1px;
}
div#Content_box {
	width: 555px;
	min-height: 500px;
	height: auto;
	padding: 10px 20px 15px 30px;
	position:relative;
}
/* Hack for IE */
* html div#Content_box {
	height: 500px;
}
/* End IE Hack */
    
/*  Image Map Content Box */    
div#Content_boxMap {
	width: 95%;
	min-height: 500px;
	height: auto;
	padding: 10px 5px 15px 5px;
}
/* Hack for IE */
* html div#Content_boxMap {
	height: 500px;
}
/* End IE Hack */
            
/*  End Image Map */

html>body div#Content_box hr {
	margin-bottom: 13px;
}
div#Content_box_index {
	min-height: 375px;
	height: auto;
}
/* Hack for IE */
* html div#Content_box_index {
	height: 375px;
}
/* End IE Hack */
		
		
/* - Footer -*/
	
div#layout_Footer {
	float:left;
	width: 768px;
	background: #0D2D3E url("../imgs/layout/footer_bkgrd.gif") repeat-x;
	border-top:1px solid #FFFFFF;
	font: 0.6em Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-decoration: none;
	min-height: 21px;
	height: auto;
}
/* Hack for IE */
* html div#layout_Footer {
	height: 21px;
}
/* End IE Hack */
		
span.Footer_copywrite {
	float:left;
	margin: 4px 0px 0px 18px;
}
span.Footer_links {
	float:right;
	margin: 4px 18px 0px 0px;
}
span.Footer_links a,  span.Footer_links a:active,  span.Footer_links a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
span.Footer_links a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
div#layout_txtFooter {
	width:768px;
	text-align:center;
	margin: 5px 0px;
}
/* rotating pix left */

/* rotator in-page placement */
    div#rotator {
	position:relative;
	height:210px;
	margin-left: 15px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
div#rotator ul li.show {
	z-index:500;
}
/* rotating pix home */

/* rotator in-page placement */
	div#rotatorhome {
	position:relative;
	height:180px;
	width:224px;
	padding-left:0px;
	background-color:#cad79f;
}
/* rotator css */
	div#rotatorhome ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotatorhome ul li img {
	
	padding-left:1px;
	background: #FFF;
}
/* Hack for IE 
					div#rotatorhome ul li img {
					border: 1px solid #fff;
					background: #fff;
					padding-left:0px;
					}*/

    div#rotatorhome ul li.show {
	z-index:4;
}
/* rotating pix right */

/* rotatorright in-page placement */
    div#rotatorright {
	float:right;
	height:210px;
	width:275px;
	margin-right:15px;
}
/* rotatorright css */
	div#rotatorright ul li {
	float:right;
	position:absolute;
	list-style: none;
}
/* rotatorright image style */	
	div#rotatorright ul li img {
	border:1px solid #ccc;
	padding: 4px;
	background: #FFF;
}
div#rotatorright ul li.show {
	z-index:500;
}

/* this is a temporary style added by AF on 10-25-2011 to identify those pages that have been 
through the accesibility clean up.  All divs and this style can be removed
at project completion */
div#greencorner {
background:url(/imgs/layout/greencorner.gif) no-repeat right bottom;
position:absolute; 
right:-10px;
bottom:0;
width:10px;
height:10px;

}

