
body{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
	color: #000;
}

div{
	text-align: left;
}

h1, h2, h3, h4, h5, h6{
	margin: 0.4em 0 0.2em;
}

h1{
	font-size: 1.8em;
}
h2{
	font-size: 1.5em;
}
h3{
	font-size: 1.3em;
}
h4{
	font-size: 1.2em;
}
h5{
	font-size: 1.1em;
}
h6{
	font-size: 1em;
	margin: 0.4em 0 0.2em;
}

p{
	margin: 0.2em 0 0.5em;
}

table{
	font-size: 1em;
}



.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
	display:inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {display: block; height: 1%;}
/* End hide from IE-mac */


/* FORM ELEMENTS */

form{
	margin: 0;
	padding: 0;
}

input, textarea, select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	border-style: solid;
	border-width: 1px;
}

input.checkbox{
	border: none;
	width: auto;
}

p.formLine{
	margin: 0 0 0 0;
	padding: 0 0 0 90px;
}

p.formLine strong{
	float: left;
	font-weight: normal;
	margin-left: -90px;
	margin-top: 0;
	width: 85px;
}

p.checkboxGroup, span.checkboxGroup{
	margin: 0 10px 0 0;
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	width: 160px;
}

p.checkboxGroup{
	float: left;
}


p.formSubmit{
	margin: 0;
	text-align: right;
}

/* ERRORS */

ul.errors{
	margin: 0 0 1em 0;
	padding: 0 0 0 1.5em;
	color: #C00;
}

/* CMS */

a.delete{
	background: url(../images/admin/images/delete.gif) center center no-repeat;
	padding: 5px;
}
	

a.delete span{
	display: none;
}


body.slideshow{
	background: #000;
	margin: 0;
	padding: 5px;
}



div#pageContainer{
	margin: 0 auto;
	width: 920px;
	border-width: 1px;
	border-style: solid;
	padding-bottom: 10px;
	position: relative;
}


div#header{
	padding: 10px 5px 0;
	margin: 0;
	border-style: solid;
	border-width: 0 0 1px 0;
	position: relative;
}

div#header h1{
	padding: 0;
	margin: 0 5px 5px;
}

div#header a{
	text-decoration: none;
}

div#banner{
	position: absolute;
	top: 10px;
	right: 20px;
}

div#lhColumn, div#rhColumn{
	width: 185px;
}

div#lhColumn{
	float: left;
}

div#rhColumn{
	float: right;
}

div#middleSection{
	padding: 10px 10px 0 10px;
}

div#mainContent{
	width: 898px;
	float: left;
}

div#mainContent.leftIndent{
	margin-left: 10px;
	width: 703px;
}

div#mainContent.rightIndent{
	width: 703px;
}

div#mainContent.leftIndent.rightIndent{
	width: 495px;
}

html>body div#mainContent.leftIndent.rightIndent{
	width: 510px;
}

div#middleSection .module, ul.itemList li{
	padding: 10px;
	margin-bottom: 10px;
	border-width: 1px;
	border-style: solid;
	margin-top: 0;
}

div#middleSection .module h3{
	margin: 0 0 4px 0;
}

div#middleSection .module h3 a{
	text-decoration: none;
}

p.strapline{
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 5px;
}


/* VERTICAL MENU */


div#middleSection .module ul.menu, div#middleSection ul.menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
	position:relative;
	background-color: inherit;
	float: none;
}

div#middleSection ul.menu ul{
	margin: 0;
}

div#middleSection .module ul.menu li{
	position:relative;
	border-width: 0 0 1px;
	border-color: #FFF;
	border-style: solid;
	background: none;
	padding: 0;
}

div#middleSection ul.menu ul li{
	border-width: 0;
}

div#middleSection ul.menu a, div#middleSection ul.menu h3{
	font-size:1em;
	font-weight: normal;
	display: block;
	padding: 3px 0;
	margin: 0;
	text-decoration: none;
}

div#middleSection ul.menu ul{
	position: absolute;
	width: 17em;
	z-index: 500;
	left: 138px;
	top: -1px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	background-color: inherit;
}

html>body div#middleSection ul.menu ul{
	left: 100%;
}

div#middleSection ul.menu ul a, div#middleSection ul.menu ul h3{
	height: 1%;
}

div#middleSection ul.menu ul,
div#middleSection ul.menu li:hover ul ul,
div#middleSection ul.menu ul li:hover ul ul
{display: none;}

div#middleSection ul.menu li:hover ul,
div#middleSection ul.menu ul li:hover ul,
div#middleSection ul.menu ul ul li:hover ul
{display: block;}


/* HORIZONTAL MENU */

div#topSection ul.menu{
	display: table;
	white-space:nowrap;
	margin: 0 auto;
}

div#topSection ul.menu, div#topSection ul.menu ul{
	list-style-type: none;
	padding: 0;
	text-align: center;
}

div#topSection ul.menu li{
	display:table-cell;
}

div#topSection ul.menu ul li{
	display: block;
	float: none;
}

div#topSection ul.menu a {
	font-size:1em;
	font-weight: bold;
	border-width: 0 0 0 1px;
	border-style: solid;
	margin: 0;
	padding: 3px 10px 4px;
	line-height: 2.2em;
	text-decoration: none;
}
div#topSection ul.menu li:first-child a, div#topSection ul.menu li a.index, div#topSection ul.menu ul li a, div#topSection ul.menu li.home a{
	border: none;
}

div#topSection ul.menu ul {
	display: block;
	margin: 0;
	position: absolute;
	width: 20em;
	z-index: 500;
	border-width: 0 1px 1px;
	border-style: solid;
	text-align: left;
}


	
	
div#topSection ul.menu ul li a{
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1%;
}
div#topSection ul.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

div#topSection ul.menu ul,
div#topSection ul.menu li:hover ul ul,
div#topSection ul.menu ul li:hover ul ul
{display: none;}

div#topSection ul.menu li:hover ul,
div#topSection ul.menu ul li:hover ul,
div#topSection ul.menu ul ul li:hover ul
{display: block;}



/* NAV BARS */

div#navBar1 .module, div#navBar2 .module, div#navBar3 .module{
	padding: 2px 10px;
}

div#navBar1 .module a, div#navBar2 .module a, div#navBar3 .module a{
	text-decoration: none;
}


/* FORMS */

p.formLine{
	margin: 3px 0 4px 0;
	padding-left: 90px;
}

input, textarea, select{
	border-color: #555;
}

div#lhColumn p.formLine, div#rhColumn p.formLine{
	padding-left: 65px;
}

div#lhColumn p.formLine strong, div#rhColumn p.formLine strong{
	margin-left: -65px;
	width: 60px;
}

div#lhColumn input.textbox, div#rhColumn input.textbox, div#lhColumn select, div#rhColumn select{
	width: 90px;
}

html>body div#lhColumn select, html>body div#rhColumn select, html>body div#lhColumn input.textbox, html>body div#rhColumn input.textbox{
	width: 95px;
}


/* TOP SECTION */

#topSection .module.user_panel_obj{
	float: right;
}





/* MEDIA */

a.thumbnail img, img.inlineImage, div.thumbnail{
	border-width: 2px;
	border-style: solid;
}

ul.mediaList, ul.itemList ul.mediaList, .module ul.mediaList{
	list-style-type: none;
	margin: 5px 0;
	padding: 0;
}

ul.mediaList li, ul.itemList li ul.mediaList li{
	display: inline;
	margin: 0 4px 4px 0;
	border: none;
	padding: 0;
}

ul.mediaList li a{
	float: left;
	margin-right: 6px;
	margin-bottom: 6px;
	display: block;
}

a.file{
	background: url(../images/mime-32.gif) top center no-repeat;
	width: 64px;
	padding-top: 32px;
	text-align: center;
}

a.file.doc{
	background: url(../images/doc-32.gif) top center no-repeat;
}


a.file.pdf{
	background: url(../images/pdf-32.gif) top center no-repeat;
}

a.file.xls{
	background: url(../images/xls-32.gif) top center no-repeat;
}

a.file.zip{
	background: url(../images/zip-32.gif) top center no-repeat;
}

a.file.mov{
	background: url(../images/mov-32.gif) top center no-repeat;
}


/* MAIN CONTENT */

div#mainContent h2{
	margin: 0 0 10px;
}

div#middleSection .module.rpw_results_obj, div#middleSection .module.post_board_obj, div#middleSection .module.rpw_office_list_obj{
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}

div.module ul{
   padding: 0 0 0 0;
   margin: 0.5em 0;
}


/* ITEMS */

ul.itemList{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.itemList ul, .details ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
	float: left;
}

.details ul{
	margin: 0.5em 0;
	float: none;
}


ul.itemList li li{
	padding: 0;
	border: none;
	margin: 0;
}

ul.itemList li h3, form#itemForm h3, .module h3{
	margin: 0 0 4px 0;
}

ul.itemList li a.thumbnail, .module a.thumbnail, .module div.thumbnail{
	float: left;
	margin: 0 7px 4px 0;
}

div.featuredProperty .thumbnail{
	margin-right: 0;
}

div.featuredProperty ul, div.newInstruction ul{
	clear: left;
}

ul.itemList li p.itemInfo{
	float: right;
	margin-top: -1.8em;
}

p.itemEdit{
	clear: left;
	margin-bottom: 0;
}

/* BULLETS */

ul.itemList li li, .module li{
	list-style-type: none;
	padding-left: 13px;
}

ul.itemList li ul.mediaList li, .module ul.mediaList li{
	background: none;
	padding: 0;
}




/* ITEM NAVIGATION */

p.navigation{
	margin: 0;
	padding: 0;
}


.navigation a{
	text-decoration: none;
}

.navigation a, .navigation strong{
	margin-right: 3px;
}


/* FLASH MAP */

div.rpwFlashMap{
	border-style: solid;
	border-width: 1px;
}



/* SELECTOR */

div#mainContent div.module.rpw_map_selector_obj{
	border: none;
	padding: 0;
	margin: 5px 0 0;
	background: none;
}

div#mainContent div.module.rpw_map_selector_obj ul{
	float: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	text-align: right;
	border-color: inherit;
}

div#mainContent div.module.rpw_map_selector_obj ul li{
	display: inline;
	background: none;
	padding-left: 0;
}

div#mainContent div.module.rpw_map_selector_obj ul li a{
	padding: 2px 0.6em;
	text-decoration: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: inherit;
	margin-left: 3px;
	line-height: 15px;
}

div#mainContent div.module.rpw_map_selector_obj ul li.active a{
	font-weight: bold;
	padding-bottom: 3px;
}

ul.moduleSelector, div#mainContent .module ul.moduleSelector{
	margin-left: -10px;
	margin-right: -10px;
	margin-bottom: 10px;
	padding: 0 8px;
	border-width: 0 0 1px 0;
	border-style: solid;
}

ul.moduleSelector li, div#middleSection .module .moduleSelector li{
	display: inline;
	background: none;
	padding-left: 0;
	margin: 0;
}	

ul.moduleSelector li a{
	padding: 2px 0.6em;
	text-decoration: none;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: inherit;
	margin-left: 3px;
	line-height: 15px;
}

ul.moduleSelector li.active a{
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom-width: 1px;
}


/* SEARCH RESULTS */

ul.searchResults h3 a, div.featuredProperty h3 a{
	text-decoration: none;
}

ul.searchResults h3 a strong, div.featuredProperty h3 a strong{
	float: right;
}

ul.searchResults h4, div.details h4 strong{
	float: right;
	padding: 1px 5px;
	margin: 0 0 4px 8px;
}

ul.searchResults h4, div.details h4{
	font-size: 1.1em;
}	

p.detailsLink{
	float: right;
	clear: both;
	margin-top: -1.2em;
	text-align: right;
}



/* DETAILS */

div.details.module ul{
	float: none;
	margin: 0.2em 0 0.3em;
}

div#middleSection .module ul.optionButtons{
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: inherit;
	margin: 10px 0 6px;
	padding: 0;
	list-style-type: none;
	float: none;
}

div#middleSection .module ul.optionButtons li{
	float: left;
	border-color: inherit;
	padding: 0;
	margin: 0;
	background: none;
}

div#middleSection .module ul.optionButtons li a{
	display: block;
	float: left;
	padding: 3px 3px 7px 22px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 2px;
	margin-right: 12px;
}

div#middleSection .module ul.optionButtons li a:hover{
	padding-bottom: 5px;
	border-width: 0 0 2px 0;
	border-style: solid;
	border-color: inherit;
}

div#middleSection .module ul.optionButtons a.emailButton{
	background-image: url(../images/chamfered_corners/css/images/icon-info.gif);
}

div#middleSection .module ul.optionButtons a.printButton{
	background-image: url(../images/chamfered_corners/css/images/icon-print.gif);
}

div#middleSection .module ul.optionButtons a.mapButton{
	background-image: url(../images/chamfered_corners/css/images/icon-map.gif);
}

div#middleSection .module ul.optionButtons a.floorplanButton{
	background-image: url(../images/chamfered_corners/css/images/icon-floorplan.gif);
}

div#middleSection .module ul.optionButtons a.vtourButton{
	background-image: url(../images/chamfered_corners/css/images/icon-vtour.gif);
}

div#middleSection .module ul.optionButtons a.HIPButton{
	background-image: url(../images/chamfered_corners/css/images/icon-hip.gif);
}

div#middleSection .module ul.optionButtons a.slideshowButton{
	background-image: url(../images/chamfered_corners/css/images/icon-slideshow.gif);
}

div#middleSection .module ul.optionButtons a.sendLink{
	background-image: url(../images/chamfered_corners/css/images/icon-sendlink.gif);
}

div#middleSection .module h4{
	border-width: 0 0 1px 0;
	padding: 0 0 3px 0;
	border-style: solid;
	border-color: inherit;
}

div#middleSection .module h4 strong{
	margin-top: -1em;
}
	



/* OFFICES */

ul.offices.compact p.address, ul.offices.compact p.contacts{
	white-space: nowrap;
	float: left;
	margin-right: 12px;
}

ul.offices.large p.address, ul.offices.large p.contacts{
	clear: none;
}

ul.offices.large img{
	margin-top: 5px;
}


ul.offices.compact p.officeLinks{
	float: right;
}


p.officeLinks a{
	background-repeat: no-repeat;
	background-position: top left;
	text-decoration: none;
}

ul.offices p.officeLinks a{
	padding: 1px 0 2px 20px;
	margin-right: 20px;
	line-height: 20px;
}

ul.offices.compact p.officeLinks a{
	height: 16px;
	width: 16px;
	float: left;
	display: block;
	padding: 0;
	margin:0 0 0 1px;
}

ul.offices.compact p.officeLinks a span{
	display: none;
}

p.officeLinks a.officeProperties{
	background-image: url(../images/chamfered_corners/css/images/icon-homes.gif);
}
p.officeLinks a.officeMap{
	background-image: url(../images/chamfered_corners/css/images/icon-map.gif);
}
p.officeLinks a.officeEmail{
	background-image: url(../images/chamfered_corners/css/images/icon-email.gif);
}


/* GOOGLE MAP */

div#middleSection .module div.gMapContainer ul.key li{
	background: none;
}







/* PAGE SPECIFIC */

body.image div#pageContainer{
	border: none;
	margin: 0;
	padding: 0;
}

	
/* FLOOR PLANS */

body.floorplan, body.floorplan.#pageContainer{
	margin: 0;
	padding: 0;
}

ul#floorplanNav{
	list-style-type:none;
	margin: 0;
	padding: 0 21px 0 0;
	position:absolute;
	z-index: 100;
	top: 0;
	left: 0;
	background: url(../images/fp_navend.gif) top right no-repeat;
	height: 17px;
}

@media screen{
	html>body ul#floorplanNav{
		position: fixed;
	}
}

ul#floorplanNav li{
	display: inline;
	margin: 0;
	padding: 0;
}

ul#floorplanNav li a{
	float: left;
	display: block;
	width: 17px;
	height: 17px;
}

ul#floorplanNav li a span{
	display: none;
}

ul#floorplanNav li.previous a{
	background: url(../images/fp_previous.gif) top left no-repeat;
}

ul#floorplanNav li.previous a:hover{
	background: url(../images/fp_previous-over.gif) top left no-repeat;
}

ul#floorplanNav li.next a{
	background: url(../images/fp_next.gif) top left no-repeat;
}

ul#floorplanNav li.next a:hover{
	background: url(../images/fp_next-over.gif) top left no-repeat;
}

ul#floorplanNav li.reduce a{
	background: url(../images/fp_reduce.gif) top left no-repeat;
}

ul#floorplanNav li.reduce a:hover{
	background: url(../images/fp_reduce-over.gif) top left no-repeat;
}

ul#floorplanNav li.enlarge a{
	background: url(../images/fp_enlarge.gif) top left no-repeat;
}

ul#floorplanNav li.enlarge a:hover{
	background: url(../images/fp_enlarge-over.gif) top left no-repeat;
}

ul#floorplanNav li.actual a{
	background: url(../images/fp_actual.gif) top left no-repeat;
}

ul#floorplanNav li.actual a:hover{
	background: url(../images/fp_actual-over.gif) top left no-repeat;
}

ul#floorplanNav li.fit a{
	background: url(../images/fp_fit.gif) top left no-repeat;
}

ul#floorplanNav li.fit a:hover{
	background: url(../images/fp_fit-over.gif) top left no-repeat;
}

ul#floorplanNav li.close a{
	background: url(../images/fp_close.gif) top left no-repeat;
}

ul#floorplanNav li.close a:hover{
	background: url(../images/fp_close-over.gif) top left no-repeat;
}

/* VENDOR PAGE */

div.module.rpw_vendor_login_obj p.formLine, div.module.rpw_vendor_login_obj p.submitButtons{
	color: #666;
}

div.module.rpw_vendor_login_obj p.formLine strong{
	background: none;
}

div.module.rpw_vendor_login_obj{
	background: #FFF;
	color: #999;
}

div.module.rpw_vendor_login_obj a{
	color: #999;
	font-weight: bold;
}

div.module.rpw_vendor_login_obj a:hover{
	color: #666;
}

div.module.rpw_vendor_login_obj p.vendorMenu{
	margin: 1em 0 0;
	text-align:right;
	font-size: 1em;
}

div.module.rpw_vendor_login_obj p.vendorMenu a{
	border: 1px solid #CCC;
	border-color: #CCC #BBB #BBB #CCC;
	padding: 2px 4px;
	margin: 0 0 0 2px;
	text-decoration: none;
 	background: #FAFAFA;
	color: #AAA;
}

div.module.rpw_vendor_login_obj p.vendorMenu a:hover{
 	background: #EEE;
	border-color: #AAA #999 #999 #AAA;
	color: #999;
}



div.module.rpw_vendor_login_obj .section, div.module.rpw_vendor_login_obj form{
	border: 1px solid #CCC;
	border-color: #CCC #999 #999 #CCC;
	padding: 10px;
	margin: 1em 0;
	background: #FAFAFA;
	position: relative;
}

div.module.rpw_vendor_login_obj .section h4, div#middleSection div.module.rpw_vendor_login_obj .section h4{
	font-size: 1.5em;
	padding: 0 0 3px 20px;
	margin: 0;
	color: #999;
	border-bottom: 1px dotted #CCC;
}


div.module.rpw_vendor_login_obj .section.details h4{
	background: url(../images/vendor-user.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.offers h4{
	background: url(../images/vendor-offers.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.marketing h4{
	background: url(../images/vendor-stats.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.viewings h4{
	background: url(../images/vendor-viewings.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section.advertising h4{
	background: url(../images/vendor-advertising.gif) top left no-repeat;
}

div.module.rpw_vendor_login_obj .section ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
	color: #999;
}

div.module.rpw_vendor_login_obj .section p{
	color: #999;
	margin: 5px 0 0;
	padding: 0;
	font-size: 1em;
}

div#middleSection div.module.rpw_vendor_login_obj ul li{
	background: none;
}

div.module.rpw_vendor_login_obj .section ul li{
	padding: 5px 0 0;
	border-top: 1px dotted #CCC;
	margin: 5px 0 0;
}



div.module.rpw_vendor_login_obj .section ul.chain li{
	padding: 5px;
	border: 1px solid #CCC;
	border-color: #BBB #CCC #CCC #BBB;
	background: #FFF;
}

div.module.rpw_vendor_login_obj .section ul.chain li.current{
	background: #FFFFF4;
	border-color: #999 #AAA #AAA #999;
}

div.module.rpw_vendor_login_obj .section ul.chain li li{
	margin: 2px 0 0 0;
	padding: 0;
	border: none;
	background:none;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status{
	margin-top: 4px;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li{
	display: inline;
	margin-right: 2em;
	padding-right: 14px;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li{
	background: url(../images/status-no.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.done{
	background: url(../images/status-yes.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.notneeded{
	background: url(../images/status-notneeded.gif) center right no-repeat;
}

div.module.rpw_vendor_login_obj .section ul.chain li ul.status li.sent{
	background: url(../images/status-sent.gif) center right no-repeat;
}


div.module.rpw_vendor_login_obj .section ul.chain li ul.status li em{
	display: none;
}
