/*********************************************************************
Filename:	home.css
Project:	CAOS
Purpose:	Home CSS File - Overrides styles from screen.css
Date		Developer	Description
04/24/2009	jmk			Version 1.0
*********************************************************************/

/**** BEGIN:  Content Region ****/

/** BEGIN:  Content Container **/
#contentRegion #contentContainer{float:none; width:100%;}
#contentRegion #contentContainer #contentWrapper{width:100%; height:auto;}
html > body #contentRegion #contentContainer #contentWrapper{height:auto;}
/* BEGIN:  content */
#content{float:none; display:block; width:100%; padding:0 0 0 0;}
/* END:  content */

/* BEGIN:  home */
#home{margin-bottom:10px; font-size:0.9em;}

/* row 1 */
#home #row1{overflow:hidden; width:950px; height:310px;}
/* row 1 :: region 1 */
#home #row1 .region1{float:left; display:block; overflow-x:hidden; width:689px;}
#home #row1 .region1 div.impact{display:block; width:689px; height:310px; padding:8px 0 0 8px; background:url("../images/global/home/impact_bg.gif") no-repeat;}
/* row 1 :: region 2 */
#home #row1 .region2{float:right; display:block; overflow-x:hidden; width:245px; margin-top:8px;}
#home #row1 .region2 div.img{}
#home #row1 .region2 div.text{padding:10px 15px 5px 15px;}
/* row 1 :: region 3 */
#home #row1 .region3{float:right; display:block; overflow:hidden; width:245px; height:125px; margin-top:5px; border-bottom:1px
 solid #8e949c;}
#home #row1 .region3 div.img{}
#home #row1 .region3 div.text{padding:3px 15px 5px 15px;}

/* row 2 */
#home #row2{overflow:hidden; width:950px; height:208px;}
/* row 2 :: region 4 */
#home #row2 .region4{float:left; overflow:hidden; width:345px;}
#home #row2 .region4 div.img{width:339px; height:208px; padding:10px 0 0 10px; background:url("../images/global/home/promotionImg_bg.gif") no-repeat;}
#home #row2 .region4 div.text{padding:10px 15px 5px 15px;}
/* row 2 :: region 5 */
#home #row2 .region5{float:left; overflow:hidden; width:345px;}
#home #row2 .region5 div.img{width:339px; height:208px; padding:10px 0 0 10px; background:url("../images/global/home/promotionImg_bg.gif") no-repeat;}
#home #row2 .region5 div.text{padding:10px 15px 5px 15px;}
/* row 2 :: region 6 */
#home #row2 .region6{float:right; overflow:hidden; width:245px; margin:12px 0 12px 0;}
#home #row2 .region6 div.img{text-align:center;}
#home #row2 .region6 div.text{padding:10px 15px 5px 15px;}
/* row 2 :: region 7 */
#home #row2 .region7{float:right; overflow:hidden; width:245px;}
#home #row2 .region7 div.img{text-align:center;}
#home #row2 .region7 div.text{padding:10px 15px 5px 15px;}

/* news */
#home #news{margin:10px 0 0 10px; color:#4C81C1; font-size:1.2em;}
#home #news strong{font-size:1.1em; color:#A00B21;}

/* END:  home */

/** END:  Content Container **/

/**** END:  Content Region ****/