/*CSS Document for definition of columns*/
a:hover { color:#006699; }

.title_logo {
	float: left;
	background-image: url(../images/title_logo.gif);
	background-repeat: no-repeat;
	border: none;
	height: 90px;
	width: 318px;
}

.contact_top {
	text-align: right;
	float: right;
	border: none;
	padding-top: 30px;
	height: 60px;
	width: 500px;
}

.menubar {
	background-image: url(../images/menu_bg.gif);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 100%;
	padding: 10px 0 0 0;
	font-size: 14px;
}

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0 14px 0 0;
	font-size: 14px;
}
#menu li a { color: #333; } 
#menu li a:hover { color: #530E00; }

.title_image {
	float: left;
	background-image: url(../images/incentives2.jpg);
	background-repeat: no-repeat;
	border: none;
	height: 126px;
	width: 100%;
}

.spacer_2px {
	float: left;
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	border: none;
	height: 2px;
	width: 100%;
}

.page_title {
	font-size: 20px;
	font-weight: bold;
	color: #666;
}

.footer {
	float: left;
	background-image: url(../images/footer.gif);
	background-repeat: no-repeat;
	border: none;
	height: 100px;
	width: 100%;
}

img {
	border: none;
}

.align_top {
	vertical-align: text-top;
}

.singlecol {
	float: left;
	width: 100%;
	padding-left: 35px;
	padding-right: 35px;
}

.twocol_left_col {
	float: left;
	width: 650px;
	padding-left: 35px;
	padding-right: 35px;
	text-align: justify;
}
.twocol_right_col {
	text-align: center;
	float: right;
	width: 220px;
	padding-left: 0px;
	padding-right: 0px;
}

