/*********************************************************************
Filename:	landing.css
Project:	CAOS
Purpose:	Landing Page CSS File - Overrides styles from screen.css
Date		Developer	Description
04/24/2009	jmk			Version 1.0
*********************************************************************/

/** BEGIN:  Content Container **/
#contentRegion #contentContainer #impact{height:155px;}
#contentRegion #contentContainer #contentWrapper{width:100%; height:625px;}
html > body #contentRegion #contentContainer #contentWrapper{height:auto; min-height:625px;}
/* BEGIN:  content */
#content{width:745px; padding-top:9px;}
#content h2#pageTitle{display:none;}
/* END:  content */
/* BEGIN:  landing */
#content #landing{}
#content #landing .callout{float:left; width:248px;}
#content #landing .callout div.img{width:241px; height:241px; padding:7px 0 0 7px; background:url("../images/global/landing/calloutImg_bg.gif") no-repeat;}
#content #landing .callout div.title{padding:0 30px 0 15px; line-height:1.8em;}
#content #landing .callout div.title a{font-size:1.4em; font-weight:bold; color:#4C81C1;}
#content #landing .callout div.title a:hover{color:#CC2420; text-decoration:none;}
#content #landing .callout div.content{padding:15px 35px 0 15px;}
/* END:  landing */
/** END:  Content Container **/
 
/** BEGIN:  Right Column **/
#rightCol{display:none;}
/** END:  Right Column **/

/**** END:  Content Region ****/
