@charset "UTF-8";
body  {
	font: 100% Helvetica, Verdana, Arial,  sans-serif;
	background: #C2DFB9;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	
	#F2FFEB;
}
h1{
	font-size: 18px;
	font-weight: normal;
	color:#036;
}
.blue{
	color:#036;
	}
.white{
	color:#fff;
	}
p{
	font-size: 80%;
	line-height: 135%;
	}
.copyright {
	font-size: 80%;
}
.twoColFixLtHdr #container {
	width: 940px; /* the auto margins (in conjunction with a width) center the page */
	
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
} 
.twoColFixLtHdr #header { 
	background: #000;
	padding-top: 0;	
} 
#topnav{
	height: 20px;
	background-color:#000;
	z-index: 2;
	text-align: center;
	padding: 1px 0 25px 0;
	}
#topnav	li{
	font-size:12px;
	display: inline;
	list-style-type: none;
	padding-right: 20px;
	
}
#topnav a{
	color:#fff;
	text-decoration: none;
	}
#topnav a:hover{
		color:#F60;
	}

#topnav a.here{
	color:#9C3;
	border: thin solid #9c3;
	padding: 5px;
	}
.twoColFixLtHdr #sidebarleft {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */
	
}
.twoColFixLtHdr #lefttop{ /* home page*/
	width: 220px;
	height:115px;	
	font-size:125%;	
	margin-bottom: 5px;
	
}
.twoColFixLtHdr #leftcenter{/* home page*/
	width: 220px;
	height:115px;
	color:#FFF;
	font-size:125%;
	margin-bottom: 5px;
}
.twoColFixLtHdr #leftbottom{/* home page*/
	width: 220px;
	height:115px;
	color:#FFF;
	font-size:125%;
}

.twoColFixLtHdr #mainContent {
	float:right;
	width: 700px;
	margin:  0; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent2 { 
	width: 420px;
	padding: 20px 30px 23px 30px;
	text-align: left;
	background-color:#C2DFB9;
	float: left;
	margin: 0 ; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 
#mainContent3 { 
	width: 420px;
	padding: 30px 30px 43px 30px;
	text-align: left;
	background-color:#C2DFB9;
	float: left;
	margin: 0 ; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
} 

.twoColFixLtHdr #footer {
	height: 210px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color:#fff;
	font-size: 10px;	
}
#footercontent{
	font-size: 115%;
	line-height: 125%;
	padding-top: 25px;
	padding-left: 240px;
	width: 425px;
}
.twoColFixLtHdr #footer p {
	font-size: 13px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer a{
	font-size: 80%;
	}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
					/* for template two*/
					
					


#sidebarright {
	float: right; /* since this element is floated, a width must be given */
	width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 20px 20px 15px 20px; 
	background-color:#A8CC9B;  /* the background color will be displayed for the length of the content in the column, but no further */	
	height: 559px;	
}
p.sidebarright1{
	font-size: 12px;
	line-height: 16px;
	}
p.sidebarright2{
	font-size: 11px;
	line-height: 14px;
	}

#sidebarleft2 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #fff; /* the background color will be displayed for the length of the content in the column, but no further */	
	height: 585px;	
}

#footer2 {
	position: relative;
	top: -2px;
	height: 220px;
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#000;
	color:#fff;
}
a{
	color:#fff;
}
a:hover{
	color: #F60;
}

							/* Contact Form*/
form#ContactForm{
//	position: relative;
//	right: 12px;
	}							
fieldset {
	margin: 1 em 0 0 0;
	padding: 0;
	background-color:#F0F4DE;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}  

legend {  
		margin-left: 1em;
		color: #000000;  
		font-weight: bold;  
}  

fieldset ol {  
		padding: 1em 1em 0 1em;  
		list-style: none;  
}
fieldset li {  
		padding-bottom: 1em;  
}
label{
		font-size:12px;
		display:block:
	}
.text{
		font-size:12px;
		width: 175px;
		}
.texta{
		font-size:12px;
		width: 120px;
		margin-right:20px;}
.textb{
	font-size:12px;
		width: 400px;
	}
.textc{
	font-size:12px;
		width: 100px;
	}
label em {        
        
		color:#C00;
}
.floatright{
		float: right;
}
.floatleft{
		float: left;
}
.submit{
	float: left;
	text-align: left;
	border:none;
}
