/*
Author: Carl Siegle / VisualJava, Inc.
Last Edited: June 24, 2008
Client: Coppersmith Cove.
*/

* { margin: 0; padding: 0; }


body {
	background: #fff;
	color: #000;
	font-family: Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	text-align: center;
}

/* LINKS */
a:link { color: #666; }
a:visited { color: #666; }

/* MAIN PAGE CONTAINER */

#page {
	width: 714px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
}

* html #page {
	height: 100%;
}

/* HEADER */

#header {
	height: 83px;
	margin: 0;
	padding: 0;
	text-align: center;
}

/* NAV ROW */
#navRow { display:none; }

/* MENU */

.menu { display:none; }

/* NAV ROW */
.subNav { display:none; }

.bordBottom {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #999;
}


/* CONTENT */

#content, .content {
	position: relative;
	width: 689px;
	margin: 10px auto 20px auto;
	padding: 0 12px;
	background: url(../images/common/content_bkg.gif);
	background-repeat: repeat-y;
}

#content2, .content2 {
	position: relative;
	width: 689px;
	margin: 0 auto 20px auto;
	padding: 0 12px;
}

/* LEFT COLUMN */

#columnLeft, .columnLeft {
	float: left;
	width: 200px;
	margin: 0 12px 0 0;
	padding: 0px;
}

#columnLeftNP, .columnLeftNP  { display:none; }


/* RIGHT COLUMN */

#columnRight, .columnRight {
	float: left;
	width: 465px;
	margin: 0 0 0 12px;
}

#columnRightNL, .columnRightNL {
	float: left;
	width: 100%;
	margin: 0 0 0 0;
	background: #999999;
}

#columnRightNP, .columnRightNP  { display:none; }


/* FOOTER */

#footer { display:none; }

p { margin: .5em 0 1.5em 0; }

p.moreLink {
	margin: 15px 0 0 0;
	border-top: 1px dashed #CCC;
	padding-top: 15px;
	text-align: right;
}

/* HEADLINES */
h1 {
	clear: both;
	margin: 0;
	padding-top: 10px;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 24px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: -0.05em;
}

h1 .subTitle {
	display: block;
	margin-top: 4px;
	padding-bottom: 0.5em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

.columnRight h1 {
	padding-top: 0;
	font-size: 18px;
}


h2 {
	margin: .5em 0 -0.25em 0;
	padding-bottom: 0.5em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
}

h3 {
	margin: 0.75em 0 0.25em 0;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

#content2 h3, .content2 h3 { /* 196291 */
	margin: .5em 0 -0.25em 0;
	padding-bottom: 0.5em;
	color: #000;
}

h4 {
	clear: both;
	margin: 0 0 -0.25em 0;
	border-bottom: 1px solid #999;
	padding-bottom: 0.5em;
	font-family: "Times New Roman", Times, serif;
	color: #000;
	font-size: 140%;
}

h5 {
	margin: 0.25em 0 0 0;
	padding-bottom: 0.5em;
	Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 120%;
}

.propSold h5 {
	margin: 0.25em 0;
	padding-bottom: 0.5em;
	Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 160%;
}

h6 {
	margin: .5em 0 -0.5em 0;
	padding-bottom: 0.5em;
	Tahoma, Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 110%;
}

.propSold h6 {
	color: #ccc;
}


/* LISTS */
ol {
	margin: 1.5em 0 1.0em 1.5em;
}
ol li {
	margin: 0 0 1.0em 0;
}

ul {
	margin: 0.5em 0 1.0em 1.5em;
}

/* VERTICAL TABS */
.tabs { width:210px; list-style: none; margin: 0; padding: 0; float: left; }
.tabs li a { height: 18px; color: #000; display: block; margin: 0; padding: 0; text-decoration: none; }
.tabs li.current a { color:#000;  }
.contentBox { width: 100%; margin: 0; padding: 0;  float:left;  }
.preview { display:none; }
.visible { display:block; }


/* HOMEPAGE FLASH ANIMATION */

#homeSWF, .dnp { display: none; }

#headliner { 
	text-align: center;
	padding: 25px 0 5px 0;
}

#broker {
	padding: 5px 0;
	text-align: center;
}

.left { 
	float: left; 
}

.padRight {
	padding-right: 20px; 
}

#printPage { display: none; }

/* PROPERTY STYLES */

.propInfo td, .propSold td {
	border-top: 1px solid #999;
}

.homeInfo {
	border-top: 1px solid #999;
}

.propSold {
	color: #ccc;
}

.propID {
	padding-bottom: 10px;
	width: 120px;
}

.vertRight {
	float: left; 
	margin-right: 14px;
	padding-right: 12px;
	border-right: 1px solid #000;
}

img {
	border: 0 none transparent;
}

img.featureImageRight {
	float: right;
	border: 1px solid #CCCCCC;
	padding: 4px;
}

.input {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #000;
	width: 144px;
	border: 1px solid #bcd;
	margin: 0 10px 10px 0;
}

.input2 {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #000;
	width: 300px;
	border: 1px solid #bcd;
	margin: 0 0 10px 0;
}

.input3 {
	font-family: Arial, Helvetica; 
	font-size: 11px; 
	color: #000;
	width: 456px;
	border: 1px solid #bcd;
	margin: 0 0 10px 0;
}

.clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
}

/* FROM ORIGINAL HEADER */

#nonFooter {
	position: relative;
	width: 713px;
	min-height: 100%;
	padding-bottom: 55px;
	background: url(../images/common/nonFooter.gif);
}

* html #nonFooter {
	height: 100%;
}

#footer {
	position: relative;
	margin: -65px auto 0 auto;
}

/* A CSS hack that only applies to IE -- specifies a different offset for the footer */

* html #footer {
	margin-top: -55px;
}
