/* CSS Document */

body{
	background-color: #487d78;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #2d2d2d;
	}
	
a{	
	color: #285b57;
	text-decoration: underline;
	}
	
a:hover{
	color: #8ec11f;;
	text-decoration: none;
	}	
	
H1{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 22px;
	line-height: 26px;
	color: #487d78;
	font-weight: normal;
	letter-spacing: 0.03em;
	}
	
H2{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 22px;
	color: #285b57;
	letter-spacing: 0.1em;
	font-weight: normal;
	}
	
H3{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 16px;
	line-height: 22px;
	color: #666633;
	font-weight: normal;
	letter-spacing: 0.03em;
	}
	
ul li ul li{
	list-style-image:url(images/bullet_line.gif);
	}
		
#shadow-left{
	background-image:url(images/shadow_left.jpg);
	background-repeat:repeat-y;
	width: 14px;
	}
	
#shadow-right{
	background-image:url(images/shadow_right.jpg);
	background-repeat:repeat-y;
	width: 14px;
	}
	
#document{
	background-color: #ffffff;
	width: 873px;
	text-align: left;
	}
	
#header{
	border-left: 5px solid #ffffff;
	border-right: 5px solid #ffffff;
	border-top: 5px solid #ffffff;
	border-bottom: 20px solid #ffffff;
	width: 863px;
	}
	
#olive{
	width: 44px;
	height: 165px;
	background-color: #a1b97b;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	}
	
#tagline{
	width: 303px;
	height: 165px;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	}
	
#image{
	width: 506px;
	height: 165px;
	border-bottom: 5px solid #ffffff;
	}
	
#light-green{
	width: 44px;
	background-color: #eaf0e2;
	border-right: 5px solid #ffffff;
	border-left: 5px solid #ffffff;
	border-bottom: 5px solid #ffffff;
	}
	
#center{
	width: 508px;
	border-right: 1px dashed #c7c7c7;
	border-left: 26px solid #ffffff;
	border-top: 17px solid #ffffff;
	border-bottom: 30px solid #ffffff;
	padding: 16px 38px 25px 0px;
	}
	
#right{
	border-right: 20px solid #ffffff;
	border-left: 20px solid #ffffff;
	border-top: 33px solid #ffffff;
	border-bottom: 38px solid #ffffff;
	width: 269px;
	}
	
#callout-quote{
	background-color: #d4e2e1;
	width: 269px;
	margin-top: 25px;
	}
	
#client-testimonials{
	width: 269px;
	}


#footer{
	font-size: 10px;
	}
	
.subheadline{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #ff9900;
	font-weight: bold;
	}

a.links{
	line-height: 22px;
	}
	
.linksOn{
	line-height: 22px;
	color: #041c4c;
	font-weight: bold;
	}
	
.quote{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	font-style: italic;
	padding: 0px 15px 0px 15px;
	}
	
.credentials{
	padding: 0px 15px 0px 15px;
	}
	
.testimonial{
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: 0.03em;
	font-style: italic;
	}
	
.clients{
	font-style: italic;
	color: #666633;	
	}
	
.callout-right{
	float: right;
	background-color: #e7ebdf;
	border: 1px solid #d6dccb;
	margin: 10px 0px 10px 10px;
	padding: 9px 9px 9px 9px;
	font-size: 10px;
	line-height: 16px;
	}
	
.callout-left{
	float: left;
	background-color: #e7ebdf;
	border: 1px solid #d6dccb;
	margin: 10px 10px 10px 0px;
	padding: 9px 9px 9px 9px;
	font-size: 10px;
	line-height: 16px;
	}
	

