* {padding: 0; margin:0; border:0;}
.clear {clear: both; height: 1px;}
body { 
	background-color: #000000;
	font-family: helvetica, "lucida grande", sans-serif;
	font-size: 11px;
	color: #ffffff;
	letter-spacing: .18em;
	line-height: 1.4em;
	}
/*main container  - wraps everything*/
#container {
	width: 1000px;
	min-height: 571px;
	height: auto;
	margin-top:5px;
}
/* background images per page */
#home #container {
	background: #000 url('../images/bg_home.png') no-repeat fixed;
}
#services #container {
	background: #000 url('../images/bg_services.jpg') no-repeat fixed;
}
#services2 #container {
	background-image: none;
}
#benefits #container {
	background: #000 url('../images/bg_benefits.jpg') no-repeat fixed;
}
#testimonials #container {
	background: #000 url('../images/bg_testimonials.jpg') no-repeat fixed;
}
#contact #container {
	background: #000 url('../images/bg_contact.jpg') no-repeat fixed;
}


/* Top Navigation */

ul.nav {
	list-style-type: none;
	height: 20px;
	background-color: #000000;
	text-align: center;
	background-image: url('../images/c.png');
	background-repeat: no-repeat;
	background-position:top right;
	padding: 20px 50px 10px 0px;
	text-align:right;
}

ul.nav  li {
	display:inline;
	color: #ffffff;	
}
ul.nav li a {
		display:inline;
		padding: 0px 33px 20px 33px;
		color:#fff;
		font-family: helvetica, "lucida grande", sans-serif;
		text-transform: uppercase;
		font-size: 12px;
		text-decoration: none;
		letter-spacing: .18em;
		line-height:normal;
		padding-top: 10px;
}
ul.nav a:hover {
		color: #9d9754;
		background: transparent url('../images/icon_topnavmarker.png') no-repeat 50% 23px;
		text-decoration: none;
}
#home a.home, #services a.services, #services2 a.services, #benefits a.benefits, #testimonials a.testimonials, #contact a.contact {
		color: #9d9754;
		background: transparent url('../images/icon_topnavmarker.png') no-repeat 50% 23px;
}



/* main content area between nav and footer */
#maincontent {
	min-height:470px;
	height:auto;
	clear:both;
	padding-top: 10px;
	margin-bottom: 10px;
}
/* footer */
#footer {
	width: 1000px;
	clear: both;
	
}
/* left side of the page */
#left {
 	margin-left: 100px;
	width: 260px;
}
#left span.name {
	padding-left: 20px;
}
#left span.employer {
	padding-left: 30px;
}
#left img {
	margin-bottom: 10px;
}

/* right side of the page - main body of text */
#content {
	float: right;
	width:520px;
	height: auto;
}

#maincontent ul {
	margin:5px 0 0 0;
	padding: 0;
}
#maincontent ul li {
	list-style-type: none;
	color: #ffffff;	
	padding-bottom: 20px;
}

#maincontent ul li a {
		text-decoration: none;
		color: #9d9754;
		padding: 5px 0 5px 20px;
	}
#maincontent ul li a:hover {
		color: #9d9754;
		background: #000 url('../images/icon_rightmarker.png') no-repeat 0 0;
		text-decoration: none;
}
/* testimonial current page marker */

#maincontent ul li a.current {
		color: #9d9754;
		background: #000 url('../images/icon_rightmarker.png') no-repeat 0 0;
		text-decoration: none;
}


/* text style */
a {
	color: #9d9754;
	text-decoration: none;
}
a.more {
	float:right;
	color: #ffffff;
	background: transparent url('../images/icon_rightmarker.png') no-repeat  right center;
	padding: 5px 20px 5px 0;
	
}
a.more:hover {
	float:right;
	color: #ffffff;
	background: transparent url('../images/icon_rightmarker.png') no-repeat  right center;
	padding: 5px 20px 5px 0;
}
p {
	margin-bottom: 1.4em;
	color: #fff;
}
#footer p {
	text-align:center;
	color: #fff;
	font-size: 11px;
}
.green {
	color: #9d9754;
}
.orange {
	color: #ed6c00;
}
.bigger  {font-size:120%}

a:hover {
	text-decoration: underline;
}
#home h1 {
	position: absolute;
	text-align:center;
	top: 280px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	width: 1000px;
}
#home h1 span {
	padding-left: 80px;
	color: #fff;
	font-size: 14px;
}
h1 {
	color:#9d9754;
	font-size: 11px;
	font-weight:normal;
}
h2 {
	position: absolute;
	text-align:center;
	top: 318px;
	width: 480px;
	color:#fff;
	font-size: 16px;
	font-weight:normal;
	line-height: 1.5em;
}


.addressleft {
	text-align: right;
	float:right;
	margin-right: 10px;
	margin-top: 150px;
}
.addressright {
	float:right;
	margin-right: 70px;
	margin-top: 104px;
}