﻿body {
	text-align:center;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color: #ffffff;
}

* {
	margin: 0px;
	padding: 0px;
}
div#mainwrap {
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: solid 1px #cccccc;
	background: url(/webimages/bkg_main.gif) repeat-y;
}
div#mainwrapIndex {
	width: 960px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	border: solid 1px #cccccc;
}
div#header {
    width: 960px;
    height: 102px;
    margin-right: auto;
    margin-left: auto;
    background: url(/webimages/bkg_header.gif) no-repeat;
}
div#headerPrint {
    display: none;
}
div#headerMobile {
	display: none;
}
#home_link {
	border-width: 0;
	float: left;
	margin-left: 25px;
	margin-top: 20px;	
}
#utilityNav {
    float: right;
    margin: 10px 3px 0 0;
    width: 358px;
    color: #333333;
    text-decoration: none;
    text-align: right;
}
div#dropMenu {
	float:right;
	margin: 10px 0 0 0;
	width: 960px;
	height: 28px;
	background: #dee2e5 url(/webimages/bkg_top_nav.gif) repeat-x;
}
div#contentArea {
	width: 960px;
	margin: 0px auto;
	height: 500px; /* For IE */
   	min-height: 500px; /* IE ignores this property */
	background: url(/webimages/bkg_nav_webbing.gif) no-repeat bottom left;
}
html>body div#contentArea { /* IE ignores this block as it doesn't understand the selector */
   height: auto; /* Reset the height for good browsers */
}
div#navColumn {
   width: 193px;
   float: left;
   background: #dee2e5 url(/webimages/bkg_nav.gif) repeat-x; 
}
div#infoColumn {
    width: 764px;
    float: right;
   	background: url(/webimages/bkg_text.jpg) repeat-x;
   	padding: 0 0 23px 0;
}
div#infoShell {
    width: 715px;
    margin: 0 25px 0 24px;
}
div#infoShell.noTextArea {
    margin: 36px 0 0 24px;
}
div#tabArea, div.tabArea {
    border-bottom: solid 4px #518e40;
}
div#textArea, div.textArea {
    padding: 15px 0 0 0;
    background: url(/webimages/bkg_text.jpg) repeat-x;
    height: 1%;
}
div.textAreaMap {
    padding: 15px 0 0 0;
    background: url(/webimages/bkg_map.jpg) no-repeat;
    height: 430px;
}
div.textArea, div.textAreaMap {
    padding-bottom: 8px;
}
div#footer {
	width: 960px;
	height: 20px;
	text-align: right;
	border-top: solid 3px #ffffff;
	border-bottom: solid 5px #000000;
	background-color: #5c707c;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1px;
}
.clearfix {
	display: block;
}
/* Ends Hide */
/*Divs for various sections*/
div#infoLeft, div.infoLeft {
    width: 474px;
    float: left;
}
div#highlightRight, div.highlightRight {
    width: 224px;
    float: right;
}
div#textCol1, div#textCol2, div#textCol3 {
    width: 179px;
    float:left;
}
div#textCol4 {
    width: 178px;
    float:left;
}
div.threeColumns {
	float: left;
	width: 238px;
}
div.halfColumnLeft {
    width: 357px;
    float: left;
}
div.halfColumnRight {
    width: 357px;
    float: right;
}
div#solutionHead {
    margin: 10px 0 0 24px;
    color: #5c707c;
    padding: 0 0 0 9px;
    background: url(/webimages/tab_divider_green.gif) repeat-y;
}

/*Homepage divs*/
div#flashArea {
    width: 960px;
}
div#columnHeader {
	width: 960px;
	margin: 0px;
}
div#columnArea {
	width: 960px;
	margin: 0px auto;
	background: url(/webimages/bkg_home.gif) repeat-y;
}
div#solutionsCol, div#spotlightCol {
    width: 250px;
    float: left; 
}
div#spotlightCol img{
    /*float: right;*/
}

div#featuresCol, div#newsCol {
    width: 230px;
    float: left;
}
div#fullSpacer {
    height: 5px;
}
