/*********************************************************************
CONTENT
**********************************************************************/
#content
	{
	padding: 0 25px 0 0;
	background: url(../images/bkg_contentHome.png) top center no-repeat;
	color: #fff;
	}

#content .wrap
	{
	position: relative;
	width: 375px;
	float: left;
	margin: 33px 45px 0 0;
	}

/*********************************************************************
CALLOUTS
**********************************************************************/
#leftCol
	{
	width: 285px;
	float:left;
	margin: 0 30px 0 0;
	height: 500px;
	position: relative;
	top: -30px;
	left: 0;
	}

#rightCol
	{
	width: 247px;
	float:right;
	height: 320px;
	position: absolute;
	top: 26px;
	right: 0;
	}

#leftCol .callout 
	{
	position: relative;
	padding: 19px 42px 19px 42px;
	margin: 0 0 15px 0;
	}

#leftCol .callout p, #rightCol .callout p
	{
	line-height: 1.2em;  	
	}

#rightCol .callout 
	{
	position: relative;
	padding: 15px 22px 15px 22px;
	margin: 0 0 15px 0;
	}

.callout .line
	{
	background: url(../images/line_callout.gif) top center no-repeat;
	padding: 17px 0 0 0; 
	}

.orange
	{
	height: 95px;
	background: url(../images/bkg_calloutOrange2.png) top center no-repeat;
	color: #0C0C0C;
	}

.orange .bttn
	{
	position: absolute;
	bottom: 17px;
	}

.gray
	{
	height: 146px;
	background: url(../images/bkg_calloutGray.png) top center no-repeat;
	}

.gray .bttn
	{
	float: left;
	margin: 0 0 10px 0;
	}

.gray .buttons
	{
	position: absolute;
	bottom: 11px;
	}

.graySmall
	{
	height: 185px;
	background: url(../images/bkg_calloutGraySmall.png) top center no-repeat;
	}

.graySmall a
	{
	margin: 0 14px 0 0;
	}

.graySmall .bttn
	{
	float: left;
	margin: 8px 0 0 0;
	}

.green
	{
	height: 105px;
	background: url(../images/bkg_calloutGreen2.png) top center no-repeat;
	}

.green h3
	{
	margin: 0 0 5px 0;
	}
	
/*********************************************************************
BILLBOARD
**********************************************************************/

#billboard
	{
	position: relative;
	top: -20px;
	left: 14px;
	height: 428px;
	width: 940px;
	margin-bottom: -20px;
	}

/*********************************************************************
NEWS
**********************************************************************/
#news
	{
	float: left;
	width: 190px;
	margin: 33px 0 0 0;
	}

#news .bttn
	{
	padding: 0 0 0 6px;
	}

#news .newsItem
	{
	margin: 0 0 18px 0;
	padding: 0 0 13px 6px;
	background: url(../images/bkg_newsItem.gif) bottom center no-repeat;	
	}

#news .title
	{
	display: block;
	font-size: 15px;
	font-style: italic;
	padding: 0 0 3px 0;
	}

#news .title a
	{
	color: #fff;
	}

#news .title a:hover
	{
	text-decoration: underline;
	}

#news .date
	{
	font-size: 11px;
	font-weight: bold;
	color: #88C7D2;
	}