/* Layout Styles */
body {
	text-align:center;
	margin:0 auto;
	padding:0;
	width:798px;
	background-color:black;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
}

#wrapper {
	text-align: left;
	margin: 0px auto;
	border:0;
	width: 798px;
}

#header {
	margin: 15px 0px 0px 0px;
}

#navbar {
	margin: 0px 0px 0px 0px;
	height: 22px;
}

#side-a {
	padding: 12px 0px 17px 20px;
	float: left;
	width: 228px;
	color:#FFFFFF;
}

#side-b { 
	margin: 0 0 0 238px;
	padding: 4px 15px 7px 7px;
	width: 535px;
	height: 1% /* Holly hack for Peekaboo Bug */;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#footer {
	clear: both;
}

#subfooter {
	margin-top: 5px; 
	margin-bottom: 20px;
	color:#CCCCCC;
	text-align:center;
}

/* Formatting Styles */
P {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	line-height: 19px;
	margin-top:0px;
	margin-bottom:10px;
}

P.dateline {
	color:#000000;
	font-size:11px;
	font-style:italic;	
}

TD,DIV,BODY,SPAN {
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 19px;
	color:#333333;
}

H1 {
	color:#430506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:26px;
}

H3 {
	color:#430506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:17px;
	font-weight:bold;
	margin-bottom:4px;
}

H4 {
	color:#430506;
	font-size:15px;
	font-weight:bold;
	margin-bottom:2px;
}

blockquote {
	color:#430506;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	
}

.test {		
	margin:40px;
	text-align:justify;
}

.author {
	color:#4e4025;
	font-size:12px;
	font-weight:bold;	
}

A:link {
	color:#003366;
	text-decoration: underline;
}

A:visited {
	color: #6666CC;
	text-decoration: underline;
}

A:active {
	color: #003366;
	text-decoration: underline;
}

A:hover {
	color:#CC0000;
	text-decoration: none;
}

A.bold:link {
	color: #003366;
	text-decoration: underline;
	font-weight:bold;
}

A.bold:visited {
	color: #6666CC;
	text-decoration: underline;
	font-weight:bold;
}

A.bold:active {
	color: #3399FF;
	text-decoration: underline;
	font-weight:bold;
}

A.bold:hover {
	color: #003399;
	text-decoration: underline;
	font-weight:bold;
}

/* Form elements */
label {font-size:11px; font-weight:bold; color:#ddd; text-align:right;}

/* Masthead elements */
.mhname {
	color:#d8c4b0;
	font-weight:bold;
	font-size:18px;
}
.mhphone {
	color:#d8c4b0;
	font-weight:bold;
	font-size:15px;
}
.mhcred {
	color:#ddd;
	font-weight:bold;
	font-size:12px;
}

A.mhlink {
	color:#CCCCCC;
}

A.mhlink:visited {
	color:#CCCCCC;
}

A.mhlink:hover {
	color:#CCCC00;
}

/* Listing Display elements */
.mlsdescription {	
}
#mlsaddress {	
	padding-top:15px;
	font-size:16px;
	font-weight:bold;
	color:#430506;
	text-align:center;
}
#mlsprice {	
	padding-top:10px;
	font-size:16px;
	font-weight:bold;
	color:#430506;
	text-align:center;
}
#mlsnumber {	
	padding-left:40px;
	padding-top:2px;
	font-weight:bold;
	font-size:13px;	
}
.mlslabel {	
	font-size:11px;
	font-weight:bold;
}
.mlsdata {	
	font-weight:bold;
}
.mlscredits {	
	font-size:11px;
	font-weight:bold;
	line-height: 14px;
}
.error {
	color:#C00;
}

/* Footer elements */
A.footlink {
	color:#CCCCCC;
}

