#center {
	width:996px;
	height:550px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -275px;
	margin-left: -498px;
}

/* SUB PAGE ELEMENTS */

#sub_content {
	width: 455px;
	top: 1px;
	position: absolute;
	left: 93px;
	margin:0;
	padding:0;
	height: 200px;
}
#sub_register {
	width: 438px;
	text-align: right;
	padding-right: 17px;
	padding-bottom: 10px;
}
#sub_nav {
	width: 438px;
	text-align: left;
	padding-bottom: 25px;
	padding-right: 17px;
}

#sub_nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 50px;
	line-height: 16px;
	float: left;
	width: 450px;
	display: block;
	border: 0.1em none #dcdce9;
	text-decoration: none;


}
#sub_nav li
{
	list-style: none;
	display: block;
	text-decoration: none;
	float: left;
	margin-top: 0;
	margin-bottom: 0;
	width: auto;
	padding: 0;


}



	/*Scroll Bar related style*/
#sub_content_scroll {
	width: 410px;
	text-align: left;
	height: 245px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	padding-left: 7px;
	padding-top: 5px;
	position: relative;
	padding-right: 15px;
}
#sub_content_scroll-home {
	width: 420px;
	text-align: left;
	height: 180px;
	overflow: auto; /* IE overflow fix, position must be relative or absolute*/
	padding-left: 7px;
	padding-top: 5px;
	position: relative;
	padding-right: 15px;
}
/*Scroll Bar related style*/
#register_content_scroll {
	text-align: left;
	height: 240px;
	overflow: auto;
	width: 810px;
	top: 270px;
	position: absolute;
	left: 97px;
}
#floorplan_content {
	text-align: left;
	height: 326px;
	overflow: auto;
	width: 879px;
	top: 210px;
	position: absolute;
	left: 65px;
}
#sub_photo {
	width: 376px;
	height: 524px;
	top: 13px;
	position: absolute;
	left: 566px;
}
#sub_kwest {
	width: 30px;
	height: 50px;
	position: absolute;
	top: 505px;
	left: 5px;
}
#sub_logo {
	width: 409px;
	height: 102px;
	padding-bottom: 27px;
	margin:0;
}


/* INDEX ELEMENTS */

#index_nav {
	width: 168px;
	top: 363px;
	position: absolute;
	left: 100px;
	margin: 0px;
	padding: 0px;
}
#index_text {
	width: 455px;
	top: 152px;
	position: absolute;
	left: 238px;
	height: 195px;
}
#index_kwest {
	width: 58px;
	top: 530px;
	position: absolute;
	left: 20px;
}
#index_register {
	width: 437px;
	height: 24px;
	top: 540px;
	position: absolute;
	left: 500px;
}


/* TEXT STYLES */

.white_text_small {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 22px;
}

.white_text_small_sub {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
	line-height: 18px;
}

.main_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	text-decoration: none;
	line-height: 16px;
}
a.main_text:link, a.main_text:visited, a.main_text:active {
	color: #c6332c;
	text-decoration: underline;
}


a.main_text:hover {
	color: #ff0000;
	text-decoration: underline;
}
#index_nav ul{
	list-style: none;
	padding: 0;
	margin: 0;
	height: 135px;
	line-height: 22px;
	float: left;
	width: 180px;
	display: block;
	border: 0.1em none #dcdce9;
	text-decoration: none;
	background-color: #FFFFFF;

}
#index_nav li
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	text-decoration: none;
	border-top-width: 0.1em;
	border-right-width: 0.1em;
	border-bottom-width: 0.1em;
	border-left-width: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #dcdce9;
	border-right-color: #dcdce9;
	border-bottom-color: #dcdce9;
	border-left-color: #dcdce9;


}
a.front_nav:link, a.front_nav:visited{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
	color: #6C260D;

}
a.front_nav:hover {
	color: #3B692B;
}
a.inner_nav:link, a.inner_nav:visited {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	display: block;
	padding-right: 5px;
	padding-left: 5px;
	border-right-width: 0.1em;
	border-right-style: dotted;
	border-right-color: #862F15;
}
a.inner_nav:hover {
	color: #999999;
}

/* Scroll Bar Master Styling Starts Here */
/* do not modify .scrollgeneric class, required for proper operation */
.scrollgeneric {
line-height: 1px; font-size: 1px;
position: absolute; top: 0; left: 0;
}

.vscrollerbase, .vscrollerbar {
width: 15px;
}

.hscrollerbase, .hscrollerbar {
height: 1px;
}

.vscrollerbar, .hscrollerbar {
/*padding information of these elements are only used for
padding of the scroll-bar with respect to the scroll base,
the padding will automatically be turned off by the script*/
padding: 5px;
/* z-index for scrollbars no longer has to be given as of version
1.7.5 for correct operation, but it is still recommended, as this
decides the z-index for content.*/
z-index: 2;
}
.vscrollerbarbeg {
/*top image holder for vertical scroll bar*/
background: url(../images/vscroller.gif) 0px -15px;
width: 15px;
/* height is auto set by the script to fit the scrollbar */
}

.vscrollerbarend {
/*bottom image holder for vertical scroll bar*/
background: url(../images/vscroller.gif);
width: 15px; height: 15px;
}

.hscrollerbarbeg {
/*left image holder for horizontal scroll bar*/

/* width is auto set by the script to fit the scrollbar */
}

.hscrollerbarend {
/*right image holder for horizontal scroll bar*/

}


.vscrollerbase, .hscrollerbase {

background-image: url(../images/scrollbaseback.gif);
}

.hscrollerbasebeg {
height: 1px;
background: url(../images/scrollbases.gif) -22px 0px no-repeat;
/* width is auto set to fill the base */
}

.hscrollerbaseend {
height: 1px; width: 7px;
background: url(../images/scrollbases.gif) 0% 0% no-repeat;
}

.vscrollerbasebeg {

height: 15px; width: 15px;
background: url(../images/scrollbases.gif) -0px 0px no-repeat;
/* height is auto set to fill the base */
}

.vscrollerbaseend {
height: 15px; width: 15px;
background: url(../images/scrollbases.gif) -15px 0px no-repeat;
}

.scrollerjogbox {
width: 15px; height: 15px;
top: auto; left: auto; bottom: 0px; right: 0px;
background: white url(../images/scrolljog.png) 50% 50%;
}
#disclosure {
	float: right;
	width: 163px;
	height: 24px;
	top: -36px;
	position: relative;
	padding-right: 18px;
}
