/* CSS Document */
body {
	/*text-align: center - centers the web page for IE only*/
	/*text-align: center;*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 16px;
	margin: 0px;
	background-color: #000000;
	padding: 5px 0 5px 0;
}
#container {
	width: 780px;
	background-color: #FFFFFF;
	background-image: url(images/bgcontainer.jpg);
	color: #000000;
	/*following centers the web page for browsers other then IE - margin: 0 auto; */
	margin: 0 auto;
	padding: 0;
	text-align: left;
}
#pageHeader {
	margin: 0;
	background-color: #000000;
	height: 232px;
	width: 780px;
	text-align: left;
}#nav {
	padding: 0px;
	margin: 0;
	color: #97FF36;
	background-image: url(images/bg_nav.jpg);
	background-repeat: no-repeat;
	font-family: arial, helvetica, sans-serif;
	font-size: 13px;
	white-space: nowrap;
	list-style-type: none;
	text-align: center;
	height: 40px;
}
#nav ul {
	margin: 0px;
	padding-top: 4px;
	padding-left: 0px;
}
#nav li {
	display:inline;
}
#nav li a {
	padding:0 .5em 0 .5em;
	color:#000000;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none; 
}
#nav li a:hover {
	color:#97FF36;
	background:#000000;
	text-decoration: none;
}
#nav .static {
	color:#97FF36;
	background:#000000;
	text-decoration: none;
}
#leftside {
	float: left;
	width: 423px;
	margin: 0 0 0 0;
	padding: 20px 2px 10px 18px;
	text-align: left;
}
#rightside {
	margin: 0 0 0 0;
	float: left;
	text-align: left;
	padding: 20px 18px 10px 2px;
	background-color: #FFFFFF;
	width: 315px;
}
#container .textlinks {
	clear: both;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 0;
}
#hmtestimonials {
	clear: both;
	background-image:url(images/bg_testimonial.jpg); 
	background-repeat:repeat-y;
	text-align: center;
	padding-top: 5px;
}
#hmtestimonials p {
	text-align: left;
	margin: 0 25px 0 25px;
}
#hmtestimonials .title {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.textlinks a:link {
	color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:visited {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:active {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: normal;
}
.textlinks a:hover {
   color: #000000;
   text-decoration: underline;
   font-size: 13px;
   background-color: #97FF36;
}
#footer{
	clear: both;
	width: 780px;
	background-color: #000000;
	background-image: url(images/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0;
	height: 80px;
}
.copyright{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 32px 0 0 10px;
	line-height: 15px;
	text-align: center 
}
.copyright a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold; 
}
.copyright a:visited {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.copyright a:active {
    color: #FFFFFF;
	text-decoration: underline;
	font-size: 11px;
	font-weight: bold;
}
.copyright a:hover {
    color: #000000;
	text-decoration: none;
	font-size: 11px;
	background-color: #97FF36;
}
a:link {
	color:#000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:visited {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:active {
    color: #000000;
	text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}
a:hover {
    color: #000000;
	background-color: #97FF37;
    text-decoration: underline;
	font-size: 13px;
	font-weight: bold;
}










