@import url("button.css");

#main	{
	text-align:center;
	width:960px;
	margin:0px auto;
	margin-bottom:20px;
}

#mainPadding	{
	padding:0px;
	margin:0px;
	border:0px;
}

/* BEGIN Header */
#header	{
	text-align: left;
	height:115px;
}

#header #headerLeft {
	float:left;
	width:350px;
	height:80px;
	overflow:hidden;
}

#header #headerLeft h1{
	margin:0px;
	padding:0px;
	border:0px;
}

#header #headerLeft .headerLogo{
	background:url("../images/logo.png") !important;
	background:url("../images/logo.gif");
	display:block;
	width:350px;
	height:80px;
}

#header #headerRight {
	float:right;
	height:80px;
}

#header #headerRightPadding {
	padding-right:30px;
	padding-top:44px;
}

#header #headerRight #dater {
	background:#FFFFFF;
	color:#999999;
	padding:2px 5px;
}

/* BEGIN first level*/
#header #topMenuL {
	height:35px;
	width:10px;
	background:url("../images/topMenuL.gif") no-repeat;
	float:left;
}

#header #topMenuR {
	height:35px;
	width:10px;
	background:url("../images/topMenuR.gif") no-repeat;
	float:left;
}

#header #topMenu {
	height:35px;
	width:940px;
	background:#CEE7F4;
	float:left;
}

#header #topMenuPadding {
	padding:0px;
	margin:0px;
}

#header #topMenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height:35px;
}

#header #topMenu li.firstLevel	{
	display:block;
	float:left;
}

#header #topMenu li.firstLevel a	{
	display:block;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	padding:0px 17px;
	line-height:35px;
}

#header #topMenu li.firstLevel a:hover, #header #topMenu li.firstLevel a.activeMenu	{
	color: #FFFFFF;
	background:#BFD900;
}
/* END first level*/

/* BEGIN sub level*/
#header #topMenu iframe.subLevelIframe	{
	display: none;
	position: absolute;
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	z-index: 500;
}

#header #topMenu ul.subLevel	{
	display: none;
	position: absolute;
	z-index: 1000;
	width: auto;
	border:1px solid #FFFFFF;
}

#header #topMenu li.subLevel	{
	text-align: left;
	border-bottom:1px solid #FFFFFF;
}

#header #topMenu li.subLevel a	{
	font-weight:bold;
	font-size: 11px;
	color:#FFFFFF;
	background:#B3E15F;
	text-decoration: none;
	padding:0px;
	line-height:25px; 
}

#header #topMenu li.subLevel a:hover	{
	background:#BFD900;
}

#header #topMenu li.subLevel a.activeMenu	{
	background:#BFD900;
}

#header #topMenu li.subLevel a.activeMenuRight	{
	background:#BFD900;
}

#header #topMenu li.subLevel a.menuRight	{
	background:#B3E15F;
}

#header #topMenu li.subLevel a.menuRight:hover	{
	background:#BFD900;
}

#header #topMenu li.subLevel a span	{
	padding-left: 10px;
	padding-right: 15px;
	display: block;
	white-space: nowrap;
}
/* END sub level*/
/* END Header */


/* BEGIN Body */
#body	{
	text-align: left;
	margin:0px;
	padding:0px;
	border:0px;
	height: 1%; 
	overflow: hidden;
}

#leftCol {
	float:left;
	width:320px;
	background:#EFF6FD;
}

#mainLeftCol {
	float:left;
	width:320px;
	min-height:536px;
	height:auto !important;
	height:536px;
	background:#EFF6FD;
}

#leftColPadding {
	padding:20px;
	padding-top:10px;
	padding-left:10px;
}

#centerCol {
	float:left;
	width:320px;
	background:#FFFFFF;
}

#centerColPadding {
	padding:0px;
}

#rightCol {
	float:left;
	width:320px;
	overflow:hidden;
}

#rightColPadding {
	padding:0px;
}

#oneCol {
	float:left;
	width:960px;
	background:#EFF6FD;
	min-height: 490px;
	height:auto !important;
	height: 490px;
}

#oneColPadding {
	padding:10px;
	padding-top:10px;
}

#doubleCol {
	float:left;
	width:640px;
	background:#EFF6FD;
	overflow:hidden;
}

#doubleColPadding {
	padding:20px;
	padding-top:10px;
	padding-left:25px;
}

#minHeight {
	min-height:520px;
	height:auto !important;
	height:520px;
}



/* END Body */

/* BEGIN Menu */
#menuLeftH2	{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 14px;
}

#menuLeft {
	width:235px;
	background:#FFFFFF;
}

#menuLeftPadding {
	margin:0px;
	padding:1px;
}

#menuLeft ul {
	margin: 0px; 
	padding: 0px; 
	list-style: none;
	background:#FFFFFF;
}

#menuLeft ul li {
	list-style: none;
}

#menuLeft ul li div.menuLink	{
	border-bottom: 1px solid #0099FF;
	padding-top: 1px;
	padding-bottom: 1px;
}

#menuLeft ul li div.menuLink a {
	text-decoration: none;
	padding-left: 15px; 
	padding-top: 4px;
	padding-bottom: 4px;
	color: #4C6790;
	display: block;
	background: url("../images/menuLink.gif") left 4px no-repeat;
}

#menuLeft ul li div.menuLink a:hover {
	color: #FFFFFF;
	background: #1F8BDC url("../images/menuLinkActive.gif") left 6px no-repeat;
}

#menuLeft ul li div.menuLink a.menuLinkSelected {
	color: #FFFFFF;
	background: #1F8BDC url("../images/menuLinkActive.gif") left 6px no-repeat;
	font-weight: bold;
}

#menuLeft ul li div.menuLink a.menuLinkOpened	{
	background: #DDEDFA url("../images/menuLinkOpened.gif") left 6px no-repeat;
}

#menuLeft ul li div.menuLink a.menuLinkOpened:hover	{
	color: #FFFFFF;
	background: #1F8BDC url("../images/menuLinkActive.gif") left 6px no-repeat;
}

#menuLeft ul li div.menuLink a#subMenuLevelUP	{
	background: url("../images/menuLinkUp.gif") left center no-repeat;
	font-weight: bold;
	padding-top: 8px;
	padding-bottom: 8px;
}

#menuLeft ul li div.menuLink a#subMenuLevelUP:hover	{
	background: #1F8BDC url("../images/menuLinkUpActive.gif") left center no-repeat;
}
/* END subMenu */

/* BEGIN Footer */
#footer	{
	text-align: center;
}

#footerMenu ul{
	list-style:none;
	margin:0px;
	padding:0px;
}

#footerMenu ul li{
	list-style:none;
	margin:0px;
	padding:0px;
	display:inline;
}

#footerMenu ul li a{
	color:#999999;
	padding:0px 6px;
	text-decoration:none;
	line-height:20px;
}

#footerMenu ul li a.delimiter {
	padding:0px 2px;
}

#afterFooter	{
	text-align:center;
	color:#999999;
}

#afterFooter a{
	text-decoration:none;
	color:#989898;
}

#afterFooter a:hover{
	text-decoration:underline;
}

/* END Footer */

/* ??????????? */

#sectionSearchDiv {
	height: 50px;
	text-align: left;
	padding-left: 10px;
}

#sectionSearchDiv a.sectionTitle	{
	color: #6F2B28;
	font-family: Arial, serif;
	text-decoration: none;
	font-size: 22px;
	font-weight: bold;
	margin-top: 20px;
	display: block;
	float: left;
}
/* ??????????? */

/* !!!!! begin clearLine  */

.clearLine	{
	clear: both;
	padding: 0;
	margin: 0;
	font-size: 0px;
	line-height: 0px;
	height: 0px;	
}
/* !!!!! end clearLine  */

#HTTPErrorMessage	{
	margin-bottom: 15px;
	padding: 20px;
	border: 1px solid #880000;
	background: rgb(240, 204, 204);
	font-weight: bold;
}

.hiddenContentForCSSBrowsers	{
	display: none;
}
