/* MAIN FONT & BG COLOR
============================ */

body {
	color: #FFFFFF;
	background: #ffffff;
	font: 0.6em/1.5em Verdana, Geneva, Tahoma, "Trebuchet MS", Arial, Sans-serif;
}
.first {font-weight:bold;}
p.home{padding-top:70px;
}
#innerscroll p.client{margin-left:50px;
}
/* PRIMARY LINK COLORS
=============================== */
a {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #999900;
	text-decoration: none;
}

/* HEADINGS H1-H6 
======================== */

h1 {
	
}
.topbarH {
	background: url(../images/wewant.jpg) no-repeat;
	width: 257px;
	height: 22px;
	margin-top: 175px;
}
.topbarH h1 {
	position: relative;
	
	padding: 0px;
	margin: 0px;
}

.topbarH {
	position: relative;
	width: 100%;
}
.topbarH h1 span a  {
	float:left;
	height: 22px;
	width: 257px;
	text-decoration:none;
	text-indent:-9999px;
}


h2 {
	color: #2E69BF;
	font-weight: bold;
	line-height: 1.9em;
	font-size: 1.4em;
}

h3 {
	color: #2E69BF;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1.1em;
}

h4 {
	color: #666;
	font-weight: bold;
	line-height: 1.7em;
	font-size: 1.1em;
}

h5 {
	color: #666;
	font-weight: bold;
	line-height: 1.4em;
	font-size: 1.1em;
}

h6 {
	color: #666;
	font-weight: bold;
	line-height: 1.3em;
	font-size: 1em;
}



/* CODE  */
pre {
	background: #F6F6F6;
	border: 1px dashed #999999;
	color: #000;
	display: block;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	white-space: normal;
}


/* left top NAV
===================== */
#leftnav {
	
	color: #FFFFFF;
	padding-bottom: 17px;
}

#leftnav a {
	color: #fff;
	text-decoration: none;
}

/* TOP NAV HOVER COLOR  */
div#leftnav  a:hover,
div#leftnav  a.sfhover /* IE */ {
	color: #939340;
}

/* TOP NAV ACTIVE COLOR  */
div#nav li.active a {
	color: #999900;
}

/* Mid Nav
========================*/
div#midnav {}

/* CONTENT MAIN BG 
=======================*/


#wrap {
	z-index: 100;
}

#main-body ul {
	list-style:disc;
	margin-left: 20px;
}
#midnav{
	
}

.greenpar{
	color: #999900;
}

/* FOOTER
===========================*/

#footer {
	font: 0.9em/1.2em Arial, Helvetica, sans-serif;
	text-align:right;
	color: #999999;
}
#footer p{
	text-align:right;
	color: #999999;
}


/* Misc
============ */
