@charset "utf-8";
/* CSS Document */

/* Our CSS Stylesheet */
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
.noshow { display: none; }

*{
margin:0;
padding:0;
border:0;
}
body {
background-image:url(../_images/gradentbg.jpg);
background-repeat:repeat-x;
}
/* Text Size & Style */

h1 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 20px;
	font-weight: bold;
	color: #133400;
	padding-top: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 15px;
	color: #324623;
}
h4 {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: large;
	color: #123203;
}

h5 {
	font-family:  Arial, Helvetica, sans-serif, Verdana;
	font-size: large;
	color: #123203;
}

h6 {
	font-family: Arial, Helvetica, sans-serif, Verdana
	font-size: 16px
	color: #333333;
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size: 12px;
}

p {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	line-height:175%;
}

li {
	font-family: Arial, Helvetica, sans-serif, Verdana;
	font-size:12px;
	line-height:175%;
}

br {
font-size:9px;
line-height:50%;
}

label
{
	width: 60px;
	float: left;
	text-align: right;
	margin-right: 5px;
	font-family:Arial, Helvetica, sans-serif, Verdana;
	color:#FFFFFF;
	display: block;
}



/* DIV Styles */
#extrnal_container {
	width: 1115px;
	padding: 0;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color:#FFFFFF;
} /* Setting margin to 0 auto will center this div */
#container { width: 1024px; margin: 0 auto; padding: 0; background-color:#FFFFFF; } /* Setting margin to 0 auto will center this div */
#header {
	width: 100%;
	padding: 0;
	height: 105px;
	background-image: url(../_images/headder1.jpg);
} 

/* Change the height to whatever it needs to be */
#header1 { width: 100%; padding: 0; height:auto; } /* Change the height to whatever it needs to be */
#header2 { width: 100%; padding: 0; height:auto; } /* Change the height to whatever it needs to be */
#header3 { width: 100%; padding: 0;  height: 12px; } /* Change the height to whatever it needs to be */
#navbar { width: 100%; margin: 0; padding: 0; height: 43px; } /* Change the margin and padding to align, and height as needed */
#main { width: 100%; margin: 0; padding: 0; } /* Change the height to whatever it needs to be */

/* ////// Content Area ////// */ 

#content_area {
	width: 100%;
	margin: 0;
	padding: 0;
	padding-top:5px;
	height: 100px;
	clear: both;
	margin-top:10px;
} /* Change the height to whatever it needs to be */

#sidebarLT { width: 170px; margin: 0; padding: 0; float:left; } /* Change the height to whatever it needs to be */
#sidebarLTparks { width: 240px; margin: 0; padding:0; padding-top:10px; padding-left:10px; float:left; background-color:#BEB5A4 } /* Change the height to whatever it needs to be */
#main_content { width: 485px;float:left; margin-left:15px; } /* Change the height to whatever it needs to be */
#main_contentparks { width: 720px; margin-left:15px; padding: 0px; float:left; } /* Change the height to whatever it needs to be */
#main_contentfs { width: 780px; margin-left:15px; padding: 0px; float:left; } /* Change the height to whatever it needs to be */
#main_contentwl { width: 640px; margin-left:15px; padding: 0px; float:left; } /* Change the height to whatever it needs to be */
#sidbarRT { width: 340px; margin: 0; padding: 0; float:right; border:} /* Change the height to whatever it needs to be */
#sidbarRTparks { width: 340px; margin: 0; padding: 0; float:right; border:} /* Change the height to whatever it needs to be */
/* ////// Contact Area ////// */ 

#contact_area {
	width: 1024px;
	margin: 0;
	margin-top:10px;
	padding: 0;
	background-color:#1b3306;
	padding-top:10px;
	height:260px;
	margin-bottom:10px;
}

#contact_us_box {
	width: 170px;
	margin: 0;
	padding: 0;
	float:left;
	} /* Change the height to whatever it needs to be */

#form_box { 
width: 380px; 
margin: 0; 
padding: 0; 
float:left; 

} /* Change the height to whatever it needs to be */

#address_area {
	width: 400px;
	margin: 0;
	padding: 0;
	float:right;
} /* Change the height to whatever it needs to be */

#address_area p {
	line-height:125%;
	color:#FFFFFF;
} /* Change the height to whatever it needs to be */

#address_area a:link {
	
	color:#FFFFFF;
} /* Change the height to whatever it needs to be */

/* ////// Fotter Area ////// */

#footer {
clear:both;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 72px;
	} /* Change the margin values to align, and height as needed */

