@charset "UTF-8";
/* CSS Document */


/* Containers */

#hero_container {
	width: 918px;
	margin:0px;
	padding:0px;
}

#module_container {
	width: 918px;
	background-image:url(../images/panel_bottoms.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	padding-bottom:7px;
	overflow: hidden;
}

/* TAB MENU -------------------------------- */


#top-nav {
	display: block;
	clear: both;
	height:45px;
	
}

#top-nav ul li{
	float:left;
	list-style-type: none;
	overflow: hidden;
}

#top-nav ul li a{
	background-position: center -49px;
	height: 45px;
	display:block;
	
}

#top-nav ul li a label{
	display:none;
}

#top-nav ul li a:link, #top-nav ul li a:visited{
	background-repeat: no-repeat;
	display:block;
}

#top-nav ul li a:hover{
	background-position: center -98px;
	height: 45px;
	display:block;
}

#top-nav ul li a.nav-active {
	background-position: center top;
	background-repeat: no-repeat;
}

a:hover.nav-active  {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}


a#home {
	background-image: url(../images/tab_home.jpg);
	width:105px;
}
a#current {
	background-image: url(../images/tab_current.jpg);
	width:163px;
}
a#work {
	background-image: url(../images/tab_work.jpg);
	width:162px;
}
a#news {
	background-image: url(../images/tab_news.jpg);
	width:97px;
}
a#pub {
	background-image: url(../images/tab_pub.jpg);
	width:137px;
}
a#archive {
	background-image: url(../images/tab_archive.jpg);
	width:110px;
}
a#board {
	background-image: url(../images/tab_board.jpg);
	width:144px;
}


/* FEATURE BOX MENU -------------------------------- */


#feat-nav {
	display: block;
	clear: both;
	margin-bottom:8px;
}

#feat-nav ul {
	
	height:82px;
	
}


#feat-nav ul li{
	float:left;
	overflow: hidden;
	
}

#feat-nav ul li a{
	background-position: center top;
	height: 42px;
	display:block;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #905804;
	line-height: 1.1em;
	padding: 20px 20px 20px 20px;
}

#feat-nav ul li a h3{
	color: #FFFFFF;
	margin-bottom: 10px;
}

#feat-nav ul li a:link, #feat-nav ul li a:visited{
	background-repeat: no-repeat;
}

#feat-nav ul li a:hover{
	text-decoration:none;
	background-position: center bottom;
	height: 42px;
	display:block;
	
}

#feat-nav ul li a.nav-active {
	background-position: center top;
	background-repeat: no-repeat;
}

a:hover.nav-active  {
	background-position: center top !important;
	background-repeat: no-repeat !important;
}


a#feat-left {
	background-image: url(../images/feature-left.gif);
	width:191px;
}
a#feat-center {
	background-image: url(../images/feature-center.gif);
	width:188px;
}
a#feat-right {
	background-image: url(../images/feature-right.gif);
	width:191px;
}

/* LATEST NEWS -------------------------------- */

#latestnews_contain {
	width: 455px;
	background-image:url(../images/news_tile.jpg);
	background-repeat:repeat-y;
	float: left;
}

#latestnews_head {
	width: 455px;
	height: 39px;
	background-image:url(../images/head_latestnews.jpg);
}

#latestnews {
	width: 420px;
	padding: 0 5px 0 15px;
	
}

#latestnews p {
	background:url(../images/arrow_lightblue.png) left 10px no-repeat;
	padding: 10px 0 10px 20px; 
	border-bottom: 1px #CCCCCC dotted;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #000000;
	line-height: 1.5em;
}

#latestnews p a {
	font-weight: bold;
	color: #05548e;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1em;
}

#latestnews img {
	margin-top:10px;
}

/* QUICK LINKS -------------------------------- */

#quicklinks_contain {
	width: 222px;
	background-image:url(../images/links_tile.jpg);
	background-repeat:repeat-y;
	margin-left:8px;
	float:left;
}

#quicklinks_head {
	width: 222px;
	height: 39px;
	background-image:url(../images/head_quicklinks.jpg);
}

#quicklinks {
	width: 202px;
	padding: 5px 5px 0 15px;
	
}

#quicklinks li {
	background-image:url(../images/arrow_yellow.png);
	background-position: left 5px;
	background-repeat:no-repeat;
	padding: 5px 0 0 20px; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #05548e;
	line-height: 1.5em;
}

/* QUICK SEARCH -------------------------------- */

#quicksearch_contain {
	width: 225px;
	background-image:url(../images/search_tile.jpg);
	background-repeat:repeat-y;
	margin-left:1px;
	float:right;
}

#quicksearch_head {
	width: 225px;
	height: 39px;
	background-image:url(../images/head_quicksearch.jpg);
}

#quicksearch {
	width: 204px;
	padding: 5px 5px 0 15px;
	
}

#quicksearch p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #05548e;
	line-height: 1.5em;
}

#searchbox {
	background-image:url(../images/searchbox_home.gif);
	width: 187px;
	height: 21px;
	padding: 3px 0 0 5px;
	margin: 5px 0px;
}

#searchbox input {
	border: 0px;
	margin: 0px;
	padding: 0px;
	width:185px;
}

#quicksearch .sub {
	font-size: 1em;
	margin-left: 20px;
}

#quicksearch input.radioButtonCorr { 
	vertical-align:middle; 
	margin-left:0px; // needed to align the radiobutton to graphics above 
	margin-top:0px; 
} 

#quicksearch input.search { 
	margin-top: 5px; 
} 

#quicksearch label {
	font-size: 1.2em;
}

#quicksearch li {
	background-image:url(../images/help_blue.png);
	background-position: left 5px;
	background-repeat:no-repeat;
	padding: 5px 0 0 20px; 
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #05548e;
	line-height: 1.5em;
}