@charset "utf-8";


/* 
	project:  Destin Distressed Real Estate
	author:   Tim Kramer www.hightidemediagroup.com 
*/


*{ margin: 0; padding: 0; }* 

body {
	font: Tahoma, Arial, "Trebuchet MS", Tahoma, sans-serif;
	color: #444;
	background-color: #b0cad6;
	line-height: 1.4em;
	font-size: 12px;
}

img {border: 0 }

a {
	color: #305C70;
	background: inherit;
	text-decoration: none;
}
a:hover {
	color: #000000;
	background: inherit;
}
#container {
	background-color: #B0CBD6;
	width: 980px;
	margin: 0 auto;
	margin-top: 2px;
}

#content {
	width: 980px;
	margin-top: auto;
	float: none;
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#buyerselleritems {
	width: 980px;
	margin-top: auto;
	float: none;
	clear: both;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	text-indent: 20px;
}
.paddedCells {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #223148;
	padding-top: 12px;
	padding-right: 26px;
	padding-bottom: 12px;
	padding-left: 26px;
}

.buyersSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #333333;
	padding-top: 2px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 28px;
}

.sellersSide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 21px;
	color: #333333;
	padding: 2px 15px 2px 20px;
}

.sellersSide ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 22px;
	color: #333333;
	margin-bottom: 8px;
	
}

select {
	margin: 8px 0 4px 0;
}

.footerText13caps {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
	letter-spacing: 0.1em;
}

/*Label style is for the webassist contact form*/

Label {
	text-transform:uppercase;
	padding:3px 1px;
	letter-spacing: 0.1em;
	font-size: 11px;
}
.cms-editable {
}

