@charset "UTF-8";
body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333333;
}
p {
	padding-top: 6px;
	padding-bottom: 6px;
}
ul, ol {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 28px;
}
li {
	padding-top: 4px;
	padding-bottom: 4px;
}
h1 {
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 28px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
}
h2 {
	font-size: 16px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
	font-weight: bold;
	clear: both;
	margin-left: -20px;
	padding-right: 4px;
	padding-left: 20px;
	background-color: #CDCDCD;
	text-transform: uppercase;
	padding-top: 6px;
	padding-bottom: 4px;
}
h3 {
	font-size: 18px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	padding-bottom: 2px;
	font-weight: bold;
}
h2 + h3 {
	margin-top: 25px;
}
h4 {
	font-size: 16px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
	color: #666666;
}
div#join h4 {
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
.minicol h4 {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
div#footer h4 {
	margin: 0px;
	padding: 0px;
}
ul#properties-list  h4 {
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #B3B3B3;
}
ul#properties-list h4 a {
	color: #7C0040;
}
ul#properties-list h4 a:hover {
	color: #0066FF;
	text-decoration: none;
}
a {
	color: #0066CC;
	text-decoration: none;
}
a:hover {
	color: #0066FF;
	text-decoration: underline;
}
a.more {
	font-size: 10px;
	text-transform: uppercase;
	padding: 2px;
	letter-spacing: .08em;
	line-height: 16px;
}
a.more:hover {
	background-color: #CEF0FF;
	color: #0099FF;
	text-decoration: none;
}
#footer a {
	color: #CCCCCC;
}
.date {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #666666;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 14px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
.source {
	font-size: 12px;
	font-style: italic;
	line-height: 16px;
	color: #999999;
}
img.img-left {
	background-color: #CCCCCC;
	float: left;
	margin-right: 20px;
	border: 1px solid #333333;
	padding: 2px;
	margin-top: 0px;
	margin-bottom: 5px;
}
img.img-right {
	background-color: #CCCCCC;
	float: right;
	margin-left: 20px;
	border: 1px solid #333333;
	padding: 2px;
	margin-bottom: 5px;
}
ul#news {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.gallery {
	list-style-type: none;
	padding: 0px;
	display: block;
	clear: both;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
ul.gallery li {
	display: block;
	float: left;
	background-color: #FAFAFA;
	padding: 2px;
	border: 1px solid #CCCCCC;
	margin-right: 10px;
	margin-bottom: 12px;
	height: 100px;
	width: 100px;
}
div#map {
	border: 1px solid #FFFFFF;
	padding: 1px;
	margin-top: 20px;
}
div#optin {
	padding: 0px;
	margin-top: 30px;
}

/*  FORMS 
    --------------------------------------------------------------- */	
	
.error_message	{ 
	display:inline;	
	font-weight: bold;	
	font-size: 9px;	
	color: #990000;	
	background-color:#FFFFCC;	
	border: 1px solid #990000;	
	margin: 3px 5px 5px 5px;	
	padding: 3px; 
}
.required {	color: #CC0000; 
}
input#anti-spam {
	display: none;
}
td img#captcha {
	border: 1px solid #F6F6F6;	
}
div#captcha-box {
	background-color: #FAFAFA;
	text-align: center;
	border: 1px solid #DEDEDE;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	width: 262px;
}
#join input {
	color: #999999;
}
#join input#button {
	color: #333333;
}

