@charset "utf-8";
/* CSS Document */


body{

	background:#a2f1ff url('/~general/images/siteBg.jpg') repeat-x;
	margin:0;
	padding:0;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#757575;
	
}

#home{

	width:1003px;
	margin-left:auto;
	margin-right:auto;
	height:506px;
	background:url('/~general/images/homeBg.jpg') no-repeat;
}




#header{

	width:1003px;
	margin-left:auto;
	margin-right:auto;
	height:174px;
	background:url('/~general/images/headerBg.jpg') no-repeat;
	position:relative;
}

#secondMenu{
	
	padding-top:24px;
	padding-right:10px;/**/
	/* ie 6 hack */
	float:right;
	width:630px;
	height:28px;
}

#headerText{
	
	/*padding-top:14px;
	padding-right:43px;*/
	/* ie 6 hack */
	/*float:right;*/
	width:800px;
	text-align:right;
	color:#FFF;
	position:absolute;
	right:43px;
	top:64px;
	font-style:italic;
}

#secondMenu #secMenuFlashDiv ul { margin:0; padding:0; }

#secondMenu #secMenuFlashDiv ul li{ float: left; margin-right: 5px; list-style: none; }



#mainMenu #mainMenuFlashDiv ul { margin:0; padding:0; }

#mainMenu #mainMenuFlashDiv ul li{ float: left; margin-right: 5px; list-style: none; }

#mainMenu{
	
	float:left;
	width:943px;
	padding-top:71px;
	

	bottom:0;

	
	height:28px;
	
	padding-left:60px;
}

#mainMenuFlash{
	width:943px;
	position:relative;
	bottom:2px;
	padding-left:60px;
}



#content{
	width:960px;
	padding-top:-15px;
	margin-left:auto;
	margin-right:auto;
	background:url('/~general/images/contentBg.jpg') repeat-y center;
}


#contentLeft{
	width:765px;
	float:left;

	}
	
#contentRight{
	width:174px;
	padding-right:1px;
	padding-top:10px;
	background:url('/~general/images/contentRightBgTop.jpg') no-repeat;
	float:right;
	}


#footer{
	background:url('/~general/images/bottom.gif') no-repeat;
	height:25px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#footerHome{
	height:25px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	padding-top:10px;
}

#footerHome a, #footerHome a:link, #footerHome a:visited{
	color:#757575;
	text-decoration:underline;
}

#footerHome a:hover{
	color:#757575;
	text-decoration:none;
}


#footerLeft{
	float:left;
	width:400px;
	}

#footerRight{
	float:right;
	width:300px;
	}

#footer a, #footer a:link, #footer a:visited{
	color:#757575;
}

#footerHome a, #footer a:link, #footer a:visited{
	color:#757575;
}


#footer a:hover{
	text-decoration:none;
}

.clear{
  clear: both;
  width: 100%;
  height: 1px;
  overflow: hidden;
  visibility: hidden;
  margin-top: -1px;
	}



