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;
}

.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;
	width: 1000px;
	padding-bottom: 10px;
	position: relative;
}


div#header2{
	padding: 10px 5px;
	margin: 0;
	position: relative;
}

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

div#middleSection .pageSection{
	float: left;
}

div#middleSection .pageSection.nospan{
	width: 20%;
}

div#middleSection .pageSection.colspan2{
	width: 40%;
}

div#middleSection .pageSection.colspan3{
	width: 60%;
}

div#middleSection .pageSection.colspan4{
	width: 80%;
}

div#middleSection .pageSection.colspan5{
	width: 100%;
}

div.nospan p.formSubmit,
div.nospan p.formLine{
	padding-left: 65px;
}

div.nospan p.formLine strong{
	margin-left: -65px;
	width: 60px;
}

div.nospan input.textbox, div.nospan select{
	width: 110px;
}

html>body div.nospan select, html>body div.nospan input.textbox{
	width: 115px;
}

div#middleSection .module{
	margin: 0 10px 20px;
}

