@import url('header.css');
@import url('callout.css');
@import url('sections.css');
@import url('forms.css');
@import url('footer.css');


/* Overall Site Styles */

* {
	margin: 0;
	padding: 0;
}

BODY {
	background-color: #EEF3F9;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-family: Verdana, 'Lucida Grande', arial, sans-serif;
	font-size: 13px;
}

H1, H2, H3, H4, DT, BLOCKQUOTE, CITE {
	font-family: 'Trebuchet MS', 'Trebuchet', sans-serif;
	font-weight: normal;
	color: #269;
}

H4 { 
  font-size: 12pt; 
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 0px !important;
  }
  
a:link, a:visited {
	color: #269;
}

EM {
	background-color: #FFC;
	padding: 1px 3px;
	font-style: normal;
}

/* Classes */

.small {
	font-size: .9em;
}

.center {
	text-align: center;
	margin: 0 auto;
}

.screenImg {
	margin: 0 !important;
	margin-bottom: 15px !important;
	padding: 0 0 0 0 !important;
	text-align: center !important;
}

.screenImg IMG {
	border: 1px solid #269;
	width: 165px !important;
	height: 165px !important;
	}  

.screenLabel {
	text-align: center;
	font-size: 11px;
	margin: 5px 0 10px !important;
}

.blue {
	color: #058 !important;
}

.large {
	font-size: 1.1em;
}

.lessmargin {
	margin-bottom: 10px !important;
}

.button {
	display: table;
	margin: 0 auto !important;
	padding: 0 !important;
	font-size: 14px !important;
	height: 38px;
	background-position: top left;
	filter: progid:DXImageTransform.Microsoft.alphaImageLoader(src="/www/images/buttonleft.png", sizingMethod="crop");
}

P[class=button] {
	background: url("/www/images/buttonleft.png") left top no-repeat transparent;
}

.button a {
	display: block;
	color: white !important;
	text-decoration: none;
	text-align: center;
	padding: 7px 15px 7px 8px;
	margin-left: 7px;
	height: 24px;
	background-position: top right;
	filter: progid:DXImageTransform.Microsoft.alphaImageLoader(src="/www/images/buttonright.png", sizingMethod="scale");
}

P[class=button] a {
	background: url("/www/images/buttonright.png") right top no-repeat transparent;
}

.fleft {
	float: left;
}

.cleft {
	clear: left;
}

.fright {
	float: right;
}

.cright {
	clear: right;
}

/* Primary Column */

DIV#divPage {
	border-top: 5px solid #058;
	background-color: #FFF;
	color: #333;
	width: 766px;
	margin: 0 auto;
	text-align: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
	
}

DIV#FeaturesChecklist H2 {
  height: 32px !important;
  }
  
DIV.TwoColumnContainer, DIV.ThreeColumnContainer {
  width: 100%;
  clear: both;
  margin-bottom: 20px;
  }
  
DIV.TwoColumnContainer DIV.Left {
  width: 44%;
  margin-right: 4%;
  float: left;
  }

DIV.TwoColumnContainer DIV.Right {
  width: 44%;
  margin-left: 4%;
  float: left;
  }

DIV.ThreeColumnContainer DIV.Left {
  width: 31%;
  margin-right: 2%;
  float: left;
  }

DIV.ThreeColumnContainer DIV.Middle {
  width: 31%;
  margin-left: 0%;
  float: left;
  }

DIV.ThreeColumnContainer DIV.Right {
  width: 31%;
  margin-left: 0%;
  float: left;
  }

DIV#divSitemap DIV {
  width: 43%;
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  }

DIV#divSitemap DIV UL {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px;
  }
  
DIV#divSitemap DIV H2 {
  margin-top: 20px;
  margin-bottom: 20px;
  }
  
UL.CheckList LI {
  background-image: url(/www/images/icons/green-check.png) !important;
  padding-left: 25px !important;
  }
    
BR { clear: both; }
HR { display: none; }
B { color: #269; }

a			{ color: #006EC6; }
}
a:hover {
	background-color: #transparent !important;
	
	}

a.clear {color: #000}
a.clear:hover {background-color: transparent; }

/*****************************
* PNG Fix for Internet Explorer transparency flaw 
*****************************/

IMG {
	behavior: url("/www/scripts/iepngfix.htc")
}
tagIndented {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

