@charset "utf-8";
*
{
	padding: 0;
	margin: 0;
	position: relative;
}
@media print {
	body
	{
		margin: 0;
	}
}
@media screen {
	body
	{
		/*behavior: url("styles/csshover3.htc");*/
	}
}

html
, body
{
		height: 100%;
}

a
, a:link
, a:visited
{
	color: #666;
	text-decoration: underline;
}
a:hover
, a:active
{
	text-decoration: underline;
}

body,td,th,p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 19px;
	color: #474747;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-weight: bold;
	color: #474747;
}
.subhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 24px;
	font-weight: normal;
	color: #474747;
}
.preamble {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #474747;
	display: block;
	margin-top: 5px;
}

.input
, input.formField { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	color: #474747; 
	background-color: #fff; 
	border-bottom: #ccc 1px solid; 
	border-left: #ccc 1px solid; 
	border-right: #ccc 1px solid; 
	border-top: #ccc 1px solid; 
	padding: 3px 4px 3px 4px; 
	margin: 0; 
}
#extend
{
	min-height: 100%;
}
* html #extend
{
	height: 100%;
}
#top {
	color: #aaa;
	background: #35aaf0 none repeat-x scroll 0 0; 
	clear:both; 
	overflow:hidden; 
	min-width: 960px; 
	/*height: 370px; */
	height: 280px;
}

#topp {
	color: #aaa;
	background: #35aaf0 none repeat-x scroll 0 0; 
	clear:both; 
	overflow:hidden; 
	min-width: 960px; 
	height: 250px;
}


#middle {
	background: #fff none repeat-x scroll 50% 0; 
	min-width: 960px; 
	overflow: auto;
	padding-bottom: 37px;
}
 
 
#bottom {
	background:#35aaf0 none repeat-x scroll 0 0; 
	overflow: auto; 
	min-width: 960px; 
	height: 37px;
	margin-top: -37px;
}
#footer {
	color: #fff;
	text-transform: uppercase;
	font-size: 11px;
	text-align: center;
	height: 27px;
	padding-top: 10px;
}
#topMenu li a {
	color:#fff;
	text-decoration: none;
	text-transform: uppercase;
}
#topMenu li a:hover, #topMenu li a:active {
	color:#ffff00;
}
#topMenu li a.currentMenuItem
, #topMenu li a.currentMenuPath {
	color:#ffff00;
	text-decoration: none;
}
#topMenu {
	  background:#35aaf0 none repeat-x scroll 0 0;
	text-align: center;
	height: 30px;
	padding-top: 3px;
	 
}
#topMenu li {
	display: inline;
	margin: 0 5px;
	
}
.logo_top
{
 position:inherit;
	 margin-top:0px;
	float:left;
}
.searchForm
{
	color: #aaa;
	padding: 20px 0 0 0;
}
.searchForm .message { display: none; }
#search
{
	width: 130px;
	height: 23px;
	background: #ececec url(../images/searchInput_bg.png) top left scroll no-repeat;
	color: #222;
	border: solid 0px;
	padding: 5px 10px 0 10px;
}
#topBanner
{
	overflow: hidden;
	margin-top:0px;
	float:right;
	width: 634px;
}
#mainContent
{
	margin-top: 20px;
	margin-bottom: 20px;
	background-color: #fff;
}
#centerContent a
{
	color: #666;
	text-decoration: underline;
}
.pageHead {
	background-color: #333;
	color: #aaa;
}

/* Left menu */
.leftMenu .currentMenuPath
{
	background-image: url(../images/menu/menuActive_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
}
.leftMenu .currentMenuItem
{
	background-image: url(../images/menu/menuActive_bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	color: #000;
}
.leftMenu a
{
	text-decoration: none;
	display: block;
	background-image: url(../images/menu/menuItem_bg.png);
	background-position: left 2px;
	background-repeat: no-repeat;
	padding: 0 0 0 14px;
	color: #df765d;
	font-size: 12px;
}
.leftMenu a:hover
{
	color: #333;
	text-decoration:underline;
}
.leftMenu a.level0 { margin-left: 0; }
.leftMenu a.level1 { margin-left: 0; }
.leftMenu a.level2 { margin-left: 12px; }
.leftMenu a.level3 { margin-left: 24px; }
.leftMenu a.level4 { margin-left: 36px; }
.leftMenu a.level5 { margin-left: 48px; }
.leftMenu a.level6 { margin-left: 60px; }
/* // Left menu */

/* Alignment */
.toleft
{
	float: left;
}


.logo_top
{
 float:left;
 
}
.toright
{
	float: right;
}
.left
{
	text-align: left;
}
.right
{
	text-align: right;
}
.center
{
	text-align: center;
}
.middle
{
	vertical-align: middle;
}
.clear
{
	clear: both;
}
.clearleft
{
	clear: left;
}
.clearright
{
	clear: right;
}

/* Widths */
.w10  { width: 10px;  }
.w20  { width: 20px;  }
.w30  { width: 30px;  }
.w40  { width: 40px;  }
.w50  { width: 50px;  }
.w60  { width: 60px;  }
.w70  { width: 70px;  }
.w80  { width: 80px;  }
.w90  { width: 90px;  }
.w100 { width: 100px; }
.w120 { width: 120px; }
.w130 { width: 130px; }
.w150 { width: 150px; }
.w200 { width: 200px; }
.w250 { width: 250px; }
.w260 { width: 260px; }
.w270 { width: 270px; }
.w280 { width: 280px; }
.w300 { width: 300px; }
.w350 { width: 350px; }
.w400 { width: 400px; }
.w450 { width: 450px; }
.w500 { width: 500px; }
.w600 { width: 600px; }
.w700 { width: 700px; }
.w800 { width: 800px; }

.nobg
{
	background: #FFF none;
}

/* Templates */
.searchHeader {
	font-weight: bold;
	color: #333;
	border-bottom: solid 1px #e5e5e5;
	padding: 9px 0 2px 14px;
	margin-bottom: 4px;
}
.searchFooter {
	border-top: solid 1px #e5e5e5;
	margin-top: 4px;
	margin-bottom: 20px;
}
.searchItem .head
{
	font-weight: bold;
}
.searchItem .preamble
{
}
.searchItem .location
{
	font-style: italic;
}
.searchItem
{
	padding: 10px 14px;
}
.searchItem a
{
	text-decoration: none;
}
.searchItem:hover
{
	cursor:pointer;
}

