body {
	background-image: url('../_images/body-bg.jpg');
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	background-position: center top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	width: 993px;
	margin: 0 auto 0 auto;
}

#header-index {
	background-image: url('../_images/header.jpg');
	width: 100%;
	height: 248px;
}

#header-objectives {
	background-image: url('../_images/header-objectives.jpg');
	width: 100%;
	height: 248px;
}

#header-solutions {
	background-image: url('../_images/header-solutions.jpg');
	width: 100%;
	height: 248px;
}

#header-services {
	background-image: url('../_images/header-services.jpg');
	width: 100%;
	height: 248px;
}

#header-clients {
	background-image: url('../_images/header-clients.jpg');
	width: 100%;
	height: 248px;
}

#header-contact {
	background-image: url('../_images/header-contact.jpg');
	width: 100%;
	height: 248px;
}

#content {
	width: 100%;
}

#main {
	width: 606px;
	float: left;
	margin-left: 40px;
}

#main strong {
	color: #DDDDDD;
	font-size: 14pt;	
}

#main-header {
	width: 100%;
	height: 76px;
	background-image: url('../_images/main-heading-bg.jpg');
	margin-bottom: 32px;
}

#main-heading {
	position: relative;
	top: 58px;
	left: 10px;
}

#sidebar {
	width: 252px;
	float: right;
	margin-right: 40px;
}

#side-header {
	width: 100%;
	height: 76px;
	background-image: url('../_images/sidebar-heading-bg.jpg');
	margin-bottom: 35px;
}

#side-heading {
	position: relative;
	margin-top: 61px;
	left: 10px;
}

.linkimage {
	margin-bottom: 0;
}

.main-copy {
	padding: 0 10px 0 10px;
	line-height: 20px;
}

#desc {
	margin-top: 40px;
}

.desc-box {
	background-image: url('../_images/desc-bg.jpg');
	background-position: bottom;
	height: 232px;
	width: 171px;
	float: left;
}

.desc-box p {
	padding-left: 15px;
	padding-right: 15px;
	color: #334e78;
	line-height: 14pt;
}

.desc-arrow {
	background-image: url('../_images/arrow.gif');
	background-position: center center;
	background-repeat: no-repeat;
	width: 42px;
	height: 232px;
	float: left;
}

#footer {
	width: 915px;
	height: 56px;
	background-image: url('../_images/footerbg.gif');
	background-position: bottom;
	background-repeat: no-repeat;
	clear: both;
	margin: 0 auto 0 auto;
	padding-top: 20px;
}

#logo { 
	float: left; 
	width: 173px;
}

/* Menu Styles */

#menu { 
	list-style: none;
	padding-left: 0;
	padding-top: 0;
	float: right;
	margin: 0;
}

#menu li { margin-top: 0; float: left;}

#menu li a { text-decoration: none;}

#menu li div{	
	height: 75px;
	width: 100px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: bottom;
	text-indent: -2000px;
}

#menu li #home {
	background-image: url('../_images/objectives.png');
	margin-left: 0;
}

#menu li #home:hover, #menu li #home.selected {
	background-image: url('../_images/objectives-hover.png');
	background-color: #8aabd0;
}

#menu li #where {
	background-image: url('../_images/solutions.png');
}

#menu li #where:hover, #menu li #where.selected {
	background-image: url('../_images/solutions-hover.png');
	background-color: #6e95ba;
}

#menu li #what {
	background-image: url('../_images/expertise.png');
}

#menu li #what:hover, #menu li #what.selected {
	background-image: url('../_images/expertise-hover.png');
	background-color: #5680ac;
}

#menu li #client {
	background-image: url('../_images/clients.png');
}

#menu li #client:hover, #menu li #client.selected {
	background-image: url('../_images/clients-hover.png');
	background-color: #3b618d;
}

#menu li #contact {
	background-image: url('../_images/contact.png');
}

#menu li #contact:hover, #menu li #contact.selected {
	background-image: url('../_images/contact-hover.png');
	background-color: #334e78;
}

/*end menu styles */

#sub-menu {
	width: 305px;
	height: 247px;
	background-image: url('../_images/menu-bg.png');

	margin-left: 100px;
	padding-top: 20px;
}

#sub-menu ul {
	margin-top: 0;
	padding-left: 25px;
	list-style: none;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 10pt;
}

#sub-menu ul li{
	margin-top: 5px;
	color: white;
}

#sub-menu ul li ul li{
	margin-top: 0;
}

#sub-menu a {
	color: white;
	text-decoration: none;
}

h1 {
	display: inline;
	margin-top: 0;
	line-height: 135px;
	vertical-align: bottom;
	margin-left: 10px;
	color: white;
}

h2 {
	display: inline;
	margin-top: 0;
	line-height: 139px;
	vertical-align: bottom;
	margin-left: 8px;
	color: white;
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}




