/* Homepage CSS this is our layout style */

/* our promo graphic controls for lower container image and upper container image */

#promo{
	width:960px;
	float:left;
	height: 316px;
	border-bottom:15px solid #98D621;
	background-repeat: no-repeat;
}
#promo_left{
	width:321px;
	float:left;
	height: 316px;
	background-color: #5A6561;
	background-image: url(../images/PROMO_LEFT.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}
#promo_right{
	float:left;
	height: 316px;
	background-repeat: no-repeat;
}
.promo_txt{
	float: left;
	padding-top: 20px;
	padding-left: 35px;
}

/* Home elements*/
#lowercontainer{
	width:960px;
	height:319px;
	float: left;
	background-color: #596364;
	background-image: url(../images/bkg_lower.jpg);
}
#left_content{
	width:282px;
	height:278px;
	float: left;
	margin-top: 9px;
	text-align: left;
	background-image: url(../images/left_gal.gif);
	background-repeat: no-repeat;
	padding-left: 8px;
	background-position: right;
	margin-bottom: 9px;
}
.right_content{
	width:652px;
	height:282px;
	float: left;
	margin-left: 8px;
	margin-top: 9px;
	background-repeat: no-repeat;
	margin-bottom: 9px;
	background-image: url(../images/right_gal.gif);
	 
}
.imagecontainer{
	float:left;
	padding-left: 24px;
	margin-top: 15px;
}


.QV_header{
	font-family:helvetica;
	font-size:18px;
	font-style: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align: left;
	padding-top: 9px;
	padding-left: 7px;
}

h1 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:28px;
	color:#FFFFFF;
	font-weight: normal;
	text-align: left;
	line-height: 22px;
}
.smltext{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:12px;
	float:left;
	padding-left: 10px;
	padding-top: 15px;
	width: 230px;
}
