/*	Layout -------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	background: #AFAFB0 url(bg.gif) repeat-y center;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
body { 
	overflow: -moz-scrollbars-vertical; 
}
#main {
	width: 800px;
	background: #FFFFFF;
	margin: auto;
	padding: 0px 10px;
	position:relative;
}
#main p {
	margin-top:0
}
#logo {
	width: 147px;
	height: 70px;
	margin: 10px 0px;
}
#navigation {
	height: 38px;
	width: 520px;
	margin: 0px 0px 15px;
}
#heading {
	width: 520px;
	margin: 0px 0px 15px;
}
.singlecol {
	float: left;
	width: 260px;
	margin: 0px;
}
.doublecol {
	float: left;
	width: 520px;
	margin: 0px;
}

.triplecol {
	width: 800px;
}
#main ul {
	margin: 0px;
	list-style: none;
	padding-top: 0px;
	padding-left: 0px;
	line-height: 1.3;
}
#main li {
	padding-left: 12px;
	background: url(bullet-grey.gif) no-repeat;
}
.hidden {
	display:none;
}
/*	Navigation  -------------------------------------- */
#topnav, #bottomnav {
	margin: 0px;
	padding: 0px;
	height: 19px;
	list-style: none;
	display: inline;
	overflow: hidden;
}
#topnav li, #bottomnav li{
	margin: 0px; 
	padding: 0px;
    list-style: none;
	display: inline;
}
#topnav a, #bottomnav a{
	float: left;
	padding: 19px 0px 0px 0px;
	overflow: hidden;
	height: 0px !important; 
	height /**/:19px; /* for IE5/Win only */
}
#topnav a:hover, #bottomnav a:hover {
	background-position: 0 -19px;
}
#nhome a  {
	width: 62px;
	background: url(nav-home.gif) no-repeat left top;
}
#nservices a  {
	width: 86px;
	background: url(nav-services.gif) no-repeat left top;
}
#nbenefits a  {
	width: 81px;
	background: url(nav-benefits.gif) no-repeat left top;
}
#nfaq a  {
	width: 47px;
	background: url(nav-faq.gif) no-repeat left top;
}
#nclienttestimonials a  {
	width: 174px;
	background: url(nav-client-testimonials.gif) no-repeat left top;
}
#nnews a  {
	width: 58px;
	background: url(nav-news.gif) no-repeat left top;
}
#nteam a  {
	width: 88px;
	background: url(nav-the-team.gif) no-repeat left top;
}
#ncareers a  {
	width: 84px;
	background: url(nav-careers.gif) no-repeat left top;
}
#ncontactus a  {
	width: 109px;
	background: url(nav-contactus.gif) no-repeat left top;
}
/*	Links -------------------------------------- */

a:link {
	color: #89C944;
	text-decoration: none;
}
a:visited {
	color: #89C944;
	text-decoration: none;
}
a:active {
	color: #EC008C;
	text-decoration: underline;
}
a:hover {
	color: #EC008C;
	text-decoration: underline;
}
/*	Footer -------------------------------------- */
#footer {
	clear: both;
	height: 20px;
	padding: 15px 0px;
}
#footer a:link {
	color: #89C944;
	text-decoration: none;
}
#footer a:vistited {
	color: #89C944;
	text-decoration: none;
}
#footer a:active {
	color: #EC008C;
	text-decoration: underline;
}
#footer a:hover {
	color: #EC008C;
	text-decoration: none;
}
