@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	color: #999999;
	line-height: 18px;
	background-image:url(../images/background.gif);
	background-repeat:repeat;
}

a:link,
a:visited {
	color: #fe6601;
}

a:hover {
	color: #fe6601;
}

.clear {
	clear: both;
}

#container {
	background-color: transparent;
	width: 1000px;
	padding: 0px;
	margin: 0px auto;
}

#header {
	width: 100%;
	background-image: url(../images/menu_bg_repeat.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	text-align: center;
}

#content_panel {
	width: 100%;
	background-color: #FFFFFF;
	text-align: center;
}

#content_panel_inner {
	width: 1000px;
	height: 370px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#content_panel_contact {
	width: 1000px;
	height: 450px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#footer {
	width: 100%;
	background-color: #333333;
	text-align: center;
}

#left_panel {
	position: relative;
	width: 638px;
	height: 370px;
	float: left;
}

#right_panel {
	position: relative;
	text-align: left;
	width: 362px;
	height: 370px;
	float: right;
}

#content {
	margin: 101px 10px 0px 10px;
	padding-right: 10px;
	overflow: auto;
	height: 255px;
	text-align: left;
}

#floor_plans {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#floor_plans li {
	float: left;
	margin-left: 6px;
	display: block;
	text-align: center;
}

#gallery_left_panel {
	position: relative;
	width: 200px;
	padding-left: 100px;
	float: left;
	text-align: left;
}

#gallery_left_panel ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#gallery_right_panel {
	position: relative;
	text-align: center;
	width: 700px;
	float: right;
}

#content_panel_gallery {
	width: 1000px;
	height: 400px;
	padding: 50px 0px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

input.buttons {
	border: 1px solid #999999;
	background: #F0F0F0;
	color: #999999;
}

#referrals {
	margin: 10px 0px;
	padding: 0px;
	list-style: none;
}

#referrals li {
	padding: 10px;
}

#referrals li a:link,
#referrals li a:visited {
	
}
