/* HTML TAG*/
/***********************************************/ 
html {
	height:100%;
	margin-bottom:1px;
}
body {
	font-family: Arial, sans-serif;
	color: #000000;
	line-height: 1.166;
	margin: 0px;
	padding: 0px;
	background-color: #999;
}
a:link, a:visited, a:hover {
	color: #006699;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 20px;
	color: #218638;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	color: #52a5c7;
}
h3 {
	font-size: 16px;
	color: #1f2a33;
}
h4 {
	font-size: 14px;
	font-weight: normal;
	color: #1f2a33;
}
h5 {
	font-size: 15px;
	color: #218638;
	font-weight: bold;
}
ul {
	list-style-type: square;
}
ul ul {
	list-style-type: disc;
}
ul ul ul {
	list-style-type: none;
}
label {
	font: bold 100% Arial, sans-serif;
	color: #334d55;
}
.b {
	font-weight: bold;
	text-align: center;
}
/***********************************************/
/****** LAYOUT DIVS ******/
/***********************************************/
#divContainer {
	width:994px;
	height:100%;
	margin:0 auto;
	padding:0;
	background-color: #fff;
	font-size: 12px;
}
/************* HEADER AND NAV **************/

#header {
	float:left;
	margin: 0;
	width: 994px;
}


/************* END HEADER  **************/

/************* BEGIN  NAV **************/

#nav {
	width: 855px;
	height:61px;
	margin: 0px;
	float:left;
	background:url(images/bg_nav.gif);
	background-repeat:repeat-x;
}
#contactBtn  a{
	float:left;
	display: block;
	width: 139px;
	height: 61px;
	background-image: url(images/bt_contact_us.gif);
	background-repeat: no-repeat;
	background-position: top;
}

#contactBtn a:hover {
	background-image: url(images/bt_contact_us.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
	

/************* END NAV **************/	

/************* MID AREA **************/
#midContainer {
	width: 994px;
	margin: 0px;
	float: left;
	background-color:#fff;
	background-image: url(images/bg_mid.jpg);
	background-repeat: repeat-y;
	background-position: left top;
}
#midContainer a:link {
	color: #333333;
	text-decoration:underline;
}
#midContainer a:visited {
	color: #333333;
	text-decoration:underline;
}
#midContainer a:hover {
	color: #b24626;
	text-decoration:underline;
}
#ltArea {
	float: left;
	background-image: url(images/bg_mid.jpg);
	background-repeat: no-repeat;
	background-position: left top;
		 }
#midArea {
	height:auto;
	width: 850px;
	float: left;
	background-color:#fff;
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 16px;
	text-align: left;
}

#midArea a:link {
	color: #333333;
	text-decoration:underline;
}
#midArea a:visited {
	color: #333333;
	text-decoration:underline;
}
#midArea a:hover {
	color: #9ac53d;
	text-decoration:underline;
}


#ltAreaV {
	float:left;
	width:350px;
	padding-bottom: 10px;
	clear: both;
}
#midAreaV {
	float:left;
	width:830px;
	padding-right: 10px;	
}
#midAreaTxt {
	height:auto;
	width: 800px;
	float: left;
	background-color:#fff;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	text-align: left;
}

/************* BEGIN FOOTER STYLES ***************/

#footer {
	float: left;
	width:980px;
	height:45px;
	color: #fff;
	text-align: left;
	background-color: #000000;
	padding-top: 4px;
	padding-left:14px;
}

#footer a:link {
	color: #fff;
}
#footer a:visited {
	color: #fff;
}
#footer a:hover {
	color: #9ac53d;
}
.copyright {
	font-size: 12px;
	color: #fff;
}
/************* END FOOTER STYLES ***************/
