/******************************************************************************
Filename:	home.css
Project:	Greensboro Auto Auction
Purpose:	CSS for Homepage :: Overrides certain template styles from screen.css
Date			Developer	Description
07/10/2007		jmk			Version 1.0
******************************************************************************/

/* main img */
#homeMainImg{margin:0 0 0 0;}

/* image bar */
#homeImgBar{width:745px; height:120px; padding:10px 0 0 5px; background:#F1F5F8 url("../images/global/home/homeImgBar_bg.gif") no-repeat;}
#homeImgBar img{float:left; width:158px; height:102px; margin-left:14px; padding:4px; background:url("../images/global/home/homeImgBarPhoto_bg.gif") no-repeat;}

/* featured boxes */
#homeFeatured{width:750px; height:69px; background:url("../images/global/home/homeFeatured_bg.gif") no-repeat;}
#homeFeatured div.left{float:left; margin:9px 0 0 7px;}
#homeFeatured div.right{float:left; margin:9px 0 0 16px;}

/* calendar */
#homeCalendar{width:750px; background:url("../images/global/home/homeCalendar_bg.gif") repeat-y;}
#homeCalendar #homeCalendarTitle{height:25px; padding:10px 0 0 10px; font-size:11px; font-weight:bold; color:#FFFFFF; background:url("../images/global/home/homeCalendarTitle_bg.gif") no-repeat;}
#homeCalendar #homeCalendarBody{height:71px; background:url("/images/global/home/homeCalendarBody_bg.gif") no-repeat 0 100%;}
html > body #homeCalendar #homeCalendarBody{height:auto; min-height:71px;}
#homeCalendar #homeCalendarBodyTop{padding-left:3px; background:url("../images/global/home/homeCalendarBodyTop_bg.gif") no-repeat;}
#homeCalendar #homeCalendarBody #homeCalendarBodyTop td.day{width:129px; padding:0 10px 12px 10px; font-size:10px; text-align:center; line-height:1.2em;}
#homeCalendar #homeCalendarBody #homeCalendarBodyTop .dayTitle{margin-bottom:14px; font-size:10px; font-weight:bold; color:#540710;}

/**** BEGIN:  PAGE BODY ****/
#pageBody{background:url("../images/global/home/pageBody_bg.gif") repeat-y;}
#contentContainer{padding:12px 0 0 0; background:url("../images/global/home/contentContainer_bg.gif") no-repeat;}
#contentMain{width:954px;}
html > body #contentMain{}
#content{float:left; width:750px; height:250px; position:relative; padding:0 0 0 0; line-height:1.4em;}
#pageTitleContainer{display:none;}

/* begin:  footer */
#footerContainer{background:url("../images/global/home/footerContainer_bg.gif") no-repeat;}
/**** END:  PAGE BODY ****/