body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background: #FFFFFF;
}

a:link, a:visited { color: #000; text-decoration: none; font-weight: bold;} 
a:active, a:hover { color: #F00; text-decoration: underline}

h1 {
	margin: 0px;
	padding: 3px 0px 15px 0px;
	font-size: 24px;
	font-weight: bold;
	color: #98fb98;
}

h2 {
	margin: 0px;
	padding: 0px 0px 5px 0px;
	font-size: 16px;
	font-weight: bold;
	color: #16be64;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #009338;
}

p{
	margin: 0px;
	padding: 0 0 10px 0;
	text-align: justify;
}

.spacetobottom {
	clear: both;
	height: 50px;
}

.spacetoright {
	float: left;
	width: 10px;
	height: 1px;;
}

.button{
	margin: 0px;
	width: 50px;
	height: 20px;
	border: 0px;
	color: #333333;
	font-weight: bold;
	background: #FFFFFF;
	cursor: pointer;
}
/* End of Form */

.more_button a {
	clear: both;
	display: block;
	width: 100px;
	height: 18px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
	background: #16be64;
	border: 1px solid #FFF;
}


#ept_container {
	margin: auto;
	width: 950px;
	padding: 0px 10px;
	background: url(../images/mainBG.gif) repeat-y;
}

#ept_topbar {
	float: left;
	height: 10px;
	width: 850px;
	padding: 0 50px;
/*	background-color: #ff8c00; */
}

#ept_header {
	float: left;
	height: 75px;
	width: 850px;
	padding: 0 50px 20px 50px;
/*	background-color: aqua; */
}

#ept_logo {
	float: left;
	width: 650px;
	height: 85px;
	margin: 0 10px 0 20px;
	/* background-color: #7cfc00;*/
}

#ept_logo img {
	float: left;
	border: none;
	padding-right: 10px;
}

#ept_sitetitle {
	padding: 15px 0 0 20px;
	font-size: 1.5em;
	font-weight: bold;
	color: #333333;
}

/*------------- Menu ------------------*/
#ept_menu {
	float: left;
	width: 950px;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(../images/menuBG.gif) repeat-x;
}

#ept_menu ul {
	margin: 0 0 0 50px;
	padding: 0px;
	list-style: none;
}

#ept_menu ul li{
	display: inline;
}

#ept_menu ul li a{
	float: left;
	width: 140px;
	height: 20px;
	margin-top: 10px;
	padding: 0;
	font-size: 1.1em;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#ept_menu ul li #lastmenu{
	border-right: 1px solid #CCCCCC;	
}

#ept_menu li a:hover, #ept_menu li .current{
	color: #FFFFFF;
}
/* ----------------- end of menu----------------*/

#ept_banner {
	clear: both;
	float: left;
	width: 750px;
	height: 150px;
	padding: 30px 150px 0 50px;
	margin-bottom: -25px;
/* 	background: url(../images/bannerBG.gif) no-repeat; */
   background: url(../images/logo2.png) no-repeat;
	border-bottom: 5px solid #98fb98;
}

#ept_banner h1 {
	font-size: 2.0em;
	color: #98fb98;
	margin-bottom: 10px;
}
#ept_banner p {
	color: #333333;
	font-style: italic;
	font-family: serif;
	font-size: small;
	width: 550px;
	color: #FFFFFF;
}

#ept_services {
	clear: both;
	float: left;
	width: 900px;
	height: 272px;
	padding-left: 50px;
	margin-bottom: 25px;
}

.section_box {
	float: left;
	width: 220px;
	height: 252px;
	padding: 10px 15px 10px 15px;
	margin-right: 50px;
	background: url(../images/boxBG.png) no-repeat;
}

.section_box p{
	padding-bottom: 5px;
}

.section_box img{
	padding-bottom: 5px;
}

.ept_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 50px;
	border: 1px solid #CCCCCC
}

* html .ept_fullgraybox {
	clear: both;
	float: left;
	width: 798px;
	padding: 25px;
	margin: 50px 50px 25px 25px;
	border: 1px solid #CCCCCC
}

.ept_fullgraybox img{
	float: left;
	margin: 3px 20px 0 0px;
	border: 0;
}

.ept_fullgraybox ul {
	margin: 10px 0 0 0px;
	padding: 0 0 0 30px;
}

.ept_fullgraybox li {
	list-style: inside;
	padding: 0 0 10px 0;
	background: url(../images/listicon.gif) center left no-repeat;
}
/* news section */

#ept_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 50px;
}

* html #ept_newssection {
	clear: both;
	float: left;
	width: 900px;
	margin: 0 0 25px 25px;
}

.newsbox {
	float: left;
	width: 250px;
	margin-right: 50px;
}
.newsbox .feat{
	width: 500px;
	margin-right: 50px;
}
.newsbox .feat img{
	float: left;
	margin: 3px 10px 0 0;
/*	border: 1px solid #333333; */
   border: 0;
}
/* end of news section */

/* Light Blue Row */
#ept_bottom_row {
	clear: both;
	float: left;	
	width: 900px;
	padding: 15px 0 15px 50px;
	background: #16be64;
	border-top: 5px solid #98fb98;
}

.ept_resources {
	float: left;
	width: 400px;
	margin-right: 50px;
}

.ept_info {
	float: left;
	width: 400px;
}

.gp_row {
	width: 400px;
}

.gp_row img {
	float: left;
	margin: 3px 10px 0 0;
/*	border: 1px solid #333333; */
   border: 0;
}
.gp_row h3{
	color: #b22222;
	font-size: 15px;
}
.gp_row p{
	color: #000000;
}

/* end of Light Blue Row */

/* ----- Footer ----- */

#ept_footer {
	clear: both;
	padding: 15px 0px 0px 0px;
	width: 950px;
	height: 50px;
	text-align: center;
	background: #999999;
	border-top: 5px solid #666666;
}

#ept_footer a{
	font-weight: normal;
}

/* ----- End of Footer ----- */

