/* MAIN CSS */
a{
	color: #009245;	
	}
a:hover {
	text-decoration:none;	
	}
h1,h2,h3 {
	margin:0;
	padding:0;
	}
#flash {
	width:150px;
	height:180px;
	padding-top:93px;
	padding-left:53px;
	overflow:hidden;
	float:left;
}
#body {
	padding:20px; 
	background-color:#FFF; 
	float:left; 
	width:664px; 
	clear:both; 
	margin-left:134px;
}
#nav {
	width:700px; 
	float:left; 
	padding-top:231px; 
	padding-left:10px;
}
.basictab{
	padding: 10px 0;
	margin-left: 0;
	list-style-type: none;
	text-align: left; /*set to left, center, or right to align the menu as desired*/
	margin-bottom: 0px;
	margin-top: 0px;
}
.basictab li{
	display: inline;
	margin: 0;
}
.basictab li a{
	text-decoration: none;
	padding: 6px 6px;
	margin-right: 1px;
	background-color: #060;
	color: #FFF;
	font-size: 12px;
}
.basictab li a:hover{
	padding-top: 10px;
	top: 0px;
	position: relative;
	background-color: #090;
}
.basictab li a:active{
	color: #060;
}
.basictab li.selected a, .basictab li.selected a:hover{ /*selected tab effect*/
	position: relative;
	top: 0px;
	padding-top: 10px;
	background-color: #090;
	color: #FFF;
	font-weight: bold;
}
img {
	border:0;
	padding: 0;
	margin: 0;
	}
.thumb img {
	padding:0px;
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	opacity:0.50;
	margin: 0 5px 5px 0;
	}
.thumb:hover img{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}
.home-page-box {
	width:215px;
	clear: right;
	margin-bottom: 20px;
	margin-right: 20px;
}
.home-page-box p {
	margin:0;
	padding:0 15px 10px 15px;
}
#footer {
	float:left; 
	width:664px; 
	margin-left:134px; 
	clear:both; 
	color:#fff;	
}