@charset "utf-8";
/* CSS Document */

html,body
{
	height: 100%;
}

body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	background: url('images/bg1.gif') repeat-x top left;
}

img.block
{
	display: block;
}

div#container
{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width: 983px;
	margin: 0 auto -243px auto;
}

.push
{
	clear: both;
	height: 243px;
}

#logo
{
	position: absolute;
}

div#top
{
	height: 225px;
	background: url('images/header2.jpg') no-repeat top left;
}

div#top .tools
{
	margin: 0 0 0 569px;
	/*padding: 0px 0 0 111px;*/
	height: 88px;
	background: url('images/search-bg.gif') no-repeat top left;
	font-size: 10px;
	color: white;
}

div#top .tools .link
{
	padding-right: 5px;
	float: left;
}

/*div#top .tools p,
div#top .tools span,
div#top .tools a
{
	font-size: 10px;
	color: white;
	margin: 0;
	padding: 0;
}

div#top .tools a:visited,
div#top .tools a:link,
div#top .tools a
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: none;
}

div#top .tools a:hover
{
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
 	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: white;
	text-decoration: underline;
}*/

div#main-left
{
	float: left;
	padding: 0 44px 40px 38px;
	width: 632px;
}

div#property-section
{
	border: 1px solid #D0D0D0;
	border-top: none;
	border-bottom: none;
	padding-bottom: 20px;
}

div#property-spotlight
{
	float: left;
	padding: 22px 23px 0 30px;
	width: 177px;
}

div#property-video
{
	float: left;
	padding: 22px 20px 0 0;
	width: 380px;
}

div#main-right
{
	float: left;
	padding-bottom: 40px;
	width: 230px;
}

div#sidebar
{
	border: 1px solid #B8B8B8;
	border-top: none;
	border-bottom: none;
	padding: 10px 13px 0 13px;
}

div#weather
{
	margin: 32px auto 0 auto;
	padding-bottom: 10px;
	width: 150px;
}

div#accordion
{
	margin-top: 10px;
	width: 201px;
}

.accordion-box
{
	border: 1px solid #BCBCBC;
	border-top: none;
	border-bottom: none;
	display: none;
	padding: 8px;
}

div#accordion .top
{
	background-image: url('images/accor-top.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#accordion a:visited.accordion,
div#accordion a:link.accordion,
div#accordion a.accordion
{
	background-color: #BCBCBC;
	color: white;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	padding: 6px 11px;
	text-decoration: none;
}

div#accordion a:visited.current,
div#accordion a:link.current,
div#accordion a.current
{
	background-color: #00375E !important;
}

div#accordion .ind-current
{
	background-image: none !important;
}

div#accordion .top-current
{
	background-image: url('images/accor-top2.gif');
	background-position: top left;
	background-repeat: no-repeat;
}

div#industrial
{
	background: url('images/industrial-bottom.gif') no-repeat bottom left;
	border: none !important;
	padding: 9px !important;
}

.acc-industrial
{
	background: #BCBCBC url('images/accor-bottom.gif') no-repeat bottom left !important;
}

div#wide-content
{
	padding: 0 0 0 38px;
}

img#send-page-button
{
	display: block;
	margin: 156px 0 0 568px;
	position: absolute;
}

div#footer
{
	background: url('images/footer-bg.gif') repeat-x top left;
	height: 243px;
}

div#footer .block
{
	margin: 0 auto;
}

div#footer-content
{
	margin: 0 auto;
	padding: 10px 43px 0 68px;
	width: 872px;
}

div#footer-content td
{
	line-height: 1.4em;
}

div#copyright
{
	float: left;
	padding: 228px 0 0 22px;
}

div#address
{
	float: right;
	padding: 228px 20px 0 0;
	width: 200px;
}

.inner p, .inner td, .inner span
{
	line-height: 2em;
}

.bordered
{
	padding: 5px;
	border: 1px solid #E4E4E4;
}

/* --- navigation --- */
div#nav-holder
{
	height: 59px;
}

table#navigation 
{
	margin-bottom: 45px;
}

table#navigation td
{
	background: url('images/navbg-mid.jpg') no-repeat bottom right;
}

table#navigation td.right
{
	background: url('images/navbg-right.jpg') no-repeat bottom right;
}

table#navigation a:visited.top,
table#navigation a:link.top,
table#navigation a.top
{
	display: block;
	height: 21px;
	background: url('images/navcap-mid.jpg') no-repeat bottom left;
	padding: 36px 40px 0 30px;
	font-weight: bold;
	font-size: 10px;
	font-style: none;
	text-decoration: none;
	color: #929292;
}

table#navigation a:hover.top
{
	text-decoration: underline;
}

table#navigation td.left a:visited.top,
table#navigation td.left a:link.top,
table#navigation td.left a.top
{
	background: url('images/navcap-left.jpg') no-repeat bottom left;
	padding-left: 47px;
}

ul.flyout
{
	display: none;
	position: absolute;
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	border-top: 9px solid white;
	border-bottom: 1px solid #704B12;
}

ul.flyout li ul.flyout
{
	margin-left: 199px;
	border-top: none;
}

ul.flyout li
{
	display: inline;
}

ul.flyout a:visited.flyout,
ul.flyout a:link.flyout,
ul.flyout a.flyout
{
	display: block;
	background: white;
	color: #6E3927;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #704B12;
	border-bottom: none;
	padding: 8px;
	_height: 1%;
}

ul.flyout a:hover.flyout
{
	background-color: #464646;
	color: white;
}

.menu-heading
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	color: #E00000;
}

ul.menu
{
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.menu li
{
	padding: 5px 0 5px 0;
}

ul.menu a:visited.menu,
ul.menu a:link.menu,
ul.menu a.menu
{
	text-decoration: none;
	font-style: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}

ul.submenu
{
	list-style: none;
	margin: 10px 0 10px 10px;
	padding: 0;
}

ul.submenu li
{
	padding: 0;
}

ul.submenu a:visited.submenu,
ul.submenu a:link.submenu,
ul.submenu a.submenu
{
	text-decoration: none;
	font-style: none;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: black;
}




