﻿body {
	text-align:left;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #333333;
	background-color: #ffffff;
}

* {
	margin: 0px;
	padding: 0px;
	position: static !important;
  float: none !important;
  background-image: none !important;
}
div#mainwrap, div#mainwrapIndex {
	width: 300px;
	margin-top: 15px;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}
div#header {
    display: none;
}
div#headerPrint {
    display: none;
}
div#headerMobile {
	display: block;
	width: 300px;
	margin: 0 5px 0 15px;
}
div#contentArea {
	width: 300px;
	margin: 0px auto;
}
div#navColumn {
   display: none;
	 float: right; 
}
div#infoColumn {
    width: 300px;
		float: left;
   	padding: 0 0 23px 0;
}
div#infoShell {
    width: 300px;
    margin: 25px 25px 0 0;
}
div#infoShell.noTextArea {
    margin: 25px 0 0 0;
}
div#tabArea, div.tabArea {
    width: 300px;
		border-bottom: solid 4px #518e40;
}
div#textArea, div.textArea {
    padding: 15px 0 0 0;
    height: 1%;
}
div.textArea {
    padding-bottom: 8px;
}
div#footer {
	height: 40px;
	text-align: left;
	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: 300px;
    float: left;
}
div#highlightRight, div.highlightRight {
    width: 300px;
    float: right;
}
div#textCol1, div#textCol2, div#textCol3 {
    width: 300px;
    float:left;
}
div#textCol4 {
    width: 300px;
    float:left;
}
div.halfColumnLeft {
    width: 300px;
    float: left;
}
div.halfColumnRight {
    width: 300px;
    float: right;
}
div#solutionHead {
    margin: 10px 0 0 0;
    color: #5c707c;
    padding: 0 0 8px 0;
}

/*Homepage divs*/
div#flashArea {
    display: none;
}
div#columnHeader {
	width: 300px;
	margin: 0px;
}
div#columnArea {
	width: 300px;
	background: url(/webimages/bkg_home.gif) repeat-y;
}
div#solutionsCol, div#featuresCol, div#newsCol {
    width: 300px;
    float: left;
}
div#spotlightCol {
	display: none;
}
div#fullSpacer {
    display: none;
}