
body, h1,h2,h3,h4,h5,
form {
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#20130b;
}
	a:hover {
		text-decoration:underline
	}
	a img {
		border:none;
	}

body {
	background-color:#493D37;
	font-family:Tahoma,Arial,sans-serif;
	font-size:12px;
	line-height:16px;
	color:#20130b;
}

h1 {
	font-size:14px;
	font-weight:bold;
	color: rgb(59,101,122);
	padding-bottom:2px;
}
h2 {
	font-size: 12px;
	font-weight:bold;
	color: #493d37;
}
	h2 a {
		color:#493d37;
	}
h3 {
	font-size:12px;
	font-weight:normal;
	color: rgb(59,101,122);
}

hr {
	height:0;
	margin:0;
	border:none;
	padding:0;
	background:none;
	border-top:1px solid rgb(146,160,175);
	width:530px;
	margin-bottom:15px;
}

p {
	margin-top:1px;
	margin-bottom:16px;
	color: #20130b;
}
	p a {
		border-bottom: 1px dotted #20130b;
		color: #20130b;
	}
	p a:hover {
		text-decoration:none;
		border-bottom: 1px solid #20130b;
	}


#content ul {
	margin-top:5px;
	padding-left:0;
	list-style-type:none;
}
	#content ul li {
		background-image:url(../images/bullet.gif);
		background-repeat:no-repeat;
		background-position:0 8px;
		padding-left:8px;
	}
#content ol {
	padding-left: 20px;
}

#header,#sub-nav,#third-nav,#content,#footer {
	width:900px;
	margin:0 auto;
}

#header {
	position:relative;
	height:65px;
}

/*--------------------------------NAVIGATION-----------*/
#main-nav {
	margin:0;
	padding:0;
	position:absolute;
	bottom:-1px;
	left:0;
	list-style-type:none;
	background-image:url(../images/nav/nav-bg_tan.gif);
	background-repeat:repeat-x;
}
	#main-nav li {
		width:auto;
		display:block;
		float:left;
		background-image:url(../images/nav/nav-angle_tan-tan.gif);
		background-position:top right;
		background-repeat:no-repeat;
		margin-left:-29px;
		padding-left:0;
	}
		#main-nav li:last-child {
			background-image:url(../images/nav/rt-angle-tan-brown.gif);
		}
		#main-nav li:first-child {
			margin-left:0;
		}
		#main-nav li a {
			width:auto;
			display:block;
			font-size:13px;
			color:#493d37;
			text-transform:uppercase;
			padding: 9px 45px 9px 30px;
		}
			#main-nav li:first-child a {
				background-image:url(../images/nav/left-edge-tan.gif);
				background-repeat:no-repeat;
			}
			#main-nav li a:hover {
				color:#113242;
				text-decoration:none;
			}
		#main-nav li.current_page_item,
		#main-nav li.current_page_ancestor{
			background-color:white;
			background-image:url(../images/nav/nav-angle-white-tan.gif);
			background-position:top right;
			background-repeat:no-repeat;
		}
		#main-nav li.current_page_item:last-child,
		#main-nav li.current_page_ancestor:last-child {
			background-image:url(../images/nav/rt-angle-white-brown.gif);
		}
			#main-nav li.current_page_item a,
			#main-nav li.current_page_ancestor a {
				color:#113242;
				font-weight:bold;
			}
			#main-nav li.current_page_item:first-child a,
			#main-nav li.current_page_ancestor:first-child a{
				background-image:none;
			}
		

#header #logo {
	position:absolute;
	bottom:0;
	right:0;
}

#page {
	padding-top:7px;
	padding-bottom:25px;
	background-color:white;
	min-height:600px;
}

#sub-nav-wrap {
	height:23px;
	background-color:#ededef;
}
#sub-nav {
	padding: 3px 0 0;
	list-style-type:none;
	color:#3b657a;
	font-size:13px;
}
	#sub-nav li {
		display:inline;
		margin-left:-4px;
	}
	#sub-nav li a {
		color:#3b657a;
		font-size:13px;
		padding: 5px 10px;
	}
	#sub-nav li a:hover,
	#sub-nav li.current_page_item a,
	#sub-nav li.current_page_ancestor a {
		background-color:white;
		text-decoration:none;
	}

#third-nav {
	padding:0;
	list-style-type:none;
	color:#766b66;
}
	#third-nav ul {
		margin:5px;
		padding:0;
	}
	#third-nav li {
		display:inline;
		margin-left:-5px;
	}
	#third-nav li a {
		color:#766b66;
		padding:5px;
	}
	#third-nav li a:hover,
	#third-nav li.current_page_item a {
		color:#113242;
		text-decoration:none;
	}

a.aux-nav {
	width:143px;
	padding:5px 10px;
	margin-bottom:10px;
	font-size:13px;
	color:#493d37;
	display:block;
	background-color:#cbc5c3;
}

/*--------------------------------CONTENT-----------*/
#content {
	margin-top:20px;
}

a.affiliation {
	display:block;
	width:auto;
	float:left;
	margin-right: 30px;
	overflow:hidden;
	border-bottom:none;
	margin-bottom:15px;
}
	a.affiliation img {
		padding:0;
		border:2px solid #cfcfcf;
	}
	a.affiliation:hover {
		text-decoration:none;
		border-bottom:none;
	}

h3#comments {
	display:block;
	clear:both;
}

#col1 {
	width: 531px;
	float:left;
	overflow:hidden;
}

img.small-banner,
img.banner {
	margin-bottom:15px;
}

img.alignright {
	padding-left:5px;
	padding-top:3px;
}
img.alignleft {
	padding-right: 10px;
	padding-top:3px;
}

.gallery-item {
	text-align:left !important;
}

#col2 {
	width: 348px;
	float:right;
	overflow:hidden;
}

#buyers-callout, #sellers-callout {
	padding-top:10px;
	padding-bottom:10px;
	color:#b7bfc8;
	font-size:11px;
	margin-bottom:15px;
}
	#buyers-callout img,
	#sellers-callout img {
		width:auto;
		float:left;
		margin:5px 0 0 5px;
	}
	#buyers-callout p,
	#sellers-callout p {
		margin:0 50px 0 100px;
		padding-left:10px;
		border-left:1px solid #b7bfc8;
	}
	a #buyers-callout p,
	a #sellers-callout p {
		color:#b7bfc8;
		border-bottom:none;
	}
	a#buyers-link:hover,
	a#sellers-link:hover {
		text-decoration:none;
		border-bottom:none;
	}
	
#buyers-callout {
	background-color:#3b657a;
}
#sellers-callout {
	background-color:#113242;
}

.teasers1,
.teasers2 {
	width: 180px;
	float:left;
}
p.more {
	font-size:11px;
}

.blog-teaser {
	width:163px;
	border-top:1px solid #493d37;
	margin-top:5px;
	margin-bottom:15px;
	padding-top:3px;
	color:rgb(81,70,64);
	font-size:11px;
}
.home .blog-teaser {
	border-top:none;
	margin-top:0;
}
	.home .blog-teaser .teaser-inner {
		border-top:1px solid #493d37;
		margin-top:3px;
		padding-top:3px;
	}
	.home .social-networks a:hover {
		text-decoration:none;
		border-bottom:none;
	}
		
	.blog-teaser h2 a {
		font-style:normal;
	}
	.blog-teaser h2 a:hover {
		border-bottom:none;
		text-decoration:underline;
	}
	.blog-teaser h3 a {
		font-style:normal;
		font-size:11px;
		font-weight:bold;
	}
	.blog-teaser a,
	.navigation a,
	p.more a {
		color:rgb(81,70,64);
		text-decoration:none;
		font-style:italic;
		border-bottom:none;
	}
		.blog-teaser a:hover,
		p.more a:hover {
			border-bottom:1px solid rgb(81,70,64);
		}

/*----------------------------FIND A HOME OVERRIDE--*/
#ctl00_pnlCustomHeader {
	display:none;
}


/*-----------------------------CONTACT FORM---------*/

#contact-form {
	padding:10px;
	border:1px solid rgb(203,198,195);
	margin-bottom:25px;
}
#contact-form table.detail {
	width:auto;
	float:left;
}
#contact-form th {
	text-align:right;
	font-weight:normal;
}
#contact-form input[type=text],
#contact-form textarea {
	width:200px;
	padding-bottom:3px;
}
#contact-form input.bttc[type=text] {
	width: 110px;
}
#contact-form #interested {
	overflow:hidden;
	padding-left:10px;
}
	#contact-form #interested input[type=text] {
		width: 110px;
	}
#contact-form ul li {
	background-image:none;
	padding-left:0;
}

/*--------------------------------SIDEBAR-----------*/
#col2 #search,
#col2 #map,
#col2 #slideshow {
	margin-bottom:20px;
}
#col2 #search,
#col2 #home-value-form {
	width: 316px;
	padding:15px;
	border:1px solid #493d37;
}
#col2 #home-value-form {
	margin-bottom:15px;
}
	#home-value-form th {
		font-weight:normal;
		text-align:left;
	}
	#search table,
	#home-value-form table {
		width: 315px;
	}
	#search td.ds-quick-search-value input,
	#home-value-form td input{
		width: 95%;
	}
	#home-value-form td input.zip {
		width: 44%;
	}
	#home-value-form td input.state {
		width: 25px;
		margin-right:3px;
	}

	#search input.ds-quick-search-button {
		/*text-align:right;*/
	}
#home-value-form td input.radio,
#home-value-form td input.button {
		width: auto;
	}
#col2 #map {
}
	
#col2 ul li {
	background-image:none;
	padding-left:0;
}
	#col2 ul li a {
		font-style:normal;
	}
	#col2 ul li a:hover {
		border-bottom:1px dotted #493d37;
	}
.teasers1 .recent-posts,
.teasers1 .categories {
	border-top:4px solid rgb(59,101,122);
	margin-top:0;
}
.teasers3 {
	overflow:hidden;
}

#col2 .recent-posts,
#col2 .categories {
	color: rgb(59,101,122);
}
	#col2 .recent-posts h3,
	#col2 .categories h3 {
		font-size: 11px;
		font-weight:bold;
		padding-top:0;
	}
	#col2 .recent-posts li,
	#col2 .categories li {
		padding: 2px 0;
	}
	#col2 .recent-posts a,
	#col2 .categories a {
		color: rgb(59,101,122);
	}
	#col2 .recent-posts a:hover,
	#col2 .categories a:hover {
		border-bottom:1px dotted rgb(59,101,122);
	}

#col2 .contact-info {
	overflow:hidden;
	border: 1px solid rgb(118,107,102);
	padding:10px;
	font-size:11px;
	color:rgb(118,107,102);
}
	#col2 .contact-info p {
		color:rgb(118,107,102);
	}

#search-form {
	margin-bottom:15px;
}
#search-form label {
	display:none;
}
	#search-form input#s {
		width: 280px;
		float:left;
	}
	#search-form input#searchsubmit {
		width: auto;
		float:right;
		padding-left:2px;
		padding-right:2px;
		margin:0;
		margin-top:1px;
	}

/*--------------------------------FOOTER-----------*/
#footer {
	clear:both;
	padding-top:7px;
}
#footer p {
		color: #bdb7b4;
	}
	#footer p a {
		color: #bdb7b4;
		border-bottom:none;
	}

.clear {
	clear:both;
	}
.post {
	clear:both;
}
	.post .more {
	/*	margin-top:-12px; */
	}


/*--------------------------------MISC-----------*/
.avatar {
	display:none;
}
.left,
.alignleft {
	clear:left;
	float:left;
}
.right,
.alignright {
	float:right;
}

#respond {
	clear:both;
	padding-top:15px;
}
img.captcha {
	padding: 3px 15px;
}
.error {
	font-weight:bold;
}

