/* CSS Document */

body, html {
	margin:0;
	padding:0;
	background-image:url(../images/mainBG_tile.gif);
	background-repeat:repeat;
}
#container {
	width:902px;
	margin:0 auto;
	height:auto;
}
#header {
	width:100%;
	height:250px;
}
#headerTop {
	margin:0;
	height:105px;
}
#headerBottom {
	background-color:#000;
	color:#fff;
	position:relative;
	height:145px;
	margin:0;
}
#mainNav {
	float:left;
	margin-left:15px;
}
#logo {
	width:164px;
	margin:0 auto;
	position:absolute;
	left: 381px;
	top: -24px;
}
#logo img {
	border:none;
}
#headerCallout {
	float:right;
	border-top:1px solid #999;
	border-bottom:1px solid #999;
	margin:40px 40px 0 0;
	padding:3px 0 0 0;
}
#mainBody {
	width:100%;
	margin:5px 0 0 0;
	background-color:#fff;
	clear:both;
}
#mainBody table {
	width:100%;
	margin:0;
}
#bodyLeft, #bodyLeftCtr {
	width:370px;
	height:388px;
	background-color:#b9c3bb;
}
.fullWidth {
	height:388px;
	width:100%;
	overflow:hidden;
	background-color:#b9c3bb;
}
#left50, #right50 {
	width:50%;
	background-color:#b9c3bb;
}
.inner50 {
	padding-top:20px;
}
.extraTopMargin {
	padding-top:20px;
}
.extraTopMargin2 {
	margin-top:30px;
}
.regSpacing {
	padding-top:35px;
}
.leftContent {
	margin:0 auto;
	padding-top:40px;
	width:300px;
}
.leftContent2 {
	margin:0 auto;
	padding-top:20px;
	width:330px;
}
.leftContent3 {
	margin:0 auto;
	padding-top:10px;
	width:340px;
}
.leftIndentP {
	padding-top:6px;
	padding-left:80px;
}
.lineBreak {
	margin:0px auto 10px auto;
	width:73px;
}
.lineBreakLeft {
	margin-left:25px;
	margin-bottom:10px;
}
#regLeft {
	width:auto;
	background-color:#b9c3bb;
	height:388px;
	overflow:hidden;
}
#regRight {
	width:466px;
	height:388px;
	overflow:hidden;
}
.regImageInner {
	margin:0px auto;
	padding:8px 0;
	width:450px;
}
#bodyRight {
	padding:0px;
	height:388px;
	overflow:hidden;
}
#slideshow {
	margin:0 auto;
	padding:0;
	width:514px;
	height:388px;
	overflow:hidden;
}
#floorplans-noFlash {
	background-color:#fff;

}
#floorplans-noFlash img {
	border:none;
}
.nonFlash, .regImage {
	width:100%;
	height:100%;
	background-color:#000;
}
.nonFlash .inner {
	margin:0px auto;
	padding:8px 0;
	width:495px;
}
form, input, .regFormP1 span input {
	margin:0;
	padding:0;
}
.chk {
	margin:0 3px 0 0;
	padding:0;
}
table td.l {
	width:65px;
}
.textF {
	width:180px;
}
.textarea {
	width:182px;
}
#footer {
	width:100%;
	background-color:#000;
	margin-top:6px;
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	background-position:center 10px;
	margin-bottom:15px;
	padding-bottom:2px;
}
p.footerLeft {
	margin:0 0 0 10px;
	padding:35px 0 3px 0;
}
.footerFloatRight {
	float:right;
	padding-top:31px;
	padding-right:8px;
	text-align:right;
}
.footerFloatRight p {
	display:inline;
	margin-top:0;
	padding-top:0;
	padding-right:6px;
}
#footer .icon {
	float:left;
	margin-right:5px;
	margin-top:-1px;
}
#footer .icon img {
	border:none;
}
/* CUSTOM SCROLLBAR */
.scroll-pane {
	height:388px;
	border-right:1px solid #000;
	overflow:auto;
}
.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	margin:0;
	right: 0px;
	top: 0px;
	height: 100%;
	background-color: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background-color: #000;
	cursor: pointer;
	margin-left:0px;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}
a.jScrollArrowUp {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/scroll/basic_arrow_up.gif) repeat-x 0 0;
	height: 9px;
}
a.jScrollArrowUp:hover {
	background-position: 0 -15px;
}

a.jScrollArrowDown {
	display: block;
	position: absolute;
	z-index: 1;
	bottom: 0;
	right: 0;
	text-indent: -2000px;
	overflow: hidden;
	background: url(../images/scroll/basic_arrow_down.gif) repeat-x 0 0;
	height: 9px;
}
a.jScrollArrowDown:hover {
	background-position: 0 -15px;
}
a.jScrollActiveArrowButton, a.jScrollActiveArrowButton:hover {
	background-position: 0 -30px;
}