* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	color: #6b6b6b;
	font-size: 12px;
	background: url(images/bg.png) repeat-x top;
	}
	
a { color: #FFF;	text-decoration: none; }	
a:hover { text-decoration: underline;	}	
a img{border: 0;	}	
:focus {	outline: 0;	}
	
ul, li, form, p { margin: 0; padding: 0; }	
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-family: 'Century Gothic','Trebuchet MS', Arial, sans-serif;}

#wrapper {
	width: 840px;
	margin: 0 auto;
	}

/* start header  */
	
.header {
	height: 198px;
	margin-bottom: 25px;
	display: inline;
	float: left;
	width: 100%;
	position: relative;
	}
	
	.logo {
		width: 239px;
		height: 104px;
		float: left;
		display: inline;
		margin-top: 32px;
	}
	
	.logo a {	display: block;}
	.logo span {	display: none;}
	
.menu {
	float: left;
	width: 100%;
	margin: 22px 0 0 10px;
	display: inline;
	}
	
.menu li {
	display: inline-block;	
	float: left;
	height: 40px;
	list-style: none;
	}	
		
.menu li a {
	display: block;
	height: 40px;
	}
	
.menu li a.home {background: url(images/home.png) no-repeat left -80px; width: 78px; }
.menu li a.about_us {background: url(images/about_us.png) no-repeat left -80px; width: 122px; }
.menu li a.capabilites {background: url(images/capabilites.png) no-repeat left -80px; width: 136px; }
.menu li a.projects {background: url(images/projects.png) no-repeat left -80px; width: 108px; }
.menu li a.news {background: url(images/news.png) no-repeat left -80px; width: 80px; }
.menu li a.contact_us {background: url(images/contact_us.png) no-repeat left -80px; width: 127px; }

.menu li a:hover {background-position: left 0px;}
.menu li.active a:hover {background-position: left 0px;}
.menu li.active a {background-position: left -40px;}

.menu li a span {
	display: none;
	}
	
.bios {
	position: absolute;
	font-weight: bold;
	font-size: 14px;
	bottom: 3px;
	right: 32px;
	text-align: center;
}
	
/* end header */ 

/* start container */  

.container {
	clear: both;
	background: url(images/sidebar_bg.png) repeat-y 3px 0;
	}
	
.main_image {
	float: right;
	width: 598px;
	height: auto;
	padding-top: 7px;
	margin-bottom: 10px;
	text-align: center;
	background: #C8C8C7 url(images/mainimg_bg.png) repeat-x left top;
}

.main_image img {
	width: 573px;
	height: auto;
	padding-bottom: 7px;
}
	
.front {
	float: right;
	width: 598px;
	height: 308px;
	padding-top: 7px;
	margin-bottom: 10px;
	text-align: center;
	background: #C8C8C7 url(images/mainimg_bg.png) repeat-x left top;
}

/* start content */ 

.content {
	float: right;
	width: 577px;
	margin-bottom: 15px;
	}

h2 {
	width: 577px;
	padding-bottom: 4px;
	font-size: 34px;
	color: #000;
	text-transform: uppercase;
	background: url(images/h2_bg.png) no-repeat left bottom;
}

.content p {
	padding: 9px 0;
	}
	
.content ul.list {
	float: left;
	width: 190px;
	display: inline;
	margin: 0;
	font-size: 11px;
	list-style-position: inside;
}

.content ul.sec {
	float: left;
	width: 205px;
}

.content ul.third {
	float: left;
	width: 180px;
}

.content .block {
	float: left;
	width: 250px;
	margin: 20px 45px 20px 0;
	/*font-size: 11px;
	font-family: Futura, 'Century Gothic', Arial, sans-serif;*/
}

.content .block img {
	border: 1px solid #404040;
}

.content .block h3, .content .block h3 a {
	font-size: 18px;
	padding-bottom: 9px;
	text-decoration: none;
	color: #000;
}

.content .block p {
	padding: 9px 0 0;
}

.content .bright {
	margin-right: 0;
}
	
h3 {
	width: 246px;
	font-size: 20px;
	padding: 0 0 5px 4px;
	color: #000;
	background: url(images/h3_bg.png) no-repeat right bottom;
}

.content form { 
	float: left;
	margin: 10px 0 25px;
	}
	
.content form div { 
	float: left;
	width: 575px;
	padding: 0;
	}
	
.content .contact_us label { 
	float: left; 
	width: 100px;
	clear: both;
	padding: 7px 0 2px;
	}
	
.content .service label { 
	float: left; 
	width: 190px;
	clear: both;
	padding: 7px 0 2px;
	}
	
.content .service input { 
	width: 300px;
	}
	
.content input, .content textarea  { 
	float: left;
	margin-top: 7px;
	}	
	
.content input.radio { 
	width: 30px;
	margin: 7px 0;
	}
	
.content label.radio { 
	width: 540px;
	float: right;
	padding: 6px 0 0 0;	
	}

.content input.submit { 
	clear: both;
	width: auto;
	padding: 3px;
	margin-top: 8px;
	}
	
.content ul { 
	margin-top: -6px;
	margin-left: 25px;
	}	
	
.content a {
	color: #6b6b6b;
	text-decoration: underline;
}

.content a:hover {
	text-decoration: none;
}	

.person {
	clear: both;
	padding: 25px 0;
}

.name {
	font-weight: bold;
	float: left;
	width: 160px;
	margin:-10px 0 0;
	text-align:center;
}
	
.bio {
	float: right;
	width: 407px;
	margin-left: 10px;
}
	
/* end content */ 	
	
/* start sidebar */ 	

.sidebar {
	float: left;
	width: 238px;
	}

.sidebar .nav li {
	float: left;
	width: 239px;
	height: 47px;
	list-style: none;
	position: relative;
	font-family: 'Century Gothic','Trebuchet MS', Arial, sans-serif;
	background: url(images/left_nav_item_bg.png) no-repeat left top;
	}
	
.sidebar .nav li.active {
	background: url(images/left_nav_item_bg_black.png) no-repeat left top;
	}
	
.sidebar .nav li a {
	height: 33px;
	padding: 14px 0 0 18px;
	display: block;
	color: #767575;
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	}
	
.sidebar .nav li.active a {
	color: #FFF;
	text-decoration: none;
	}
	
.logos {
	padding: 20px 0px 15px 20px;
	vertical-align: middle;
}
.logos-box{
	width:228px;
	text-align:center;
	padding:10px 0;
	float:left;
}
.logos-box img{
	padding:5px 0 10px 0;
}
.sidebar .block {
	float: right;
	width: 228px;
	margin-bottom: 15px;
}

h4 {
	width: 224px;
	font-size: 15px;
	padding: 0 0 7px 0;
	color: #000;
	background: url(images/h4_bg.png) no-repeat right bottom;
}

.sidebar p {
	color: #434343;
	font-size: 14px;
	padding: 6px 14px;
	font-family: Arial, sans-serif;
}

.sidebar p a {
	color: #434343;
	text-decoration: none;
}

.follow p  {
	padding: 10px 10px 11px 5px;
}

.follow p a img {
	margin-bottom: -13px;
	padding-right: 5px;
}

/* end sidebar */ 	
 
.clear {
	clear: both;
	height: 0;
	font-size: 1px;
	}
	
/* end container */  
 
/* start footer */

#footer {
	clear: both;
	height: 71px;
	background: url(images/footer_bg.png) repeat-x left top;
	}
	
	.foot_block {
		width: 840px;
		margin: 0 auto;
		padding: 10px;
		font-size: 10px;
	}
	
	.foot_block .left {
		width: 242px;
		float: left;
		padding-left: 5px;
	}
	
	.foot_block .right {
		width: 578px;
		padding-top: 12px;
		float: right;
	}
	
	.foot_block b {
		font-size: 11px;
	}

	.foot_block a {
		color: #6B6B6B;
		text-decoration: underline;
	}	
	
	.foot_block a:hover {
		text-decoration: none;
	}		
	
/*  end of footer  */
