/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font: 75%/1.8em Trebuchet MS, TW Cen MT, Verdana, Tahoma, sans-serif;
	color:#333333;
	}
input {
	font: small Trebuchet MS, TW Cen MT, Verdana, Tahoma, sans-serif;
}

select {
	font: small Trebuchet MS, TW Cen MT, Verdana, Tahoma, sans-serif;
}

textarea {
	font: small Trebuchet MS, TW Cen MT, Verdana, Tahoma, sans-serif;
}

a:link,a:visited,a:active{
	text-decoration:none;
}
a:hover{
	color:#909;
	border-color:#909;
}

#content{
	margin: 0 10px 10px 10px;
	text-align:justify;
	overflow:hidden;
	background-position: 96% 0%;
}
#content h2{
	color:#000099;
	margin:20px 0 0 0;
	line-height:20px;
	background: url('i/content_h2.png') top left no-repeat;
	padding: 0px 0 0 20px;

}

#content div.box{
	width:420px;
	margin: 0 15px 20px 15px;
	float:left;
}

#houses td
{
	margin: 10px 10px 10px 10px;
	color:white;
}

.border
{
border-top-width: thin;
border-top-style: ridge ; 
border-top-color: #000000;
}


	
#news ul{
	margin:10px 25px 0 20px;
	padding:0;
	list-style:none;
	color:white;
}

#news h2{
	color:white;
	margin-left:10px;
	margin-top:0px;
	
}

#news li{
	padding: 4px 0;
}



.aerobuttonmenu{ 
overflow: hidden; 
width: auto;
background: #F7F7F7; /*menu strip background*/
border: 1px solid gray;
padding: 3px 0 3px 26px;
border-width: 1px 0;
text-align:center;
}

* html .aerobuttonmenu{ /*IE6 and below hack. Set explicit strip width*/
width: 100%;
}

.aerobuttonmenu a.aero{ /*aero button CSS*/
background: transparent url('images/aeroleft.gif') no-repeat top left;
display: block;
float: left;
font: bold 11	px Verdana, Trebuchet MS; /* Change 13px as desired */
line-height: 23px; /* This value + 8px should equal height of button background (default is 31px) */
height: 31px; /* Height of button background height */
padding-left: 10px; /* Width of left menu image */
text-decoration: none;
margin-right: 10px; /*spacing between buttons*/
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90); /*this and next two rules control opacity of buttons before hover*/
opacity: 0.9;
-moz-opacity: 0.9;
}

.aerobuttonmenu a.aero:link, .aerobuttonmenu a.aero:visited, .aerobuttonmenu a:active{
color: white; /*button text color*/
font-weight:bold;
}

.aerobuttonmenu a.aero span{
background: transparent url('images/aeroright.gif') no-repeat top right;
display: block;
padding: 4px 10px 6px 0px; /*Set 10px here to match value of 'padding-left' value above*/
}

.aerobuttonmenu a.aero:hover{ /* Hover state CSS */
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100); /*this and next two rules control opacity of buttons during hover*/
opacity: 1;
-moz-opacity: 0.99;
}

.aerobuttonmenu a.aero:hover span{ /* Hover state CSS (for text) */
color: yellow;
}

.black a.aero{
background-image: url('images/aeroleftblack.gif');
}

.black a.aero span{
background-image: url('media/aerorightblack.gif');
}

.aerobuttonmenu .rightsection{
float: right;
width: 100px;
position: relative;
top: 3px;
padding-right: 5px;
text-align: right;
}

.aerobuttonmenu .rightsection a{
color: navy;
}

fieldset { 
margin-bottom: 6px; 
BORDER: 1px SOLID #cccccc; -moz-border-radius: 4px 4px 4px 4px; 
padding: 4px;
}


/*the basics, and works for FF*/
#LoadingDiv{
	margin:0px 0px 0px 0px;
	position:fixed;
	height: 100%;
	z-index:9999;
	padding-top:200px;
	padding-left:50px;
	width:100%;
	clear:none;
	background:url(/images/transbg.png);
	/*background-color:#666666;
	border:1px solid #000000;*/
	}
/*IE will need an 'adjustment'*/
* html #LoadingDiv{
     position: absolute;
     height: expression(document.body.scrollHeight &gt; document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
	}
	


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #000033; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
border: 1px solid black;
border-left-width: 0;
text-decoration: none;
color: #FFFFFF;
font-weight:bold;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
text-align:left;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #ccc;
}

.suckertreemenu ul li a:hover{
background-color: white;
color: #000033;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: #000033 url(images/arrow-down.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #FFFFFF url(images/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


.formlabel {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 12px;
	font-weight:bold;
}
input {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 12px;
}
select {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 12px;
}

#dhtmltooltip{
position: absolute;
left: -300px;
width: 150px;
BORDER: 1px SOLID #cccccc; -moz-border-radius: 4px 4px 4px 4px; 
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}
.partnerTitle {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #003366;
	text-align:center;
}
.mhom {
	font-family: "Trebuchet MS", Verdana, Tahoma, "Tw Cen MT";
	font-size: 10px;
}
