/* FRONT PAGE CSS */

#content {
	position: relative;
}

#contentBody {
	border-left: none;
	border-right: none;
	min-height: auto;
	padding-bottom: 0px;
	width: auto;
}

#pageBanner img {
	vertical-align: top;
}

.columns {
	width: 988px;
	background-image: url("../../images/frontImages/lowerTierBack.png");
	background-repeat: no-repeat;
	height: 205px;
	
}
.productColumn {
	float: left;
	height: 205px;
	min-width: 248px;
	padding-bottom: 15px;
	padding-left: 14px;
	position: relative;
	width: 248px;
}

.productColumnMid {
	float: left;
	height: 205px;
	min-width: 248px;
	padding-bottom: 15px;
	padding-left: 14px;
	position: relative;
	width: 248px;
}

.productColumnMidRight {
	float: left;
	height: 205px;
	min-width: 248px;
	padding-bottom: 15px;
	padding-left: 4px;
	position: relative;
	width: 248px;
}

#flashPosition {
	z-index: -999;
}

.productColumnLast {
	float: right;
	height: 205px;
	min-width: 230px;
	padding-bottom: 15px;
	padding-left: 16px;
	position: relative;
	width: 230px;
}

.productColumnLeft {
	width: 228px;
	float: left;
	height: 205px;
	min-width: 228px;
	padding-bottom: 15px;
	position: relative;
}

.iconHeader {
	text-align: center;
	height: 63px;
}

.iconHeader img {
	text-align: center;
	vertical-align: middle;
}

.title {
	color: #003366;
	font-size: 16px;
	font-weight: bold;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.textContent {
	color: #333;
	font-size: 13px;
	padding-left: 10px;
	padding-right: 5px;
	padding-top: 5px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
}

.jumpLink {
	bottom: 25px;
	font-size: 10px;
	font-weight: bold;
	left: 16px;
	position: absolute;
}

/* QUOTE FORM */

.miniQuote {
	color: #555555;
	left: 758px;
	position: absolute;
	top: 20px;
}
/*
.miniQuoteContent, .miniQuoteBottomSection {
	background-image: url("/assets/images/miniQuote/miniQuoteBGTrans.png");
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	width: 195px;
}

.miniQuoteSeparator {
	display: none;
}
*/a {
	color: #003366;
	text-decoration: none;
}

