@import url("reset.css");

html, 
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	background: #d5d6d5 url("../img/body-bg.jpg") repeat-x top;
	color: #535353;
	font-size: 87.5%; /* Base font size: 14px */
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.429;
	text-align: left;
}

h2 {
	font-size: 24px;
	font-weight: normal;
	color: #027e3f;
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	font-weight: normal;
	color: #027e3f;
	margin-bottom: 10px;
}

a {
	outline: 0;
}

a img {
	border: 0px;
	text-decoration: none;
}

a,
a:link, 
a:visited {
	color: #027e3f;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

p {
	margin-bottom: 1.143em;
	font-size: 12px;
}

ul {
	margin-left: 20px;
	margin-bottom: 1.4em;
}

li {
	font-size: 12px;
	color: #027E3F;
}

li span {
	color: #535353;
}

strong, b {
	font-weight: bold;
	font-size: 18px;
}

em, i {
	font-style: italic;
	font-size: 14px;
}

blockquote, 
cite, 
q {
	font-style: italic;
}

input, textarea {
	color: #939393;
	font-size: 1em;
	font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
	line-height: 1.429em;
	padding: .429em;
}

hr {
	clear: both;
	border: 0;
	height: 1px;
	color: #CCC;
	margin: 0;
	padding: 0;
}

header, #content, footer {
	width: 960px;
	margin: 0 auto;
	position: relative;
}

header {
	margin-top: 2em;
	height: 463px;
	background: url("../img/header-home.jpg") no-repeat bottom;
}

#testimonials header {
	height: auto;
	background: none;
}

header h1 {
	width: 100%;
	height: 99px;
	display: block;
	background: url("../img/header-logo.jpg") no-repeat;
}

header a, 
header a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
	background: none;
}

header nav ul {
	height: 34px;
	margin: 0;
	padding: 0;
}

header nav ul li {
	display: block;
	float: left;
	width: 227px;
	height: 34px;
	background: url("../img/header-nav.gif") no-repeat left top;
}

header nav #home-btn {
	width: 52px;
}

#home header nav #home-btn, 
header nav #home-btn:hover {
	background-position: left bottom;
}

header nav #testimonials-btn {
	background-position: -52px 0;
}

#testimonials header nav #testimonials-btn, 
header nav #testimonials-btn:hover {
	background-position: -52px -34px;
}

header nav #capabilities-btn {
	background-position: -279px 0;
	width: 228px;
}

#capabilities header nav #capabilities-btn, 
header nav #capabilities-btn:hover {
	background-position: -279px -34px;
}

header nav #employment-btn {
	background-position: -507px 0;
}

#employment header nav #employment-btn, 
header nav #employment-btn:hover {
	background-position: -507px -34px;
}

header nav #contact-btn {
	background-position: right top;
	width: 226px;
}

#contact header nav #contact-btn, 
header nav #contact-btn:hover {
	background-position: right bottom;
}

#content {
	background: url("../img/content-bg.jpg") repeat-y;
}

#testimonials #content {
	background: url("../img/testimonials-bg.jpg") repeat-y;
	padding: 6px 0;
}

section {
	float: left;
	width: 320px;
	padding: 28px 0 28px 28px;
}

#contact section {
	float: right;
	padding: 28px 28px 28px 0;
	width: 416px;
}

#capabilities header {
	height: 275px;
}

#capabilities section {
	float: left;
	width: 670px;
}

#testimonials section {
	float: none;
	width: auto;
	display: block;
	clear: both;
	padding: 18px 255px 18px 52px;
	background: url("../img/testimonial-bg.jpg") repeat-y;
	margin: 4px 0;
}

#testimonials section img {
	float: left;
}

#testimonials section h2, 
#testimonials section p, 
#testimonials section blockquote {
	margin-left: 293px;
}

#testimonials section blockquote p {
	margin-left: 0;
	font-style: normal;
}

aside {
	float: right;
	width: 227px;
}

aside a img {
	box-shadow: 3px 3px 5px #666;
	-moz-box-shadow: 3px 3px 5px #666;
	-webkit-box-shadow: 3px 3px 5px #666;
}

#home aside, 
#contact aside, 
#capabilities aside {
	background: url("../img/sidebar-logo.jpg") no-repeat top;
	padding-top: 200px;
}

.column {
	width: 46%;
	float: left;
	clear: none;
}

footer {
	clear: both;
	padding: 1em 0 2.5em 0;
	font-size: 0.8em;
	background: url("../img/footer-logo.gif") no-repeat right 3px;
}

footer a, footer a:link, footer a:visited {
	float: right;
	clear: none;
	margin-right: 37px;
	color: #999;
}

/* tabbed content */

.tabs {  
	margin:0 !important; 
	padding:0;
	height:30px;
	border-bottom:1px solid #666;	 	
}

.tabs li {  
	float:left;	 
	padding:0; 
	margin:0;  
	list-style-type:none;	
}

.tabs a { 
	float:left;
	font-size:13px;
	display:block;
	padding:5px 20px;	
	text-decoration:none;
	border:1px solid #666;	
	border-bottom:0px;
	height:18px;
	background-color:#ddd;
	color:#777;
	margin-right:2px;
	position:relative;
	top:1px;	
	outline:0;
	border-radius:4px 4px 0 0;	
	-webkit-border-radius:4px 4px 0 0;	
	-moz-border-radius:4px 4px 0 0;	
}

.tabs a:hover {
	background-color:#ccc;
	color:#333;
}

.tabs a.current {
	background-color:#efefef;
	border-bottom:1px solid #efefef;	
	color:#000;	
	cursor:default;
}

.panes div {
	display:none;
	border:1px solid #666;
	border-width:0 1px 1px 1px;
	min-height:150px;
	padding:15px 20px;
	background-color:#efefef;	
}

#home.no-columns section {
	padding: 28px;
	width: 670px;
}

#home.no-columns section li {
	padding-top: 5px;
	padding-bottom: 5px;
}


