/* Site layout and Structure styles */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
 background: url(../images/structure/bg.gif) top left repeat-x;
} 
 
#pagewidth{ 
 width:1000px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto;
}

#main{
 width: 890px;
 float: left;
}
  
#bannercol{
 width:108px; 
 float:left;
 margin-top: 6px;
 }
 
#header{
 position:relative; 
 width:100%;
} 
 
#twocols{
 width:890px; 
 float:left; 
  }
 
#rightcol{
 width:220px; 
 float:right; 
 }
 
#maincol{
 float: left; 
 width:670px;
 margin-top: 25px;
 padding-bottom: 20px;
}
 
#footer{
 clear:both;
 margin-bottom: 20px;
} 

.clr{
 clear: both;
 height: 1px;
 overflow: hidden;
}
 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
 height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

/* Main Navigation */

/* style the outer div to give it width */
.menu {
width:100%;
background: url(../images/structure/menu_left.gif) left top no-repeat;
background-color: #e62d72;
height: 39px;
margin-top: -1px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
float: right;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
position:relative;
cursor: pointer;
margin-top: 8px;
}

.menu li.right{
 background: url(../images/structure/menu_right.gif) right no-repeat;
 height: 31px;
 width: 94px;
 padding: 8px 0 0 11px;
 margin: 0;
}

/* style the links for the top level */
.menu a{
font-size:0.75em;
text-decoration:none; 
color:#f5abc7; 
height:39px; 
font-weight: bold;
margin-right: 10px;
}

.menu a.broker{
 margin-right: 0;
 font-weight: normal;
 background: url(../images/login.gif) left top no-repeat;
 padding-left: 10px;
}

.menu a.on{
 color:#ffffff;
}

.menu a:hover{
color:#ffffff;
}