/**************************************************
******* Chicago Real Estate Network Website *******
***************************************************
   Coded by Yann Bettremieux on June, 20th 2006
      (c) Copyright 2006 by Real Estate Arts
***************************************************
*********** Windows Explorer 6 Fixes **************
***************************************************/


/* LAYOUT */

.home #top { /* weird UFO padding issue fix */
	padding-bottom: 4px;
}

#footer {
	background-color: #f6faee;
}

#bottom {
	background-color: #f6faee;
}

/* NAVBAR + SUB NAVBAR */


#navbar a {
	padding-top: 10px;
        height: 15px;
}

#primary {
	width: 530px;
}

#sub_navbar {
	margin-top: 0;
	padding-top: 24px;
}

.divisions #sub_navbar {
	margin-top: 23px; /* 'CAUSE THERE'S NO H2 ON TOP OF SUB NAV ON MAIN DIVISIONS PAGE */
}

#sub_navbar a {
	font-size: .8em;
}


/* CONTENT */

h3 {
	font-size: 1.1em;
}

.client_list .floatbox, .divisions .floatbox, .division_indy .floatbox {
	width: 214px;
	margin-right: 26px;
}
