
/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
body {line-height:1.5;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:middle;}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
body {font-size:75%;color:#222;font-family:Verdana, Arial, Helvetica, sans-serif;}
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;height:1.25em;font-weight:bold;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre, code {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
li ul, li ol {margin:0 1.5em;}
ul, ol {margin:0 1.5em 1.5em 1.5em;}
ul {list-style-type:disc;}
ol {list-style-type:decimal;}
dl {margin:0 0 1.5em 0;}
dl dt {font-weight:bold;}
dd {margin-left:1.5em;}
/* table {margin-bottom:1.4em;width:100%;} */
th {font-weight:bold;}
th, td {padding:4px 10px 4px 5px;}
tr.even td {background:#E5ECF9;}
tfoot {font-style:italic;}
caption {background:#eee;}
.small {font-size:.8em;margin-bottom:1.875em;line-height:1.875em;}
.large {font-size:1.2em;line-height:2.5em;margin-bottom:1.25em;}
.hide {display:none;}
.quiet {color:#666;}
.loud {color:#000;}
.highlight {background:#ff0;}
.added {background:#060;color:#fff;}
.removed {background:#900;color:#fff;}
.first {margin-left:0;padding-left:0;}
.last {margin-right:0;padding-right:0;}
.top {margin-top:0;padding-top:0;}
.bottom {margin-bottom:0;padding-bottom:0;}
.form-text {font-size:10px;}

#home-content {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#222;
	font-size:.8em;
}
#menu, #hc-right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
}
#menu a {
	color:#BBB;
	text-decoration:none;
}
#menu a:hover {
	color:#d7c765;
}

/* grid.css */
.container {width:940px;margin:0 auto;}
body {margin:0}
.clearfix:after, .container:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display:inline-block;}
* html .clearfix, * html .container {height:1%;}
.clearfix, .container {display:block;}
.clear {clear:both;}

/* forms.css */

/*
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}

input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}

.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}
*/

div.error {background:#FBE3E4;color:red;border-color:red;padding:.8em;margin-bottom:1em;border:1px solid red;display:none;}
.input-wrapper {
	position:relative;
	padding-bottom:8px;
	min-width:70px;
}
label.error {
	position:absolute;
	left:0;
	top:35px;
	color:red;
	font-size:9px;
	font-weight:normal;
}
.contact-submit {
	margin-top:15px;
	text-align:right;
}

/* structure */

body {
	background: url('/images/bg-body.gif');
}
#logo {
	position:absolute;
	height:110px;width:110px;
	left:110px;
	top:8px;
}
.wrap-outer {
	position:relative;
	background: url('/images/bg-middle.gif') repeat-y;
}
.wrap-inner {
	width:879px; 
	background: url('/images/bg-main.png') no-repeat;	
	padding-left:61px;
}
#footer {
	width:940px; height:121px;
	background: url('/images/bg-bottom.png');
}
#menu {
	width:210px;
	float:left;
	background-color:#000;
	margin-top:128px;
}
#menu ul {
	padding:0;margin:0;
}
#menu ul ul {
	padding:10px 0 10px 20px;
}
#menu ul ul li {
	list-style-type:square;
	padding-bottom:4px;
}
#menu li {
	padding:0;margin:0;
	line-height:1em;
	display:block;
	list-style-type:none;
}
#content {
	float:left;
	width:669px;
	margin-top:93px;
}
#home-content-image {
	width:618px;
	height:314px;
	padding:15px 0 0 15px;
	background: url('../images/bg-home-frame.png') no-repeat;	
}
#home-content {
	padding-left:25px;
}
#content-normal {
	padding:25px 0 25px 25px;
}
#hc-left {
	float:left;
	padding-left:10px;
	padding-right:20px;
	width:390px;
	border-right:1px solid #c9bdaa;
}
#hc-right {
	float:left;
	padding-left:20px;
	width:178px;
}
.logo-crosland {
	text-align:right;
}
#prop-map {margin-left:50px;}

div#pageContentInterior {
	padding: 0px 0px 0px 0px;
	width:590px;	
}

.floorplans table {
	padding-left: 0px;
}

.floorplans td {
	padding-right: 10px;
	font-size:11px;
}

.floorplans th {
	vertical-align:top;
}

.tbl-fphead {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #FFFFFF;
	font-style: normal;
	font-weight: bold;
	background-color:#000000;
}


.tbl-head {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}

.tbl-data {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	color: #000000;
	font-style: normal;
}

.tbl-fpnav {
	background-color:#742323;
}

.tbl-fpsumm {
	background-color:#828282;
}

.fpnav {color : #FFFFFF; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px; } 
a.fpnav:link, a.fpnav:visited{text-decoration : underline; color :  #FFFFFF; font-family: Georgia, Times New Roman, Times, serif; font-size: 14px;}
a.fpnav:hover, a.fpnavactive{text-decoration : underline; color : #FFFFFF; 	font-family: Georgia, Times New Roman, Times, serif; font-size: 14px;}


#floor-plan {
	display: none;
}

#site-page {
	display: block;
}

.faqq { 	font-weight:bold; } 
.faqa { 	padding-left:25px; } 

.form { font-size : 11px; }
.formlbl {text-align: right; padding-right: 5px; vertical-align: top;}

table.form { cell-padding : 1; cell-spacing : 1; border : 0; background : #F7F7F7; border-color : #CACACA; }
td.form {  color : #000000;  }
td.formnopadding { background : #eeeeee; color : #000000; padding : 0px 0px 0px 0px; }
td.formsubmit { background : #F7F7F7; color : #000000; padding : 4px 7px 4px 7px; text-align : left; }
td.formdark { background : #cccccc; color : #000000; padding : 4px 7px 4px 7px; }
td.formreq { background : #eeeeee; color : #000000; padding-left : 7px; padding-right : 7px; text-align : left; }
td.formopt { background : #eeeeee; color : #000000; padding-left : 7px; padding-right : 7px; text-align : left; }

.req {font-size : 11px; font-weight: bold;}
.opt {font-size : 11px; }


.errorhdr { font-family :  Georgia, Times New Roman, Times, serif; font-size : 12px; color : #ffffff; padding-left : 5px; padding-right : 5px; padding-top : 1px; padding-bottom : 1px; background : red; font-weight : Bold; }
.errorspcr { }
.errorbkgd { background-color : #ffffff; border : 1; border-color : 000000;}
table.error { cell-padding : 1; cell-spacing : 1; border : 1; background : green; border-color : 000000; }
td.errormsg { background-color: #ffffff; color: red; font-weight: bold; font-size: 11px; vertical-align: top; }
th.error { font-weight: bold; text-align: left; padding-left: 5px; padding-right: 5px;}

a.error { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; color : #E03127; text-decoration : none; }
a:VISITED.error { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; color : #E03127; text-decoration : none; }
a:HOVER.error { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; color : #E03127; text-decoration : underline; }
font.error { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; font-weight : bold; color : #E03127; text-decoration : none; }
ul.error { font-family : Georgia, Times New Roman, Times, serif; font-size : 12px; font-weight : bold; color : #E03127; text-decoration : none; list-style-image: url("/lls_software/images/icons/icon_error.gif"); }

.sectionhdr { 
	font-family: Georgia, Times New Roman, Times, serif;
	font-size:14px;
	font-weight: bold;
	padding-left:0px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	margin-top:10px;
	margin-bottom:10px;

}

@media print {
	#site-page {
		display: none;
	}

	#floor-plan {
		display: block;
	}
	
	THEAD { 
		display: table-header-group 
	}

	.tbl-head {
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		color: #000000;
		font-style: normal;
		font-weight: bold;
	}
	
	.tbl-data {
		font-family: "Times New Roman", Times, serif;
		font-size: 13px;
		color: #000000;
		font-style: normal;
	}


}
#flag {
	position:absolute;
	z-index:10;
	left:0;top:0;
}