
/*************************
	HOME TEMPLATE
*************************/
.homeTemp #content {
	background: url(/images/grayBar_bg.jpg) right top repeat-y #FFF;
	clear: both;
}


/**** BANNER IMAGE ****/
.homeTemp #banner {
	width: 929px;
	margin-left: 11px;
	height: 261px;
	overflow: hidden;
}

.homeTemp #bannerImg {
	float: left;
	position: relative;
	top: -45px;
	left: 2px;
}

/*
.homeTemp #bannerImg {
	float: left;
	width: 672px;
	height: 306px;
}

.homeTemp #banner {
	overflow: hidden;
	border: 1px solid yellow;
	float: left;
}

.leftMenuColumn {
	background: url(/images/pageElements/lower_top.jpg) left top no-repeat;
	width: 100%;
	height: 48px;
	overflow: hidden;
	margin: 0 0 0 0px;
}

.lower_top h1 {
	color: #FFF;
	line-height: 48px;
	margin: 0 0 0 30px;
}
*/



/**** LEFT COLUMN ****/
.homeTemp .leftCol {
	width: 256px;
}

.homeTemp .contactBtn {
	background: url(/images/contactBtn.jpg) top left no-repeat;
}

.homeTemp .contactBtn p {
	position: absolute;
	top: 15px;
	width: 150px;
	left: 10px;
}

.homeTemp .contactBtn span {
	position: absolute;
	top: 58px;
	width: 100px;
	left: 10px;
}


/**** MIDDLE COLUMN ****/
.homeTemp .middleCol {
	width: 427px;
	padding: 0 40px 0 10px;
}



/**** RIGHT COLUMN ****/
.homeTemp .rightCol {
	width: 183px;
	color: #FFF;
}

.homeTemp .rightCol a {
	color: #2A6D25;
	text-decoration: none;
	display: block;
	padding: 1px 20px 1px 0;
	text-align: right;
}
.homeTemp .rightCol a:hover { text-decoration: underline; }

.homeTemp .rightCol a span {
	color: #FFF;
	margin-left: 5px;
}

.homeTemp .rightCol h1 {
	color: #09113c;
	text-align: right;
	width: 176px;
	padding: 0 10px 0 0;
	line-height: 33px;
	font-size: 16px;
	margin: 15px 0 5px 0;
}
.headerImg1 { background: url(/images/grayBar_title1.jpg) left top no-repeat; }
.headerImg2 { background: url(/images/grayBar_title2.jpg) left top no-repeat; }


