/*#0D1F3C - Blue (dark / footer)*/
/*#7BADDB - Blue (background)*/
/*#2558AA - Blue (nav)*/
/*#82BCCA - Aqua*/
/*#F7EF6E - yellow (bright)*/
/*#FEFEE3 - yellow (pale)*/

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: 16px;
	padding: 0 0 1em 0;
	margin: 0;
}

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

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

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

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

ul, ol {
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	font-weight: bold;
	margin-top: 0;
}

li {
	padding-bottom: .5em;
}


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

a:visited {
	color: #0089E3; /*wine*/

}

a:hover {
	color: #DFC23B;
}

#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;
	text-transform: uppercase;
}

.email {
	text-align: center;
}

span.phone {
	font-size: 1.2em;
	font-weight: bold;
}


#morris_footer2 p {
	font-size: 1.2em;
	color: #FFF;
	padding-top: 20px;
	padding-left: 20px;
	text-align: left;
	
}

#morris_footer2 a,
#morris_footer2 a:link,
#morris_footer2 a:visited,
#morris_footer2 a:hover,
#morris_footer2 a:active {
	color: #FF9;
	text-decoration: none;
	font-weight: bold;
}

#morris_footer2 a:hover {
	text-decoration: underline;
	color: #FFF799; /*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: 16px;
	font-weight: bold;
	color: #0089E3;
}

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

.news_summary {
	font-size: 12px;
	font-color: #666;
	text-align: justify;
}

.news_id {
	font-size: 10px;
}


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;
}

.name {
	font-size: 1.4em;
	font-weight: bold;
}

/* ============================== */
/* = SCROLLER STYLES BEGIN HERE = */
/* ============================== */

.listAuctionPic {
	background-color: none;
}

.slidetext {
	color: #333;
}

a.menulisting:link,
a.menulisting:visited,
a.menulisting:hover,
a.menulisting:active,

table a.menulisting:link,
table a.menulisting:visited,
table a.menulisting:hover,
table a.menulisting:active {
	color: #0D1F3C;
}


/*News Inset*/

.block {
	padding: 10px;
}


.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: #333365;
}

.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: #333365;
}

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: #333365;
}

p.links {
	background-color: #F4F1D8;
	text-align: center;
	font-size: 1.5em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	margin: 10px 0;
}

p.links2 {
	background-color: #F4F1D8;
	text-align: center;
	font-size: 1.3em;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 5px 0;
	margin: 10px 0;
}


p.top {
	background-color: #F4F1D8;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	padding: 3px 10px;
	margin: 0 0 20px 0;
}