body {
	margin: 0;
	padding: 0;
	background: #f8fcff url(../images/bkgdSliver.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #707070;
}

img{
	border:none;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}

h1 {
	color:#57b7df;
	font-size: 1.7em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	color:#57b7df;
	font-size: 1.1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #B94E0E;
}

a:hover {
}


.blue{
	color:#62bce4;	
}

.white{
	color:#ffffff;	
}

.darkblue{
	color:#314294;
}



#wrapper {
	margin: 0 auto;
	padding: 0;
}

/* Header */

#header-wrapper {
	height: 104px;
	margin: 0 auto;
	width:1000px;
}


#header {
	width: 1000px;
	height: 704px;
	position: absolute;
}

#slideshow {
	width: 1000px;
	height: 704px;
	z-index: 0;
	position: absolute;
}

#slideHTML h1{
	font-size:25px;
	padding-bottom:10px;
	font-weight:bold;
}

#slideHTML {
	color:#FFFFFF;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-left:350px;
	margin-top:170px;
	position:absolute;
	width:275px;
	z-index:20;
}


#slideHTML div {
	position:absolute;
	font-size:13px;
	margin-right:30px;
	margin-top:10px;
	z-index:21;
	width:275px;
}

#slideHTML a{
	margin-top:10px;
}


/* Logo */

#logo {
	float: left;
	height: 70px;
	margin: 0;
	padding: 0px;
	color: #FFFFFF;
	margin-left: 73px;
	margin-top: 18px;
	position: relative;
	z-index:20;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	float: left;
	padding-left: 25px;
	letter-spacing: -1px;
	text-transform: lowercase;
	font-size: 2.6em;
}

#logo p {
	float: left;
	margin: 0;
	padding: 12px 0 0 10px;
	font: normal 14px Georgia, "Times New Roman", Times, serif;
	font-style: italic;
} 

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #FFFFFF;
}

/* Search */

#search {
	float: right;
	width: 279px;
	height:90px;
	margin-right:30px;
	padding: 0;
	background: url(../images/searchBG.gif) no-repeat;
	position: relative;
	z-index:20;
}

#search form {
	height: 41px;
	margin: 0;
	padding: 6px 0 0 12px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 157px;
	padding: 3px 5px;
	border: 1px #4C4842 solid;
	background: #e1f4fd;
	font: normal 11px Arial, Helvetica, sans-serif;
	color: #999999;
}

#search-submit {
}


#eyebrow {
	float: right;
	width: 509px;
	margin-right:70px;
	margin-top:-16px;
	padding: 0;
	clear:both;
	position: relative;
	z-index:20;
}
* html #eyebrow {
	width: 499px;
	margin-top:-6px;
}	

#eyebrow .socialMedia{
	float:left;
	margin-top: -4px;
	margin-left:10px;
}

* html #eyebrow .socialMedia{
	margin-top: -15px;
}

#eyebrow span{
	font-weight: bold;
}

#eyebrow ul {
	float:left;
	margin-top:-4px;
}

#eyebrow ul li{
	display: inline;
	padding-left:7px;
	padding-right:7px;
	border-right: 1px solid #57b7df;

}

#eyebrow ul li.last{
	border-right: none;

}


#eyebrow ul li a{
	color:#25378e;
	font-weight:bold;
}



/* Menu */

#menu {
	width: 813px;
	height: 42px;
	margin-left:100px;
	padding: 0;
	margin-top: -9px;
	position: relative;
}

#menu ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	list-style: none;
	line-height: normal;
	width: 812px;
}


#menu li {
	float: left;
	text-align: center;	
	background: url(../images/navSliver.gif) repeat-x left top;
	height:42px;
}
#menu li:hover{
	background: url(../images/navSliverOn.gif) repeat-x left top;
}

#menu li.current_page_item {
	background: url(../images/navSliverOn.gif) repeat-x left top;
}


#menu li.first a{
	background: url(../images/navLeftOff.png) no-repeat left top;
	margin-left:-7px;
}
#menu li.last a{
	background: url(../images/navRightOff.png) no-repeat right top;
	margin-right:-7px;
}

#menu li.firstOn a,#menu li.first a:hover{
	background: url(../images/navLeftOn.png) no-repeat left top;
	margin-left:-7px;
}
#menu li.lastOn a,#menu li.last a:hover{
	background: url(../images/navRightOn.png) no-repeat right top;
	margin-right:-7px;
}


#menu li.first_current_page_item a,#menu li.first a:hover{
	background: url(../images/navLeftOn.png) no-repeat left top;
	margin-left:-7px;
}
#menu li.last_current_page_item a,#menu li.last a:hover{
	background: url(../images/navRightOn.png) no-repeat right top;
	margin-right:-7px;
}



#menu li.dividerMenu {
	float: left;
	text-align: center;	
	background:#314294 url(../images/navDivider.gif) no-repeat left top;
	width:1px;
	height:42px;
}

#menu a {
	display: block;
	height: 42px;
	padding: 15px 0px 0px 0px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border: none;
}

#menu a.last {
}

#menu a:hover, #menu .current_page_item a {
}

#menu .current_page_item a {
}

#menu a:hover {
	background: url(../images/navSliverOn.gif) repeat-x left top;
}

#promo{
		position: absolute;
		margin-top:-25px;
}

/*  Promo Controls */

#promoControls{
	background: url(../images/promo/middlePromoControl.png) repeat-x;
	height:28px;
	width:120px;	
	margin-left:25px;
	text-align: center;
}

#promoControlsLeft{
	background: url(../images/promo/leftPromoControl.png) no-repeat;
	float:left;
	margin-left:-7px;
	width:7px;
	height:28px;
}

#promoControlsRight{
	background: url(../images/promo/rightPromoControl.png) no-repeat;
	float:right;
	margin-right:-7px;
	width:7px;
	height:28px;
	margin-top:-24px;
}

#promoControls .controls{
	padding-top:7px;
}

.controls a{
	width:15px;
	height:10px;
	margin-top:-3px;
	padding-left:5px;
	padding-right:5px;
	background: url(../images/promo/PromoOff.png) no-repeat;
}

.controls a.current{
	background: url(../images/promo/PromoOn.png) no-repeat;
}

.controls a#prev{
	background: none;
}
.controls a#next{
	background: none;
}

/* Page */

#pageWrapper{
	width: 1000px;
	margin: 0 auto;
}


#page {
	position: relative;
	margin-left:94px;
	width:813px;
	padding: 0;
	margin-top: 259px;
	
}

#page_inner {
	position: relative;
	margin-left:94px;
	width:813px;
	padding: 0;
	margin-top: 75px;
	
}

#page-bgtop {
	position: relative;	
	background: url(../images/contentMid.gif) repeat-y left top;
	margin-top: -3px;
}

* html #page-bgtop{
	height:1px;

}

#page-bgbtm {
	padding: 30px 20px 10px 10px;
	
}

/* Content */

#content {
	float: left;
	width: 810px;
	padding: 15px;
	margin-top:-145px;
	position: relative;
}



#center {
  width: 220px;
  float: left;
  margin-left:80px;

}
#left {
  width: 200px;          /* LC width */
  float: left;

}


#page_inner #left {
	margin-left:0px; 
}

#page_inner #center {
	margin-left:0px; 
	width: 330px;
	margin-top:-20px;
}


#page_inner #centerBig {
	margin-left:200px; 
	margin-top:-20px;
	width:570px;
}


#right {
  width: 250px;          /* RC width */
  float: left;
   margin-left:25px;
   margin-top:10px;

}
/*** IE6 Fix ***/
* html #left{
	 margin-left:0px;
}	 
* html #center{
	 margin-left:20px;
}

#page_inner #subNav {
	background: url(../images/subNav.gif) repeat-y  right top;
	width:152px;
}

#page_inner #subNav ul {
	display: block;
	list-style: none;
	margin: 0; 
	padding: 0; 
	width:152px;
	background: url(../images/subnav_bottom.gif) no-repeat  right bottom;
	
}

#page_inner #subNav  ul  li {
		width:150px;
		height:26px;
		margin: 0; 
		padding: 0; 	
		border-bottom:1px solid #ccc;
		
}

#page_inner #subNav  ul  li.last {
	border-bottom:none;
}


#page_inner #subNav ul li a {
		display: block; 
		font-size:12px;
		height:26px;
		color:#898989;
		padding-left:20px;
		line-height:12px;
		padding-top:1px;
		
}	

#page_inner #subNav ul li a.parent {
		font-weight:bold;
		padding-left:10px;
}

#page_inner #subNav ul li a:hover, #page_inner #subNav ul li a.active {
		color:#fff;
		height:26px;
		background: url(../images/subnavHighlight.gif) no-repeat;
}	

#page_inner #subNav ul li a.active{
	padding-left:10px;

}



#page_inner h1{
	color:#fff;
	font-size:25px;
	font-weight:bold;
}



#rightModule{
	background: url(../images/rightHomeMiddle.gif) repeat-y;
	width:250px;
	padding:10px;
}

.subPromo{
	width:224px;
	background: #ccecfc url(../images/rightBoxGradient.gif) repeat-x top left;
	border:1px solid #ccc;
	text-align: center;
	font-size:14px;
	color:#57b7df;
	font-weight: bold;
}

.subPromo h3{
	font-size:12px;
	font-weight:bold;
}

.subPromo p{
	font-size:12px;
	color:#868686;
	font-weight: normal;
}

.greyBorder{
	border:1px solid #ccc;	
}

.divider{
	border-bottom:1px solid #ebebeb;
	margin-bottom:10px;
}

#sponsors{
	color:#ed157a;
	font-size: 15px;
	padding-left:5px;
	
}

/* Footer */

#footer-wrapper {
	width:1000px;
	margin: 0 auto;
}

#footer {
	position: relative;
	background: url(../images/contentBt.gif) no-repeat left top;
	font-family: Arial, Helvetica, sans-serif;
	margin-left:94px;
}

#footer p {
	margin: 0;
	padding-top: 40px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #D78983;
}

#footer a {
	color: #FFDBD9;
}



/************************** Error Messages ************************************/

#efirst, #elast, #eemail, #eemail2 {
	display: none;
	color: #a00f16;
	vertical-align: top;
}

#emainmsg {
	display: none;
	color: #a00f16;
}


.success
{
	background:#e4ffc2;
	color:#66a72b;
	padding:10px;
	margin-bottom:10px;
	width:95%;
	font-weight: bold;
}

.success p
{
	padding-left:50px;
	width:90%;
}
