@charset "UTF-8";
body {
	background-image: url(images/gradientBg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: px; /*for IE*/
}
.container {
	position: absolute;
	left: 50%;
	width: 910px;
	margin-left: -455px;
	z-index: 2;
	top: 10px;
	background-image: url(images/bgShadow.png);
	background-repeat: repeat-y;
}
.header {
	text-align: center;
	padding: 10px;
	background-image: url(images/header.png);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
}
#behindPic {
	width: 100%;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
	right: 0px;
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 486px;
}
.picScroll {
	float: left;
	width: 349px;
	height: 149px;
	background-image: url(images/lineBg.gif);
	background-repeat: repeat-y;
	background-position: right;
	border-bottom-width: 1px;
}
.logoBox {
	float: left;
	width: 560px;
	background-image: url(images/dotLine.png);
	background-repeat: repeat-x;
	background-position: bottom;
	height: 150px;
}
.logoBoxBottom {
	float: left;
	width: 560px;
	height: 150px;
}
.copyBox {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(images/bottomGradient.png);
	background-repeat: repeat-x;
}
.paddingRight30px {
	padding-right: 20px;
}
.whiteGradient {
	background-image: url(images/whiteGradient.png);
	background-repeat: repeat-y;
	background-position: right;
}
.subHeader {
	padding:5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	background-image: url(images/1px50white.png);
}
.descriptionText2 {
	float: right;
	width: 170px;
	padding-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-right: 5px;
	height: 140px;
	color: #09C;
}
.leftFloat {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09C;
}
.blueText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #09C;
	text-align: center;
}
.paddingImg {
	padding-top: 5px;
}
