/* CSS Document */

body {  background-color: #839B8E;}

a img {
	border: none;
}

h1 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 19px; color: #4F705F; font-weight: bold; letter-spacing: 0px}
h2 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 17px; color: #4F705F; font-weight: bold; letter-spacing: 0px }
h3 {  font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 15px; color: #4F705F; font-weight: bold; letter-spacing: 0px }

td  {font-family:  Verdana, Helvetica, sans-serif; font-size: 13px; color: #000000}

li {color: #000000} 
ul {color: #000000; list-style-type: square} 
ol {color: #000000} 

a:link {color: #4F705F;  font-weight : normal; text-decoration: underline } 
a:visited {color: #4F705F;  font-weight : normal; text-decoration: underline } 
a:hover {color: #666;  font-weight : normal; text-decoration: none } 
a:active {color: #666;  font-weight : normal; text-decoration: none } 

.menu {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #000000; font-weight : normal;} 
.menu a:link {color: #4F705F; text-decoration: none; font-weight : normal;} 
.menu a:visited {color: #4F705F; text-decoration: none; font-weight : normal;} 
.menu a:hover {color: #000000; text-decoration: underline; font-weight : normal;} 
.menu a:active {color: #000000; text-decoration: underline; font-weight : normal;} 


.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #000000; font-weight : normal;} 
.footer a:link {color: #4F705F; text-decoration: none} 
.footer a:visited {color: #4F705F; text-decoration: none} 
.footer a:hover {color: #000000; text-decoration: underline} 
.footer a:active {color: #000000; text-decoration: underline} 

.box {
	border-top: 1px solid #4F705F;
	border-right: 1px solid #4F705F;
	border-bottom: 1px solid #4F705F;
	border-left: 1px solid #4F705F;
}

.boxB {
	border-top: 0px solid #4F705F;
	border-right: 0px solid #4F705F;
	border-bottom: 1px solid #4F705F;
	border-left: 0px solid #4F705F;
}


.boxright {
	border-top: 0px solid #000000;
	border-right: 2px solid #000000;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

.boxrightwhite {
	border-top: 0px solid #000000;
	border-right: 2px solid #FFFFFF;
	border-bottom: 0px solid #000000;
	border-left: 0px solid #000000;
}

.ClientTestimonial {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}


.rule { border: 1px solid #4F705F}

.CSS-rule	{ border-top: #999999 1px solid; background-color: #FFFFFF; color: #FFFFFF; height: 2px; width: 100%; }

.whitetext { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px; color: #FFFFFF ; font-weight: bold}

.mytext2 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 14px; color: #9FA9A8; font-weight: bold}

.description {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight : bold;
	text-align: center;
} 

.FloatLeft {
	float:left;
	margin-right: 15px;
}

.TestimonialRule {
	border-bottom: 2px solid #4F705F;
	padding-bottom: 10px;
}

.ImageLeft {
	float: left;
	margin-right: 15px;
	border: 1px solid #4e6f5c;
	padding: 5px;
}

.ImageRight {
	float: right;
	margin-left: 15px;
	border: 1px solid #4e6f5c;
	padding: 5px;
}



