body {
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F7F7F7;
	color: #666666;
}
#pagelayout {
	width: 798px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/bckgrnd.gif);
	background-repeat: repeat-y;
}
#header {
	height: 90px;
	margin: 0px 4px 0px 4px;
	width: 790px;
	text-align: center;

}
#logo {
	float: left;
	top: 10px;
	left: 35px;
	position: relative;
}
#footer {
	text-align: center;
	font-size: 0.75em;
	clear: both;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
}
#body {
	margin: 0px 4px 0px 4px;
}
#top-bkg {
	background-image: url(images/bckgrnd-top.gif);
	height: 4px;
}
#bottom-bkg {
	background-image: url(images/bckgrnd-bottom.gif);
	height: 4px;
}
/*---BANNER for Home PAGE---*/
#banner1{
	height: 150px;
	width: 790px;
	clear: both;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(images/welcome-block1.gif);
}
#banner2{
	height: 150px;
	width: 790px;
	clear: both;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(images/welcome-block2.gif);
}
/*---BANNER for Contact Us PAGE---*/
#banner3{
	height: 150px;
	width: 790px;
	clear: both;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 4px;
	background-image: url(images/contactus-block1.gif);
}
#container {
	width: 790px;
	margin-left: 4px;
	padding-right: 4px;
}
#leftcol {
	float: left;
	text-align: left;
	padding: 4px 0px 0px 4px;
}
#rightcol {
	float: right;
	text-align: left;
	padding: 4px 0px 0px 4px;
}
.grnbox {
	border:1px solid #ddecc2;
	padding:5px 15px 15px 15px; 
}.whitebox {
	padding: 15px;
}
#services {
	border: 1px solid #ddecc2;
}
#services-title {
	padding: 15px 40px 0px;
}
#services ul li {
	background-image: url(images/check.gif);
	background-repeat: no-repeat;
	list-style: none;
	padding-left: 30px;
}
#services ul {
	padding: 5px 40px 15px;
	margin: 0;
}
/*---FONTS---*/
.font-h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	font-weight: bold;
	color: #FF6600;
	background-color: #FFFFFF;
}
.font-h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.font-h3{
	font-weight: bold;
	font-size: 1.5em;
	color: #333333;
	background-color: #EAF4D7;
	font-family: "Times New Roman" , Times, serif;
}
.font-h4{
	font-weight: bold;
	color: #666666;
	background-color: #FFFFFF;
}
.font-h5 {
	font-weight: bold;
	color: #FF6600;
	background-color: #EAF4D7;
	font-size: 1.25em;
}
/*---MENU CSS---*/
.menu{
	margin: 0;
	float:right;
	left: -130px;
	padding: 0;
	position: relative;
	top: 57px;
	height: 20px;
}
.menu ul{
margin: 0px;
padding-left: 0px;
float: left;
font-weight: bold;
border-width: 1px 0;
}
* html .menu ul{ /*IE only rule. Delete extra margin-bottom*/
margin-bottom: 0;
}
.menu ul li{
	display: inline;
}
.menu ul li a{
	float: left;
	color: gray;
	font-weight: bold;
	padding: 10px 10px 5px 10px;
	text-decoration: none;
	border-left: 1px solid #E4E4E4;
	background-color: #ffffff;
}
.menu ul li a:hover{
	color: #000000;
	border-bottom: 4px solid #FF6600;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
#menu-end{
	border-right: 1px solid #E4E4E4;
}
.menu .currentpage a{
	color: #000000;
	border-bottom: 4px solid #FF6600;
	padding-bottom: 5px;
	background-color: #ffffff;
}
#footer a{
	color: #666666;
	background-color: #FFFFFF;
}
#footer a:hover{
	color: #FF6600;
	text-decoration: none;
	background-color: #FFFFFF;
}

