/* footer to bottom*/
/* commented backslash hack v2 \*/
html, body{height:100%;}
/* end hack */
#header{
position:absolute;
top:0;
left:0;
width:100%;
/*width:1048px; if site is centered #header will need updated in JS for positioning
height:24px;*/
z-index:500;/*so nav appears above left side nav*/
margin-right: -15px; /*use to get rid of hor scroll IE Mac */
}
#clearfooter{clear:both;height:47px;}/*needed to make room for footer*/
#minHeight{float:left;width:0px;height:100%;margin-bottom:-27px;} /* footer to bottom */
/** html #minHeight{margin-bottom:-27px;} footer to bottom */
div,p {margin-top:0}/*clear top margin for mozilla*/
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#content{
}
#home_content{
padding: 0 40px 0 40px;
}
form{
margin: 0px;
padding: 0px;
border: 0px;
}
/*///////////////////////////////
footer____________footer____//////
//////////////////////////////////*/
#footer {
/*width:100%; */
width: 990px; /*to cetner*/
margin: 0 auto; /*to center*/
clear:both;
height:131px; /* footer to bottom */
position:relative; /* footer to bottom */
font-family: tahoma, Arial, Helvetica, sans-serif;
line-height:23px;
text-align:center;
}
* html #footer {/*only ie gets this style*/
\height:131px;/* for ie5 */
he\ight:131px;/* for ie6 */
}
#nav_center
{
background: url(../images/nav_background.gif) no-repeat;
margin: 0 auto;
width:955px;
height:48px;
padding-top:10px;
padding-left:35px;
}
#logo
{
margin: 0 auto;
width:990px;
}