/***
 * GLOBAL
 */
.mainBody {
	background: white url("siteimgs/bg.jpg") repeat-x;
	font-family: "arial";
	text-align: justify;
	font-size: small;
}

.dialogBody{
	background: white;
	font-family: "arial";
	text-align: justify;
	font-size: small;
	border: 0px;
	padding: 0px;
	margin: 0px;
}


hr {
	color: gray;
	background: gray;
	margin: 30px 50px 0px 50px;
	border: solid gray 1px;
	clear: both;
	
}

.pageEnvelope {
	background: white;
	width: 889px;
	padding-bottom: 20px;
	margin: 26px auto auto auto;
	
}

.dialogPageEnvelope{
	background: white;
	width: 100%;
	padding-bottom: 20px;
	margin: 0px auto auto auto;
}

.dialogPageEnvelope .closeArea {
	height: 31px;
	width: 100%;
	position: absolute;
	
}

.dialogPageEnvelope .closeArea a, .dialogPageEnvelope .closeArea a:link, .dialogPageEnvelope .closeArea a:active, .dialogPageEnvelope .closeArea a:visited{
	width: 73px;
	height: 31px;
	line-height: 31px;
	padding-left: 60px;
	background: url("siteimgs/closeBtn.gif") no-repeat;
	float: right;
	display: block;
	position: relative;
	color: white;
	text-decoration:none;
	
}

.dialogPageEnvelope .closeArea a:hover
{
	
}


.dialogPageEnvelope .titleBanner, .dialogPageEnvelope .pageHeader {
	width: 100%;

}

.headNav {
	overflow: hidden;
	position: absolute;
	float: right;
	margin-left:450px; 


	padding: 0px;
	height: 40px;

}



.headNav ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 0;
	height: 40px;

	background: url("siteimgs/headNavBg.gif");
}

.headNav li {
	background: url("siteimgs/headNavSeperator.jpg") no-repeat right;
	margin: 0px;
	padding: 0 32px 0 30px;
	float: left;
	height: 40px;
	line-height: 40px;
}


.headNav .rightList{
	background: url("siteimgs/headNavRBg.jpg") no-repeat right;
	margin: 0px;
	padding: 0 37px 0 30px;	

}

.headNav a, .headNav a:link, .headNav a:visited{
	text-decoration: none;
	color: white;
	font-family: "verdana";
	font-size: small;
	
}

.headNav a:hover{
	text-decoration: underline;
}


.pageHeader {
	background: white url("siteimgs/header.jpg") no-repeat;
	width: 889px;
	height: 173px;
}


.mDivider {
	width: 684px;
	height: 3px;
	background: url("siteimgs/mDivider.gif") no-repeat;
}

.lDivider{
	clear: both;
	width: 889px;
	height: 3px;
	background: url("siteimgs/lDivider.gif") no-repeat;
}

.footer {
	text-align: center;
	font-size: smaller;
	padding: 10px;
}

.clearer {
	clear: both;
}


/***
 * MAIN PAGE
 */
.titleBanner {
	background:  url("siteimgs/titleBannerBg.gif") repeat-x;
	width: 889px;
	height: 66px;
	margin-bottom: 20px;
}


.titleBanner h1{
	position: absolute;
	padding: 0px;
	margin: 10px 0 0 60px;
	font-family: "verdana";
	color: white;
	font-size: 23px;
	
}


.titleBanner .hCenter{
	margin: 10px 0 0 60px;
	line-height: 66px;
}


.titleBanner h2{
	position: absolute;
	padding: 0px;
	margin: 35px 0 0 60px;
	font-family: "verdana";
	color: white;
	font-size: 15px;
}

.sideContent {
	float: left;
	width: 179px;
	
	height: 1400px;
background: url("siteimgs/sidecontentBg.gif") repeat-y right top;


	
	
	padding: 0 14px 0 12px;
}

.sideContent div{
	
	width: 100%;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
}

.mainContent {
	      width: 684px;
		  margin-left: 205px;
}

.mainContentBox {
	padding: 12px;

}

.mainContent .centerHeader{
	font-size: 26px;
}

.mainContent .subHeader  {
	
	font-size: 17px;
	text-align: left;
}

.mainContent .subHeaderLarge{
	font-size: 17px;
	text-align: left;
	height: 4em;
	vertical-align: middle;
	
}


.subColumn {
	width: 225px;
	float: left;
}

.subColumnDivider {
	background: url("siteimgs/mvDivider.gif");
	width: 3px;
	height: 825px;
	float: left;
}

.subRow {
	height: 430px;
}

.subRow img{
	width: 194px;
	display: block;
	margin: 12px auto 12px auto;
}

.subRowDivider {
	width: 227px;
	height: 5px;
	background: url("siteimgs/sDivider.gif");
}

.homeNav{
	padding: 0px 10px 0px 8px;
	margin-bottom: 19px;
	font-size: large;
}



.homeNav .navBox{
	background: url("siteimgs/navBoxBg.gif");
	width: 179px;
	height: 250px;
	float: left;
	margin-right: 2px;
}

.homeNav .navBox ul{
	list-style: none;
	margin: 0px;
	padding: 10px 10px 0px 10px;
}

.homeNav .navBox li{
	width: 100%;
	height: 38px;
	line-height: 38px;
	text-align: center;
	margin-bottom: 11px;
}

.homeNav a, .homeNav a:link, .homeNav a:visited{
	text-decoration: none;
	color: white;
	font-family: "verdana";
	
}

.homeNav a:hover{
	text-decoration:underline;
}

/**
 * Other pages content
 */
.contentBox {
	padding: 5px 45px 30px 45px;

}

.contentBox h2 { margin: 0px;}
.contentBox h3 { margin: 0px;}
.contentBox h4 { margin: 0px; padding: 0px;}
.contentBox p { margin-bottom: 20px;}

h2 {
	margin: 0px 0 0 45px;
	padding: 0px;
}

h3{
	margin: 0px 0 0 45px;
	padding: 0px;
}

/**
 * Search page
 */
.searchForm {
	
	
}

.searchForm ol {
	margin: 0px;
	padding: 20px 0 20px 0;
	width: 813px;
	list-style: none;
	background: gray url("siteimgs/seachHeadBg.gif") top no-repeat;
	clear: both;
}


.searchBtmBg {
	margin: -4px 0 0 0;
}

.searchForm li {
	clear: both;
	padding: 10px;
}

.searchForm label{
	
	float: left;
	display: block;
	width: 150px;
	height: 20px;
	color: white;
	margin-right: 10px;
	font-family: "Verdana";
	font-size: larger;
}

.searchForm input{
	width: 300px;
	height: 20px;
	float: left;
}



.searchForm .errorText {
	padding: 5px;
	color: #f27070;
}

.searchForm .submitBtn{
	color: white;
	font-size: larger;
	font-family: "verdana";
	font-weight: bold;
	background: url("siteimgs/searchBtn.gif");
	border: none;
	width: 177px;
	height: 61px;
	float: right;
	margin: 10px;
	cursor: pointer;
}

.recaptchatable #recaptcha_response_field {
					display: block;
					float: none;
					clear: both;
}	

/**
 * Sitemap page
 */
.sitemapList {
	list-style: none;
	
}

.sitemapList li {
	padding: 5px;
}

/**
 * Main nav
 */
.mainNav {
	background: white url("siteimgs/mainNavBg.gif") no-repeat top;
	width: 889px;
	height: 93px;
}

.mainNav ul{
	width: 889px;
	height: 93px;
	padding-top: 0px;
	margin-top: 0px;
	list-style: none;
}

.mainNav li{
	padding:0px ;
	margin: 0px;
	float: left;
	text-align: center;
}

.mainNav a, .mainNav a:link, .mainNav a:visited{
	display: block;
	height: 93px;
	width: 163px;
	line-height: 71px;
	color: white;
	font-family: "verdana";
	text-decoration: none;

	font-size: 20px;
}

.mainNav a:hover{
	text-decoration: underline;
}
 
.mainNav .currentPage{
	background: url("siteimgs/mainNavHoverBg.gif");
}
    
