/************************* General Reset **************************/
body {
	margin: 0px;
	padding: 0px;
	line-height: 1.6;
	background-color: #FFFFFF;
	behavior:url("csshover3.htc");	/* IE6 fix for hover */
	font-family: georgia, helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #093445;
	font-size: 12px;
/*	letter-spacing: 0.05em;	*/
}

/*************************** Images ******************************/
img {
	float: left;
	display: inline;
	border: none;
}
/*********************** Paragraphs *************************/
p {
	margin: 0;
	padding: 0;
}

/*********************** Anchors & Links *************************/
a, a:hover {
	color: #093445;
	text-decoration: underline;
}
a.basic {
	color: #093445;
	text-decoration: none;
}
a.basic:hover {
	color: #093445;
	text-decoration: underline;
}
a.onState {
	color: #EE5025;
	text-decoration: underline;
}
a.onState:hover {
	color: #EE5025;
	text-decoration: underline;
}
a.learnmore {
	color: #FFFFFF;
	text-decoration: none;
}
/*************************** Input ******************************/
input {
	float: left;
	display: inline;
	margin: 5px 0 5px 19px;
	width: 220px;
}
div.submitbtn {
	background: url(../images/submit-button.gif);
	background-repeat: no-repeat;
}
div.submitbtn:hover {
	background: url(../images/submit-button.gif);
	background-position: 0 -23px;
}

/************************* Header Band ***************************/
div#headerBand {
	float: left;
	display: inline;
	width: 100%;
	background: url(../images/header_background_tile.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
table.maincontent {
	font-size: 11px;
	line-height: 1.6;
	font-family: georgia, helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #093445;
	text-align: left;
}

/*********************** Main Content Band ************************/
div#contentBand {
	float: left;
	display: inline;
	width: 100%;
	background-color: #FFFFFF;
}
div.pageContainer {
	float: left;
	display: inline;
	width: 950px;
	line-height: 1.9;
	height:auto !important;
	min-height: 600px;
	height: 600px;
	background: url(../images/contentBackground.jpg);
	background-repeat: repeat-y;
	margin: 10px 0 20px 0;
}

/*************************** Home Page ****************************/
div.sliderContainer {
	float: left;
	display: inline;
	width: 915px;
	height:auto !important;
	min-height: 289px;
	height: 289px;
	border: 17px solid #DCE9EE;
	background-color: #000000;
}
div.sliderBtns {
	width: 682px;
	float: left;
	display: inline;
	background: url(../images/main_image_footer_bar.gif);
	background-repeat: no-repeat;
	height: 26px;
}
div.sliderBrochure {
	width: 217px;
	float: right;
	display: inline;
	background: url(../images/download_brochure_button.gif);
	background-repeat: no-repeat;
	height: 24px;
	padding: 2px 0 0 15px;
	color: #FFFFFF;
	font-style: italic;
}
div.centerDiv {
	float: left;
	display: inline;
	width: 459px;
	margin: 10px 0 0 18px;
/*	background-color: lightblue;	*/
}
div.divTitle {
	float: left;
	display: inline;
	width: 100%;
	color: #EE5025;
	font-size: 18px;
}
div.divCopy {
	float: left;
	display: inline;
	width: 100%;
	padding: 8px 0;
}
div.rightDiv {
	float: right;
	display: inline;
	width: 251px;
	margin: 19px 0 0 0;
/*	background-color: lightgreen;	*/
}

/*************************** Results ***************************/
div.caseBox {
	float: left;
	display: inline;
	width: 135px;
	height: 165px;
	margin-right: 15px;
	border-right: 1px solid #6E8D96;
}
div.caseText {
	float: left;
	display: inline;
	width: 130px;
}
/*************************** Contact ***************************/
div.contactCopy {
	float: right;
	display: inline;
	width: 249px;
	padding: 2px 0;
	background-color: #C0DDEB;
}

/************************* Footer Band ***************************/
div#footerBand {
	float: left;
	display: inline;
	width: 100%;
	height: 210px;
	background-color: #DCE9EE;
}
table.footerContent {
	font-size: 11px;
	line-height: 1.6;
	font-family: georgia, helvetica, arial, sans-serif, lucida grande, tahoma;
	color: #093445;
	text-align: left;
}
div.footerContainer {
	float: left;
	display: inline;
	border-left: 1px solid #6E8D96;
	width: 250px;
	height: 155px;
	margin-top: 19px;
}
div.footerCopy {
	float: left;
	display: inline;
	width: 210px;
	padding: 8px 0;
	margin: 5px 0 0 20px;
	border-top: 1px solid #6E8D96;
}


/*	Begin Logos For images 815px x 465px */
div#logocontainer {
	display: inline;
	float: left;
	width: 917px;
}
div#logos {
	position: relative;
	width: 915px;
	overflow: hidden;
}
div.logoimages {
	position: relative;
	width: 88000px;
}
div.logoimages img{
	display: block;
	float: left;
}
/*	End Logos */

