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

body {
	font: 90% Verdana, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image: url(../images/bk_2010.jpg);
	background-repeat:repeat-x;
	margin: 0px 0px -118px 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height:100%;
}
.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
	min-height:100%;
	background-image: url(../images/header_2010.png);
	background-position:center top;
	background-repeat:no-repeat;
/* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #logo {
	width:338px; 
	height:132px;
	float:left;
}

.oneColFixCtrHdr #header_top {
	background-color: Transparent;
	padding: 0 10px 0 20px;
	height:230px;/* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	overflow: auto;
}

.oneColFixCtrHdr #slogan {
	width:403px;
	height:34px;
	margin-left:50px;
	margin-top:60px;
	float: left;
}

.oneColFixCtrHdr #top_menu {
	float:right;
	margin-top:25px;
	margin-right:20px;
	color:#FFF;
	font-size:12px;
	width: 140px;
}

.oneColFixCtrHdr #header_bottom {
	background-color: Transparent;
	background-image:url(../images/header_back_2010.png);
	background-position: top center;
	background-repeat:no-repeat;
	margin-top:10px;
	width:100% - 35px;
	height:312px;
	padding:15px 30px;
	overflow: hidden;

}

.oneColFixCtrHdr #footer {
	width:955px;
	margin:0 auto;
	overflow:hidden;
	margin-top:15px;
}

.oneColFixCtrHdr #small_logo {
	width:955px;
	margin:0 auto;
	margin-top:15px;
	text-align:right;
}

.footer, .push {
	height:518px;
}

.oneColFixCtrHdr #mainContent {
		width:839px;
		margin: 0 auto;
		padding:20px;
		min-height:504px;
}

.oneColFixCtrHdr #mainContent a {
	color:#C00;
	text-decoration:none;
}

.oneColFixCtrHdr #mainContent a:hover {
	color:#C00;
	text-decoration:underline;
}

.oneColFixCtrHdr #container #main_menu {
margin:0 auto; 
width:870px;
}

.chromestyle{
font-family:Verdana, Geneva, sans-serif;
font-size:14px;}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin:0;
	padding:0;
	overflow: auto;
	text-align:center;
}

.chromestyle ul li{
	list-style-type: none;
	text-align:center;
	margin:0 5px;
	float:left;
}

.chromestyle ul li a{
	background-image: url(../images/button_2010_off.png);
	background-repeat: no-repeat;
	height: 50px;
	width: 135px;
	text-decoration:none;
	color:#333;
	padding-top:15px;
	display:block;
	text-align:center;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ 	
background-image: url(../images/button_2010_on.png);
	background-repeat: no-repeat;
	color:#FFF;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:-20px;
border: 1px solid #CCC; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:bold;
line-height:18px;
z-index:100;
background-color: #EFEFEF;
width: 200px;
text-indent:8px;
text-align:left;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=180,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px solid #CCC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FEFEFE;
}

#formcontainer {
	width:650px;
	margin:0 auto;
	border:1px solid #ccc;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	padding:10px;
	}

#formcontainer input[type=text], select{ 
	width:200px;
	padding:2px;
	margin:2px;
	}

#formcontainer .headername {
	font-size:16px;
	color:#000;
	background-color:#E8E8E8;
	padding:8px;
}
#formcontainer .small {
	color:#666;
	font-size:10px;
}

.toplink, .toplink a{
	color:#000;
	text-decoration:none;
}

.toplink a:hover{
	color:#fff;
	text-decoration:underline;
}

#leftsearch {
	background-image:url("../images/search_left.png"); 
	background-repeat:no-repeat; 
	width:15px;
	height:30px;
	float:left;
	}

#middlesearch {
	background-image:url("../images/search_middle.png"); 
	background-repeat:no-repeat; 
	width:100px; 
	height:20px;
	float:left;
	padding:5px 2px 5px 2px;
	}

#middlesearch input {
	width:100px;
	height:20px;
	border:0;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:transparent;
	color:#000;
	}

#rightsearch {
	background-image:url("../images/search_right.png"); 
	background-repeat:no-repeat; 
	width:31px; 
	height:30px;
	float:left;
	}

#searchdiv{
	margin-left:748px;
	margin-top:105px;
	width:157px;
}

	#nav-menu ul
	{
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	list-style: none;
	padding: 0;
	margin: 0;

	}
	
	#nav-menu li
	{
	float: left;
	margin: 0 0.15em;
	}
	
	#nav-menu li a
	{
	width:87px;
	height: 2em;
	line-height: 2em;
	float: left;
	display: block;
	border-bottom:0;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	border-top:1px solid #efefef;
	color: #000;
	text-decoration: none;
	text-align: center;
	padding:3px;
	background-color:#efefef;
	}
	
	/* Hide from IE5-Mac \*/
	#nav-menu li a:hover
	{
	color:#fff;
	background-color:#333;
	}

    #nav-menu li .current
	{
	color:#fff;
	background-color:#333;
	}
	/* End hide */

	
	#nav-menu
	{
	width:auto;
	
	} 
.confirm {
	color:#C00;
}

.frmbtn {

	padding:2px; 
	width:80px; 
	border:1px solid #ccc;
	background-color:#999;
	color:#fff;
	text-decoration:none;
	text-align:center;
	margin:5px;
}

.spaced {
	line-height:25px;
}

.bl {background: url(../images/corners_03.png) 0 100% no-repeat #FFF; width:925px; margin:0 auto;} 
.br {background: url(../images/corners_04.png) 100% 100% no-repeat} 
.tl {background: url(../images/corners_01.png) 0 0 no-repeat} 
.tr {background: url(../images/corners_02.png) 100% 0 no-repeat; padding:10px} 
.clear {font-size: 1px; height: 1px}


	#Register
	{
  display: block;
  width: 139px;
  height: 28px;
  background: url("../images/reg_button.gif") no-repeat 0 0;

}

	#Register:hover
{ 
  background-position: 0 -28px;
}

	#Register span
{
  display: none;
}
