/* CSS Document */

body {
	background-color: #EAECEB;
	font-family: tahoma, arial, verdana;
	font-size: 11px;
	color: #fff;
	margin: 0px;
	padding: 0px;
}

#page {
	width: 914px;
	overflow: auto;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(images/bgHeader.jpg);
	background-repeat: repeat-x;
	position: relative;
	width: 914px;
	float: left;
}

#logo {
	margin-left: 50px;
	float: left;
	padding: 20px 0px 40px;
	width: 205px;
}

#links {
	position: absolute;
	right: 80px;
	bottom: 0px;
	float: left;
}

#links ul {
	margin: 0px;
	padding: 0px;
}

#links li {
	display: block;
	float: left;
	width: 108px;
	padding: 10px 0px;
	text-align: center;
	list-style-type: none;
	background-image: url(images/btLinks.jpg);
	background-repeat: no-repeat;
	margin-left: 1px;
}

#links li A{
	color: #478383;
	text-decoration: none;
}

#banner {
	float: left;
	background-image: url(images/imgBanner.jpg);
	background-repeat: repeat-x;
	width: 914px;
	height: 335px;
	position: relative;
}

#bannerContent {
	float: left;
	width: 550px;
	margin-left: 450px;
	margin-top: 65px;
}

#bannerContent ul {
	margin: 0px;
	padding: 0px;
	margin-top: 8px;
}

#bannerContent li {
	display: block;
	padding: 9px 0px;
	color: #C95643;
	padding-left: 30px;
	background-image: url(images/chkMark.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style-type: none;
	margin-bottom: 0px;
}

#paraText {
	width: 766px;
	position: absolute;
	float: left;
	top: 230px;
	left: 75px;
}

#paraText .top {
	width: 766px;
	height: 13px;
	background-image:url(images/paraTextTop.png);
	background-repeat: no-repeat;
	float: left;
}

#paraText .middle {
	width: 766px;
	background-image:url(images/paraTextMiddle.png);
	background-repeat: repeat-y;
	float: left;
	color: #414141;
}

#paraText .text {
	width: 740px;
	float: left;
	padding: 10px;
}

.text P {
	margin-top: 8px;
	margin-bottom: 8px;
}

#paraText .bottom {
	width: 766px;
	height: 13px;
	float: left;
	background-image:url(images/paraTextBottom.png);
	background-repeat: no-repeat;
	background-position: top left;
}


#bottomBand {
	background-image: url(images/bgBottomBand.jpg);
	background-position: bottom left;
	background-repeat: repeat-x;
	width: 914px;
	float: left;
	padding-top: 50px;
	padding-bottom: 20px;
	min-height: 200px;
	background-color: #248DA2;
}

#bottomBand A {
	color: #1FD2FD;
	text-decoration: underline;
}

#bottomBand ul {
	margin: 0px;
	padding: 0px;
}

#bottomBand li {
	background-image: url(images/bulletBottomBand.png);
	background-repeat: no-repeat;
	background-position: 0 .5em;
	list-style-type: none;
	padding-left: 12px;
	margin-top: 10px;
}

#bottomBandLeft, #bottomBandRight {
	width: 340px;
	height: 163px;
	float: left;
	margin-top: 50px;
	
}

#bottomBandLeft {
	margin-left: 100px;
	background-image: url(images/bottomSeparater.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#bottomBandRight {
	margin-left: 60px;
}


#productLeft, #productRight {
	width: 340px;
	height: 163px;
	float: left;
	margin-top: 30px;
	
}

#productLeft {
	margin-left: 100px;
	background-image: url(images/bottomSeparater.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#productRight {
	margin-left: 60px;
}



.bottomBandTextCol {
	float: left;
	width: 180px;
}

.bottomBandImg {
	float: left;
	margin-left: 5px;
	width: 150px;
	padding: 8px 0px;
}

#bottomBandTextBlockWhole {
	margin-left: 100px;
	width: 740px;
	float: left;
	margin-top: 20px;
}

#bottomBandTextBlockWhole .leftCol {
	width: 340px;
	padding: 0px 10px;
	float: left;
}

#bottomBandTextBlockWhole .rightCol {
	width: 340px;
	float: left;
	padding-top: 50px;
}

#bottomBandTextBlockWhole .leftCol h2 {
	padding: 14px 0px;
	font-size: 22px;
}

#footer {
	background-image: url(images/bgFooter.gif);
	background-repeat: repeat-x;
	padding: 10px 0px;
	font-size: 10px;
	color: #464646;
	float: left;
	width: 914px;
}

#footer .col {
	display: block;
	float: left;
	width: 456px;
	text-align: center;
}

.col A {
	color: #464646;
	text-decoration: none;
}

h2 {
	margin: 0px;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

#tblContact {
	border: 4px double #0D5E7B;
}

#tblContact td {
/*	border-top: 1px solid #2B7788;*/
	border-bottom: 1px solid #0D5E7B;
}

