#static-slide, #home-slides { display: block; float: left; margin: 0; padding: 0; }

ol li { margin-top: 10px; }

.gold-subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #86987a;
	text-decoration: none;
	font-weight: bold;
}
.link-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #563E23;
	text-decoration: none;
}
.copyright-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #AFAFAF;
	text-decoration: none;
}
.big-text {	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #797878;
	text-decoration: none;
}
.home-text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #563E23;
	text-decoration: none;
	line-height: 20px;
}
.big-text-green {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #9eb290;
	text-decoration: none;
}

/*  TEXT ALIGNMENT */	
.text_center {
	text-align: center;
	}

.text_left {
	text-align: left;
	}

.text_right {
	text-align: right;
	}

/*  CSS Classes   */	

.module_left, .module_center, .module_right {
	background-color: #F1EAD4;
	border: solid #000000 1px;
	margin-bottom: 5px;
	padding: 4px;
	}

.module_right {
	float: right;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-left:10px;
	}	

.module_right h2, .module_left h2, .module_center h2 {
	background-color: #666666;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 110%;
	font-weight: bold;
	text-align: center;
	padding: 5px 10px 5px 10px;
	margin: 0px;
	}
	
.module_left {
	float: left;
	width: 300px;
	height: auto;
	padding-bottom: 5px;
	margin-right:10px;
	}	

.module_center {
	margin: 0px 10px 10px 10px;
	width: 80%;
	height: auto;
	padding-bottom: 5px;
	}

.dashed_line{
	background-image: url(../_media/common_assets/dashed_line_grey.gif);
	background-repeat: repeat-x;
	height: 4px;
	margin-bottom: 8px;
	clear: both;
	}

.float_left{
	float: left;
}

.float_right{
	float: right;
}
.home_box {
	display: inline;
	float: left; 
	color: #563e23;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	height: 84px;
}

#home_box1 {
	background: url(images/home_box1.png) no-repeat 0 0;
	width: 249px;
}
#home_box1 p { margin: 35px 15px 0; text-align: center; }

#home_box2 {
	background: url(images/home_box2.png) no-repeat 0 0;
	margin: 0 7px;
	width: 248px;
}
#home_box2 p { margin: 30px 0 0 57px; }

#linkage { color: #563E23; float: right; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 29px; font-size: 11px; padding: 7px 6px 0 0; vertical-align: top; text-align: right; }
#linkage a { font-weight: bold; text-decoration: none; vertical-align: top; }
#linkage iframe { }
#linkage #news,
#linkage #fb,
#linkage iframe,
#linkage #yelp { float: left; }
#linkage a#fb { background: url(images/footer-links.png) no-repeat 0 0; display: block; height: 24px; margin: 3px 1px 0 0;  text-indent: -999em; text-align: left; width: 24px; }
#linkage #news { margin-right: 9px; }
#linkage a#fb:hover { background-position: 0 -24px; }
#linkage a#yelp { background: url(images/footer-links.png) no-repeat -37px 0; display: block; height: 24px; margin-top: 3px;  text-indent: -999em; text-align: left; width: 56px; }
#linkage a#yelp:hover { background-position: -37px -24px; }

