/* layout.css */

/* Layout styles including display properties, floats and positioning, widths and heigths, and margins and padding. */

/* =html */
html {
	text-align : center;
}

/* =body */
body {
	position : relative;
	width: 1010px;
	margin : 0 auto; 
	text-align : left;
}

/*body#acclaim-homebuilders.home div#content h2 {
	position: absolute;
	top: -9999px;
}*/

/* =branding */
div#branding {
	position: relative;
	width : 100%;
	height: 100px;
}

div#branding h1 a {
	position: absolute;
	z-index: 10;
	top: 15px;
	left: 10px;
	width: 82px;
	height: 122px;
	background: url(../images_pres/acclaim_logo_120px_high.png) no-repeat;
	text-indent: -9999px;
}

div#branding blockquote {
	position : relative;
	text-align : left;
	top: 24px;
	padding-left: 120px;
}

/* =nav */
div#nav {
	position: relative;
	width: 100%;
	height: 50px;
}

div#nav h2 {
	position: absolute;
	top: -9999px;
}

ul#nav_main {
	float: right;
	margin: 0 10px;
	list-style: none;
}

ul#nav_main li {
	float: left;
	margin: 0 1px 0 0;
}

ul#nav_main a {
	float: left;
	display: block;
	margin: 0;
	text-decoration: none;
	border-bottom: none;
	padding: .75em .75em;
}

/* =content */
div#content {
	width: 1000px;
	margin: 10px 5px;
}

div#content ol {
	position: relative;
	margin: 0 auto;
}

div#content ol li {
	float: left;
	width: 240px;
	margin: 0 5px;
	padding: 1em 0em 0em 0em;
	text-align: center;
}

/* =switch columns */
div#content_first {
left : 50%; 
width : 50%; 
padding : 1em 0; }
  
div#content_second { 
left : 0;  
width : 50%; 
padding : 1em 0; }



img {
	height: 217px;
	text-align: center;
	margin-bottom: -8%;
}

div#content ol li h3 {
	margin-top: .2em;
	min-height: 2.4em;
}

div#content ol li h3 img {
	text-align: center;
	float: left;
}

/* =nav_supp */
div#nav_supp {
	float: left;
	width: 1000px;
	margin-left: 5px;
}

div#nav_supp li {
	display: inline;
	float: left;
	width: 240px;
	margin: 0 5px;
}

div#nav_supp h2 {
	position: absolute;
	top: -9999px;
}

div#nav_supp li a {
	float: left;
	text-align: center;
	vertical-align: middle;
	display: block;
	width: 192px;
	height: 0px;
	overflow: hidden;
	margin: 0px 10% 0px 10%;
	padding-top: 90px;
	background: url(../images_pres/home_nav_supp.png) no-repeat;
}

/* =nav_supp buttons */
#nav_supp #nav_supp_available_homes a { background-position: 0 0; }
#nav_supp #nav_supp_offers a { background-position: -193px 0; }
#nav_supp #nav_supp_about a { background-position: -386px 0; }
#nav_supp #nav_supp_energy_efficiency a { background-position: -579px 0; }

#nav_supp #nav_supp_available_homes a:hover { background-position: 0 -91px; }
#nav_supp #nav_supp_offers a:hover { background-position: -193px -91px; }
#nav_supp #nav_supp_about a:hover { background-position: -386px -91px; }
#nav_supp #nav_supp_energy_efficiency a:hover { background-position: -579px -91px; }

/* =site_info */
div#site_info {
	position: relative;
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
	height: 40px;
	padding: 2em 0;
	text-align: center;
}


/* Added from Bulletproof for table */

.forums {
  	line-height: 1.3em;
  	background: #919191;
  	}
table {
  	width: 100%;
  	position: relative;
	margin-top: 1em;
  	margin-bottom: 1em;
  	background: #fff;
  	}
table caption {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: left;
  	border-bottom: none;
 	background: #fff;
 	font-weight: bold;
  	}
table th, table td {
  	margin: 0;
  	padding: 8px 20px;
  	text-align: center;
  	border-bottom: 1px solid #b5b5b5;
  	border-left-color: #b5b5b5;
  	border-right-color: #b5b5b5;
  	}
table {
	border-color: #b5b5b5;
}
table th {
  	color: #000;
  	font-weight: bolder;
  	}
table .name {
  	text-align: left;
  	}
table tr {
  	background: #ccc;
  	}
table tr.alt {
  	background: #f1f1f1;
  	}
table td a {
  	display: block;
  	font-weight: bold;
  	}

