/*00445C = Blue (dark background)*/
/*FFFAC0 = Yellow-Pale (content area)*/
/*F2DC3C = Yellow-Bold (Links)*/
/*98012E = Red (logo)*/
/*BA9F6A = Tan/Gold*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
}



table {
	font-size: 12px;
	text-align: left;
}

p {
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 1em 0;
	margin: 0;
}

h1, h1 td,h2,h3,h4,h5,h6 {
	color: #98012E;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0;
	margin: 0;
}

h1, h1 td {
	font-size: 2.2em;
}
h2, h2 td {
	font-size: 2em;
}
h2.welcome {
	font-size: 2.2em;
}
h3, h3 td {
	font-size: 1.8em;
/*	margin-top: 1em;*/
	margin-bottom: 0;
	text-transform: capitalize;
/*	border-bottom: 1px solid;*/
}


.welcome {
	font-size: 1.5em;
	color: #0089E3;
	font-weight: bold;
}

h4, h4 td {
	font-size: 1.4em;
	padding: 0;
	margin: 0;
	color: #2C5D98; /*Blue*/
}
h5, h5 td {
	font-size: 1.3em;
}
h6, h6 td {
	font-size: 1.2em;
}

ul, ol {
	font-size: 1.2em;
	line-height: 1.3em;
	text-align: left;
	font-weight: bold;
}

li {
	padding-bottom: .5em;
}


/* ================== */
/* = Sitewide links = */
/* ================== */
a,
a:link,
a:visited,
a:hover,
a:active {
	color: #0089E3;
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

a:visited {
	color: #0089E3;

}

a:hover {
	color: #BA9F6A;
	text-decoration: underline;
}

#contact_top {
	color: #E7E7E7;
	font-weight: normal;
	position: absolute;
	top: 163px;
	left: 33px;
}

#contact_top p {
	font-size: 12px;
}


#contact_top a:link,
#contact_top a:visited,
#contact_top a:hover,
#contact_top a:active {
	color: #9EBF90;
}

#contact_top a:hover {
	color: white;
}


.contact1 {
	color: #01AD4E;
	font-weight: bold;
}


/*Join our Email List inset*/
#signup {
	margin: 0 auto;
	padding: 0;
	text-transform: uppercase;
	text-align: center;
}

.email {
	text-align: center;
}

#coody_footer p {
	font-size: 10px;
	color: white;
	padding-top: 20px;
	text-align: center;
}

#coody_footer a,
#coody_footer a:link,
#coody_footer a:visited,
#coody_footer a:hover,
#coody_footer a:active {
	color: #F3ECCA; /*light gold*/
	text-decoration: none;
	font-weight: bold;
}

#coody_footer a:hover {
	text-decoration: underline;
	color: #DFC23B; /*pale yellow*/
}

#properties_body a, #auctions_body a,
#properties_body a:link, #auctions_body a:link,
#properties_body a:visited, #auctions_body a:visited
#properties_body a:hover, #auctions_body a:hover
#properties_body a:active, #auctions_body a:active {
	color: #DFC23B; /*yellow*/
	text-decoration: none;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#properties_body a:visited,  #auctions_body a:visited {
	color: #01AD4E;
}

#properties_body a:hover,  #auctions_body a:hover {
	color: white;
}

.required {
	color : #ff0000;
	font-weight : bold;
}

.subhead {
	font-weight: bold;
	color: #0089E3;
}

/* ===================================== */
/* = Typography for Insets begins here = */
/* ===================================== */

#testimonials_inset p {
	font-size: .8em;
/*	line-height: 1.4em;*/
	margin: 0 5px;
	padding: 0;
}

.testimonial_date {
	text-align: left;
	font-size: 1em;
	color: #999;
	margin: 0 0 2px 0;
}

.testimonial_message, .testimonial_message p {
	text-align: left;
	font-size: .9em;
	font-weight: bold;
	color: #333;
	margin-top: 0;
}

.testimonial_person_name {
	text-align: right;
	font-size: .8em;
	color: #7F0300;
	padding-right: 10px;
	margin-bottom: 20px;
	padding: 5px;
	border-bottom: 1px dashed #CCC;
}

/*News Inset*/
.news_date {
	text-align: left;
	font-size: 1em;
	color: #999;
	margin: 0 0 2px 0;
}

.news_title {
	text-align: left;
	font-size: 1.1em;
	color: #039;
	margin-top: 0;
}

.news_title2 {
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	color: #039;
	margin-top: 0;
}

/*News-List*/
.article_count {
	font-size: 1em;
	color: #666;
}

.news_title {
	font-size: 1.1em;
	font-weight: bold;
	color: #0089E3;
}

.news_date {
	font-size: .9em;
	color: #999;
}

.news_summary {
	font-size: .9em;
	font-color: #666;
	text-align: justify;
}

.news_id {
	font-size: .8em;
}


a.news_url, p.news_title a
a.news_url:link, p.news_title a:link
a.news_url:visited, p.news_title a:visited
a.news_url:hover, p.news_title a:hover
a.news_url:active, p.news_title a:hover {
	color: #004C6A;
	font-weight: bold;
	text-align: right;
}

a.news_url:hover, p.news_title a:hover {
/*	text-decoration: underline;*/
	color: #0089E3;
}

a.news_id,
a.news_id:link,
a.news_id:visited,
a.news_id:hover,
a.news_id:active {
	color: #004C6A;
	font-weight: bold;
	text-align: right;
}

a.news_id:hover {
	text-decoration: underline;
	color: #0089E3;
}

.buytext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
}

.question {
	background-color: lightgrey;
	padding: 5px;
	font-weight: bold;
}

.answer {
	padding: 5px;
}

.faqnav a, 
.faqnav a:link, 
.faqnav a:visited, 
.faqnav a:hover, 
.faqnav a:active {
	background-color: #0089E3;
	color: white;
	font-size: 11px;
	width: 94px;
	padding: 5px;
	margin: 5px 1px 0 0;
	text-align: center;
	float:left;
}

.faqnav a:hover {
	background-color: #01AD4E;
	color: #0089E3;
}

.menulisting {
	font-size: 10px;
}

.call_us {
	font-size: 1.7em;
	font-weight: bold;
}

.phone_large {
	font-size: 2.2em;
	font-weight: bold;
}

blockquote {
/*	background-color: #DFC23B;*/
	font-size: 1.3em;
	padding: 20px;
	margin: 1em 0;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	color: #0089E3;
}
.blockquote1 {
/*	background-color: #DFC23B;*/
	font-size: 12px;
	color: #2C5D98;
	font-weight:bold;
}

.black_text {
	color: black;
}