body {
	background: #999 url(images/white770bg.gif) repeat-y center;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
}
a:link {
	color: #069;
}
a:visited {
	color: #666;
}
a:hover {
	color: #69c;
}
a:active {
	color: #69c;
}
#header {
	margin: 0;
	padding: 0;
	background: #67889b url(images/m2masthead2.gif) right no-repeat;
}
#wrapper {
	width: 771px;
	margin: 0 auto;
}
#subhead {
	margin: 0;
	padding: 4px 5px 7px 5px;
	background-color: #4e6775;
	border-bottom: 1px solid #fff;
}
#subhead h1 {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;
	color: #ccc;
	text-align: center;
	letter-spacing: 0.15em;
}
#navigation {
	width: 165px;
	float: right;
	margin: 10px 5px 20px 20px;
	padding: 0;
	background-color: #ddd;
}
/* The following is use of the box model hack - needed because the right margin seems to double itself in IE Windows */
#navigation { 
  margin: 10px 5px 20px 20px;
  voice-family: "\"}\""; 
  voice-family:inherit;
  margin: 10px 10px 20px 20px;
}

#navigation ul {
	margin: 10px;
	padding: 0;
	list-style: none;
}
#navigation ul li a {
	display: block;
	margin-bottom: 10px;
	padding: 3px;
	color: #4e6775;
	text-decoration: none;
	border: 1px solid #4e6775;
	background-color: #eee;
	font-size: 90%;
}
/* Fix extra space in IE Win. Hide from IE Mac \*/
* html div#navigation ul li { float: left; height: 1%; }
* html div#navigation ul li a { height: 1%; }
/* End of IE Win Fix */
#navigation ul li a:hover {
	background-color: #4e6775;
	color: #fff;
}
/* Styles to create state-navigation on each page */
body#home #navigation li#navHome a,
body#company #navigation li#navCompany a,
body#services #navigation li#navServices a,
body#people #navigation li#navPeople a,
body#news #navigation li#navNews a,
body#opportunities #navigation li#navOpportunities a,
body#contact #navigation li#navContact a {
	background-color: #4e6775;
	color: #fff;
}


#content {
	background: #fff url(images/welcome.jpg) left top no-repeat;
	margin: 10px;
	padding: 0 180px 10px 180px;
	line-height: 1.6em;
}
#content h2 {
	margin-top: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#content h2#homecallout {
	margin: 0;
	padding: 3px 5px 5px 5px;
	background: #4e6775;
	text-align: center;
	color: #eee;
	font-weight: normal;
	font-size: 20px;
}
#content h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
/* Styles for adding content image unique to each section of the site... */
body#home #content {
	background: #fff url(images/welcome.jpg) left top no-repeat;
}
body#company #content {
	background: #fff url(images/company.jpg) left top no-repeat;
}
body#services #content {
	background: #fff url(images/services.jpg) left top no-repeat;
}
body#people #content {
	background: #fff url(images/people.jpg) left top no-repeat;
}
body#opportunities #content {
	background: #fff url(images/opportunities.jpg) left top no-repeat;
}
body#contact #content {
	background: #fff url(images/contact.jpg) left top no-repeat;
}


#footer {
	border-top: 1px solid #ccc;
	margin: 0;
	padding: 10px;
}
#footer p {
	margin-top: 0;
	font-size: 85%;
}