@charset "UTF-8";
/* CSS Document */

img {border:none;
}
body {
	background-image: url(background/background_img.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	color:#333;
	font-size:12px;
	height:100%;
	font-family: "Times New Roman", Times, serif;
}
a {
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#600059;
}
 a:visited {
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#600059;
}
 a:hover {
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#600059;
text-decoration:underline;
}
 a:active {
font-family: "Times New Roman", Times, serif;
font-size:12px;
color:#600059;
}
#bottom {
	width:100%;
	height:36px;
	background-image:url(background/bottom_image.jpg);
	background-repeat:repeat-x;
	
}
/* home */

#container_home {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto !important;
	min-height:780px;
	padding-bottom:10px;
	background-repeat: repeat-y;
	background-image: url(int_images/background.jpg);
	overflow:hidden;
}
#header_home {
	width:800px;
	height:75px;
	background-image: url(home_images/header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

#flash_home {
	background-image: url(home_images/flash.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 248px;
	width: 535px;	
}
#flash_insert {
	width:535px;
	height:248px;	
}

#feedback_home {
	background-image: url(home_images/feedback.jpg);
	background-repeat: no-repeat;
	float: left;
	height:!important;
	min-height: 600px;
	width: 265px;
	padding-top:45px;
	text-align:center;
	overflow:hidden;
}
#main_content_home {
	background-image: url(home_images/main_content.jpg);
	background-repeat: no-repeat;
	float: left;
	height:auto!important;
	min-height: 400px;
	width: 535px;
	overflow:hidden;
}
#main_content_home_text {
	height:auto!important;
	min-height:350px;
	width: 480px;
	padding-left:15px;
	padding-right:40px;
	padding-top:25px;
	overflow:hidden;
}

#footer_home {
	background-image: url(home_images/footer.jpg);
	background-repeat: no-repeat;
	height: 99px;
	width: 800px;
	text-align:center;
	color:#666;
	margin-left:auto;
	margin-right:auto;
	padding-top:40px;
}
.image_holder{
	padding-top:0px;
	width:100px;
	height:100px;
	float:left;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #600059;
	border-bottom-color: #600059;
	border-left-color: #600059;	
}
.text_holder {
	width:120px;
	height:90px;
	float:right;
	padding-top: 8px;
	padding-right: 10px;
	padding-bottom: 8px;
	padding-left: 2px;
}
/*interior */
#container_int {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto !important;
	min-height:800px;
	padding-bottom:10px;
	background-repeat: repeat-y;
	background-image: url(int_images/background.jpg);
	overflow: hidden;
}
#header_int {
	width:800px;
	height:103px;
	background-image: url(int_images/header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}
#feedback_int {
	background-image: url(int_images/feedback.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 600px;
	width: 265px;
	padding-top:25px;
	text-align:center;
}
#main_content_int {
	background-image: url(int_images/main.jpg);
	background-repeat: no-repeat;
	float: left;
	height:auto !important;
	min-height:600px;
	width: 500px;
	text-align: left;
	overflow: hidden;
	
}
#main_content {
	background-image: url(int_images/side_rt.jpg);
	background-repeat: no-repeat;
	float: left;
	height:auto !important;
	min-height:693px;
	width: 535px;
	background-position: right top;
	overflow: hidden;
}
#main_content_int_text {
	height:auto !important;
	min-height:600px;
	width: 460px;
	padding-left:10px;
	padding-right:10px;
	padding-top:20px;
	overflow: hidden;
}

/*floor plan */
#container_fp {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:auto !important;
	min-height:950px;
	padding-bottom:10px;
	background-repeat: repeat-y;
	background-image: url(floor_plan_images/floor_plan_background.jpg);
}
#side_fp_lt {
	width:57px;
	height:561px;
	background-repeat: no-repeat;
	background-image: url(floor_plan_images/floor_plan_lt-side.jpg);
	float: left;	
}
#side_fp_rt {
	width:57px;
	height:561px;
	background-repeat: no-repeat;
	background-image: url(floor_plan_images/floor_plan_rt_side.jpg);
	float:right;
}	

#main_content_fp {
	background-image: url(floor_plan_images/floor_plan_main_content.jpg);
	background-repeat: repeat-y;
	float: left;
	height:auto !important;
	min-height:792px;
	width: 686px;
	text-align: center;
}
#header_fp {
	width:800px;
	height:132px;
	background-image: url(floor_plan_images/floor_plan_header.jpg);
	background-repeat: no-repeat;
	overflow:hidden;
}

/*feedback */

.feedback_header {
	font-size:16px;
	text-align:center;
	padding-bottom:3px;
	font-weight:bold;
}

.feedback_form {
	width:200px;
	height: 410px;
	padding-left:35px;
	padding-right:10px;
}
.label_feedback {
	font-size:13px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	text-align:left;
	padding-left:5px;
	clear:both;
	
}
.input_text_area {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size:11px;
	padding-left:5px;
	float:left;
	margin-top:5px;
	
}
.input_feedback {
	width:180px;
	height:17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	font-size:11px;
}
.input_feedbacksm {
	width:50px;
	height:17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	float:left;
	font-size:11px;
	margin-top:0px;
	margin-right:10px;
}
.input_feedbacksmrt {
	width:50px;
	height:17px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	float:right;
	font-size:11px;
	margin-right:45px;
	margin-top:0px;
}
.list_feedback {
	width:160px;
	margin-top:15px;
	margin-bottom:5px;
	height:20px;
	font-family:"Times New Roman", Times, serif;
	font-size:11px;
	overflow:hidden;
	float:left;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #333;
	border-left-color: #333;
	background-color: #FFF;
}
.label_feedback_cell_sm {
	width:185px;
	float:left;	
	padding-left:5px;
}
.label_feedbacklt {
	font-size:13px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	float:left;
}
.label_feedbackrt {
	font-size:13px;
	padding-bottom:5px;
	padding-top:5px;
	font-weight:bold;
	float:right;
	padding-right:44px;	
}
.submit_feedback {
	margin-top:7px;
	border:none;
	background:url(background/submitbut.gif);
	background-repeat:no-repeat;
	text-align:center;
	width:65px;
	height:22px;
	clear:both;
	font-family: "Times New Roman", Times, serif;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}


/* menu */
#menu {
	width:508px;
	height:45px;
	float:right;
	margin-top:10px;
	*margin-top:20px;
	padding-right:30px;
}
#menu li{
	display:inline;
	font-size:11.5px;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
	padding-left: 0px;
	padding-right: 0px;
	margin-left:0px;
}
	
#menu li a {
	color:#FFF;
	font-size:11.5px;
	text-decoration:none;
}
.current{
	color:#95C0C0;
	font-size:11.5px;
	text-decoration:underline;
}
#menu li a:active {
	color:#fff;
	font-size:11.5px;
	text-decoration:none;
}
#menu li a:visited {
	color:#fff;
	font-size:11.5px;
	text-decoration:none;
}
#menu li a:hover {
	color:#95C0C0;
	font-size:11.5px;
	text-decoration:underline;
}
.white_line {
	color:#FFF;
	font-size:12px;
}

/* headers */

.header {
	background-image:url(background/mini_logo.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	font-size:15px;
	color:#600059;
	height:25px;
	vertical-align:middle;
	font-weight:bold;
}
/* text */
.whitesm {
	color:#FFF;
	font-size:11px;
	text-decoration:none;	
}
.whitesm a {
	color:#FFF;
	font-size:11px;
	text-decoration:none;
	
}
.whitesm a:hover {
	color:#FFF;
	font-size:11px;
	text-decoration:underline;
	
}
.purpleexlg {
	color:#600059;
	font-size:16px;
	font-weight:bold;
}
p {padding:0px;
margin-top:5px;
margin-bottom:5px;
}