/**************************
BODY, HTML
**************************/
*{
	padding:0;
	margin:0; 
}

html {
	height:100%;
}

body {
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	background-color: #7291CE;
	background-image: url(images/housesbkg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
/**************************
PUSH TO BOTTOM
**************************/
#push {
	clear:both;
	height:120px;
}
/**************************
LAYOUT
**************************/
#page {
	min-height:85%;
	height:auto !important;
	height:85%;
	position:relative;
	margin-bottom: 0px;
	float: none;
	margin-right: auto;
	margin-left: auto;
	/*background-color: #;
	background-image: url(images/);
	background-repeat: no-repeat;
	background-position: center top;*/
}
/**************************
TOP PANEL
**************************/
#flashwrapper {
	/*item position*/
	width: 900px;
	height: 533px;
	position: relative;
	z-index: 800;
	margin-right: auto;
	margin-left: auto;
	background-color: #;
}
#alltopwrapper {
	/*item position*/
	width: 900px;
	height: 256px;
	position: relative;
	z-index: 800;
	margin-right: auto;
	margin-left: auto;
	background-color: #;
}
#allpagesflash {
	/*item position*/
	width: 900px;
	height: 223px;
	position: absolute;
	z-index: 900;
	margin-right: auto;
	margin-left: auto;
	background-color: #;
}
#allwrapper {
	/*item position*/
	width: 850px;
	height: 170px;
	position: relative;
	z-index: 800;
	margin-right: auto;
	margin-left: auto;
}
/*LOGO*/
#logo {
	width: 286px;
	height: 39px;
	position: absolute;
	top: 16px;
	z-index: 999;
	left: 12px;
}
#downloaddrochure {
	width: 150px;
	height: 30px;
	position: absolute;
	top: 40px;
	z-index: 999;
	left: 745px;
	font-size: 12px;
	display: block;
	visibility: visible;
}
#tools {
	width: 100px;
	height: 30px;
	position: absolute;
	top: 15px;
	z-index: 999;
	left: 745px;
	font-size: 12px;
	display: block;
	visibility: visible;
}
#tools smaller{
	font-size: 13px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#tools larger{
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
}
#flashintro {
	float: left;
}
/*NAVIGATION*/
#mainnav {
	/*item position*/
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 33px;
	background-color: #B49F6B;
	position: absolute;
	top: 223px;
	z-index: 999;
	left: 55px;
	display: block;
	visibility: visible;
	}

#mainnavhome {
	/*item position*/
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 33px;
	background-color: #B49F6B;
	position: absolute;
	top: 500px;
	z-index: 999;
	left: 55px;
	display: block;
	visibility: visible;
	}

/**************************
BOTTOM PANEL
**************************/
#bottomwrapper {
	z-index: 900;
	margin-right: auto;
	margin-left: auto;
	width: 790px;
	text-align: center;
}
#content {
	width: 790px;
	z-index: 900;
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}
#mainArea {
	text-align: left;
	font-size: 12px;
}
#mainArea b{
	text-align: left;
	color: #1C2F5C;	
}
#mainArea a {
	color:#1C2F5C;
	text-decoration: none;
}

#mainArea a:hover {
	color: #1C2F5C;
	text-decoration: underline;
}
.openquote{
	background-image: url(images/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 7px;
	padding-right: 24px;
}
.closequote{
	background-image: url(images/quote_close.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 24px;
}
.clear {
	clear:both;
	padding-top: 5px;
}
.horizontalline {
	display: block;
	background-image: url(images/horizontalline.gif);
	background-repeat: repeat-x;
	padding-top: 5px;
	padding-bottom: 10px;
	background-position: center;
}
/**************************
FOOTER
**************************/
#bottom{
	width:790px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	height: 100px;
}
#bottom a {
	color:#1C2F5C;
	text-decoration: none;
}

#bottom a:hover {
	color: #1C2F5C;
	text-decoration: underline;
}

