@charset "utf-8";
/* CSS Document */

/* Short form
T&R&B&L		1 number
T&B R&L		2 numbers
T R&L B		3 numbers
T R B L		4 numbers
 */
 
 
html {
  height: 100%;
  margin-bottom: 0px;
}

form {
  margin: 0;
  padding: 0;
}

img,table {
	border: none;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.3em;
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #2c1a00;
	background-color: #f3f2e7; 
}

li {
	padding-bottom: 10px;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
	color: #726d6a;
	padding-left: 2px;
	padding-right: 2px;
}

a:hover {
	text-decoration: none;
	font-weight: normal;
	color: #444;
}

/* Content description */
div.prop{
	padding:10px auto; /* Top R Bot L */
	margin: auto;
	width: 450px;
	clear:both;
}

div.prop a:link, div.prop a:visited{
	color:#2c1a00;
	font-weight:bold;
}


div.prop a:hover {
	color:#666;
}

div.padded_top{
	padding: 10px 0;
	clear:both;

}

.sold{
	color:#FF0000;
	font-weight: bold;
}

.heading{
	font-size:14px;
	font-weight: bold;
	padding-right: 10px;
}

.contentheading {
	padding: 0;
	font-family: Georgia, "Trebuchet MS", sans-serif;
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	color: #2c1a00;
	text-align: left;
	width: 100%;
}

.title{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #938e80;
	padding: 10px ;
}

.links_seo {
	font-size: 10px;
}



.main_photo{
	text-align: center;
	padding: 10px;
}


div.center{
	text-align: center;
}


div.add_prop_photos{
	text-align: center;
}

.prop_photos{
	padding: 5px;
}

div.form_section{
	margin:0 auto 10px auto;
	width: 450px;
	border: #333333 thin solid;
	padding: 10px;
}






.img_right{
	float:right;
	padding:0px 0px 0px 10px; 
}

.img_left{
	float:left;
	padding:0px 10px 0px 0px; 
}

div.flourish {
	margin: 10px;
	height: 15px;
	background: url(../css_images/flourish2.jpg) center center no-repeat;
	clear:both;
}

.contactblurb{
	margin: auto;
	width: 650px;
	text-align: center;
	clear:both;
}


.contactblurb a, .contactblurb a:link, .contactblurb a:visited{
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c1a00;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.contactblurb a:hover{
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}




/* Top TOC description */
.toc a, .toc a:link, .toc a:visited{
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2c1a00;
	text-decoration: none;
	padding-left: 10px;
	padding-right: 10px;
}

.toc a:hover {
	font-weight: bold;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #666;
}


/* Top TOC description */
.footer{
	padding-top: 20px;
	font-size: 11px;
	color: #2c1a00;
}

.footer a, .footer a:link, .footer a:visited{
	text-decoration: none;

}

.footer a:hover{
	color: #FFCC33;
}


/* Main Layout Controls*/

div.center {
	text-align: center;
	margin: auto;
	background: #f3f2e7 url(../css_images/page_body_bg.jpg) top center repeat-y;
}

div#header {
	background: url(../css_images/page_header_bg.jpg) top left no-repeat;
	height: 41px;
	width: 851px;
	margin: 0 auto;
	padding:0px;
}

.toc {
	margin:0px;
	padding-top: 17px;
}

div#logo {
	background: url(../css_images/page_logo_bg.jpg) top left no-repeat;
	height: 226px;
	width: 851px;
	margin: 0 auto;
}

div#wrapper {
	margin: 0 auto;
	width: 750px;
	text-align: left;
}
#footer {
	margin: 0 auto;
	width: 851px;
	height: 60px;
	text-align: center;
	vertical-align: top;
	background: #f3f2e7 url(../css_images/page_footer_bg.jpg) top center no-repeat;
	clear:both;
}

div#prop_page_wrapper{
	margin: 0 auto;
	width: 550px;
}

