@import url("reset.css");

a {
	color: #000;
}

a:hover {
	color: #fa942d;
}

/* @group Structure */

body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fdfdfd;
	width: 100%;
	padding-top: 25px;
}

#container {
	position: relative;
	background-color: #fff;
	width: 960px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}

#title p {
	font-size: x-large;
	font-weight: bold;
	padding: 7px;
}

#logo {
	position: relative;
	width: 100%;
	height: 72px;
	padding-bottom: 20px;
	background-color: #fdfdfd;
}

#left {
	height: 625px;
	width: 199px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	float: left;
	border-left: 1px solid #8f908f;
}

#right {
	width: 758px;
	height: 625px;
	float: right;
	border-left: 1px solid #c3c5c4;
	border-right: 1px solid #8f908f;
	overflow: ;
}

#footer {
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
	width: 938px;
	height: 33px;
	background: #fff url(../images/footer_bg.jpg) repeat-x;
	color: #777978;
	font-size: 10px;
	border-left: 1px solid #8f908f;
	border-right: 1px solid #8f908f;
	border-bottom: 1px solid #8f908f;
	clear: both;
}

#footer .copyright {
	padding-top: 12px;
	float: left;
}

#footer .bookmark {
	padding-top: 12px;
	float: right;
}

/* @end */

/* @group Nav_Crumb */

#nav {
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	color: #000;
	font-size: 12px;
	display: block;
	float: left;
	height: 24px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 25px;
	width: 958px;
	background: #fff url(../images/menu_bg.jpg) repeat-x;
	border-left: 1px solid #8f908f;
	border-right: 1px solid #8f908f;
}

#nav li {
	display: block;
	float: left;
	height: 24px;
	padding: 0 20px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #c3c5c4;
}

#nav li a {
	color: #000;
	text-decoration: none;
}

#nav li:hover {
	background: #fff url(../images/header_bg_over.jpg) repeat-x 0 top;
}

#crumb {
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	color: #000;
	font-size: 11px;
	display: block;
	float: left;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	background: #e5e7e6;
	width: 958px;
	border-top: 1px solid #8f908f;
	border-bottom: 1px solid #b4b8bb;
	border-left: 1px solid #8f908f;
	border-right: 1px solid #8f908f;
}

#crumb li {
	display: block;
	float: left;
	height: 27px;
	overflow: hidden;
	white-space: nowrap;
	background: url(../images/breadcrumb.png) no-repeat right -1px;
	padding: 7px 10px 0 5px;
}

#crumb li a {
	color: #000;
	text-decoration: none;
}

#crumb li a:hover {
	color: #fa942d;
}

/* @end */

/* @group Map */

#map {
	width: 100%;
	height: 100%;
	display: none;
}

.infowindow {
	font-size: 12px;
	text-align: left;
}

.infowindow .image {
	height: 60px;
	margin: 0px 10px 0px 0px;
	float: left;
}

.infowindow .Title {
	font-weight: bold;
}

.infowindow .address {
	font-weight: normal;
	font-style: normal;
}

.infowindow ul {
	list-style-position: inside;
}

/***************** Menu ***********************/

#SubdivisionDetails #menu {
	position: relative;
	height: 599px;
	width: 198px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
}

#menu {
	position: relative;
	height: 625px;
	width: 198px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
}

#menu li {
	padding: 5px 5px 5px 10px;
	list-style-type: none;
	text-align: left;
	width: 184px;
	height: 25px;
	line-height: 14px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	font-size: 11px;
	border-bottom: 1px solid #8f908f;
}


/* #menu ul li:nth-child(even) {
	background: #f6f6f6;
}
 */



#menu ul li:nth-child(even):hover {
	background: #fec658 url(../images/Menu_bg_over.jpg) repeat-x 0 -1px;
}

#menu li:hover {
	background: #fec658 url(../images/Menu_bg_over.jpg) repeat-x 0 -1px;
}

#menu li .menu_builder {
	font-size: 9px;
}

.active {
	font-weight: bold;
	border-color: black white white black;
}

.clustered {
	background-color: transparent;
}

.visible {
	
}

.removed {
	display: none;
}

/* @end */

/* @group SubMenu */

.panes div {
	display: none;
	height: 600px;
	font-size: 12px;
	background-color: transparent;
	margin: 10px;
}

/* root element for tabs  */

ul.tabs {
	position: relative;
	top: 0px;
	left: 0px;
	list-style-type: none;
	color: #000;
	font-size: 11px;
	display: block;
	height: 25px;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	background: #e5e7e6;
	border-bottom: 1px solid #c3c5c4;
}

/* single tab */

ul.tabs li {
	display: block;
	float: left;
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	border-right: 1px solid #c3c5c4;
}

/* link inside the tab. uses a background image */

ul.tabs a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 25px;
	width: 100%;
	padding: 8px 5px 0;
}

ul.tabs a:active {
	outline: none;
}

/* when mouse enters the tab move the background image */

ul.tabs li:hover {
	color: #000;
	background: #fec658 url(../images/Tab_bg_over.jpg) repeat-x;
}

/* active tab uses a class name "current". its highlight is also done by moving the background image. */

ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current {
	cursor: default !important;
	color: #000 !important;
	background: #fec658 url(../images/Tab_bg_over.jpg) repeat-x;
}

/* initially all panes are hidden */

.panes .pane {
	display: none;
}

/* @end */

/* @group EnhancedLocation */

.subHeader {
	display: block;
	width: 738px;
	border-bottom: 1px solid #9b9c9e;
	border-top: 1px solid #9b9c9e;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
	margin: 0px 0px 0;
	background: #b1b2b4;
	float: left;
	clear: both;
}

.drivingdirectionse {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	width: 650px;
}

#builderdiv {
	display: block;
	width: 738px;
	list-style: none;
	float: left;
	min-height: 100px;
	max-height: 315px;
	overflow-x: hidden;
	overflow-y: auto;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	border: 1px solid #5e5f5e;
}

#builderdiv li {
	display: block;
	width: 170px;
	height: 75px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.panes div{
	font-size: 12px;
	line-height: 16px;
	overflow-y: auto;
	height: 542px;
}

.panes h3 {
	font-size: 15px;
	margin-bottom: -10px;
}

.panes div .SubDesc {
	width: 440px;
	float: left;
	height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
}

.panes div .SubPhotos {
	width: 290px;
	float: right;
	height: 540px;
	overflow-x: hidden;
	overflow-y: auto;
}

#planstab {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 561px;
}
#homesaletab {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 561px;
}
#subhomestable  {
	margin: 5px 0 0;
	font-size: 11px;
	width: 100%;
	padding-bottom: 0;
	padding-left: 0;
	padding-right: 0;
	padding: 0;
}

#subhomestable .subhomestablerow:hover{
	background: url(../images/PlanTable_bg_over.png) repeat-x 0 bottom;
}

#subhomestable .BrochureButton{
	width: 110px;
	height: 25px;
	border: none;
	margin-top: 10px;
	background: url(../images/BrocureButtonBW.png) no-repeat left top;
}

#subhomestable .BrochureButton:hover{
	width: 110px;
	height: 25px;
	border: none;
	margin-top: 10px;
	background: url(../images/BrocureButton.png) no-repeat left top;
}

#subhomestable  img{
	width: 75px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

#subhomestable tr{
	border-bottom: 1px solid #b1b2b4;
	display: block;
	padding-bottom: 5px;
	padding-top: 10px;
}
#subhomestable tr td{
	vertical-align: top;
	margin-right: 20px;
	display: inline-block;
}

#subhomestable .planName{
	font-size: 14px;
	font-weight: bold;
	color: #000;
}
#subhomestable .PlanRooms{
	font-size: 12px;
}
#subhomestable .PlanPrice{
	font-weight: bold;
	font-size: 14px;
}

#divider {
	background-color: #f8c557;
	height: 15px;
	width: 720px;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: both;
	color: #000;
	font-size: 15px;
	font-weight: bold;
	padding: 10px;



}
/* @end */

/* @group About */

#about

 {
	width: 918px;
	height: 625px;
	float: left;
	padding: 20px;
	border-top: 1px solid #8f908f;
	border-left: 1px solid #8f908f;
	border-right: 1px solid #8f908f;
	overflow: hidden;
}

#about .aboutImage {
	position: relative;
	float: left;
}

.aboutcontent {
	width: 450px;
	float: right;
	font-size: 13px;
	padding: 0 20px 20px;
}

.aboutcontent p {
	padding-bottom: 20px;
	line-height: 18px;
}

#about p.titleheader {
	padding-bottom: 30px;
	font-weight: bold;
	font-size: 18px;
	color: #000;
}

/* @end */

/* @group SideSearch */

#sidesearchtitle {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background-color: #777978;
	text-transform: uppercase;
	border-bottom: 1px solid #8f908f;
	color: #fff;
}

#sidetitle {
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #777978;
	text-transform: uppercase;
	border-bottom: 1px solid #8f908f;
	color: #fff;
}

.sidesearch {
	border-right: 1px solid #8f908f;
	height: 625px;
	width: 198px;
}

.sidesearch label {
	font-weight: bold;
	font-size: 12px;
}

.sidesearch select {
	font-size: 12px;
	width: 100%;
	margin-bottom: 5px;
}

.sidesearch input {
	font-size: 12px;
	width: 179px;
}

.sidesearch #searchbut {
	font-size: 11px;
	width: 90px;
}

.sidesearch table td {
	font-size: 12px;
	padding-left: 7px;
	padding-bottom: 10px;
}

/* @end */

/* @group NormalLocation */

#getdir fieldset {
	padding: 5px;
	border: 1px solid #000;
	width: 340px;
	font-size: 11px;
	font-weight: bold;
}

#getdir label {
	float: left;
	text-align: left;
}

.drivingdirections {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	width: 350px;
}

.headertitle {
	font-size: 14px;
	color: #000;
	font-weight: bold;
	margin-bottom: 5px;
}

.clist {
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url(../images/bulletcheck.png);
	width: 300px;
}

.clist li {
  float: left;
  width: 150px;
  margin: 0;
  padding: 0;
}

.blist {
	font-size: 12px;
	line-height: 18px;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 30px;
	list-style-image: url(../images/bullet.png);
}

.slist {
	font-size: 12px;
	line-height: 19px;
	list-style-position: outside;
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-image: url(../images/bullet.png);
}

.simple_overlay {
	display: none;
	z-index: 20000;
	background-color: #e5e7e6;
	width: 700px;
/*

CSS3 styling for latest browsers 
	-moz-box-shadow:0 0 75px 5px #000;
	-webkit-box-shadow: 0 0 75px #000;*/
}

/* close button positioned on upper right corner */

.simple_overlay .close {
	background-image: url(../images/close.png);
	position: absolute;
	right: -25px;
	top: -15px;
	cursor: pointer;
	height: 35px;
	width: 35px;
	z-index: 500;
}

.details {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	color: #000;
	width: 680px;
	padding: 10px;
	line-height: 15px;
	background-color: #e5e7e6;
	border: 5px double #C5C7C9;
}

.details ul {
	display: block;
	width: 680px;
	list-style: none;
	float: left;
	min-height: 100px;
	max-height: 200px;
	overflow-x: hidden;
	overflow-y: auto;
	font: 12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin-top: 10px;
	border: 1px solid #5e5f5e;
}

.details ul li {
	display: block;
	width: 150px;
	height: 75px;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.details h3 {
	color: #fa942d;
	font-size: 15px;
	margin-bottom: -10px;
}

#amenities {
	width: 300px;
	display: block;
	float: left;
}

#schools {
	width: 300px;
	display: block;
	float: right;
	clear: both;
	margin-right: 20px;
}
/* @end */
