.container {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 770px;
	border-top: 1px #000 solid;
	border-bottom: 1px #000 solid;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
}

/*  HEADER CONTENT  */
DIV.header {
	background-color:#B19D7D;
	width:100%;
	height:22px;
	align:center;
	text-align:center;
}
DIV.headercontentcontainer {
	margin-left: auto;
	margin-right: auto;
	width:770px;
	height:22px;
	
}
DIV.headercontent {
	background:url('art/marlborough.gif') no-repeat left top;
	width:770px;
	height:22px;
}
DIV.headercontentintranet {
	background:url('intranet/art/intranet.gif') no-repeat left top;
	width:770px;
	height:22px;
}

DIV.basicnav {
	height:22px;
	text-align:right;
	align:right;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFF;
	padding-top:3px;
}
.basicnavon {
	color : #000;
}
A.basicnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	color : #FFF;
	text-decoration : none;
}
A:visited.basicnav {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	text-decoration : none;
}
A:hover.basicnav {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	text-decoration : underline;	
}
/* ------------ */

DIV.whiteline {
	background-color:#FFF;
	width:100%;
	height:1px;
}


/*  NAVIGATION CONTENT  */
DIV.mainnav {
	background-color:#990033;
	width:100%;
	height:18px;
	align:center;
	text-align:center;
}
DIV.mainnavcontainer {
	margin-left: auto;
	margin-right: auto;
	width:770px;
	height:18px;
}
DIV.mainnavcontent {
	width:770px;
	height:18px;
}
/* ------------ */

/* HEADINGS */
DIV.headings {
	align:left;
	text-align:left;
	padding-top:8px;
	padding-left:10px;
}
/* -------- */

/*  CONTENT AREA */
DIV.contentarea {
	background-color:#DCCDB6;
	width:100%;
	align:center;
	text-align:center;
}
DIV.subpageheadershadow {
	background:url('art/subpage_header_shdw.jpg') repeat-x left top;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	height:7px;
	background-color:#fff;
}
DIV.contentareacontainer {
	background:url('art/watermark_logo.jpg') no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	width:770px;
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
DIV.contentareacontainer-search {
	background:url('art/watermark_logo.jpg') no-repeat center top;
	margin-left: auto;
	margin-right: auto;
	width:812px;
	background-color:#fff;
	border-left:1px solid #000;
	border-right:1px solid #000;
}
DIV.contentareacontents {
	width:660px;
	margin-left: 50px;
	align:left;
	text-align:left;
	padding-bottom:20px;
}

h1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 18px;
	font-weight : bold;
	color : #333333;
}
h2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #990033;
}
h3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #333333;
}

P {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #333;
}
P.paragraphindented {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	margin-left:20px;
}

ul {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

div.specialcontent {
	background-color:#fff;
	padding:4px;
	border:1px solid #B19D7D;
	margin-left: auto;
	margin-right: auto;
}

div.specialcontainer {
	align:center;
	text-align:center;
	width:100%;
	
}

/* ------------ */

/* HOMEPAGE CONTENT */
TD.redverticalstripe {
	background:url('art/red_vertical_stripe_shdw.jpg') no-repeat center top;
	background-color: #903;
	width:2px;
}

DIV.grayhorizontalstripe1 {
	background-color: #333;
	height:3px;
	font-size:1px;
}
DIV.grayhorizontalstripe2 {
	background-color: #333;
	height:2px;
	font-size:1px;
}

DIV.hometextcontainer {
	background:url('art/home_text_bg.gif') repeat-y left top;
	width:619px;
	height:139px;
}
DIV.hometext {
	padding: 17px 20px 0px 18px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}
/* ------------ */

/* GENERAL LINKS */
A {
	font-family : Arial, Helvetica, sans-serif;
	color : #990033;
	text-decoration : underline;
}
A:visited {
	font-family : Arial, Helvetica, sans-serif;
	color : #990033;
	text-decoration : underline;
}
A:hover {
	font-family : Arial, Helvetica, sans-serif;
	color : #5F4F35;
	text-decoration : underline;
}
/* -------- */


/*  FORMS  */
DIV.formcontentcontainer {
	border-right:1px solid #000;
}
DIV.formcontent {
	background:url('art/header.jpg') no-repeat center top;
	width:770px;
	height:87px;
}
DIV.formtab {
	background:url('art/tab.gif') repeat-x;
	width:100%;
	height:27px;
	align:left;
	text-align:left;
}
P.formtext {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : regular;
	color : #000;
}
/* ------------ */

/*  FOOTER CONTENT  */
DIV.footerline {
	background-color: #333;
	height:2px;
	width:770px;
	line-height:1px;
	font-size:1px;
}
DIV.footer {
	align:center;
	text-align:center;
	background-color:#DCCDB6;
}
DIV.footercontentcontainer {
	background-color: #990033;
	margin-left: auto;
	margin-right: auto;
	width:770px;
	height:34px;
	border-right:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #000;
	
}
DIV.footercontent {
	width:770px;
	height:34px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : regular;
	color : #FFFFFF;
}
TD.footercontent {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight : regular;
	color : #FFFFFF;
	padding-top:3px;
	padding-right:3px;
}

A.footercontent {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	text-decoration : underline;
}
A:visited.footercontent {
	font-family : Arial, Helvetica, sans-serif;
	color : #FFF;
	text-decoration : underline;
}
A:hover.footercontent {
	font-family : Arial, Helvetica, sans-serif;
	color : #000;
	text-decoration : none;	
}
/* ------------ */

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

DIV {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}

/* OFFICES */
.officesColumns {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	background : #00366C;
}

.officesCities {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #A50000;
}

.officesMaplinks {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : regular;
	color : #A50000;
}
A.officesMaplinks {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #A50000;
	text-decoration : underline;
}
A.officesMaplinks:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #A50000;
	text-decoration : underline;
}
A.officesMaplinks:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #00366C;
	text-decoration : underline;
}

.agentsinstructions {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}
/* ----------- */


/* LEFT NAVIGATION */
.leftnavcontainer {
	background-image: url(art/button_on.gif);
}
.leftnavcontainer a {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF !important;
	text-decoration : none !important;
}
.leftnavcontainer a:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF !important;
	text-decoration : none !important;
}
.leftnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #FFFFFF;
}
A.leftnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #DCE3CE;
	text-decoration : none;
	display: block;
}
A.leftnav:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #DCE3CE;
	text-decoration : none;
}
/* --------- */


/* SUBMENU */
.submenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #A50000;
}
A.submenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : regular;
	color : #00366C;
	text-decoration : underline;
}
A:visited.submenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : regular;
	color : #00366C;
	text-decoration : underline;
}
A:hover.submenu {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #A50000;
	text-decoration : underline;
}
/* -------- */

/* SUB NAVIGATION */
.subnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #0038A8;
}

A.subnav {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #0038A8;
	text-decoration : underline;
}
A.subnav:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #5578BF;
	text-decoration : underline;
}
A.subnav:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : #0343E3;
	text-decoration : underline;
}
/* ------------- 5578BF color originally for non-linked subnav item */


.star {
	color: #b40101;
	font-size: 11px
}

.tm {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 6pt;
}


/* COMMUNITY */
.community_heading {
	background-color : #00366C;
}
.community_text_heading {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
}

div.communitycontent {
	font-size:11px;
}
p.communitycontent {
	font-size:11px;
	padding-left:8px;
}
/* --------- */

/* SEARCH LINKS */
A.searchmain {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}
A.searchmain:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #000000;
	text-decoration : none;
}
A.searchmain:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : underline;
}
/* --------- */

/* TABLE DATA */
TABLE.datatable { 
	border-left : 1px #000000 solid; 
	border-top : 1px #000000 solid; 
	border-bottom : 1px #000000 solid; 
	border-right : 1px #000000 solid;
	background-color : #BDB795;
}

TABLE.datatable th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #B50000;
}
TABLE.datatable td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	font-weight : regular;
}

TABLE.datatable A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #97120C;
	text-decoration : underline;
	/* display : block;
	margin-bottom : 10px; margin-top : 10px ; */
}
TABLE.datatable A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #97120C;
	text-decoration : underline;
}
TABLE.datatable A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000	;
	text-decoration : underline;
}
/* ---------- */


/* UTILITIES BOXES */
div.utilities {
	background-color:#fff;
	padding:0px;
	border:1px solid #B19D7D;
	margin-left: auto;
	margin-right:auto;
	width:400px;
}
div.utilitiesheading {
	background-color:#B19D7D;
	padding:2px;
	font-weight:bold;
}

/* -------------- */

.specialnote {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
}

/* TABLE FORMS */
TABLE.forms { 
	border-left : 1px #333333 solid; 
	border-top : 1px #333333 solid; 
	border-bottom : 1px #333333 solid; 
	border-right : 1px #333333 solid;
}

TABLE.forms th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000;
	background-color : #B19D7D;
}
TABLE.forms td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #000000;
	font-weight : regular;
}

TABLE.forms input { font-family : Arial, Helvetica, sans-serif; font-size: 11px; }
TABLE.forms select { font-family : Arial, Helvetica, sans-serif; font-size: 10px; }

TABLE.forms A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #97120C;
	text-decoration : underline;
	/* display : block;
	margin-bottom : 10px; margin-top : 10px ; */
}
TABLE.forms A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #97120C;
	text-decoration : underline;
}
TABLE.forms A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000	;
	text-decoration : underline;
}
/* ---------- */

/* FEATURED PROPERTIES */
DIV.featuredphoto {
	border-right:1px solid #B50000;
	border-left:1px solid #B50000;
	border-bottom:1px solid #B50000;
	width:237px;
	_width:239px;
	height:197px;
}
DIV.featureddetails { 
	border-right:1px solid #B50000;
	border-left:1px solid #B50000;
	border-bottom:1px solid #B50000;
	width:237px;
	_width:239px;
	height:54px;
	text-align:center;
}
DIV.featureddetailscity { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color:#000000;
	padding-bottom:3px;
}
SPAN.featureddetailsother { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	color : #000000	;
}
SPAN.featureddetailsdata { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : regular;
	color : #000000	;
}
DIV.featurednav { 
	background:url('art/featured_nav_bg.jpg') repeat-x center top;
	border-right:1px solid #B50000;
	border-left:1px solid #B50000;
	width:237px;
	_width:239px;
	height:20px;
	text-align:center;
}
TABLE.featurednav { 
	padding-top:3px;
}
SPAN.featurednavlinks { 
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : regular;
	color : #000000	;
}
/* ----------- */

/* QUICK SEARCH */

TD.quick { 
	background:url('art/quicksearch_bg.gif') no-repeat left top;
}
TABLE.quick {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
}
TABLE.quick th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #FFFFFF;
	background-color : #263360;
}
TABLE.quick td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight : regular;
}

TABLE.quick input { font-family : Arial, Helvetica, sans-serif; font-size: 10px; background-color : #FFFFFF; border : 1px solid #000000; }
TABLE.quick select { font-family : Arial, Helvetica, sans-serif; font-size: 10px; background-color : #FFFFFF; border : 1px solid #000000; width: 104px; height:16px; }

TABLE.quick A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000;
	text-decoration : underline;
	/* display : block;
	margin-bottom : 10px; margin-top : 10px ; */
}
TABLE.quick A:visited {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000;
	text-decoration : underline;
}
TABLE.quick A:hover {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #B50000	;
	text-decoration : underline;
}
/* ---------- */

/* MORE RESOURCES (on homepage) */
TD.moreresources { 
	background:url('art/more_resources_tab.gif') no-repeat right top;
	padding-top:85px;
}
/* ------------- */


/* AGENT SEARCH */
/*
.agentdetailname {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16px;
	font-weight : bold;
	color : #000000;
}
*/

/* INTRANET-INTEGRATED STYLES */
/*
.category-header { margin-bottom: 15px; }
.category-instance { margin-bottom: 15px; }
.category-instance A { font-weight: bold; }
.category-description { font-style: italic; }
.category-title { text-size: 14px; font-weight: bold; }

.link-instance { margin-bottom: 15px; }
.link-title { font-weight: bold; }
.link-title A { font-weight: bold; }
.link-description { font-style: normal; }
.links-footer { margin-bottom: 15px; }
.links-pagination { margin-bottom: 15px; }

.connection-instance { margin-bottom: 15px; }
.connection-title { font-weight: bold; }
.connection-title A { font-weight: bold; }
.connection-description { font-style: italic; }
.connections-footer { margin-bottom: 15px; }
.connections-pagination { margin-bottom: 15px; }

.openhouse-header { margin-bottom: 15px; }
.openhouse-footer { margin-bottom: 15px; }
.openhouse-pagination { margin-bottom: 15px; }
.openhouse-pagination TD { color: #888888; font-weight: bold; }
.openhouse-pagination TD B { color: #000000; }
.openhouse-pagination A { color: #000000; }
.openhouse-instance { margin-bottom: 15px; border-top: 1px #B9C8E5 solid; border-left: 1px #B9C8E5 solid; }
.openhouse-instance TH { background-color: #B9C8E5; color: #000000; border-right: 1px #B9C8E5 solid; border-bottom: 1px #B9C8E5 solid; }
.openhouse-instance TH A { color: #000000; }
.openhouse-instance TH A:hover { color: #000000; }
.openhouse-instance TH TD { background-color: #B9C8E5; color: #000000; border: 0px; }
.openhouse-instance TD { background-color: #FFFFFF; color: #000000; border-right: 1px #B9C8E5 solid; border-bottom: 1px #B9C8E5 solid; }
.openhouse-instance TD TD { border: 0px; }
*/


/* OPEN HOUSES */
/*
TABLE.openhouses { 
	border-left : 1px #000000 solid; 
	border-top : 1px #000000 solid; 
	border-bottom : 1px #000000 solid; 
	border-right : 1px #000000 solid;
	background-color : #FFC300;
}
TABLE.openhouses th {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 13px;
	font-weight : bold;
	color : #000000;
	background-color : #FFC300;
}
TABLE.openhouses td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : #000000;
	background-color : #FFFFFF;
	font-weight : regular;
}

TABLE.openhouses input { font-family : Arial, Helvetica, sans-serif; font-size: 10px; }
TABLE.openhouses select { font-family : Arial, Helvetica, sans-serif; font-size: 10px; }

TABLE.openhouses A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000;
	text-decoration : underline;
	/* display : block;
	margin-bottom : 10px; margin-top : 10px ; 
}
TABLE.openhouses A:visited {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000;
	text-decoration : underline;
}
TABLE.openhouses A:hover {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : regular;
	color : #000000	;
	text-decoration : underline;
}
*/

/* CONTENT TABLES */
/*
TABLE.contenttable { 
	border-left : 1px #000000 solid; 
	border-top : 1px #000000 solid; 
	border-bottom : 1px #000000 solid; 
	border-right : 1px #000000 solid;
}

TABLE.contenttable td {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight : regular;
	color : #000000;
}

/* homepage tabs */
/*
.homecontent td {
	background-repeat:no-repeat;
	height:297px;
	vertical-align:top;
}
#homeleft {
	width:155px;
}
#homecenter {
	width:453px;
}
#homeright {
	width:162px;
}
.quicksearch {
	position:relative;
	top:28px;
	left:23px;
	height:245px;
	width:123px;
}
.tabs {
	height:30px;
}
.tabs a {
	position:absolute;
	top:0px;
	height:30px;
	cursor:pointer;
}
.quicksearch .tabs .charleston {
	width:66px;
	left:0px;
}
.quicksearch .tabs .manning {
	width:56px;
	left:67px;
}
.homeclub {
	position:relative;
	left:7px;
	top:111px;
	width:155px;
}
.homeclub .tabs .charleston {
	left:0px;
	width:83px;
}
.homeclub .tabs .manning {
	left:84px;
	width:71px;
}
.quicksearch table,
.homeclub table {
	position:absolute;
}
.quicksearch table {
	left:10px;
	top:47px;
	width:105px;
}
.homeclub table {
	top:74px;
	left:12px;
}
.quick td {
	vertical-align:middle;
	height:auto;
}
#searchForm select {
	margin-top:2px;
}
.data {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
}
.data td {
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:5px;
}
.left {
	float:left;
	margin:5px;
}
.right {
	float:right;
	margin:5px;
}
#homecenter div {
	position:relative;
}
#homecenter div a {
	position:absolute;
	width:295px;
	height:222px;
	top:50px;
	left:55px;
}
*/