body{
	padding:0px;
	margin:0px;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.3;
	color: #555;
	xbackground:white url("/images/graph_tile.jpg") repeat scroll center top;
	background-color:black;
}
a{
	color:#10a010;
	font-weight:bold;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
	color:#356732;
}
h2{
	margin:0px;
	padding:0px;
	padding:0.5px 0px 0em 0px;
	font-size:18px;
}
h3{
	margin:0px;
	padding:0.5px 0px 0px 0px;
	font-size:14px;
}
h4{
	margin:0px;
	padding:0px;
	font-size:1em;
	font-weight:bold;
}
p{
	margin:0px;
	padding:0.5px 0px 1em 0px;
}
ul{
	margin:0px;
	padding:10px 0px 10px 30px;
}
blockquote{
	background:transparent url(/images/openquote.gif) no-repeat scroll 5px 5px;
	font-family:Georgia,Times,serif;
	font-size: 1.1em;
	font-style:italic;
	margin:0px;
	padding:20px 40px;
	overflow:hidden;
}
blockquote address{
	float:right;
	font-style:normal;
	font-weight:bold;
	font-family: Helvetica, Verdana, Arial, sans-serif;
}
#container{
	width:1000px;
	margin:10px auto;
	border:2px solid #ddd;
	background:#595959 url("/images/content_bg.jpg") repeat-x scroll 0px 245px;
}
#header{
	height:245px;
	overflow:hidden;
	background-color:#32602f;
}
#main-nav{
	padding:0px;
	margin:0px auto;
	position:relative;
	top:-24px;
	width:720px;
}
#main-nav li{
	margin:0px;
	padding:0px;
	display:block;
	font-size:12px;
	line-height:16px;
	float:left;
	text-align:center;
	list-style:none;
	width: 12.2%; /* ((100% / [# of links])-0.1) */
	border-left:1px solid #698c66;
}
#main-nav li:hover{
	background-color:#356531;
	font-weight:bold;
}
#main-nav li.last{
	border-right:1px solid #698c66;
}
/* link growing effect. Might be good if animated
	#main-nav:hover li{
		width:11.2%;  (80% / ([# of links] - 1)) 
	}
	#main-nav li:hover{
		background-color:#356531;
		width: 20%;
	}
*/
#main-nav a:active{
	font-size:12px;
	color:#9c8;
}
#main-nav li a{
	display:block;
	font-weight:normal;
	width:100%;
	height:100%;
	color:#fff;
	text-decoration:none;
}
#main-nav li a:hover{
	font-weight:bold;
}
#content-container{
	width:787px;
	padding-bottom:64px;
	margin:20px auto 0px auto;
	background: transparent url("/images/mainbox_bottom.png") scroll no-repeat bottom left;
}
h1{
	font-family:georgia, "trebuchet MS", times, serif;
	margin:0px;
	padding:0px 35px;
	color:white;
	line-height:42px;
	font-size:25px;
	font-weight:normal;
	width:787px;
	height:64px;
	text-transform:uppercase;
	background: transparent url("/images/mainbox_top.png") scroll no-repeat top left;
}
#content{
	padding:0px 60px;
	background: transparent url("/images/mainbox_mid.png") scroll repeat-y top left;
}
#footer{
	position:relative;
	top:-20px;
	text-align:center;
	color:#888;
}


/* MISSION PAGE */
/*
#mission #container{
	background: #fff;
}
#mission #content-container{
	background: #fff;
	width:auto;
	margin-left:40px;
}
#mission #footer{
	margin:0px 20px;
	color:#bbb;
	border-top-color:#bbb;
}
*/
#mission-image{
	margin-left:-130px;
	margin-top:-10px;
}

/* CLIENTS PAGE */
#clients-list{
	margin:0px;
	padding:0px;
	font-size:18px;
	overflow:hidden;
}
#clients-list li{
	list-style:none;
	margin-bottom:10px;
	width:50%;
	float:left;
}