@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, Arial,  sans-serif;
	font-size: 0.8em;
	background: #453136;
	margin: 0 0 40 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: #000000;
}
#header {
	width: 950px;
	height: 183px;
	background: #FFFFFF;
	padding: 0;
	}
#container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	height: auto;
	background: #FFFFFF;
	margin: 30px auto 10px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 10px;
}
#mainContent {
	width: 680px;
	padding: 65px 0px 0px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	background-color: #453136;
	padding: 0px;
	height: 100px;
	width: 965px;
	margin: 0px auto 20px;
	border:thin;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	color: #FFFFFF;
	text-align: left;
}
#mainContent p {
	font-size: 1.1em;
	margin-top: 0;
}
#mainContent h1 {
    font-size: 2.3em;
	color: #429539;
	font-weight: lighter;
	margin-bottom: 3px;
}
#mainContent h2 {
	font-size: 1.7em;
	color: #8e8889;
	font-weight: lighter;
}
#mainContent h3 {
	color: #429538;
	font-weight: lighter;
	font-size: 1.2em;
	margin-bottom: 10px;
}
#mainContent #contactGraphic {
	margin: 20px auto 400px;
}
#mainContent   .clientsBodyText {
	font-size: 1.2em;
	color: #8e8889;
	line-height: 2.33em;
	font-weight: lighter;
}
#mainContent  .servicesBlurbText {
	color: #8e8889;
	line-height: 2em;
	font-weight: lighter;
	font-size: 1.1em;
	margin-bottom: 45px;
}
#mainContent  .teamBodyText {
	color: #8e8889;
	line-height: 2.20em;
	font-weight: lighter;
	font-size: 1em;
	margin-top: 0px;
}
#mainContent .servicesBodyText {
	color: #8e8889;
	line-height: 2em;
	font-weight: lighter;
	font-size: 1em;
}
#mainContent .termsBodyText {
	color: #8e8889;
	line-height: 2em;
	font-weight: lighter;
	font-size: 1em;
}
.photoTeam {
	margin-right: 15px;
	margin-bottom: 0em;
	margin-top: 6px;
}
.clientListWrapper {
	margin-right: auto;
	margin-left: auto;
	width: 500px;
	margin-top: 40px;
}
.clientListWrapper  .clientList {
	width: 250px;
	color: #8e8889;
	font-size: 1.2em;
	line-height: 1.69em;
}
.clientListWrapper  ul {
	list-style-image: url(images/general/bullet.gif);
	margin-left: 0px;
	padding-left: 30px;
	list-style-position: outside;
}



/*Styles for nav menu*/

#navContainer {
	width: 950px;
	height: 43px;
	margin: 0x; 
}
.menutext {
	display:block;
	position:absolute;
	left:-4000px;
}
.navitem, .navitem_on {
	float:left;
	padding-right:2px;
	background-repeat: no-repeat;
	background-color:#ffffff;
}
.navitem a, .navitem_on a {
	display:block;
	height:24px;
	width:152px;
	background-repeat: no-repeat;
}
.navitem, .navitem a {
	background-position: 0 0;	
}
.navitem a:hover     {
	background-position: 0px -43px;
}
.navitem_on a:hover {
	background-position: 0px -43px;
}
.navitem_on a {
	background-position: 0px -43px;
}

#navContainer ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
#nav_leftSpace, #li_leftSpace {
	background-image: url(images/nav/leftSpace.gif);
	height: 43px;
	width: 340px;
	padding: 0px;
	margin: 0px;
}
#nav_team, #li_team {
	background-image: url(images/nav/team.gif);
	width: 69px;
	padding: 0px;
	margin: 0px;
	height: 43px;
}
#nav_services, #li_services {
	background-image: url(images/nav/services.gif);
	width: 97px;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
#nav_clients, #li_clients {
	background-image: url(images/nav/clients.gif);
	width: 88px;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
#nav_contact, #li_contact {
	background-image: url(images/nav/contact.gif);
	width: 91px;
	padding: 0px;
	margin: 0px;
	height: 43px;
}
#nav_resources, #li_resources {
	background-image: url(images/nav/resources.gif);
	width: 109px;
	padding: 0px;
	margin: 0px;
	height: 43px;
}
#nav_home, #li_home {
	background-image: url(images/nav/home.gif);
	width: 64px;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
#nav_rightSpace, #li_rightSpace {
	background-image: url(images/nav/rightSpace.gif);
	width: 92px;
	margin: 0px;
	padding: 0px;
	height: 43px;
}
.menu_on {
	background-position: 0px -43px !important;
}
#footer a {
	color: #FFFFFF;
}

