﻿* { padding: 0; margin: 0; }

body {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 13px;
   background: #F2F2E6;
}
#wrapper { 
 margin:   0 auto;
 width: 922px;
 

}
#header {
 width: 900px;
 color:  White;
 padding:   0px 10px 0px 10px;
 border: 1px solid #ccc;
 height: 238px;
 margin:  10px 0px 0px 0px;
 background: White;
 background-position: center;
  text-align:center;
}
#content { 
 width: 900px;
 color: #333;
 border: 1px solid #ccc;
  background: white;
 margin: 0px 0px 10px 0px;
 padding: 10px;
 height: 100%;
}
.menu
{
 background-color: #11560B;
 color: White;
}
.header_text
{
 color: #11560B;
 font: Arial;
 font-size:large;
 line-height: 60px;
}
.text
{
 color: Black;
 font: Arial;
 font-size:small;
 line-height: 15px;
 text-align:justify;
 padding-left:10px;
 padding-right:10px;
}

.triangles
{
 color: Black;
 font: Arial;
 font-size:small;
 line-height: 15px;
 text-align:center;
}
.services_text
{
 color: #11560B;
 font: Arial;
 font-size:medium;
 line-height: 60px;
}
.bullets_disc
{
	padding-left:20px;
	text-indent:40px;
	list-style-type:disc;
}
.bullets_circle
{
	padding-left:20px;
	text-indent:80px;
	list-style-type:circle;
}
.bullets_square
{
	padding-left:20px;
	text-indent:120px;
	list-style-type:square;
}
.clientele_text
{
 color: #11560B;
 font: Arial;
 font-size:medium;
 line-height: 30px;
}
.bullets_survey_disc
{
	padding-left:20px;
	text-indent:40px;
	list-style-type:disc;
	font-size:medium;
	line-height: 30px;
}
.bullets_survey_square
{
	padding-left:20px;
	text-indent:60px;
	list-style-type:square;	
	font-size:medium;
	line-height: 30px;
}
a
{
 color:Blue;
 text-decoration:underline;
}
.bullets_sue
{
	padding-left:20px;
	color:#11560B;
	text-indent:40px;
	list-style-type:disc;
	font-size:small;
	font-weight:bold;
	line-height: 30px;
}
.bullets_sue_text
{
	
	 color: Black;
	 font: Arial;
	 font-size:small;
	 line-height: 15px;
	 text-align:justify;
	 padding-left:10px;
	 padding-right:10px;
	 margin-left:40px;
}



