h1 {
	padding-top: 0;
	margin-top: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	color: #999999;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

h2 {
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #003366;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
}

.content_block {
	margin: 0;
	padding: 10px;
	border-top: none;
	background-image: url(../images/content_block_bg.gif);
	background-repeat: repeat-x;
}

.content_block p {
	margin: 0 0 16px 0;
	padding: 0;
}

.image_main {
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.map {
	border: 2px solid #BAB7A8;
	background-color: #F1F0ED;
	height: 250px;
	width: 506px;
}

.quote {
	margin: 0 0 25px 25px;
	padding: 10px;
}

.text_quote {
	margin: 20px;
	border: 1px solid #ccc;
}
.text_quote div {
	padding: 10px;
	border: 2px solid #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;;
	line-height: 20px;
	font-style: italic;
	text-align: center;
	color: #666666;
	background-color: #F5F0EB;
/*	background-image: url(../images/quote_bg.gif); */
}

.text_footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #D9D7CE;
	line-height: 18px;
}

.text_footer a:link,
.text_footer a:visited,
.text_footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	border: 0px;
	background-color: #bab7a8;
}
.text_footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	border: 0px;
	background-color: #bab7a8;	
}
