#header #main_nav a {
	width:72px;
	height: 13px;
	text-indent:-9999px;
	background-position:right 0px;
	background-repeat:no-repeat;
	display:block;
	margin-left:12px;
	padding-left:12px;
	border-left: 2px solid #519136;
	float:left;
	overflow:hidden;
}

#header #main_nav a.no_border {
	border:none;
}

#header #main_nav a:hover,
#header #main_nav a.active {
	background-position:right -13px;
}

#header #main_nav a#contact { background-image: url(images/contact-us.gif); width:63px; }
#header #main_nav a#what { background-image: url(images/what-we-do.gif); }
#header #main_nav a#who { background-image: url(images/who-we-are.gif); }

#sub_nav {
	width:710px;
	height:9px;
	overflow:hidden;
	display:block;
	margin:12px 0 6px;
}

#sub_nav a span {
	display:block;
	float:left;
	background-position:0 0;
	background-repeat:no-repeat;
	height:9px;
	overflow:hidden;
	padding-right:1px;
	text-indent: -9999px;
}

#sub_nav.extend_padding a span {
	padding-right:3px;
}

#sub_nav a.vision span { background-image:url(images/vision.gif); width:127px; }
#sub_nav a.vision:hover span { background-position:0 -9px; }
#sub_nav a.vision span.active { width:138px; background-position:0 -18px; }
#sub_nav a.commercial span { background-image:url(images/commercial.gif); width:107px;  }
#sub_nav a.commercial:hover span { background-position:0 -9px; }
#sub_nav a.commercial span.active { width:116px; background-position:0 -18px; }
#sub_nav a.effective span { background-image:url(images/effective.gif); width:105px;  }
#sub_nav a.effective:hover span { background-position:0 -9px; }
#sub_nav a.effective span.active { width:114px; background-position:0 -18px; }
#sub_nav a.stakeholder span { background-image:url(images/stakeholder.gif); width:119px;  }
#sub_nav a.stakeholder:hover span { background-position:0 -9px; }
#sub_nav a.stakeholder span.active { width:130px; background-position:0 -18px; }
#sub_nav a.communication span { background-image:url(images/communication.gif); width:120px }
#sub_nav a.communication:hover span { background-position:0 -9px; }
#sub_nav a.communication span.active { width:131px; background-position:0 -18px; }
#sub_nav a.performance span { background-image:url(images/performance.gif); width:114px; padding-right:0; }
#sub_nav a.performance:hover span { background-position:0 -9px; }
#sub_nav a.performance span.active { width:127px; background-position:0 -18px; }

.add_padding {
	padding:0 15px;
	height:100%;
	position:relative;
	top:0;
}

.add_padding.fix_width {
	width:294px;
}

#body {
	position:relative;
	background: #d3dfc9;
	maring:0;
	padding:0;
	height:468px;
	width:708px;
	overflow:hidden;
}

#body #splash_image {
	position:absolute;
	z-index:0;
}

#body #tagline {
	color:#fff;
	font-size:16pt;
	font-weight:normal;
	padding-bottom:20px;
	margin:0;
	text-align:center;
	width:100%;
	height:40px;
	overflow:visible;
	position:absolute;
	bottom:100px;
	z-index:20;
}

#body #content {
	width:354px;
	height:468px;
	overflow:hidden;
	position:relative;
	float:left;
}

#body #content #scroller {
	position:relative;
	width:354px;
	height:438px;
	overflow:auto;
	margin:15px 0;
}

#body #content #scrollbar {
	width:51px;
	height:468px;
	position:absolute;
	right:0;
	top:0;
}

#body #content #scrollbar a {
	display:block;
	width:51px;
	height:15px;
	overflow:hidden;
	text-align:center;
	padding:15px 0;
}

#body #content #scrollbar a.down {
	position:absolute;
	bottom:0;
}

#body #img {
	width:354px;
	float:left;
}

#body #img img {
	width:100%;
}

#contact_form {
	padding:0;
	margin:0;
	border:none;
	width:320px;
}

#contact_form label {
	display:block;
	margin-top:8px;
	margin-bottom:5px;
	width:100%;
}

#contact_form input,
#contact_form textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	width:100%;
	padding:3px 0;
	margin:0;
}

#contact_form a#submit_form{
	padding:5px 7px;
	display:block;
}

#contact_form textarea {
	height:130px;
}

.title {
	font-size:10pt;
	font-weight:bold;
	margin-bottom:1em;
}

#footer {
	margin: 1.5em 0;
	font-size:9px;
}

#footer a {
	color:#000;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline;
}

.content_links a {
	color:#000;
	text-decoration:none;
}

.content_links a:hover {
	text-decoration:underline;
}