@charset "UTF-8";
/* CSS Document */

/* home styles */

#homeColumn {
	width:800px;
	margin: 0px;
}
#homeText h2, #homeText p, .offerHighlight, #special p {
	font-family: Arial, Helvetica, sans-serif;
}
#homeText {
	float:left;
	background-image: url(images/home_main_left.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 314px;
	height:307px;
	background-color: #F1E5C8;
	padding-right: 14px;
	padding-left: 14px;
}
#homeText h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	color: #b5121b;
	font-weight: lighter;
	line-height: 22px;
	margin-top: 22px;
	margin-left: 0px;
}
#homeText h2 {
	font-size: 14px;
	color: #b5121b;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 14px;
	margin-left: 0px;
}
#homeText p {
	font-size: 12px;
	color: #333333;
}
#homeFlash {
	background-color:#fff;
	float:left;
	width:458px;
}
.midBar {
	width:800px;
	height:20px;
	background-image: url(images/home_mid_ruler.gif);
	float: left;
}
#homeBtmColumn {
	width:800px;
	float:left;
	background-color: #fff;
}
#newsBox {
	width: 342px;
	background-color: #CEAA7A;
	float: left;
}
#newsFlash {
	width:322px;
	background-color: #E4E5E6;
	float: right;
}
.nFlash { /* add bottom space to line-up with the right column */
	padding-bottom:12px;
}
#homeBtmColumn h1 {
	font-size: 24px;
	margin-top: 0px;
	margin-left: 20px;
	margin-bottom: 0px;
}
#homeBtmColumn h2 {
	font-size: 16px;
	font-variant: small-caps;
	text-align: right;
	margin-top: 5px;
	margin-right: 14px;
	margin-bottom: 5px;
}
#logos {
	background-image: url(images/home_right_fill.jpg);
	width:98px;
	height:206px;
	float:left;
	background-repeat: repeat-x;
	background-position: top;
	text-align: center;
}
#special {
	width:360px;
	background-color: #fff;
	float: left;
}
.offerHighlight {
	font-size: 13px;
	color: #b5121b;
	font-weight: bold;
	padding-left:20px;
	margin-top:10px;
}
#special p {
	font-size: 11px;
	width:320px;
	padding-left:20px;
	margin-top:7px;
}