@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background: url(../images/body/bgWhole.gif) center top repeat-x;
	background-color: #146641;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	color: white;
}
img{
border: none;	
}
a {
	color: white;
	text-decoration: none;
}
#wrapper {
	width: 100%;
}
#shadWrapTop {
	width: 827px;
	margin: auto;
	background: url(../images/body/bg_top.gif) center top repeat-y;
}
#header {
	padding: 0 20px 0 20px;
	background: url(../images/body/header.gif) center top no-repeat;
	height: 113px;
}
#callUs {
	float: right;
	margin: 10px 5px 16px 0;
}
#callUs p {
	font-size: 14pt;
	color: white;
	text-align: center;
}
#callUs h1 {
	margin-top: -5px;
	font-size: 27pt;
	color: white;
	text-align: center;
}
#menu {
	clear: both;
	width: 776px;
	height: 23px;
	margin: auto;
	background:url(../images/body/menuBg.gif) center top no-repeat;
}
#menu ul {
	list-style: none;
	margin: 0 auto;
	width: 760px;
}
#menu ul li {
	float: left;
	font-size: 13px;
	font-weight: bold;
	padding-right: 8px;
	padding-left: 7px;
}
#menu ul li a {
	text-decoration: none;
}
#menu ul li a:hover {
	color: #8FCCB1;
}
#menu ul .selected {
	color: red;
}
#shadWrapBody {
	width: 827px;
	margin: auto;
	background: url(../images/body/bg_body.gif) center top repeat-y;
}
#content {
	padding: 5px 30px;	
}
#indexShow {
	margin-left: 5px;
}

.placePic{
width: 249px;
height: 300px;
margin-right: 10px;	
float: left;
}
/* ****************************************************** */
/* ****************************************************** */
/* INDEX ******************************************** */
/* ****************************************************** */
/* ****************************************************** */

#leftIndex {
	clear: both;
	float: left;
	width: 460px;
	margin-top: 10px;
}
#borderDiv {
	width: 100%;
	border-bottom-color: #146641;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	clear: both;
}
#leftIndex h3 {
	font-size: 18pt;
}
#aboutUs {
	margin-top: 5px;
	margin-left: 20px;
	float: right;
}
#aboutUs p {
	text-align: justify;
	font-size: 12pt;
	font-weight: bold;
	line-height: 15pt;
}
#rightIndex {
	float: right;
	width: 300px;
	margin-top: 10px;
}
/* ****************************************************** */
/* ****************************************************** */
/* TESTIMONIAL ******************************************** */
/* ****************************************************** */
/* ****************************************************** */
#testimonial {
	float: left;
	width: 250px;
}
#testimonial h4 {
	clear: both;
	font-size: 20px;
	float: left;
	
}
#testimonial h3{
	clear: both;
	float: right;
	font-size: 14px;
	color: #8FCCB1;
}
#testimonial ul li {
	margin-top: 10px;
}

#testimonial p{
clear: both;
text-align: justify; 
font-size: 14px; 
font-weight: bold;
border-top-color: #146641;
border-top-width: 2px;
border-top-style: solid;	
}
/* ****************************************************** */
/* ****************************************************** */
/* MAINTENANCE ******************************************** */
/* ****************************************************** */
/* ****************************************************** */


#maintenance {
	margin-top: 5px;
	margin-left: 20px;
	float: right;
	width: 768px;
}
#maintenance p {
	text-align: justify;
	font-size: 12pt;
	font-weight: bold;
	line-height: 15pt;
}
/* ****************************************************** */
/* ****************************************************** */
/* CONTACT ******************************************** */
/* ****************************************************** */
/* ****************************************************** */
#leftContact {
	clear: both;
	margin-top: 10px;
	float: left;
	width: 250px;
}
#rightContact {
	margin-top: 10px;
	float: right;
}

#rightContact h3{
padding: 5px;	
}

#rightContact input{
width: 95%;	
}

#rightContact textarea{
width: 100%;	
}
/* ****************************************************** */
/* ****************************************************** */
/* FOOTER ******************************************** */
/* ****************************************************** */
/* ****************************************************** */
#roundFooter {
	clear: both;
	width: 827px;
	height: 20px;
	margin: auto;
	background: url(../images/body/footerBg.gif) center top no-repeat;
}
#footerTxt {
	clear: both;
	width: 827px;
	height: 20px;
	margin: auto;
}
#footerTxt p {
	text-align: right;
	margin-right: 15px;
	color: #22B573;
	font-size: 12px;
	font-weight: bold;
}
#footerTxt span {
	color: #8FCCB1;
}

