/* design-specific styles */

#info_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 0px;
	height: 0px;
	background-color: #ffde8f;
	z-index: 100;
	display: none;
}

.info_box {
	background-color: #ffcc80;
	border: 2px solid #cc6600;
	padding: 0px;	
	width: 0px;
	display: none;
	position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -300px;
	text-align: center;
	z-index: 200;
}

.info_close_bar, a.info_close_bar {
	width: 580px;
	display: block;
	text-align: right;
	padding: 2px 10px;
}

a.info_close_bar:hover {
	text-decoration: none;
}

.info_contents {
	width: 570px;
	padding: 18px 15px;
}

#news-summary {
	width: 340px;
	display: block;
	float: left;
	margin-right: 20px;
}

#quote {
	height: 140px;
	overflow: auto;
}

#quote_frame {
	display: block;
	float: left;
	font-size: 10px;
	width: 210px;
}

.services_thumb, a.services_thumb {
	position: relative;
	display: block;
	width: 270px;
	height: 120px;
	overflow: hidden;
	border-top: 1px solid #cc6600;
	border-bottom: 1px solid #cc6600;
}

#slideshow {
	width: 270px;
	height: 500px;
	overflow: hidden;
	position: relative;
	display: block;
}

.thumb, a.thumb {
	display: block;
	float: left;
	padding: 8px;
	text-align: left;
	margin: 5px 10px;
	width: 150px;
	font-size: 10px;
	line-height: 14px;
	text-align: center;
	background-color: #ffde8f;
}

a.thumb:Hover {
	background-color: #ffe6b3;
	text-decoration: none;
}

