/*CSS Document for definition of columns*/
body { 
	width: 940px;
	margin: auto;
	font:11px/18px 'Helvetica', 'Lucida Sans Unicode', Verdana, Arial, Helvetica, sans-serif;
	color:#666
}
a {
	text-decoration: none;
	color: #000;
}
a:hover { color:#006699; }

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

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

#menu li {
	display: inline;
	list-style-type: none;
	padding: 0 30px 0 0;
	font-size: 14px;
}
#menu li a { color:#b3afae; } 
#menu li a:hover { color: #d5e14d; }

.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.png);
	background-repeat: no-repeat;
	border: none;
	height: 2px;
	width: 100%;
}

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

.page_image {
	float: left;
	background-repeat: no-repeat;
	border: none;
	height: 211px;
	width: 100%;
}

.footer {
	float: left;
	background-image: url(../images/footer.png);
	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: 400px;
	padding-left: 35px;
	padding-right: 35px;
}
.twocol_right_col {
	float: right;
	width: 400px;
	padding-left: 35px;
	padding-right: 35px;
}

.threecol_left_col {
	float: left;
	width: 273px;
	padding-left: 20px;
	padding-right: 20px;
}
.threecol_middle_col {
	float: left;
	width: 273px;
	padding-left: 20px;
	padding-right: 20px;
}
.threecol_right_col {
	float: right;
	width: 273px;
	padding-left: 20px;
	padding-right: 20px;
}
