@charset "ISO-8859-1";

/* globals */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #330000;
	width:100%;
	height: 100%;
}
a, a:link, a:visited {
	color: #582700;
	text-decoration: none;
}
a:hover, a:active {
	color: #820024;
}
h1 {
	font-size: 16px;
	color: #B76612;
	margin: 0px 0px 24px 0px;
	padding: 0px;
}
h2 {
	font-size: 12px;
	font-weight: normal;
	color: #B15C11;	
	margin: 0px 0px 17px 0px;
	padding: 0px;
	line-height: 17px;
}
p {
	font-size: 12px;
	line-height: 24px;
	color: #000000;
	margin: 0px 0px 15px 0px;
	padding: 0px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0px 0px 2px 0px;
	padding: 0px 0px 0px 12px;
	background: url(../images/dash.gif) no-repeat 0px 8px;
	list-style: none;
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #582700;
}
.noDash {
	padding-left: 0px !important;
	background: none !important;
}
.residenceSpacing {
	margin-bottom: 5px !important;
	margin-top: -3px !important;
}
.residenceTitle {
	line-height: 17px;
	margin-bottom: 7px;
}
.residenceTitleTop {
	color: #582700;
}
.residenceTitleBottom {
	color: #999966;
}
#floorplan {
	margin-left: 65px;
}
.amenitiesSpacing {
	margin-bottom: 13px !important;
}
#triNav {
	color: #999966;
	font-size: 12px;
	margin-bottom: 25px;
}
#triNavTwo {
	color: #999966;
	font-size: 12px;
	margin-bottom: 15px;
}
#triNav a, #triNav a:link, #triNav a:visited, #triNavTwo a, #triNavTwo a:link, #triNavTwo a:visited {
	color: #582700;
	text-decoration: none;
}
#triNav a:hover, #triNav a:active, #triNavTwo a:hover, #triNavTwo a:active {
	color: #820024;
}
.brownType {
	color: #582700;
}
.brownerType {
	color: #582700;
	margin-bottom: 0px !important;
	line-height: 16px;
}
.neighType {
	color: #F89828;
	font-style: italic;
}
.contactSpacing {
	margin-bottom: 13px !important;
	margin-top: -2px !important;
}


/* structure */

#outsideContainer	{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 940px;
	height: 620px;
	margin-left: -470px;
	margin-top: -310px;
}
#homeBlock, #homeTop, #homeBottom, #sideBlock, #sideTop, #sideWeave, #sideContent {
	width: 940px;
}
#sideContent {
	height: 443px;
	background: url(../images/sidebg.jpg);
	position: relative;
}
#homeLeft {
	width: 183px;
	float: left;
}
#homeRight {
	width: 753px;
	float: right;
}
#sideLeft {
	width: 278px;
	float: left;
}
#sideRight {
	width: 385px;
	margin: 33px 0px 0px 0px;
	padding: 0px 235px 0px 0px;
	float: right;
}
#sideRightFull {
	width: 662px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#sideLogo {
	width: 160px;
	height: 154px;
	position: absolute;
	left: 723px;
	top: 137px;
}
td {
	font-size: 10px;
	line-height: 10px;
	color: #582700;
}

/* form */

.longField {
	width: 307px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}
.halfField {
	width: 109px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}
.stateField {
	width: 56px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}
.zipField {
	width: 49px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}
.emailFIeld {
	width: 149px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}
.howField {
	width: 226px;
	padding: 1px;
	margin: 0px;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CC9900;
}

#fpDisclaimer {
	position: absolute;
	left: 344px;
	top: 426px;
	font-size: 10px;
	color: #999999;
}

/* footer */

#footer {
	width: 940px;
	text-align: center;
	padding-top: 5px;
	font-size: 13px;
	line-height: 18px;
	color: #FFFFFF;
	clear: both;
}
.footerSmall {
	font-size: 11px;
}
#footer a, #footer a:link, #footer a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:hover, #footer a:active {
	color: #d15c00;
}

/* sIRF styles */
/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}