* {
	padding: 0;
	margin: 0;
}
body {
	text-align: center;
	background: #5c6322;
	background: #d8dda8;
}
ul {
	list-style-type: none;
	margin: 1px 0 0 28px;
}
img {
	border: 0;
}
.contentheading {
	font-size: 22px;
}
a:link {
	color: #8eb528;
}
a:active {
	color: #8eb528;
}
a:visited {
	color: #8eb528;
}
a:hover {
	text-decoration: none;
	color: #5b6525;
}
#container {
	width: 916px;
	background: #ffffff;
	margin: 0 auto;
	font: 15px Arial, Helvetica, sans-serif;
	color: #667429;
	text-align: left;
}
#top {
	background: #fff url(../img/header.jpg) 0px 0px no-repeat;
	width: 100%;
	height:140px;
	clear: both;
	padding: 0px 0 0px 0;
	margin-bottom:16px;
}
#logo {
	float: left;
}
#slogan {
	float: right;
	background: url(../img/slogan.gif) no-repeat;
	width: 442px;
	height: 34px;
	margin: 47px 0 0 0;
}
#content {
	background: #f9ffe5;
	border: 1px solid #8eb528;
	padding: 0 15px 15px 15px;
	margin: 8px;
	width: 605px;
	float: left;
}

#quote-box {
	text-shadow: 0px -1px 0px #8EB528;
	width: 243px;
	margin: 15px 0 0 0;
}
#quote-box em {
	font-size: 0.8em;
	line-height: 0.25em;
}
.quote-top {
	background: url(../img/quote-top.gif) no-repeat;
	width: 266px;
	height: 31px;
}
.quote-bottom {
	background: url(../img/quote-bottom.gif) no-repeat;
	width: 266px;
	height: 31px;
}






.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
.clearfix {
	display: inline-block; /* Fixes IE/Mac */
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/* ////////////////////////////////////

Critical Link
main style sheet
2009-09-17 Kobot Industries

Site Color Values:



grid stuff:


/////////////////////////////////// */

/* -------------------------------------------------------------
/ Container and general definitions
/* ------------------------------------------------------------- */

/* -------------------------------------------------------------
/ Typography
/* ------------------------------------------------------------- */

body {
	font-size: 14px;
	font-family: Helvetica, sans-serif;
}

h2 {
	font-size: 2em; /* 28px */ line-height: 1.5em; /* 42px */ margin-top: 0.35em;
	margin-bottom: 0em;
	color: #91b62a;
}

h3 {
	font-size: 1.5143em; /* 24px */ line-height: 1.55em; /* 42px */ margin-top: 0.875em;
	margin-bottom: 0em;
}

h4 {
	font-size: 1.2714em; /* 22px */ line-height: 1.2091em; /* 42px */ margin-top: 0.9545em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid #667429;
}

h5 {
	font-size: 1.4286em; /* 20px */ line-height: 1.05em; /* 21px */ margin-top: 1.05em;
	margin-bottom: 0em;
}

h6 {
	font-size: 1.2857em; /* 18px */ line-height: 1.1667em; /* 21px */ margin-top: 1.1667em;
	margin-bottom: 0em;
}


#container #top h1 {
	margin: 0;
	height: 140px;
	width: 385px;
	text-indent: -9999px;
	float: left;
	background: url(/img/logo.jpg) no-repeat;
}

#container #top h1 a {
height: 140px;
width: 385px;
	display: block;
	outline:none;
}

#container #top #slogan h2{
	display:none;
}

p, ul, blockquote, pre, td, th, label {
	margin: 0;
	font-size: 1em;
	line-height: 1.5em;
	margin-bottom: 1.5em;
}

li {
	list-style: disc outside;
	margin: 0 0 10px 15px;
	line-height: 1.2em;
}

/* Navigation */
#menu-container {
	width: 250px;
	float: right;
	margin: 5px 10px 0 0;
}
#menu-container ul {
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
}
#menu-container li {
	margin: 0 0 0 15px;
	width: 230px;
	list-style: none;
}
#menu-container li a {
	display: block;
	padding: 8px;
	background: #8eb528;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	width: 100%;
	border-bottom: 1px solid #adc962;
	text-shadow: 0px -1px 0px #63801c;
}
html>body #menu-container li a {
	width: auto;
}
#menu-container li a:hover {
	background-color: #d1e36c;
	font-weight: bold;
	color: #667429;
	padding: 8px;
	text-shadow: 0px 1px 0px #e5e5ee;
}

#footer-links {
	text-align: center;
	margin: 20px 0;
}
#footer-links ul li {
	display: inline;
	list-style: none;
	margin-right: 0 20px 0 0;
	padding-right: 20px;
}

#quote-middle {
	width: 210px;
	margin: 0 auto;
	color: #fff;
	margin-left: 15px;
	padding: 10px;
	background: #ADC962;
}
#quote-middle p {
	line-height: 1.2em;
}

#services-box {
	background: #f9ffe5;
	border: 1px solid #8eb528;
	padding: 15px 15px 7px 15px;
	margin: 8px;
	width: 289px;
	float: left;
	height: 178px;
}
#services-box h3 {
	font-size: 20px;
	margin: 0;
}
#services-box li {
	list-style-image: url(../img/bullet-link.gif);
	list-style-position: inside;
	font-size: 12px;
	line-height: 12px;
	margin: 0;
}
.scope {
	background: url(../img/scope-services.gif) no-repeat;
	width: 175px;
	height: 26px;
}
#image {
	width: 308px;
	height: 222px;
	float: left;
	margin: 7px 0 0 0;
}

.clients li {
	margin-bottom: 0;
}

.idTabs li {
	display: inline;
	margin: 0;
	margin-right: 10px;
	list-style-type: none;
}

.img_right {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

.col_300 {
	float: left;
	width: 280px;
	margin-right: 20px;
}
.smaller {
	font-size: 0.8em;
}
.clientquotes p{
	font-size:0.8em;
}
.clientquotes p em{
	font-size:1.2em;
}
.clr {
	clear: both;
}

