@charset "utf-8";
/* CSS Document */

img {
	border: none;
}

a:link {
	margin: 0;
	padding: 0;
	color: #06244d;
	outline: none;
	text-decoration: none;
}

a:visited {
	color: #06244d;
	outline: none;
	text-decoration: none;
}

a:hover {
	color: #175EAA;
	text-decoration: underline;
	outline: none;
}

a:active {
	outline: none;	
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: url(images/bodyBG.gif) top repeat;
}
.pngFix {
	behavior: url(iepngfix.htc);
}
.thrColFix #container { 
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	background: url(images/containerBG2.gif) top repeat-y;
}
#pdfViewerContainer {
	width: 974px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.thrColFix #shadowLeft {
	float: left; /* since this element is floated, a width must be given */
	width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 215px;
	background: url(images/shadowLeft.gif) repeat-y;
	margin: 0px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
}

#gimmeSomeSpace {
	margin-left: 32px;	
}
.thrColFix #shadowRight {
	float: right; /* since this element is floated, a width must be given */
	width: 20px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	height: 215px;
	background: url(images/shadowRight.gif) repeat-y;
	margin: 0px;
	padding: 0px; /* padding keeps the content of the div away from the edges */
}
.thrColFix #mainContent{
	width: 934px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
	float: left; /* since this element is floated, a width must be given */
}

#leftColumn {
	float: left;
	width: 200px;
	margin: 0;
	padding: 0;
}

#logo {
	width: 200px;
	height: 144px;
	margin: 0;
	padding: 0;
	background: url(images/logo.gif);
}

#leftNav {
	width: 200px;
	height: 489px;
	margin: 0;
	padding: 0;
	background: url(images/leftNavBG.gif);
}

#leftNav #linkBox {
	width: 200px;
	padding-top: 21px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 11pt;
}

#linkBox ul {
	float: left;
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: 500;
	font-size: 10pt;
	margin: 0;
	padding: 0;
}

#linkBox li {
	margin: 0;
	padding: 5px 0 0 25px;
}

.leftNavDivider {
	margin-left: -25px;
	padding-left: 3px;
	padding-top: 5px;
	padding-right: 0;
}

#linkBox ul a:link {	
	color: #06244d;
	text-decoration: none;
}

#linkBox ul a:visited {
	color: #06244d;
	text-decoration: none;
}

#linkBox ul a:hover {
	text-decoration: none;
	color: #175EAA;
}

#pdfViewer {
	margin: 0;
	padding: 0;
}

.pdfViewerNavHeader {
	font-family: Arial, Helvetica, sans-serif;
	color: #06244d;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.pdfViewerNavLinks {
	margin-left: 25px;
}

#rightColumn {
	width: 734px;
	float: right;
	
}

#topNav {
	width: 518px;
	height: 32px;
	margin: 0 0 0 218px;
	padding: 0 0 0 1px;
	position: absolute;
	z-index: 10px;
	background-repeat: no-repeat;
}

#topNavList {
	margin: 0;
	padding: 0;
}

#topNavList li {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
}

.justALittleMoreToTheRight {
	margin-left: -5px;	
}

#homeBigImage {
	width: 734px;
	height: 338px;
	margin: 0;
	padding: 0;
	background: url(images/homeBigImage.jpg);
}

#homeFeaturedPages {
	width: 715px;
	height: 259px;
	margin: 0;
	background: url(images/homeFeaturedPagesBG.gif);
	padding-top: 18px;
	padding-right: 0;
	padding-bottom: 18px;
	padding-left: 18px;
}

#featuredPage1 {
	width: 352px;
	height: 254px;
	float: left;	
}

#FP1_image {
	float: left;
	width: 139px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: url(images/FP1_image.gif);
}

#FP1_headline {
	float: right;
	width: 213px;
	height: 130px;
	padding-top: 9px;
	color: #06244d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#FP1_description {
	padding: 0 18px 0 18px;	
}

#FP1_link {	
	width: 267px;
	height: 46px;
	margin: 0 auto;
}

#featuredPage2 {
	width: 347px;
	height: 254px;
	padding-left: 16px;
	float: right;	
}

#FP2_image {
	float: left;
	width: 139px;
	height: 130px;
	margin: 0;
	padding: 0;
	background: url(images/FP2_image.gif);
}

#FP2_headline {
	float: right;
	width: 208px;
	height: 130px;
	margin: 0;
	padding-top: 9px;
	color: #06244d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#FP2_description {
	padding-left: 18px;
	padding-right: 18px;
}

#FP2_link {	
	width: 267px;
	height: 46px;
	margin: 0 auto;
}

#wellBlowMeDown {
	width: 704px;
	padding: 72px 0px 30px 30px;
	background: url(images/innerRightColumnTop2.gif) top no-repeat;
	color: #06244d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#DevHouseStyleRight {
	width: 694px;
	padding: 72px 20px 30px 20px;
	background: url(images/innerRightColumnTop2.gif) top no-repeat;
	color: #06244d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10pt;
}

.pdfViewerList {
	margin-left: 50px;
	*margin-left: 40px;
}

#iFrameDefault {
	width: 734px;
	height: 975px;
	float: left;
	background-color: #fff;
	text-align: left;
}

#iFrameDefaultContent {
	width: 704px;
	padding: 72px 0px 30px 30px;
	background: url(images/iFrameDefaultTop.gif) top no-repeat;
	color: #06244d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 9pt;
}

#pageHeadline {
	width: 703px;
}

#leftSide_textContent {
	width: 463px;
	margin: 0;
	padding: 10px 30px 0 0;
	float: left;
}

#rightSide_featuredItems {
	width: 200px;
	margin-bottom: 20px; 
	float: left;
}

.innerPageHeadline {
	margin-bottom: 10px;
	color: #6097bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24pt;
	font-weight: 500;
}

.innerPageSubhead {
	margin: 0;
	padding: 0;
	color: #6097bc;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: 200;
}

.innerRule {
	background: url(images/innerRule.gif);
	width: 618px;
	margin: 10px 0 0 0;
	padding: 0;
	border: none;
    display : list-item;
	list-style : url(images/innerRule.gif) inside;
	filter : alpha(opacity=0);
	width : 0;
}

.innerSmallRule {
	background: url(images/innerSmallRule.gif);
	width: 473px;
	margin: 0;
	padding: 0;
	border: none;
    display : list-item;
    list-style : url(images/innerSmallRule.gif);
    filter : alpha(opacity=0);
    width : 0;
}

.justify {
	text-align: justify;
}

.imgFloat {
	float: left;
	margin: 3px 10px 5px 0;
}

#textArea p {
	line-height: 2.0;
	margin: 5px;
}

#flashPlayerContainer {
	margin: 0 0 40px 5px;
}

.testimonialsLight {
	margin-left: 5px;
	color: #6893b4;
	font-size: 13pt;
}

.testimonialsDark {
	margin-left: 5px;
	color: #06244d;
	font-size: 13pt;
}

#innerRightColumnLeftShadow {
	margin: -72px -30px -30px -30px;
	position: absolute;
	z-index: 0;
}

#innerRightColumnLeftShadowDev {
	margin: -72px -30px -30px -20px;
	position: absolute;
	z-index: 0;
}

#footer {
	float: left;
	width: 934px;
	height: 100px;
	margin: 0;
	padding: 0;
	background: url(images/footerBG.gif) repeat-x #6699b8;
}


#footer a:link, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

#footer a:hover {
	color: #fff;
	text-decoration: none;
}

#footerLogo1 {
	width: 54px;
	margin-top: 20px;
	float: left;
	padding-left: 30px;
}


#footerLogo2 {
	width: 257px;
	margin-top: 20px;
	float: left;
	padding-left: 35px;
}

#footerLogo3 {
	width: 198px;
	margin-top: 20px;
	float: left;
	padding-left: 35px;

}

#legalInfo {
	float: right;
	width: 294px;
	margin-top: 20px;
	text-align: right;
	color: #fff;
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 20px;
}

#bottomShadow {
	margin: 0 auto;
	width: 974px;
	height: 18px;
	background: url(images/bottomShadow.png);
	behavior: url(iepngfix.htc);
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* House Style */

#btnViewStylesDetails, #btnViewStylesThumbnails {
	float: right;
	margin: -45px 85px 0 0;
}

#lvPhotos_groupPlaceholderContainer img {
	margin: 0 0 10px 0;
	padding: 5px;
	background: #ffffff;
	border: solid 1px #cecece;
}

#lvPhotos_groupPlaceholderContainer td {
	padding: 20px 14px 0 0;
	font-size: 1.25em;
}

#gvHouseStyles {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #E6EDF3;
}

#gvHouseStyles td {
	padding: 6px 4px 6px 4px;
}

#gvHouseStyles th {
	background: #D2E1EA;
	padding: 4px 15px 4px 4px;
}

/* Communities Detail Pages */
#availableHomesListing {
}

#developmentLeft {
	font-family: Arial, Helvetica, sans-serif;
}

#sans-serif {
	font-family: Arial, Helvetica, sans-serif;
}

.tableHeader {
	background: #d2e1ea;
	color: #06244d;
	font-weight: bold;
}

.subdivisionInfo {
	font-weight: bold;	
}

#dvDevelopments tr>td:first-child {
	font-weight: bold;
	vertical-align: top;
}

#dvDevelopments td {
	font-size: 10pt;	
}

#gvDevelopments {
	margin-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	border: solid 1px #E6EDF3;
}

#gvDevelopments td {
	padding: 6px 8px 8px 6px;
}

#gvDevelopments th {
	background: #D2E1EA;
	padding: 6px 8px 8px 6px;
}

/* end communities detail pages */


/* common questions */

.cqHeader {
	color: #396f93;
	font-size:16px;
	font-weight: bold;
}

#cd_Question {
	width: 451px;
	clear: both;
	height: 39px;
}


#cd_QuestionLeft {
	width: 46px;
	float: left;
}

#cd_QuestionRight {
	width: 403px;
	float: right;
	color: #396f93;
	font-size:16px;
	font-weight: bold;
	line-height: 145%;
}

#cd_QuestioneRightTopPad {
	width: 403px;
	float: right;
	color: #396f93;
	font-size:16px;
	font-weight: bold;
	padding-top: 10px;
}

#cq_Answer {
	padding: 15px 10px 0px 10px;
	line-height: 180%;
	font-size:12px;
}

#purchaseHomeTxt {
	padding: 10px 10px 0px 50px;
	line-height: 180%;
	font-size:13px;
}


#virtualImage {
	float: left;
	width: 139px;
	height: 130px;
	margin: 0;
	padding: 0;
}
 
 
 #virtualText {
	float: right;
	width: 300px;
	margin: 0;
	padding: 0;
	line-height: 150%
}



a.virtualTourLink:link {
	margin: 0;
	padding: 0;
	color: #175EAA;
	outline: none;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}

a.virtualTourLink:visited {
	color: #175EAA;
	outline: none;
	text-decoration: underline;
	font-size:16px;
	font-weight: bold;
}

a.virtualTourLink:hover {
	color: #06244d;
	text-decoration: none;
	outline: none;
	font-size:16px;
	font-weight: bold;
}

a.virtualTourLink:active {
	outline: none;	
}

/* 
--------------------------------------
HouseStyles
--------------------------------------
*/

.styleName {
	font-size: 16pt;
	font-weight: 500;
}

.houseDetails {
	margin: 0;
	padding: 0;
}

.tableHeader {
	background: #d2e1ea;
	color: #06244d;
	font-weight: bold;
}

.btnViewStyles {
	background: transparent url(images/btn_viewAllStyles.gif) no-repeat center;
	border: none;
	height: 31px;
	width: 177px;
	margin: 2px 0 0 0;
	padding: 0;
	overflow: hidden;
	text-indent: -9999px;
	font-size: 0px;
	display:block;
	line-height: 0px;

}

.btnViewStyles:hover {
	cursor: pointer;
}

#houseStyles, #communitiesAndDevelopments {
	color: #06244d;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

#detailsContainer {
	border: solid 1px #b4ccdd;
	background: #f3f6f9;
}

.houseStyleImage, .developmentImage {
	padding: 7px;
	margin-right: 10px;
	background: #fff;
	border: solid 1px #cccccc;
}

.lightBlueHR {
	margin-top: 20px;
	margin-bottom: 15px;
	border-bottom: solid 1px #b4ccdd;
	border-top: none;
	border-left: none;
	border-right: none;
}

#houseStyles table td {
	vertical-align: top;
}

#availableHomesListing tr td {
	border: solid 1px #b4ccdd;
	vertical-align: middle;	
}

/* end HouseStyles */

