/*** background images and colors ***/

body.home table.masthead {
	color: #ffffff;
	background-image: url(../img/home_masthead_bg.jpg);
	background-color: #c17a1f;
}
body.home table.info {
	color: #ffffff;
	background-image: url(../img/home_infobar_bg.jpg);
	background-color: #aaaf79;
}
body.home table.HPcontent {
	color: #000000;
	background-image: url(../img/home_columns_bg.jpg);
	background-color: #c9a746;
}
body.home table.footer {
	color: #cebe68;
	background-image: url(../img/home_footer_bg.jpg);
	background-color: #000000;
}



/*** layout styles ***/

table.info {
	background-repeat: no-repeat;
	height: 57px;
}
table.info * {
	font-size: 12px;
	vertical-align: middle;
}
table.info span, table.info a {
	font-weight: bold;
	font-style: italic;
	padding: 0 1px;
}

table.info a{
   padding: 0;
}

table.info :link, table.info :visited {
	color: #ffffff;
}
table.info td {
	text-align: center;
	vertical-align: top;
	padding-top: 14px;
}


table.HPcontent {
	width: 980px;
	height: 366px;
	margin: 0 auto;
}
table.HPcontent td {
	vertical-align: top;
	width: 245px;
}
table.HPcontent div.container {
	background-color: transparent !important;
}
td.HPcontent1 div.container {
	width: 180px;
	margin-left: 40px;
	font-size: 12px;
	line-height: 125%;
}
td.HPcontent2 div.container {
	width: 180px;
	margin-left: 34px;
	font-size: 12px;
	line-height: 125%;
}
td.HPcontent3 div.container {
	width: 180px;
	margin-left: 29px;
	font-size: 12px;
	line-height: 125%;
}
td.HPcontent4 div.container {
	width: 180px;
	margin-left: 27px;
	line-height: 125%;
}

table.footer {
	background-repeat: no-repeat;
	height: 59px;
}
table.footer td {
	text-align: center;
	vertical-align: top;
	padding-top: 20px;
}
