@import "reset.css";
/*~~~~~( body / universal )~~~~~~*/
body {
	text-align: center;
	color: #555;
	font: 80% "trebuchet ms", verdana, arial, helvetica, sans-serif;
	line-height:1.4em;
	background:#ACD22B;
}
/*~~~~~( Main Page Layout )~~~~~~*/
.inner {
	width:892px;
	text-align:left;
	margin:0 auto;
}
#headerStrip {
	background:#FFF url(../img/header.gif) repeat-x bottom;
	overflow:hidden;
	border-top:2px solid #E7E7E7;
	min-width:892px;
}
	#headerStrip div {
		background:url(../img/right.gif) no-repeat right bottom;
	}
		#headerStrip h1 {
			width:892px;
			text-align:left;
			margin:0 auto;
			padding:26px 0;
			position:relative;
		}
		#headerStrip h1 span {
			position:absolute;
			right:150px;
			top:48px;
			font-size:18px;
			color:#B5DF33;
			font-weight:normal;
		}
		#headerStrip ul {
			display:block;
			overflow:hidden;
			width:892px;
			text-align:left;
			margin:0 auto;
			height:42px;
			overflow:hidden;
		}
			#headerStrip ul li {
				display:inline;
			}
				#headerStrip ul li a {
					display:block;
					float:left;
					height:42px;
				}
					#headerStrip ul li a:hover, #headerStrip ul li a:focus, #headerStrip ul li.active a {
						background-position:0 -42px !important;
					}
					#headerStrip ul li a span {
						padding-top:42px;
						display:block;
					}
				#headerStrip li#home a {
					background:url(../img/nav/home.gif) no-repeat left top;
					width:82px;
				}
				#headerStrip li#company a {
					background:url(../img/nav/company.gif) no-repeat left top;
					width:110px;
				}
				#headerStrip li#cap a {
					background:url(../img/nav/cap.gif) no-repeat left top;
					width:130px;
				}
				#headerStrip li#cert a {
					background:url(../img/nav/cert.gif) no-repeat left top;
					width:143px;
				}
				#headerStrip li#clients a {
					background:url(../img/nav/clients.gif) no-repeat left top;
					width:92px;
				}
				#headerStrip li#contact a {
					background:url(../img/nav/contact.gif) no-repeat left top;
					width:99px;
				}
#content {
	padding:32px 0 16px;
	background:#F3F4EE url(../img/content.gif) repeat-x top;
}
.mainContent {
	float:left;
	width:538px;
}
	.mainContent h2 {
		border-bottom:1px dotted #9FCF2F;
		padding:10px 0 6px;
	}
.subContent {
	float:right;
	width:322px;
}
	.subContent .services {
		background:#C4E45F url(../img/services.jpg) repeat-y;
	}
		.subContent .services div {
			background:url(../img/services_bottom.jpg) no-repeat bottom;
		}
		.subContent .services div div {
			background:url(../img/services_top.jpg) no-repeat top;
			padding:6px 14px 6px 12px;
		}
		.subContent .services h2 {
			color:#667722;
			background:url(../img/services_top.jpg) no-repeat top;
			margin:0;
			padding:4px 0 6px 0;
			border-bottom:1px dotted #9FCF2F;
		}
		.subContent .services ul {
			color:#5E6D1F !important;
			list-style:none outside !important;
			padding:6px 0 6px 0 !important;
			margin:0 !important;
		}
		.subContent .services li {
			padding:3px 0 3px 24px !important;
			background:url(../img/bullet.gif) no-repeat left;
			margin:0 !important;
		}
		.subContent .services ul li a, #footerStrip a {
			color:#5E6D1F !important; 
		}  
#footerStrip {
	background:#ACD22B url(../img/footer.jpg) repeat-x top;
	color:#667722;
	padding:40px 0 32px;
}
/*~~~~~( Anchors )~~~~~~*/
a {
	text-decoration:underline;
	color:#2BABE1;
}
a:hover, a:focus {
	text-decoration:none
}
/*~~~~~( Text )~~~~~~*/
strong {
	font-weight:bold;
}
small {
	font-size:0.8em;
}
em {
	font-style:italic;
}
#content p {
	font-size:1em;
	line-height: 1.6em;
	margin: 0 0 16px 0;
}
h1,h2,h3,h4 {
	font-weight: bold;
}
h1 {
	font-size: 1.5em;
	margin: 0 0 10px 0;
}
h2 {
	font-size: 1.3em;
	margin: 0 0 10px 0;
	line-height:1.3em;
	color:#555;
}
h3 {
	font-size: 1.2em;
	margin: 1em 0em 0.8em 0em;
	color:#555;
}
h4 {
	font-size: 1em;
	margin: 1em 0em 0.8em 0em;
	color:#555;
}
/*~~~~~( LISTS )~~~~~~*/
.mainContent ul {
	margin-bottom:12px;
	line-height: 1.6em;
	list-style:disc inside;
	padding-left:32px;
}
.mainContent ol {
	margin-bottom:12px;
	line-height: 1.6em;
	list-style:decimal inside;
	padding-left:32px;
}

/*~~~~~( Float clearing: clearfix/peusdo method )~~~~~~*/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/*~~~~~~( Client list )~~~~~~*/
.clientFooter {
  clear: left;
}
.client img, .client .placeholder {
  float: left;
  margin: 0px 10px 5px 0px;
  border: 1px solid #ccc;
  padding: 2px;
  height: 100px;
  width: 100px;
}
