body  {
	font: 100% Arial, Helvetica, Verdana, sans-serif;
	background: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	/* color: #8c8f8f; */
	color: #4c4f4f; 
	font-size:12px;
	line-height:16px;
}
body a{
	color:#017e78;
	font-weight:bold;
     text-decoration:none; 
	}

body a:hover{
	color:#ef7f3d;
	text-decoration:underline;
	}
	

	h1
	{
	/* #017E78 */
	/* color:#56A9A5; */
	color: #118E88;
	font-size: 20px;
	font-weight:200;
	margin-bottom:15px;
	}

	
h2, #page_title{
font-size: 14px;
margin-top:0px;
}
h3{
font-size: 14px;
font-weight:normal;
margin-top: 5px;
margin-bottom:2px;
}
h4{
font-size: 12px;
font-weight: bold;
}
h5{
font-size: 14px;
font-weight:normal;
color:#017e78;
margin-top: 5px;
margin-bottom:2px;
}
#container {
	width:826px;
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	/*
	border: 10px solid #000000;
	*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#mainContent { 
	margin: 0px 12px;
/*
	margin: 0 24% 0 23.5%; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
}
#flashArea{
clear:both;
float:left;
width: 544px;
height: 340px;
margin: 12px 0px 12px 0px;
background:url(../images/home_hero.gif) left no-repeat;
}
#boxArea{
float:left;
width:256px;
margin: 12px 0px 12px 0px;
}
.boxArea_txt{
font-size:12px;
padding: 33px 26px 0px 22px;
}
.boxArea_txt_2{
font-size:12px;
padding: 24px 26px 0px 22px;
}
.boxArea_txt a{
font-weight:normal;
color:#8c8f8f;
}
#clientViews{
background: url(../images/client_views.gif) left no-repeat;
height:230px;
}
.client_list li{
margin: 0px !important;
}
#latest_news{
background: url(../images/latest_news.gif) left no-repeat;
height:110px;
}
#info{
float:left;
width: 500px;
margin:12px;
text-align:left;
padding-bottom:55px;
}
#info_testimonials{
float:left;
width: 500px;
min-height: 520px;
margin:12px;
text-align:left;
padding-bottom:70px;
}
#info li, #info_testimonials{
margin-bottom:18px;
}
#buyers_container{
float:right;
width:254px;
}

#sidenav
{
float:left;
width:224px;
margin-top: 26px;
}

#sideNavTwo{
	clear:both;
	float:left;
	width:200px;
	color: #8c8f8f;
	margin-top: 26px;
}
.sidenav_title{
font-weight: bold;
color:#888888;
margin-bottom: 2px;
margin-left:-14px;
}
.sidenav_bottom{
float:left;
/*
background: url(../images/sidenav_bottom.jpg) no-repeat;
*/
width: 203px;
height: 6px;
margin: 0px;
padding: 0px;
}
.sidenav_info{
float:left;
background-color: #e4ded6;
border-left: 1px solid #c5beb4;
border-right: 1px solid #c5beb4;
width: 201px;
line-height:22px;
margin: 0px;
padding: 0px;
}
.sidenav_info a{
font-weight: normal;
color: #017e78;
}
.sidenav_info ul{
margin-top: 12px;
list-style:square;
color:#7ecdca;
}
.sidenav_info li{
margin-left:-14px;
}
.sidenav_info ul a:hover{
font-weight: normal;
text-decoration:none;
color:#ef7f3d;
}
.info_left{
	clear:both;
	float:left;
	width:200px;
	color: #8c8f8f;
	margin-top: 26px;
	text-align:center;
}
.output{
	clear:both;
	float:right;
	width:170px;
	margin-left: 30px;
	color: #8c8f8f;
	text-align:center;
	font-size: 11px;
}
.output img{
border: 1px solid #d7d3c7;
}
/*
.selected{
list-style:square;
color: #017e78;
}
*/
.people_container{
clear:both;
float:left;
width:500px;
margin-bottom:20px;
}
.people_name{
float:left;
font-size:14px;
font-weight: bold;
}
.people_pic{
float:left;
clear:both;
width: 170px;
}
.people_info{
width: 330px;
float:left;
}
#footer_container {
	clear:both;
	background:#f1eeea;
	width: 100%;  
	height:25px;
	text-align: left;
	/* position: fixed; */
	bottom: 0;
	padding-top:13px;
	border-top:1px solid #e4e1dd; /* this overrides the text-align: center on the body element. */
	left:0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
} 
	*html #footer_container{
	position: static;
	}
#footer, #footer a {
	width:826px;
	color:#7f7f7e;
	font-size:10px;
	margin: 0 auto;
	font-weight:normal;
} 
#footer a:hover{
color:#ef7f3d;
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.divider{
clear:both;
border-top:1px solid #e4ded6;
width: 500px;
margin:30px 0px;
padding-top:10px;
text-align:right;
}
/*
clear:both;
background-color: #e4ded6;
height:1px;
width: 500px;
margin:30px 0px;
text-align:right;
*/
.quotename{
font-style:italic;
font-size: 11px;
}
th{
background-color: #017e78;
color:#FFFFFF;
border: 1px solid #c2beb3;
}
.table_medium{
background-color: #d6e4e7;
}
td{
border: 1px solid #c2beb3;
background-color: #F7F4F2;
}
.menu_back{
clear:both;
float: right;
margin: 15px 14px 0px 0px !important;
}
#info_oneCol{
clear:both;
padding: 20px;
width: 520px;
text-align:left;
}	