*	{margin: 0; padding: 0}
body	{
    color: #000;
    font: 0.8em/18px GillSans, Calibri, Trebuchet, sans-serif; 
    background-color: #ccc8b8;
}

a {
	text-decoration: none; 
	color: #5c9111; /*#8cc63f;*/
}

a.reverse {
	text-decoration: none; 
	color: #000;
}

a:hover	{
	text-decoration: underline; 
}

h1, h2, h3		{
	font-family: GillSans, Trebuchet, Calibri, sans-serif;
	padding: 5px 0;
	color: #8cc63f;
	font-weight: normal;
}

h1 {
	font-size: 2em;
}

h2		{
	font-size: 1.3em;
}

h2.faqHd		{
	font-size: 1.3em;
	margin: 10px 0 0 0;
}

h3 {
	font-size: 1.1em;
}
p		{
	padding: 5px 0;
}


#wrapper {
	width: 959px;
	margin: 0 auto;
	padding: 10px;
	background-color: #fff;
}

#wrapper img {border:none;
}

#header {
	width: 100%;
	float: left;
}
#logo {
	padding-left: 3px;
	margin: 0px 0 0 69px;
	float: left;
}
#phone {
	float: left;
	margin-left: 50px;
}
/* contact box */
/* set the image to use and establish the lower-right position */ 
.cssbox, .cssbox_body, .cssbox_head, .cssbox_head h2 { 
	background: transparent url(../images/roundboxgreen.gif) no-repeat bottom right; 
} 

.cssbox { 
	width: 180px !important; /* intended total box width - padding-right(next) */ 
	width: 185px; /* IE Win = width - padding */ 
	padding-right: 15px; /* the gap on the right edge of the image (not content padding) */ 
	margin: 20px 0 0 7px; /* use to position the box */ 
} 

/* set the top-right image */ 
.cssbox_head { 
	background-position: top right; 
	margin-right: -15px; /* pull the right image over on top of border */ 
	padding-right: 20px; /* right-image-gap + right-inside padding */ 
} 

/* set the top-left image */ 
.cssbox_head h2, .cssbox_head p  { 
	background-position: top left; 
	margin: 0; /* reset main site styles*/ 
	border: 0; /* ditto */ 
	padding: 3px 0 0px 3px; /* padding-left = image gap + interior padding ... no padding-right */ 
	height: auto !important; 
	height: 1%; /* IE Holly Hack */ 
	color: #fff;
	font-size: 2em;
} 

/* set the lower-left corner image */ 
.cssbox_body { 
	background-position: bottom left; 
	margin-right: 25px; /* interior-padding right */ 
	padding: 15px 0 5px 40px;  mirror .cssbox_head right/left */ 
} 

.cssbox_head p { 
	font-size: 1em;
	color: #000;
	line-height: 14px;
	padding-top: 5px;
} 

.cssbox_head p.title { 
	color: #fff;
	padding-bottom: 0px;
}
.cssbox a {
	color: #000;
}
.cssbox a:hover {
	color: #8cc63f;
	background: #000;
	text-decoration: none;
}

/*====== content ======*/
#mainPane {
	float: left;
	margin: 0;
}

#splashPic {
	float: left;
	margin-top: 0px;
}

#mainContent {
	margin: 21px 0 0px 69px;
	padding: 0 0px 5px 3px;
	border-bottom: 1px solid #dddee0;
}

#mainContent p {
	font: 1em;
}

#mainContent p.news {
	border-bottom: 1px solid #dddee0;
	font-size: 90%;
}

#mainContent p.emphasis {
	font-style: italic;
}

#mainContent ul {
	margin-left: 13px;
}

#mainContent li.faq {
	list-style-type: none;
}

#mainContent li.faqA {
	list-style-type: none;
	font-weight: bold;
	margin-bottom: 10px;
}
#mainContent img.inline {
	float: right;
	border-right: 0;
	
}

/* frame for services */
#strip {
	float: left;
	height: 220px; 
	overflow: auto; 
	margin-top: 10px;
	border: 1px solid #000;
}
#strip a {
	background-color: #000;
	float: left;
	margin: 5px 10px;
	
}
#strip a:hover {
	color: #000;
	background-color: #8cc63f;
}

#strip ul {
	margin:0; 
	padding:0; 
	list-style: none; 
}

#strip ul li {
	color: #000;
}

#strip img {
	border-right: 1px solid #000;
}

#strip img.inline {
	float: right;
	border-right: 0;
}
* html #strip ul li {
	display: inline; zoom: 1; 
	padding:0 5px; 
	color: #94777F; 
	background:#DFE3CF; 	
	border-bottom:1px solid #888; 
	vertical-align:top;
}

.stripShow {
	width: 596px;
	border-bottom: 2px solid #8cc63f; 
	float: left;
}

.stripShow img {
	float: left;
	margin-bottom: 5px;
}

.stripShow h2 {
	margin-left: 10px;
	float: left;
}

.stripShow p {
	float: left;
	width: 371px;
	margin-left: 10px;
	padding-right: 5px;
}

table.clients {
	border-collapse: collapse;
}

table.clients td {
	border: 1px solid #ddd;
	padding: 10px;
	width: 250px;
	text-align: center;
	vertical-align: top;
}
table.clients p.quote {
	font-style: italic;
}
/*====== market segments ======*/
#segmentPanel { 
	margin: 0px 0 0 69px;
}

#segmentPanel li h2 { 
	padding-bottom: 5px;
}

#segmentPanel p {
	line-height: 16px;
}

#segmentPanel ul { 
	list-style-type: none; 
	margin-top: 5px;
}

#segmentPanel li {
	float: left;
	min-height: 261px;
	padding-left: 3px;
	margin-right: 38px;
}
#segmentPanel li.homemid { 
	/*border-right: 1px solid #000;
	border-left: 1px solid #000;*/
	margin: 0 0px 0 32px;
	padding-right: 2px;
}
#segmentPanel li.last { /* content for other than home page */
	margin: 0;
	padding-left: 0px;
}



#mainNav {
	float: left;
	margin: 0px 0px 0 0px;	
	line-height: 30px;
	color: #000;
	padding-left: 0px;
}
#mainNav ol  {
	margin: 44px 0 0px 48px;
	padding-left: 3px;
}

#mainNav li {
	color: #a7a9ac; 
	font-size: 2em;
	border-top: 1px solid #dddee0;
	padding-left: 3px;
	padding-bottom: 5px; 
	list-style: decimal-leading-zero;
}
#mainNav li span {
	font-size: .6em;
	color: #231f20;
}

#mainNav li.last {
	border-bottom: 1px solid #dddee0;
}

#mainNav ol ul {
	margin: -5px 0 5px 0;
}

#mainNav ol ul li {
	list-style-type: none;
	font-size: 1.2em;
	border: 0;
	color: #231f20;	
	line-height: 20px;
	padding-bottom: 5px;
}

/*#mainNav a {
	text-decoration: none; 
	color: #000;
	background: 0;
}

#mainNav a:hover {
	background-color: #8cc63f;
}
*/
#mainNav li a.currentlink {
	color: #8cc63f;
	background-color: #000;
}



/* ====== grid ======
/* create grid 14 cols of 62px with 7px gutters
/* ==========================================*/
.columnContainer {
	padding-top: 0px;
	margin-top: 14px;
	overflow: auto;
}
.column {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	width: 62px;
}
.columnLB {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	border-left: 1px solid #afda00;
	
}
.columnRB {
	float: left;
	margin-right: 0px;
	margin-bottom: 0px;
	border-right: 1px solid #99cc00;
}
.spanTwo { /* span x column ie 2 * 62 + 7 = 155px */
	width: 155px;
}
.spanTwoHalf {
	width: 169px;
}
.spanThree {
	width: 200px;
}
.spanSegmentMid {
	width: 198px;
}
.spanFour {
	width: 207px;
}
.spanFive {
	width: 338px;
}
.spanSix {
	width: 407px;
}
.spanSeven {
	width: 476px;
}
.spanEight {
	width: 545px;
}
.spanNine {
	width: 614px;
}
.spanTen {
	width: 683px;
}
.spanEleven {
	width: 752px;
}
.spanTwelve {
	width: 821px;
}
.spanThirteen {
	width: 890px;
}
.spanFourteen {
	width: 959px;
}
 

/*=========== PAGE ELEMENTS ===============*/
#breadcrumbs {
	width: 801px;
	margin: 2px 0 -12px 5px;
}
#breadcrumbs p {
	padding: 2px;margin: 0;color: #000;
}
#breadcrumbs a {
	color: #000;
}
/* panel headers */
.hdr span	{
	height: 15px;
	padding-bottom: 9px;
	margin-bottom: -17px;
}


/*========== FORM ELEMENTS ==========*/
#form {
	background:#fff;
	float:left;
}
.labelcell  { 
	color: #fff; 
	border-bottom: 1px solid #afda00;
}
.labelcelllong  { 
	color: white; 
	border-bottom: 1px solid #afda00;
}
.fieldcell  { 
	color: #162030; 
	background-color: #eee; 
	text-align: right; 
	font-size: 95%;
	/*border: 1px solid #afda00;*/
} 
.fieldcell input {
	 width: 300px;
} 
.fieldcell textarea {
	 width: 300px;
}
.dropcell  { 
	color: #000; 
	background-color: #eee; 
	text-align: right; 
} 
.checkcell {
	 background-color: #eee;
	 color: #000;
	 text-align: center;
} 
.dropcell input {
	 width: 180px;
} 
.button {
	 background-color: #afda00;
	 color: #102132;
	 margin: 5px 0;
}

#preload img /* preload backgrounds to stop flicker esp in IE */
{
height: 0; width: 0; border-width: 0;
position: absolute;
bottom: 0;
left: 0;
z-index: -30;
}

/*====== Google Maps ======*/
#mapBox	{
	width: 400px;
	height: 289px;
	float: left;
}
#directions	{
	overflow:auto;
	color: #fff;
}

/*====== utility stuff ======*/
.clearFix:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.cb {
	clear: both;
	display: block;
	font: 1px/0px serif;
	content: ".";
	height: 0;
	visibility: hidden;
}

.whtBgd	{
	background: #fff;
}
.bioImg	{
	background: #162030;
	padding: 0px;
	margin: 0px;
}
.ht289	{
	height: 289px;
}
.ht300	{
	height: 289px;
}
.ht160	{
	height: 160px;
}
.ht135	{
	height: 135px;
}
.ht79	{
	height: 79px;
}

/*====== debugging stuff ======*/
#grid {
		background: pink url(../images/grid959.png) repeat-y;
		z-index: 1000;
		width: 959px;
}
