/* --- Body/Wraps ------------------------------- */

body{
	margin-top: 10px;
	margin-bottom: 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height:1.50em;
	text-align: center;
	background: #333333;
	color: #666666;

	}

#outerwrap{
	margin: 0 auto;
	padding-top: 0px;
	text-align: center;
	width: 760px;
	}

/* --- Header ------------------------------- */

#header{
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: center;
  	width: 760px;
	height: 104px;
	}
	
#nav{
	clear: both;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 760px;
	height: 112px;
	background-image: url(Images/nav_bg.gif);
	}
	
#navText{
	width:720px;
	height:102px;
	padding-top:10px;
	padding-left: 40px;
	text-align: left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:15px;
	color: #333333;
	}	
	
/* ---[ Homepage ]------------------------------- */
	
#middle{
	float:left;
	width: 730px;
	background-color: #c1e1ce;
	text-align:left;
	padding-right: 30px;
	}	
	

#news{
	float: left;
	margin: 0 auto;
	padding-top:50px;
	padding-right: 20px;
	padding-left: 40px;
	text-align: left;
	width: 200px;
	height: 254px;
	text-align:left;
	font-size:10px;
	line-height:1.50em;
	color:#666666;
	background-image: url(Images/news.gif);
	background-repeat: no-repeat;
	}
	
.hptext{
	text-align: left;
	float:left;
	width:280px;
	padding-left:160px;
	padding-top: 170px;
	background-image: url(Images/Lightbulbs.gif);
	background-repeat: no-repeat;		
}	

	/* ---[ Subpages ]----------------------------- */
#content{
	float:left;
	width: 670px;
	text-align:left;
	padding-right: 30px;
	padding-left:60px;
	background-color: #c1e1ce;
	}	

#imagecontent{
	float:left;
	width: 650px;
	text-align:left;
	padding-right: 30px;
	padding-left:80px;
	background-color: #c1e1ce;
	}	

#imagecontent img{
	float:left;
	text-align:left;
	border: 5px solid #FFFFFF;
	}	
	/* ---[ Text ]----------------------------- */

h1{
	text-align: left;	
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
    color: #666666;
	}
h2{
	text-align: left;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 0;
	padding-bottom: 2px;
	font-size: 25px;
	font-weight: normal;
	line-height: 1.5em;
	color: #006699;
	}	
	
.about{
	text-align:left;
	padding-right:90px;
	}	


a:link {
	color: #666666;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

/* ---[ Links ]----------------------------- */

a.anchor:link {color: #5C5246; text-decoration: underline;}
a.anchor:visited {color: #5F5030; text-decoration: underline;}
a.anchor:hover {color: #2C2A1B; text-decoration: none;}

a.footer:link {color: #716D51; text-decoration: underline;}
a.footer:visited {color: #A4A2A2; text-decoration: underline;}
a.footer:hover {color: #2C2A1B; background: #DFD373; text-decoration: none;}

/* --- Footer ------------------------------- */

#footer {
	width:760px;
	height:170px;
	padding-top: 0px;
	float:left;
	text-align: center;
	font-size:12px;
	background-position: bottom;
	color:#724A21;
	background-image: url(Images/footer.jpg);
	background-repeat: no-repeat;
	background-color: #c1e1ce;
	}
	
.footerText{
	padding-top: 90px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #666666;	
	}
	
	
/* --- Address Footer ------------------------------- */



#address{
	padding-top: 6px;
	width:740px;
	clear: both;
	text-align: center;
	font-size:11px;
	color:#999999;
	margin:0 auto;
	}

#address a {
	color:#FFFFFF;
	text-decoration:none;
	}

#address a:hover {
	color:#c1e1ce;
	text-decoration:underline;

	}	

