@charset "UTF-8";
/* CSS Document */

body {
  background-image: url(../img/background-top.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#searchBar {
	float: right;
	width: 175px;
}

#searchForm {
	margin: 2px;
	padding: 4px 0;
	text-align: right;
}

#searchInput {
	background-image: url(../img/search.gif);
	background-repeat: no-repeat;
	background-position: left center;
	background-color: #ffffff;
	font-weight: bold;
	color: #333333;
	border: 1px solid #000000;
	width: 100px;
	padding: 2px 2px 2px 68px;
	margin: 0;
}

	
/* ----- TOP MENU ------------ */
	
#topMenuBackground {
	background: #455982 url(../img/menu_background.png) repeat-x;
	height: 38px;
}

#topMenuWrapper {
	margin: 0 auto;
	width: 939px;
	padding: 0;
}

#topMenu-one {
	width: 735px;
}

#topMenu-one li a{
	background: none;
	color: #fff !important;
}

#topMenu-one li a.highlight{
	background: #455982 url(../img/menu_backgroundHighlight.png) repeat-x;
	color: #fff;
}

.topMenu {
	z-index: 1000;
	position: relative;
}

.topMenu li {
	/*border-left: 1px solid #fff;*/
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
.topMenu li a, .topMenu li a:link, .topMenu li a:active, .topMenu li a:visited {
	font-weight: bold;
	font-size: 1em;
	line-height: 36px;
	background: #565656;
	color: #959595;
	display: block;
	padding: 0 14px;
	text-decoration: none;
}

.topMenu li a:hover {
	background: #ccc;
	color: #000;	

}
#topMenu-one li:hover a, 
#topMenu-one li.sfHover a {
  background: none;
	background-color: #56688e;
	color: #fff;
}

#topMenu-one li:hover ul a, 
#topMenu-one li.sfHover ul a {

  font-size: .91667em;  /* Set Sub Menus to 11px */
  background: #455982;
  line-height: 25px;
	color: #fff;	
}

#topMenu-one li:hover ul a:hover, 
#topMenu-one li.sfHover ul a:hover {
	background: #6d7fa4;
	color: #fff;	
}

.topMenu ul {
	background: #565656;
	border-bottom: 1px solid #455982;
	list-style: none;
	margin: 0;
	/* width: 165px; */  
	width: 176px; /* .topMenu ul a width + padding */
	position: absolute;
	top: -999em;
	left: -1px;
}

.topMenu li:hover ul,
.topMenu li.sfHover ul {
	top: 36px;
}

.topMenu ul li {
	border: 0;
	float: none;
}

.topMenu ul a {
	border: 1px solid #455982;
	border-bottom: 0;
	padding-right: 20px;
	/* width: 132px; */
	width: 145px;
	white-space: nowrap;
}


/* ----- QuickMenu ----- */
.topMenu .quickMenu ul {
  border: solid #fff;
	border-width: 0 0 1px 1px;
	width: 334px;
	left: -1px;
}

.topMenu .quickMenu ul a {
  
	border: solid #fff;
	border-width: 1px 1px 0 0;
	padding-right: 20px;
	width: 132px;
	white-space: nowrap;
}

.topMenu .quickMenu ul li {
  float: left;
}




/* ----- Flash ------ */

#mainBodyFlash {
  z-index: 1000;
}
	
	
/* ----- Top Banner ------- */

#topBanner {
  height: 174px;
}

#wrapper {
	width: 955px;
	margin: 0 auto;
	}
#mainBodyLeft {
	height: 248px;
	width: 8px;
	background-image: url(../img/mainBodyLeft.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#mainBodyRight {
	height: 248px;
	width: 8px;
	background-image: url(../img/mainBodyRight.png);
	background-repeat: no-repeat;
	background-position: top;
	float: left;
}

#mainBodyTop {
	background-image: url(../img/mainBodyTop.png);
	background-repeat: no-repeat;
	height: 13px;
	width: 939px;
}

#mainBodyCenter {
	float: left;
	width: 939px;
}

#mainBody {
	padding: 0 10px 10px 10px;
	background-image: url(../img/mainBodyBackground-leftBar.gif);
	background-repeat: repeat-y;
	background-position: left;
}

#mainBodyFlash {
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
	background-image: url(../img/brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.noFlash #mainBodyBackgroundWrapper{
	background-image: url(../img/mainBodyBackground.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 200px;
}


/* ----- Footer ----- */

#mainBodyFooter {
	clear: both;
	background: url(../img/footerBackground.jpg) no-repeat bottom;
	height: 175px;
	
}

#mainBodyFooterLeft {
	float: left;
	margin: 40px 0 0 175px;
	width: 130px;
	color: #915b00;
}

#mainBodyFooterMiddle {
	float: left;
	margin: 0 0 0 28px;
	padding: 40px 20px 0 20px;
	width: 250px;
}

#mainBodyFooter h4 {
  	padding: 0;
  	color: #715017;
  	
}

#mainBodyFooter ul li a{
  color: #915b00 !important;
  text-decoration: underline;
  font-size: .91667em;
}

#mainBodyFooter ul li a:hover{
  text-decoration: none;
}


#mainBodyFooterRight {
	margin: 0 0 0 648px;
	width: 295px;
	padding: 25px 0 0 0;
}



#bodyContent {
	margin: 0 0 0 155px;
	padding: 0 10px;
}

/* ----- Left Bar ----- */

#leftBar {
	margin: 5px 0 0 0;
	float: left;
	width: 140px;
}


#leftBar h3{
	font-weight: bold;
	font-size: 1.75em;
	line-height: 1em;
	padding: 0 0 10px 0;
}

#leftBar h3 a{
	color: #455982;
	text-decoration: none;
}

#leftBar h3 a:hover{
	text-decoration: underline;
}

#leftBar ul {
	margin: 0 0;
}

#leftBar ul li {
  padding: 0;
  margin: 0;
	background: none;
	
}

#leftBar ul li a {
	color: #38393F;
	text-decoration: none;
	border: #efe2ae solid;
	border-width: 1px 0 0 0;
	display: block;
	padding: 4px 5px;
}

#leftBar ul li a:hover {
  background: #f4eab8;
}

#leftBar ul li ul li a {
  padding-left: 20px;
  border-color: #f4eab8;
}

#leftBar ul li ul li ul li a {
  padding-left: 40px;
  border-color: #f4eab8;
}


#leftBar ul li a:hover {
	text-decoration: underline;
}


/* ----- Footer ----- */


#footer {
	padding: 5px 0;
	color: #915b00;
	text-align: center;
}

#footer a {
	color: #915b00 !important;
}

#footer a:hover {
	text-decoration: none;
}


/* ----- Misc ----- */

.clear{
	clear: both;
}


#headerImage {
  height: 225px;
  width: 939px;
  
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
	background-image: url(../img/brown.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

.applyButton a {
	background: url(../img/applyButton-sprite.png) no-repeat;
	display: block;
	width: 247px;
	height: 91px;
	margin: 0;
}

.applyButton a span {
	display: none;
}

.applyButton a:hover {
	background-position: 0 -91px;
}

.applyButton a:active{
	position: relative;
	top: 1px;
}

