html {
	height:100%;
}
body {font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}
.hide {
	text-indent:-9999px;
}

.no_display {
	display: none;
}
.push {
	clear:both;
	height:25px;
}
body {
	height:100%;
}
.wrapper {
	width:900px;
	margin:0 auto;
}

.wrapper-interactive {
	width:960px;
	margin:0 auto;
}

#header {
	width:960px;
	position:relative;
}
#header-top {
	position:relative;
	width:900px;
	height:142px;
	clear:both;
}

#header a {
	text-decoration:none;
}
#header h1 {
	background:url(../img/logo.jpg) no-repeat 0 0;
	width:225px;
	height:76px;
	position:absolute;
	top:35px;
	left:0;
}
#header h2 {
	color:#706e6e; 	
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
}
#question {
    position: absolute;
    right: 341px;
    text-align: right;
    top: 36px;
}
#phone {
	position:absolute;
	top:45px;
	right:195px;
}
#chat {
	position:absolute;
	top:45px;
	right:50px;
}
#header-top ul {
	position:absolute;
	right:0;
	top:95px;
	width:650px;
}
#header-top ul li {
	display:inline;
	text-decoration:none;
}
#header-top ul li a {
	color:#979797;
	font:16px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px;
	margin:0 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	text-decoration:none;
}
#header-top ul li a:hover, .active-tab {
	color:#eee;
	font:16px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px;
	margin:0 10px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:url(../img/nav-hover.jpg) repeat-x 0 0;
}
#banner-large {
	width:900px;
	height:280px;
	clear:both;
	padding:27px 0;
	margin:0 0 20px 0;
}
#interactive-map {
	width:200px;
	float:left;
}
#video-area {
	width:682px;
	float:right;
}
#video {
	width:470px;
	height:287px;
	float:left;
}
#playlist {
	width:202px;
	position:relative;
	float:right;
}
#playlist li {
	display:list-item;
	height:63px;
	padding:9px 30px 0 20px;
	width:180px;
}
#playlist li small {
	font-size:11px;
	line-height:10px;
	color:#bbb;
}	
.li-small {
	font-size:13px;
	line-height:13px;
	color:#bbb;
}
#playlist li a, #playlist li a:hover {
	color:#fff;
	font:16px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
}
#marker {
	width:202px;
	height:72px;
	position:absolute;
	top:0;
	left:0;
	background:url(../img/playlist.png) no-repeat 0 0;
}
#marker2 {
	background:url(../img/playlist2.png) no-repeat scroll 0 0 transparent;
	height:72px;
	left:-10px;
	position:absolute;
	top:0;
	width:212px;
}
#details-playlist {
	width:640px;
	position:relative;
	padding:0 0 20px 0;
}
#details-playlist li {
	display:inline-block;
	width:122px;
	height:72px;
	padding:5px 25px 0 10px;
	line-height:9px;
	*float:left;
}
#details-playlist li small {
	font-size:11px;
	line-height:12px;
	color:#666;
}	
#details-playlist li a, #details-playlist li a:hover {
	color:#000;
	font:16px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
}
#details-marker {
	width:160px;
	height:72px;
	position:absolute;
	top:4px;
	left:0;
	background:url(../img/details-playlist.png) no-repeat 0 0;
}

ul#plan-nav {
	z-index: 900;
	max-width:370px;
	float:right;
	height:75px;
	-moz-border-top-right-radius:8px;
	-moz-border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-webkit-border-top-left-radius:8px;
	border-top-right-radius:8px;
	border-top-left-radius:8px;
	background-color: #ffffff;
	margin: 13px 0 0 0;
	padding-top: 8px;
}

ul#plan-nav li {float:left;display:inline-block;margin:0;padding: 0 6px 0 0;z-index: 1000; height: 75px;
				background: url(../img/list-line.png) no-repeat right top;}
				
ul#plan-nav li.last {background: none;}

#plan-nav li#details {width:84px;}
#plan-nav li#fp-pricing {width:100px;}
#plan-nav li#photos {width:77px;padding-top: 10px;}
#plan-nav li#custom {width:84px;}

#plan-nav li a {
	color:#979797;
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	text-align: center;
	padding:5px;
	margin:0 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	display: block;
	
}
#plan-nav li a:hover {
	color:#fff;
	padding:5px;
	margin:0 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:url(../img/nav-hover.jpg) repeat-x 0 0;
}

#plan-nav .active-tab {
	color:#fff;
	padding:5px;
	margin:0 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	background:url(../img/nav-hover.jpg) repeat-x 0 0;
}

h1.plan-details  {font-size: 1.2em;padding: 0 0 10px 0;}
#content .features-column div.feature_list_wrap {margin-bottom: 10px;min-height: 50px;}
#content .features-column ul.features {font-size: .9em;color: #545454; list-style: disc outside;height:auto;padding-bottom: 10px;margin-left:14px;}
#content .features-column ul.features li {float: left;padding: 0 0 5px 0;width: 143px; margin-right: 10px;line-height: 1.3em;}
#content .description-column p {font-size: .9em;color: #545454;line-height: 1.3em;padding: 0;margin: 0;}

#banner-small {
	height:66px;
	width:900px;
	clear:both;
	padding:27px 0;
	margin:0 0 20px 0;
	position:relative;
}

#banner-xsmall {
	height:60px;
	width:900px;
	clear:both;
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	position:relative;
}

#fb-button {	float:left;width: 80px;margin-top: 42px;height: 30px;
}
.banner-title {
	position:absolute;
	top:37px;
	left:0;
}
.banner-title-homes-plan {
	max-width: 432px;
	float:left;
	margin-top:17px;
	margin-right: 8px;
}
.banner-title-homes {
	position:absolute;
	top:15px;
	left:0;
}
.banner-title-communities {
	position:absolute;
	top:37px;
	left:0;
}
#communities-title {
	display:block;
	width:359px;
	height:48px;
	background:url(../img/title-communities.png) no-repeat 0 0;
}
#modelhome-title {
	display:block;
	width:394px;
	height:48px;
	background:url(../img/title-modelhome.png) no-repeat 0 0;
}
#homes-title {
	display:block;
	width:195px;
	height:45px;
	background:url(../img/title-homes.png) no-repeat 0 0;
}
#contact-title {
	display:block;
	width:395px;
	height:45px;
	background:url(../img/title-contact.png) no-repeat 0 0;
}
#immediate-title {
	color:#fff;
	font:22px/26px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	position:absolute;
	top:20px;
	left:0;
}
#about-title {
	display:block;
	width:395px;
	height:50px;
	background:url(../img/title-about.png) no-repeat 0 0;
}
#videos-title {
	display:block;
	width:395px;
	height:50px;
	background:url(../img/title-videos.png) no-repeat 0 0;
}
.banner-subtext {
	color:#fff;
	font:18px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	position:absolute;
	top:80px;
	left:0;
}
.banner-copy {
	color:#fff;
	font:12px/19px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	/*width:515px;
	position:absolute;*/
	top:15px;
	right:0;
	text-shadow:4px 4px 10px #000000;
	margin:-8px 0 0 40px;
}
#content {
	width:900px;
	float:left;
	padding:3px 0 30px 0;
}
.featured-home {
	width:272px;
	float:left;
}
.featured-home a {
	text-decoration: none;
}
.featured-home h3 {
	color:#8a1b04;
	font:18px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}
.featured-home img {
	margin:15px 0;
	border:1px solid #999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#view-more-btn {
	width:525px;
	height:40px;
	display:block;
	background:url(../img/view-more-btn.jpg) no-repeat 0 0;
}
#view-more-btn:hover {
	width:525px;
	height:40px;
	display:block;
	background:url(../img/view-more-btn.jpg) no-repeat 0 -40px;
}

.features-column {
	width:325px;
	float:left;
}
.description-column {
	width:560px;
	float:left;
	padding:0 0 0 15px;
}
.left-column {
	width:225px;
	float:left;
}
.left-column p {
	color:#565656;
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
}
.left-column p b {
	color:#565656;
	font:16px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	font-weight:bold;
}
.right-column {
	width:640px;
	float:left;
	padding:0 0 0 35px;
}
.right-column p {
	color:#545454;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	margin:0 19px;
}
.right-column p i {
	color:#545454;
	font:italic 12px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}
.availability {
	clear:both;
	padding:0 0 20px 0;
	overflow:hidden;
}
.availability li {
	width:225px;
	display:block;
	height:25px;
}
.availability li a {
	width:225px;
	color:#545454;
	text-decoration:none;
	font:14px/22px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}
.availability li a:hover {
	width:225px;
	color:#333;
	text-decoration:none;
	font:14px/22px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}
.immediate-bullets {
	clear:both;
	padding:0 0 20px 0;
	overflow:hidden;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.immediate-bullets li {
	border-bottom:1px #666 dotted;
	width:225px;
	display:block;
	height:15px;
	margin-bottom:10px;
}
.immediate-descrip {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.immediate-descrip ul { 
    list-style-type: circle;
	padding:0 0 0 25px;
}
.immediate-button-list {
	clear:both;
	overflow:hidden;
	*margin:0 0 10px 0;
	*padding:0 0 10px 0;
}
.immediate-button-list li {
	display:block;
	text-decoration:none;
	*padding:0;
	*margin:0;
}
.immediate-button-list li:hover, .immediate-button-list li a:hover, .immediate-button-list li a span:hover {
	cursor:pointer;
}
.immediate-button-list li a {
	text-decoration:none;
}
.button-list {
	clear:both;
	overflow:visible;
	*margin:0 0 10px 0;
	*padding:0 0 10px 0;
}
.button-list li {
	display:block;
	text-decoration:none;
	*padding:0;
	*margin:0;
}
.button-list li:hover, .button-list li a:hover, .button-list li a span:hover {
	cursor:pointer;
}
.button-list li a {
	text-decoration:none;
}
#video-menu {
	clear:both;
	*margin:0 0 10px 0;
	*padding:0 0 10px 0;
}
#video-menu li {
	display:block;
	text-decoration:none;
	*padding:0;
	*margin:0;
}
#video-menu li:hover, #video-menu li a:hover, #video-menu li a span:hover {
	cursor:pointer;
}
.video-category-active, .video-category-active:hover {
	display:block;
	height:28px;
	width:223px;
	color:#222;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #666;
	background:url(../img/button.jpg) repeat-x 0 -39px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
.video-category {
	display:block;
	height:28px;
	width:223px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #aeaeae;
	background:url(../img/button.jpg) repeat-x 0 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
#video-menu ul {
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	padding:0 5px;
	width:213px;
	clear:both;
	margin:0 0 6px 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
#video-menu ul li {
	width:211px;
	display:block;
	text-decoration:none;
}
#video-menu ul li a {
	display:block;
	height:23px;
	width:211px;
	color:#777;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #aeaeae;
	background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
#video-menu ul li a:hover {
	color:#545454;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	background:#e3e3e3;
}
li a .clear {
	display:block;
	height:28px;
	width:223px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #aeaeae;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a .clear:hover {
	display:block;
	height:28px;
	width:223px;
	color:#404040;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #b1b1b1;
	background-color:#f4f3f3;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a .grey {
	display:block;
	height:28px;
	width:223px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #aeaeae;
	background:url(../img/button.jpg) repeat-x 0 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a.grey {
	display:block;
	height:28px;
	width:223px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #aeaeae;
	background:url(../img/button.jpg) repeat-x 0 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a.grey:hover {
	display:block;
	height:28px;
	width:223px;
	color:#404040;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #b1b1b1;
	background:url(../img/button.jpg) repeat-x 0 -39px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a .grey:hover {
	display:block;
	height:28px;
	width:223px;
	color:#404040;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #b1b1b1;
	background:url(../img/button.jpg) repeat-x 0 -39px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a.red {
	display:block;
	height:28px;
	width:223px;
	color:#eee;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #561103;
	background:url(../img/button.jpg) repeat-x 0 -78px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a.red:hover {
	display:block;
	height:28px;
	width:223px;
	color:#fff;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #3a0b02;
	background:url(../img/button.jpg) repeat-x 0 -118px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a.grey-active, li a.grey-active:hover {
	display:block;
	height:28px;
	width:223px;
	color:#222;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #666;
	background:url(../img/button.jpg) repeat-x 0 -39px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a .red {
	display:block;
	height:28px;
	width:223px;
	color:#eee;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #561103;
	background:url(../img/button.jpg) repeat-x 0 -78px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li a .red:hover {
	display:block;
	height:28px;
	width:223px;
	color:#fff;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #3a0b02;
	background:url(../img/button.jpg) repeat-x 0 -118px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li .black {
	display:block;
	height:28px;
	width:223px;
	color:#eee;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #000;
	background:url(../img/button.jpg) repeat-x 0 -160px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
li .black:hover {
	display:block;
	height:28px;
	width:223px;
	color:#fff;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:10px 0 0 0;
	margin:0 0 5px 0;
	*margin:-5px 0;
	_margin:-8px 0;
	border:1px solid #000;
	background:url(../img/button.jpg) repeat-x 0 -196px;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	text-align:center;
}
.button-list ul {
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	padding:0 5px;
	width:213px;
	clear:both;
	margin:0 0 6px 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}
.button-list ul li {
	width:211px;
	display:block;
	text-decoration:none;
}
.button-list ul li a {
	display:block;
	height:23px;
	width:211px;
	color:#777;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #aeaeae;
	background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.button-list ul li a:hover {
	display:block;
	height:23px;
	width:211px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:5px 0 0 0;
	border:1px solid #aeaeae;
	background:#e3e3e3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.button-list ul li a#immediate-homes-button {
	color:#fff;
	background:url(../img/button.jpg) repeat-x 0 -78px;
	border:1px solid #561103;
}
.button-list ul li a#immediate-homes-button:hover {
	color:#fff;
	border:1px solid #3a0b02;
	background:url(../img/button.jpg) repeat-x 0 -118px;
}
#community-list {
	width:225px;
	height:450px;
}
#community-list li {
	width:225px;
	height:67px;
	padding:23px 0 0 0;
}
#community-list li b {
	font:17px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
}
#community-list li a {
	width:225px;
	text-align:right;
	text-decoration:none;
	color:#565656;
	font:12px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	display:block;
}
#community-list li a:hover {
	color:#000;
}

.community-list {text-align:center;width:225px;overflow: hidden;}
h1.community-list-header {text-align:center;color:#8b1b03;font-size: 24px;}
.community-list li {
	width:225px;
	padding:15px 0 0 0;
}
.community-list li b {
	font:20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	font-style: normal;
	line-height: 26px;
}
.community-list li a {
	width:225px;
	
	text-decoration:none;
	color:#565656;
	font:12px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	display:block;
	font-style: italic;
}
.community-list li a:hover {
	color:#000;
}

.county-sep {width: 225px;
height:20px;
background:url(../img/county_sep.png) no-repeat 0 0 transparent;
margin: 10px 0;
}

#googlemap {
    border: 1px solid #AEAEAE;
    display: block;
    height: 500px;
    width: 620px;
	margin:0;
}

#googlemap .info_window {
	width: 250px;
	
}
#googlemap .info_window .bodyContent {float: left;width: 150px;overflow: hidden;}
#googlemap .info_window .bodyContent p {margin:3px 0 0 0;}
#googlemap .info_window .bodyContent a {color:#8b1b03;}
#googlemap .info_window .info_bubble_thumb {
	width:70px;
	height:70px;
	display:inline-block;
	border:solid 2px #ddd;
	float:right;
	margin-right:13px;
	overflow:hidden;
	background-position:left top;
	background-repeat:no-repeat;
	
}

.comm_info {overflow:hidden;margin-bottom:15px;}
.comm_info p.phone {background:url(../img/phone_icon_sm.jpg) no-repeat 0 0 transparent;padding:5px 0 0 40px;width:100%;height:30px;font-size: 18px;margin-bottom:3px;}
.comm_info p.address {background:url(../img/house_icon_sm.jpg) no-repeat 0 4px transparent;padding:0 0 0 40px;width:100%;min-height:30px;}
.comm_info p.address span {font-size:18px;line-height:30px;}

.model {width: 280px;float:left;overflow: hidden;text-align: center;margin-right: 25px;color: #565656;}
.model h1 {text-align:center;color:#8b1b03;font-size: 24px;line-height: 28px;}
.model h2 {text-align:center;color:#8b1b03;font-size: 16px;}
.model .model_info {margin: 20px 0 0 0;min-height:395px;overflow:hidden;}
.model p {font-size:14px;line-height:20px;margin:0 5px 10px;}
.model p span {font-size:18px;font-weight:bold;line-height: 28px;}
a.features_download {
	background: url("../img/nav-hover.jpg") repeat-x scroll 0 0 transparent;
    border-radius: 8px 8px 8px 8px;
    color: #EEEEEE;
    font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 20px auto 10px;
    padding: 10px;
    display: block;
    width: 250px;
    text-decoration: none;
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    text-align: center;
}

.model .model_pic {width:260px;height:195px;border: 1px solid #AEAEAE;background-position: 50% 50%;}
#baltimore_map, #howard_map, #calvert_map, #annearundel_map {
    border: 1px solid #AEAEAE;
    display: block;
    width:260px;height:195px;
	margin:0;
}
.model .rounded_border {margin: 20px 0 0 0;}

.rounded_border {
 	background: none repeat scroll 0 0 #ECECEC;
    border: 1px solid #AEAEAE;
    -moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px; /* future proofing */
-khtml-border-radius: 5px; /* for old Konqueror browsers */
    display: block;
    padding: 8px;
    position: relative;
}

#chat-module {
	padding:15px 0 0 0;
}
#chat-module img {
	padding:0 0 5px 0;
}
.homes-list li {
	display:inline-block;
	width:200px;
	margin:0 0 20px 19px;
	padding:2px 0 0 0;
	float:left;
}
.round-frame {
	width:182px;
	padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	margin:0 0 5px 0;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	height:116px;
}
.round-frame-home {
	width:182px;
	padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	margin:0 6px 6px 6px;
	float:left;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.round-frame-large {
	padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	margin:0 6px 6px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
.round-frame-full {
	width: 900px;
	padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	margin:0 6px 20px 6px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
}
#loadarea {
	clear:both;
}
.ribbon {
	top:-5px;
	left:-3px;
	position:absolute;
	z-index:500;
	_display:none;
}
.video-ribbon {
	position:absolute;
	top:62px;
	left:-3px;
	z-index:5;
}
.immediate-ribbon {
	position:absolute;
	top:-3px;
	left:132px;
	z-index:5;
}
.master-ribbon {
	position:absolute;
	top:-3px;
	left:132px;
	z-index:5;
}
.homes-list li a, .custom-list li a {
	position:relative;
	display:inline-block;
	width:200px;
	color:#282828;
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	float:left;
	text-align:left;
}
.homes-list li a:hover, .custom-list li a:hover {
	position:relative;
	display:inline-block;
	width:200px;
	color:#333;
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	float:left;
}
.homes-list li a b, .custom-list li a b {
	width:200px;
	color:#282828;
	text-decoration:none;
}
.homes-list li a b:hover, .custom-list li a b:hover {
	width:200px;
	color:#282828;
	text-decoration:underline;
}
#media {
	display:block;
	width:640px;
	height:360px;
	padding:0 0 10px 0;
}
#plan-media, community-media {
	display:block;
	width:900px;
	padding:0 0 10px 0;
}
#mediaspace {
	margin: 0 0 20px 0;
	width: 640px;
	/*padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;*/}
	
#mediaspace_two {
	margin: 0 0 20px 0;
	width: 900px;
	padding:8px;
	border:1px solid #aeaeae;
	background:#ececec;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;}	

#ul.features {
	color:#545454;
}
#gallery {
	padding:10px 0 0 0;
}
#gallery li {
	height:200px;
	float:left;
}
#contact label {
	color:#565656;
	font:14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	font-weight:bold;
	padding:0 0 4px 0;
	clear:both;
}
#contact input {
	color:#565656;
	font:12px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	padding:4px;
	margin:0 0 7px 0;
	width:275px;
	clear:both;
}
#contact select {
	color:#565656;
	font:12px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	margin:0 0 7px 0;
	clear:both;
}
#contact textarea {
	color:#565656;
	font:12px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-decoration:none;
	padding:4px;
	margin:0 0 7px 0;
	width:350px;
	clear:both;
}
#contact-agreement {
	float:left;
	clear:both;
	width:15px;
	margin-bottom:15px;
}
#submit {
	width:100px;
	float:left;
	clear:both;
	margin-top: 8px;
}
.teammember {
	width:900px;
	float:left;
	padding:0 0 20px 0;
}
.about-video {
	margin:0 15px 15px 0;
}
.teammember p {
	font:14px Trebuchet MS,Trebuchet,Lucida Grande,Arial,Sans-Serif;
}
.teammember h3 {
	color:#9f0326;
	font:44px Trebuchet MS,Trebuchet,Lucida Grande,Arial,Sans-Serif;
	margin-bottom:9px;
    padding-bottom:0px;
	border-bottom:1px dotted #9F0326;
}
.teammember h3 img {
	position:relative;
	top:4px;
}
.teammember h4 {
	color:#000;
	font:26px Trebuchet MS,Trebuchet,Lucida Grande,Arial,Sans-Serif;
	margin-top: -6px;
}
.portrait {
	width: 266px;
	margin:0 30px 25px 0;
	border:solid 1px #9f0326;
	overflow:hidden;
}
#footer {
	padding:20px 0;
	background:#000;
	color:#fff;
	font:12px/18px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	overflow:hidden;
	clear:both;
}
#footer p {
	width:700px;
	padding:0 0 20px 0;
	text-align:left;
	float:left;
	clear:both;
}
#foot-left {
	margin-top: 20px;
	float:left;
	clear:left;
	width:590px;
	text-align:left;
}
#foot-left li {
	display:inline;
}
#foot-left li a {
	color:#fff;
	padding:0 10px 0 0;
	margin:0 5px 0 0;
	border-right:1px solid #fff;
	text-decoration:none;
}
#foot-left li a:hover {
	text-decoration:underline;
}
#foot-right {
	height:40px;
	width:308px;
	float:right;
	margin-top:32px;
	background:url(../img/social.jpg) no-repeat 0 0;
}
#foot-right li {
	display:inline-block;
	padding:0 2px 0 0;
	text-indent:-9999px;
	width:38px;
}
#foot-right li a {
	height:40px;
	width:38px;
	display:block;
	float:left;
}
#vidloadarea {
	width:640px;
	height:435px;
	overflow:hidden;
	display:block;
	background:url(../img/vidloadarea.png) no-repeat bottom;
}
.tooltip {z-index:9999;position:absolute;bottom:24px;left:145px;display:none;width:350px;height:115px;background:url(../img/tooltip.png) no-repeat 0 0;}
.tooltip img {position:absolute;top:15px;left:15px;}
.tooltip p {position:absolute;left:160px;top:15px;width:170px;text-align:left;color:#fff;}

#form-background {
	display:none;
	background:url(../img/overlay.png) repeat scroll 0 0 transparent;
	height:100%;
	left:0;
	position:fixed;
	top:0;
	width:100%;
	z-index:9999;
}
#contact-form {
	position:absolute;
	top:70px;
	left:50%;
	width:500px;
	margin:0 0 0 -250px;
	background:#e7e7e7;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	padding:25px;
	z-index:1100;
	border:1px solid #fff;
}
#contact-form p {
	font:14px/14px Lucida Sans Unicode,Lucida Grande,sans-serif;
	color:#666;
}
#close {
	width:70px;
	height:70px;
	position:absolute;
	left:51%;
	top:31px;
	margin:0 0 0 263px;
	z-index:1500;
}
#close:active {
	top:39px;
}
#banner-custom {
	width:900px;
	height:21px;
	float:left;
	padding:13px 0;
}
#banner-breadcrumb {
	font:22px/22px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:0 -1px 1px #000;
	float:left;
	display:inline;
	text-decoration:none;
}
.light {
	color:#fff !important;
}
.dark {
	color:#999 !important;
}
#custom-logout {
	font:16px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:0 -1px 1px #000;
	display:inline;
	text-decoration:none;
	margin-top: 1px;	
}
.custom-list {
	float:left;
	margin:35px 0;
}
.custom-list li {
	display:inline-block;
	width:200px;
	margin:0 25px 25px 0;
	padding:2px 0 0 0;
	float:left;
}
.variations {
	position:absolute;
	top:-15px;
	right:-15px;
}
.variations-count {
	position:absolute;
	top:0;
	left:5px;
	width:86px;
}
.variations h5 {
	font:bold 45px/45px "Times New Roman", Times, serif;
	color:#fff;
	text-shadow:0 -1px 1px #000;
	text-align:center;
}
.variations h6 {
	font:14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 1px 2px #000;
	text-align:center;
}
.custom-plan-list {
	float:left;
	margin:30px 0;
	width:950px;
}
.custom-plan-list li {
	width:415px;
	padding:10px;
	margin:0 25px 25px 0;
	float:left;
	background:url(../custom/img/custom-plan-list.jpg) #ececec repeat-x 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #aeaeae;
}
.custom-plan-list p, .custom-plan-list p a {
	font:20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 -1px 1px #000;
	width:415px;
	height:40px;
	text-decoration:none;
}
.custom-plan-list img {
	float:left;
	border:1px solid #aeaeae;
}
.custom-plan-list li ul {
	float:left;	
	width:220px;
	margin:5px 0 0 10px;
}
.custom-plan-list li ul li {
	padding:0 0 0 20px;
	background:url(../custom/img/dot.gif) no-repeat 0 4px;
	border:none;
	font:18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-shadow:0 1px 0 #fff;
	color:#555;
	margin:0 0 10px 0;
	width:200px;
}
#floorplan-nav {
	float:left;
	width:950px;
	margin:20px 0;
}
#floorplan-nav li {
	display:inline;
	padding:0 7px 0 0;
	float:left;
}
#blueprints-btn {
	margin:0 !important;
}
.blueprints-list {
	border-bottom:1px solid #aeaeae;
	border-left:1px solid #aeaeae;
	border-right:1px solid #aeaeae;
	padding:5px 5px 0 5px;
	width:213px;
	clear:both;
	margin:0 0 6px 0;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	background:#e9e9e9;
}
.blueprints-list li {
	width:211px;
	display:block;
	text-decoration:none;
	float:none !important;
	padding:5px 0 0 0 !important;
}
.blueprints-list li a {
	display:block;
	height:23px;
	width:211px;
	color:#777;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:5px 0 0 0;
	margin:0 0 5px 0;
	border:1px solid #aeaeae;
	background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.blueprints-list li a:hover {
	display:block;
	height:23px;
	width:211px;
	color:#545454;
	text-decoration:none;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	padding:5px 0 0 0;
	border:1px solid #aeaeae;
	background:#e3e3e3;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	text-align:center;
}
.viewer {
	width: 848px;
	height: 500px;
	border: 1px solid #aeaeae;
	position: relative;
	background:url(../img/loader.gif) #fff no-repeat 50%;
	-moz-border-radius:5px 0 0 5px;
	-webkit-border-radius:5px 0 0 5px;
	border-radius:5px 0 0 5px;
	float:left;
}
#ui-container {
	background:none repeat scroll 0 0 #e9e9e9;
	border:1px solid #aeaeae;
	border-left:0;
	float:left;
	height:500px;
	width:48px;
	position:relative;
	-moz-border-radius:0 5px 5px 0;
	-webkit-border-radius:0 5px 5px 0;
	border-radius:0 5px 5px 0;
	/*border-top:none;*/
}
.iviewer-wrapper {
	overflow: hidden;
}
.iviewer_common {
	position:absolute;
    z-index: 5000;
}
.iviewer_cursor {
    cursor: -moz-grab;
}
.iviewer_drag_cursor {
    cursor: -moz-grabbing;
}
.iviewer_button {
	right:4px;
    width: 41px;
    cursor: pointer;
    background-position: center center;
    background-repeat: no-repeat;
}
.iviewer_zoom_in {
	height:50px;
	top:4px;
    background: url(../img/iviewer.zoom_in.gif);
}
.iviewer_zoom_out {
	height:50px;
    top: 62px;
    background: url(../img/iviewer.zoom_out.gif);
}
.iviewer_zoom_fit {
	height:50px;
    top: 121px;
    background: url(../img/iviewer.zoom_fit.gif);
} 
/*
.iviewer_zoom_zero {
	height:40px;
    top: 178px;
    background: url(../img/iviewer.zoom_zero.gif);
}
.iviewer_zoom_fit {
	height:50px;
    top: 121px;
    background: url(../img/iviewer.zoom_fit.gif);
} 
*/
.iviewer_zoom_status {
	display:none;
}
#blueprints, #custom-photos, #first-floor, #second-floor, #lower-level {
	float:left;
	clear:left;
}
.page-caption {
	background:#e9e9e9;
	border:1px solid #aeaeae;
	margin:0 0 -5px 0;
	padding:10px 10px;
	width:877px;
	-moz-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	border-radius:5px 5px 0 0;
	color:#545454;
	font:14px/20px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	text-transform:uppercase;
	text-align:center;
}
.form-wrapper {
	width: 430px;
	/*float: left;*/
}
.custom-form {
	width:395px;
	padding:10px 15px;
	float:right;
	background:url(../custom/img/custom-plan-list.jpg) #ececec repeat-x 0 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	border:1px solid #aeaeae;
	margin: 0 0 25px 0;
}
.custom-form a {
	color: #7f1a06;
}
.custom-form a:hover {
	color: #7f1a06;
	text-decoration: none;
}
.custom-form legend {
	font:20px/20px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:0 -1px 1px #000;
	width:375px;
	height:40px;
	text-decoration:none;
}
.custom-form label {
	font:18px/18px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#222;
	text-shadow:0 1px 0 #fff;
	text-decoration:none;
	float: left;
	clear: left;
	margin: 4px 10px 4px 0;
	width: 130px;
}
.custom-form input {
	font:14px/14px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#333;
	text-decoration:none;
	float: left;
	background: #fff;
	border:1px solid #aeaeae;
	padding: 3px 3px;
	margin: 0 0 10px 0;
	width: 246px;
}
#sign-in-submit, #sign-up-btn {
	display:block;
	width:auto !important;
	color:#eee !important;
	text-decoration:none !important;
	font:italic 16px/16px Trebuchet MS,Lucida Grande,Arial,Sans-Serif !important;
	padding: 5px 10px !important;
	margin:0 0 5px 0 !important;
	border:1px solid #222 !important;
	text-align:center;
	text-shadow:0 -1px 1px #000;
	background:url(../custom/img/custom-plan-list.jpg) #ececec repeat-x 0 0 !important;
	cursor: pointer;
	text-transform: uppercase !important;
}
.forgot {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
	font:bold 14px/14px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color: #7f1a06;
	text-decoration: none;
}
.signup-text {
	width:900px;
	clear: both;
	margin: 0 0 45px 0;
	float: left;
}
.signup-text p {
	font:20px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color: #444 !important;
}
.signup-text img {
	float: left;
	margin: 0 45px 0 0;	
}
.signup-text2 {
	width:400px;
	clear: both;
	margin: 0 0 45px 0;
	float: left;
}
.signup-text2 p {
	font:20px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color: #444 !important;
}
.signup-text2 img {
	float: left;
	margin: 0 0 20px 0;	
}
#sign-up-btn {
	float: left;
	clear: left;
	width: 180px !important;
}
.message {
	width:430px;
	font:18px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color: #444;
	margin: 0 auto;
}
.custom-notice {
	width:640px;
	clear: both;
	float: left;
	margin: 0 0 10px 0;
	height: 38px;
	border: 1px solid #999;
	background: url("../img/button.jpg") repeat-x scroll 0 0 transparent;
}
.custom-notice a {
	text-decoration: none;
	vertical-align: middle;
}
.custom-notice-number {
	position: relative;
	top: -10px;
	text-align: center;
	padding: 7px 8px 0 8px;
	float: left;
	width: auto;
	height: 42px;
	background:url(../custom/img/custom-plan-list.jpg) repeat-x 0 9px;
	color: white;
	font:bold 34px/34px Georgia, 'Times', 'Times New Roman', Serif; 
	text-shadow: 0 5px 8px #000;
}
.custom-notice-text {
	font:17px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color: #444;
	text-decoration: none;
	float: left;
	margin: 6px 0 0 8px;
}
.custom-photos, .plan-photos {list-style: outside none;float: left;margin: 30px 0;}
.custom-photos li, .plan-photos li {list-style: outside none;display: inline;float: left;margin: 0 10px 10px 0;border: 1px solid #bdbdbd;border-left: none;border-top: none;}
.custom-photos li a {width: 85px;height: 85px;display: block;border: 8px solid #fafafa;}
.plan-photos li a {width: 157px;height: 105px;display: block;border: 8px solid #fafafa;}

.custom-title {color:#000;font:22px/28px Trebuchet MS,Lucida Grande,Arial,Sans-Serif;text-decoration:none;clear: both;margin: 0 0 20px 0;}

/* --------------------------- INTERACTIVE FLOORPLANS -------------------------- */

.option-bucket {width:900px;clear:both;float:left;margin:10px 0 30px 0;}
.option-bucket h3 {width:870px;padding:10px 15px;background:#fff;font:bold 16px/16px 'Trebuchet MS', sans-serif;color:#741a02;float:left;margin:0 0 15px 0;text-transform:uppercase;}
.obl {width: 155px;float: left;}
.obl div {font:14px/22px 'Trebuchet MS', sans-serif;color:#555;}
.obl div a {color:#741a02;text-decoration:underline;cursor:pointer;}
.obr {width:735px;float:right;font:14px/22px 'Trebuchet MS', sans-serif;}
.obr h3 {font:bold 14px/14px 'Trebuchet MS', sans-serif;color:#741a02;float:left;margin:3px 0 15px 3px;text-transform:uppercase;width: 642px;}
.obr a {color: #741a02;}

.options {width:100%;float:left;font:14px/22px 'Trebuchet MS', sans-serif;}
.options .elevations-list {width:293px;float:left;}

.elevations {-moz-border-radius: 5px 5px 5px 5px;background:#ECECEC;border: 1px solid #AEAEAE;padding:4px 3px 12px 13px; width: 881px;display: block;position: relative;}

.options input {float:left;margin:2px 0 0 0;}
.options input.quantity {float:none;width:25px;}

.options .elevations-list input {float:left;margin:6px 10px 10px 0;}


.options h3 {font:bold 14px/14px 'Trebuchet MS', sans-serif;color:#741a02;margin:0;text-transform:uppercase;background-color: transparent;float:none;width:100%;padding:0 0 5px 0;}

.options .options-list h3 {font:bold 14px/14px 'Trebuchet MS', sans-serif;color:#741a02;margin:0;text-transform:uppercase;background-color: transparent;float:none;width:200px;padding:5px 0 5px 20px;}

.options .pop_options h3 {font:bold 14px/14px 'Trebuchet MS', sans-serif;color:#741a02;margin:0;text-transform:uppercase;background-color: transparent;float:none;width:100%;padding:0 0 5px 25px;*float:left;*width:600px;*margin-top:0;}

.options .pop_options h3 span {font-size:.9em;font-style:italic;text-transform: none;float:none;}


.options a {color: #741a02;}
.options img {float:left;margin:0;}
.options p.option_desc {
	font-size: .9em;
	line-height: 1.3em
}

.options .pop_options p {padding-left:25px;font-size: .9em;line-height: 1.3em;*float:left;*width:600px;}
.options .pop_options p.quantity {margin-top: 5px; color: #666;padding-bottom: 3px;}


.options-list {overflow: hidden;}
.pop_options {margin-bottom: 20px;}

.pop_options .option_img_wrap {padding: 5px; border: 1px solid #bbb;float:left;margin:0 10px 0 10px;width:65px;height: 65px;overflow: hidden;}

.pop_options .option_img_wrap a {padding:0px;float:left;width:65px;height: 65px;overflow: hidden;}

.option-bucket input#custom_quote {
	color: #eeeeee;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0pt;
	margin-left: 0pt;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: transparent;
	background-image: url("../img/nav-hover.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	clear: both; 
}
#get-more-button {
	color: #eeeeee;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: normal;
	font-size-adjust: none;
	font-stretch: normal;
	-x-system-font: none;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: -2px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-bottom-left-radius: 8px;
	background-color: transparent;
	background-image: url("../img/nav-hover.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0pt 0pt;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	clear: both; 
}
#buttonWrap div {
	cursor:pointer;
	text-decoration:none;
	margin-top:-5px;
	padding:5px 0;
	text-align: center;
	position:absolute;
	color:#fff;
	width:160px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #881d04;
	-moz-box-shadow: 3px 3px 8px #ccc;
	-webkit-box-shadow: 3px 3px 8px #ccc;
	box-shadow: 3px 3px 8px #ccc;
}

p.disclaimer {font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 12px;
line-height: normal;
padding: 20px 0 5px 0;
}
div.checkbox-list input {
vertical-align:top;
padding: 0;
margin: 5px 0 0 0;
}
label.checkbox-list {
	margin:0 0 10px 5px;
	padding: 0;
	display: inline-block;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color:#555;
	font-size: .95em;
	line-height: 1.3em;
}

label.checkbox-list span {
	font-style: italic;
	font-size: .9em;
}
h3>span {
	text-transform: none;
	font-size: 12px;
	font-style: italic;
	color: #000;
}
label.form_info {
	margin:0 5px 7px 0;
	padding: 0;
	display: inline-block;
	font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
	color:#555;
	min-width: 60px;
}
div.form_info input {
margin: 0 11px 18px 3px;
width: 350px;
padding: 0 0 3px 0;
}
.interactive-plan {-moz-border-radius: 5px 5px 5px 5px;background:#ECECEC;border: 1px solid #AEAEAE;padding: 8px;width: 715px;height: 430px;display: block;position: relative;}
.interactive-plan img {position: absolute;left:8px;top: 8px;z-index: 9000;}
.interactive-plan img.base-image {z-index: 8000;}


.movable-strip {width:100%;height:116px;background-color:#fff; repeat-x 0 0;z-index:9999px;position:relative;padding: 10px 0;border-bottom: 6px solid #892700;}
.movable-strip h3 {font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;font-size: 14px;letter-spacing: 1.5px;font-weight: bold;line-height: 14px;color: #892700;text-transform: uppercase;margin: 0 0 8px 0;}
.movable-strip p a {text-decoration: underline;color: #892700;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;}
.movable-strip p.serif {font-family: Georgia, 'Times', 'Times New Roman', Serif;font-size: 14px;line-height: 19px;margin-bottom: 3px;}
.sub-c-left p.serif, .loan-type p.serif {color: #777;}
.sub-c-right p.serif {color: #333;}

.equal-row {width: 100%;height: 2px;margin-bottom: 6px;display: block;float: left;clear: both;}
.sub-c-right .equal-row {border-bottom: 1px dashed #777;}

.community-selection {float: left;width: 140px;padding: 0 15px 0 0;border-right: 1px solid #999;height: 100px;}

.order-summary {float: left;width: 180px;padding: 0 15px 0 0;border-right: 1px solid #999;height: 100px;margin: 0 0 0 15px;}
.order-summary .sub-c-left {float: left;width: 90px;}
.order-summary .sub-c-right {float: left;width: 90px;}

.payment-calc {float: left;width: 310px;padding: 0 15px 0 0;border-right: 1px solid #999;height: 100px;margin: 0 0 0 15px;}
.payment-calc .sub-c-left {float: left;width: 130px;}
.payment-calc .sub-c-right {float: left;width: 85px;}
.payment-calc .loan-type {float: left; width: 75px; margin:0 0 0 15px;}
.payment-calc .loan-type p {padding: 0;margin: 0;}


.save-print {float: left;width: 130px;height: 100px;margin: 0 0 0 15px;border-right: 1px solid #999999;padding: 0 15px 0 0;}
.save-print p {color: #777;}

.get-more {float: left;width: 170px;height: 100px;margin: 0 0 0 15px;}
.get-more input {margin-bottom: 10px;}


#mort-calc input {border: 1px solid #ddd;margin-bottom: 3px;font-family: Georgia, 'Times', 'Times New Roman', Serif;font-size: 13.5px;line-height: 13.5px;background: #fff;-moz-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;color: #777;padding: 0 1px 2px 1px;}
#mort-calc a {text-decoration: underline;color: #892700;font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif !important;font-size: 12px !important;}
#mort-calc p {margin: 0 2px 0 0 !important;position: relative;top: -2px;}

.base-image {
}

.page-break {
display: none;
}

a.red_button {
    background: url("../img/nav-hover.jpg") repeat-x scroll 0 0 transparent;
    border-radius: 8px 8px 8px 8px;
    clear: both;
    display: block;
    color: #EEEEEE;
    font-family: Trebuchet MS,Lucida Grande,Arial,Sans-Serif;
    font-size: 16px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 10px 20px 0 0;
    padding: 10px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
}


























