/* Reset */
*,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,table,th,td,img { 
	margin:0;
	padding:0;
	position:relative;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

td {
	vertical-align: top;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
	border:0;
}

/* END Reset */


/* Forms */

/* -------------------------------------------------------------- 
   
   forms.css
   * Sets up some default styling for forms
   * Gives you classes to enhance your forms
   
   Usage:
   * For text fields, use class .title or .text
   
-------------------------------------------------------------- */

label { font-weight: bold; }


/* Fieldsets */
fieldset    { padding:1.4em; margin: 0 0 18px 0; border: 1px solid #ccc; }
legend      { font-weight: bold; font-size:1.2em; }

/* Text fields */
input.text, input.title   { width: 300px; margin:0.5em 0.5em 0.5em 0; }
input.text, input.title   { border:1px solid #bbb; background:#f6f6f6; padding:5px; }
input.text:focus,
input.title:focus         { border:1px solid #999; background:#fff; }
input.title               { font-size:1.5em; }

/* Textareas */
textarea            { width: 400px; height: 250px; margin:0.5em 0.5em 0.5em 0; }
textarea            { border:1px solid #bbb; background:#eee; padding:5px; }
textarea:focus      { border:1px solid #999; background:#fff; }

/* Select fields */
select              { border:1px solid #ccc; background:#f6f6f6; width:200px; }
select:focus        { border:1px solid #999; background:#fff; }


/* Success, error & notice boxes for messages and errors. */
.error,
.notice, 
.success    { padding: .8em; margin-bottom: 1em; border: 2px solid #ddd; }
.error      { background: #FBE3E4; color: #D12F19; border-color: #FBC2C4; }
.notice     { background: #FFF6BF; color: #817134; border-color: #FFD324; }
.success    { background: #E6EFC2; color: #529214; border-color: #C6D880; }
.error a    { color: #D12F19; }
.notice a   { color: #817134; }
.success a  { color: #529214; }

/* END Forms */

/* Layout */

body {
	background: #666666 url(/css/bg_body.gif) repeat-x;
}

#Lvl_0 {
	width: 960px;
	margin: 0 auto;
	background:#FFF url(/css/bg_topbar.gif) no-repeat;
	border-top: 1px solid #023151;
}

#Lvl_1 {
	background: url(/css/bg_cols.gif) repeat-y 10px 0;
	border-bottom: 10px solid #FFF;

margin-top: 18px;
}

#mastHd {
	background: #FFF;
}

img.logo { padding: 24px 0 0 20px; }
img.bphoto { padding-top: 10px; }

#content {
	float: left;
	width: 660px;	
}

#content_txt {
        padding: 18px 48px 36px 48px;
        clear: both;
z-index: 100;
}


#content_h {
	margin: 0 10px;
	background:#EEE;
	padding: 18px 18px 18px 18px;
}

#col_L {
	float: left;
	width:190px;
	border-right: 1px dashed #555;
	padding: 9px;
}


/* Navigation Vertical
-------------------------------------------------------------- */

#nav_vert {
	width: 279px;
	float:left;
	background:#5578a7;
	clear: both;
	margin: 0 11px 0 10px;
}

#nav_vert ul, #nav_vert ul li {
	display: block;
	list-style:none;
	margin:0;
	padding:0;
	font: 18px/18px "Optima", Arial, Helvetica, sans-serif, "Lucida Grande";
	color: #FFF;
}

#nav_vert a {
	display: block;
	text-decoration:none;
	padding: 10px 0 10px 24px;
	color:#FFF;
	border-bottom: 1px solid #5578a7;
}

#nav_vert a:hover {
	background: #777;
	color:#FFF;
}

#nav_vert li.active a {
	border-bottom: 3px solid #FFF;
        background: #00457C;
}


/* Navigation Horizontal
-------------------------------------------------------------- */

#subnav ul, #nav_hor li {
	background:#00457C;
	display: block;
	list-style:none;
	margin:0;
	padding:0;
}

#subnav ul {
	padding: 2px 18px;
height: 36px;
	font: 14px/18px "Optima", Arial, Helvetica, sans-serif, "Lucida Grande";
        text-transform: uppercase;
}

#subnav li {
	float: left;
	border-right: 1px solid #9CADCC;
}

#subnav a {
	display: block;
	text-decoration:none;
	padding: 9px 9px;
	color:#FFF;
}

#subnav a:hover {
	background: #5578A7;
	color:#FFF;
}


#subnav ul#corby {
	background:#422A13;
	display: block;
	list-style:none;
	margin:0;
	padding:0;
}

#subnav ul#corby a {
	display: block;
	text-decoration:none;
	padding: 9px 9px;
	color:#FEF5B7;
}


/* Clearing floats without extra markup
   Based on How To Clear Floats Without Structural Markup by PiE
   [http://www.positioniseverything.net/easyclearing.html] */

.clear { display: inline-block; }   

.clear:after, .container:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

* html .clear { height: 1%; }
.clear { display: block; }
.floatR { float: right; }
.floatL { float: left; }
/* .corby { top: -54px; right: 24px; float: right; margin-bottom: -52px; } */
.content_img { padding: 12px; }
table.contentpaneopen { width: 100%; }
table.contentpaneopen img.pic { padding: 9px; border: 1px solid #00457C; margin: 9px; }
table.contentpaneopen img.pic + img { margin: 9px 0; }
table.sale h3 { margin: 0px 0; }
table.sale td { border-right: 1px dotted #00457C; border-bottom: 1px dotted #00457C; padding: 9px; }
table.sale td + td { border-right: none; border-bottom: 1px dotted #00457C; }
table tr.sectiontableentry1 td, table tr.sectiontableentry2 td, table tr.sectiontableentry3 td, table tr.sectiontableentry4 td { padding: 6px; vertical-align: middle; }
.componentheading { display: none; }
table.fltable th, table.fltable form {display:none;}


#credit {
	width:960px;
	margin:auto;
	margin-top:10px;	
}

#credit img {
	float:right;
	opacity:0.5;	
}

#credit img:hover {
	opacity:1;	
}

#credit a img {
	border:none;	
}

/* END Layout */


#thumbGallery {
	margin:0;
	padding:0;
	position:relative;
	z-index:200;
	}

#thumbGallery div {
	margin:25px 25px 0 0;
	width:110px;
	float:left;
	text-align:center;
	}

#thumbGallery img {
	height:70px;
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:2px 2px 3px #666;
	-moz-box-shadow:2px 2px 3px #666;
	-webkit-box-shadow:2px 2px 3px #666;
	}

.frame {
	padding:4px;
	border:1px solid #ccc;
	background:#fff;
	box-shadow:2px 2px 3px #666;
	-moz-box-shadow:2px 2px 3px #666;
	-webkit-box-shadow:2px 2px 3px #666;
	}

#thumbGallery .pp_close {
	margin:20px 0 0;
	}

img.thumbs4sale {
	width:235px;
	float:left;
	border: 1px solid #00457C;
	padding:9px;
	margin:9px;
	}

h3 {
	clear:both;
	}

body.m1 li.item1,
body.m2 li.item2,
body.m3 li.item3,
body.m4 li.item4,
body.m5 li.item5,
body.m6 li.item6,
body.m7 li.item7 {
	border-bottom: 3px solid #FFF;
	background: #00457C;
	}

#mainImage {
	width:660px;
	height:309px;
	}

#mainImage img {
	border:0;
	width:660px;
	height:309px;
	}

.suggested-plans hr {
	clear:both;
	}
	
img.plan-thumb {
	width:235px;
	margin:20px 30px 20px 0;
	}
	
img.plan-thumb,
div.plan-detail {
	float:left;
	display: inline;
	}

div.plan-detail {
	margin-top:40px;
	font-size:16px;
	color:#00457C;
	}

div.plan-detail h2 {
	font-size:18px;
	}

div.plan-detail a {
	font-size:14px;
	}

/*
#subnav ul#corby {
	font-size:13px;
	}
*/

#subnav ul#corby li {
	text-shadow:0 1px 0 #000;
/*
	-webkit-box-shadow:inset 0 0 7px #000b00;
	-moz-box-shadow:inset 0 0 7px #271300;
	-o-box-shadow:inset 0 0 7px #271300;
	box-shadow:inset 0 0 7px #271300;
*/
	}

/*
.mckinley-crossroad {
	display: block;
	font-size:28px;
	color:#74b74a;
	font-weight:bold;
	text-shadow:0 0 6px #000;
	margin:50px 0 20px;
	}
*/

.corby {
	top: -72px;
	left: -90px;
	float: left;
	margin:0;
	}

#subnav ul#corby.mckinley {
	background: #696737;
	}

hr.blue {
	height:0;
	border:0;
	border-bottom:1px solid #00457C;	
	}

.plans {
	border-bottom: 1px solid #00457C;
	}

h2.lot-location {
	border-top:3px solid #444;
	padding-top:18px;
	}

.clearfix:after {visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0}

div.sold {
width: 145px;
height: 66px;
padding-top: 48px;
margin: 9px;
background: #00457C;
color: #FFF;
font-size: 32px;
font-weight: bold;
}

a.thumbs4salelink {
	display: inline-block;
	}
a.thumbs4salelink img {
width: 235px;
float: left;
border: 1px solid #00457C;
padding: 9px;
margin: 9px;
	}