html { overflow: -moz-scrollbars-vertical; }

body {
	font-family: Arial, Helvetica, sans-serif;
}

td {
	font-family: Arial, Helvetica, sans-serif;
}

th {
	font-family: Arial, Helvetica, sans-serif;
}

#html {height:100%;}
#body {height:100%; margin:0; padding:0; background-color:#f7f2cd;}
#bg {position:fixed; top:0; left:0; width:100%; height:100%; background-image:url(../images/bg.jpg); background-position:top; z-index:-1;}
#content {position:relative; z-index:1;}
.bodyText, p, li {font-family:Arial, Helvetica, sans-serif; font-size:12px; line-height:16px; color:#666666;}
.footerTxt{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:Black;}
.footerLnk{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:Black; text-decoration:underline;}
.footerKel{font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#993300; text-decoration:underline;}
.bodyHdr, h1, h2 {font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height:16px; font-weight:bold; color:#cadb2a;}
h2 { margin-bottom: 0; text-transform: uppercase; } p { margin-top: 0; }




/* Layout elements */

#wrapper {
  width:100%;
  height:100%;
}

#mainContain{
	width:858px;
	height:auto;
}

#homeContain{
	width:1000px;
	height:auto;
	position:relative;
}


#mastHead{
	position:relative;
	width:858px;
	height:42px;
	background-color:#cadb2a;
	margin-bottom:50px;
	}
	
	#mastHeadHome{
	position:relative;
	width:858px;
	height:42px;
	background-color:#cadb2a;
	}
	
	#leftNav{
	position:relative;
	float:left;
	width:181px;
	height:145px;
	background-color:#dfe5a5;
	}
	
	#content{
	width:649px;
	height:auto;
	position:relative;
	float:right;
	background-color:#FFFFFF;
	margin-top:38px;
	padding-bottom:49px;
	}
	
	#contentContact{
	width:843px;
	height:auto;
	position:relative;
	float:left;
	background-color:#FFFFFF;
	padding-bottom:49px;
	padding-left:15px;
	text-align:left;
	}
	
	   #contentLeft{
		   padding-left:21px;
		   text-align:left;
		   width:414px;
		   position:relative;
		   float:left;
		   }
		   
		   #contentLeftContact{
		   padding-left:21px;
		   text-align:left;
		   width:610px;
		   position:relative;
		   float:left;
		   }
		      #map{
			  float:right;
			  position:relative;
			  width:300px;
			  }
		   
		   #contentHdr, h1 {
		   width:414px;
		   border-bottom:1px solid #d5d5d5;
		   height:17px;
		   margin-bottom:15px;
		   margin-top:15px;
		   }
		   
		#contentRight{
		position:relative;
		float:right;
		width:187px;
		height:380px;
		}
		
	   
	#footer{
	width:857px;
	height:67px;
	position:relative;
	float:left;
	border:1px solid #cadb2a;
	background-color:#f7f2cd;
	margin-top:70px;
	}
	
		#footerHome{
			width:857px;
			height:67px;
			position:relative;
			border:1px solid #cadb2a;
			background-color:#f7f2cd;
			margin-top:30px;
	}
