
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;
	font-size: 1px;
}
.clearfix {
	display:block;
	zoom: 1;
}
/* Hides from IE-mac \*/
* html .clearfix {display: block; height: 1%;}
/* End hide from IE-mac */


/* FORM ELEMENTS */

form{
	margin: 0;
	padding: 0;
}

input.textbox, textarea, select{
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

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, li.checkboxGroup{
	margin: 0 10px 0 0;
	white-space: nowrap;
	display: inline;
	overflow: hidden;
	width: 160px;
	float: left;
}

p.checkboxGroup, li.checkboxGroup{
	float: left;
}

div#pageContainer .module li.checkboxGroup{
	background: none;
}


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{
	padding: 5px;
}


a.delete span{
	display: none;
}


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

.module.module_list_obj table td, .module.module_list_obj table th{
	padding: 2px 10px 2px 0;
}

.module.module_list_obj table th{
	font-weight: bold;
	white-space: nowrap;
}

a.RSSLink{
	background: url(/images/rss.gif) center left no-repeat;
	padding: 3px 0 3px 20px;
	display: inline-block;
}

.ImageSlideShowObject{
	border: 1px solid #AAA;
	color: #666;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

.ImageSlideShowObject .closeButton{
	background: url(/images/slideshow/navigation/close.gif) center center no-repeat;
	width: 16px;
	height: 16px;
}

.ImageSlideShowObject .closeButton span{
	display: none;
}


.ImageSlideShowObject a.pOptionButton{
	border-bottom: none;
}

.ImageSlideShowObject .ImageSlideShowObjectNavigation a{
	width: 16px;
	height: 16px;
	display: inline-block;
}

.ImageSlideShowObject .ImageSlideShowObjectNavigation a span, .RPWFloorplanViewer p.controlButtons a span{
	display: none;
}

.ImageSlideShowObject .ImageSlideShowObjectNavigation a.next{
	background: url(/images/slideshow/navigation/next.gif) center center no-repeat;
}

.ImageSlideShowObject .ImageSlideShowObjectNavigation a.previous{
	background: url(/images/slideshow/navigation/previous.gif) center center no-repeat;
}

.SlideShowImageObject{
	text-align: center;
}

.SlideShowImageObject img{
	margin: 0 auto;
}

div#pageContainer{
	margin: 0 auto;
	padding-bottom: 10px;
	position: relative;
}


div#header2{
	padding: 10px 5px 0;
	margin: 0 0 10px 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;
}



/* VERTICAL MENU */


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

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






/* HORIZONTAL MENU */



div#topSection, #navBar1, #navBar2, div#topSection .module.menu_obj {
	position:relative;
	width: 100%;
}

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

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

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

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

div#topSection ul.menu a , div#navBar3 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#navBar3 ul.menu li:first-child a, div#topSection ul.menu li a.index, div#navBar3 ul.menu li a.index, div#topSection ul.menu ul li a, div#navBar3 ul.menu ul li a, div#topSection ul.menu li.home a, div#navBar3 ul.menu li.home a{
	border: none;
}

div#topSection ul.menu ul , div#navBar3 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, div#navBar3 ul.menu ul li a{
	border-width: 1px 0 0 0;
	border-style: solid;
	height: 1%;
}
div#topSection ul.menu ul ul , div#navBar3 ul.menu ul ul {
	position: absolute;
	top: 0;
	left: 100%;
}

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

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


/* FORMS */

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



div#lhColumn p.formLine, div#rhColumn p.formLine, div#lhColumn p.formSubmit, div#rhColumn p.formSubmit{
	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, div#lhColumn textarea, div#rhColumn textarea{
	width: 105px;
}

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

p.formSubmit{
	text-align: left;
	padding-left: 90px;
}


/* ITEMS */

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

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

div#middleSection .module ul.itemList li{
	margin: 8px 0;
	padding: 0 6px;
}


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 8px 0;
}

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


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

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

/* BULLETS */

ul.itemList li li, div#middleSection .module ul.itemList li li{
	list-style-type: disc;
	list-style-position: inside;
	border: none;
}

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



/* MEDIA */

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

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

ul.mediaList li, ul.itemList li ul.mediaList li, .module 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;
}

.module ul{
	margin: 0.5em 0;
	padding: 0 0 0 1.2em;
	list-style-type: disc;
}

.module ul li{
	margin: 0 0 0.3em 0;
}




/* MODULE SELECTOR */

ul.moduleSelector, div#mainContent .module ul.moduleSelector{
	margin: 0 0 5px 0;
	padding: 0;
	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-right: 3px;
	line-height: 15px;
}

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









/* PAGE SPECIFIC */

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


