@charset "UTF-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	text-align:center;
	background:#FFFFFF;
}

#wrapper {
	position:relative;
	text-align:left;
	width:860px;
	margin-right:auto;
	margin-left:auto;
}

#header {
	position:relative;
	width:840px;
	height:70px;
	text-align:center;
	background-color:#666633;
	color:#CCCCCC;
	font:normal 12px 'Stencil';
}

#navigation {
	position:relative;
	float:left;
	margin: 0;
	padding: 0;
}

#navbar {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 740px;
	height: 56px;
	position: relative;
}

#navbar li {
	text-indent: -9000px;	
}

#navbar a {
	display: block;
	position: absolute;
	outline: none;
}

#navbar a:hover {
	background-position: bottom;
}

#navbar .busint {
	position:absolute;
	left:0;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/busintnav.png) no-repeat;	
}

#navbar .consult {
	position:absolute;
	left:94px;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/consultnav.png) no-repeat;	
}

#navbar .research {
	position:absolute;
	left:188px;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/researchnav.png) no-repeat;	
}

#navbar .member {
	position:absolute;
	left:282px;
	top:0px;
	width: 276px;
	height: 56px;
	background:url(../images/membernav.png) no-repeat;	
}

#navbar .subscribe {
	position:absolute;
	left:557px;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/subscribenav.png) no-repeat;	
}

#navbar .about {
	position:absolute;
	left:651px;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/aboutnav.png) no-repeat;	
}

#navbar .home {
	position:absolute;
	left:745px;
	top:0px;
	width: 95px;
	height: 56px;
	background:url(../images/contactnav.png) no-repeat;
}

#missionstate {
	float:left;
	width:830px;
	text-align:left;
	background-color:#666633;
	color:#FFFFFF;
	margin:0;
	padding: 10px 0 10px 10px;
}

#missionstate p {
	background-color:#666633;
	color:#FFFFFF;
	margin:0;
	padding: 0 0 0 10px;
	font-size:14px;		
}

#missionstate h2 {
	padding: 0;
	margin:0;
	font-size:14px;
}

#content {
	float:left;
	width:840px;
	background:#FFFFFF;
}

#mainheadpic {
	float:left;
	width:170px;
	border: 1px solid #000000;
}

#mainhead {
	float:left;
	width: 520px;
}

#menuright {
	float:left;
	width: 139px;  /* 820px total */
	text-align:center;
}

#colwrapper {
	float:left;
	margin-top:5px;
	background-color:#FFFFFF;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}

#subheading h4 {
	float:left;
	width:840px;
	text-align:center;
	color: #FFFFFF;
	background-color: #666633;
}

#colone {
	float:left;
	width:208px;
	font-size: 10px;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

#coltwo {
	float:left;
	width:208px;
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
}

#colthree {
	float:left;
	width:208px;
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
}

#colfour {
	float:left;
	width:208px;
	font-size: 10px;
	border-right: 1px solid #CCCCCC;
}
	
#footer {
	clear:both;
	font-size:80%;
	width:840px;
	text-align:center;
	color:#FFFFFF;
	background-color:#666633;
}

.clear {
	clear:both;
}

.indent {
padding:0 10px 0 10px;
}
