@import url("../css/global.css");

/* HOMEPAGE WRAPPERS
--------------------------------------------------------------------------------------------------- */

body#home #contentarea {
	font-size: 11px;
	width: 940px;
	padding: 25px 0 0 0;
	position: relative;
	margin: 0 auto;
	background:url(../gfx/homebox_shadows.png) no-repeat 52% 50%;
}

body#home #homeBox_A {
	width: 245px;
	padding: 0 30px 0 0;
	float: left;
}

body#home #homeBox_B {
	width: 350px;
	padding: 0 30px;
	float: left;
}

body#home #homeBox_C {
	padding: 0 15px 10px 35px;
	width: 205px;
	float: left;
}


/* A CONTENT */
body#home #homeBox_A .item {
	margin: 0 0 30px 0;
}
body#home #homeBox_A #item_pswire h2 {
	width: 142px;
	height: 50px;
	background:url(../gfx/title_home_pswire.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 2px 0 0 0;
	padding: 0;
}
body#home #homeBox_A #item_pswire .btn_pswire {
	width: 76px;
	height: 20px;
	display: block;
	background: url(../gfx/btn_pswire.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}	
body#home #homeBox_A #item_pswire .btn_pswire:hover {
	background-position: 0 -20px;
}
body#home #homeBox_A #item_pswire p {
	margin: 0 0 10px 0;
}
body#home #homeBox_A #item_pswire h3 {
	font-size: 12px;
	font-weight: bold;
	color: #555; 
	margin: 0 0 10px 0;
}
body#home #homeBox_A #item_pswire h3 .title {
	color: #AC0D18;
}


body#home #homeBox_A #item_psreport a {
	width: 76px;
	height: 20px;
	display: block;
	background: url(../gfx/btn_psreport.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}	
body#home #homeBox_A #item_psreport a:hover {
	background-position: 0 -20px;
}

/* B CONTENT */
body#home #homeBox_B h2 {
	width: 310px;
	height: 50px;
	background:url(../gfx/title_playbook_about.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
}	
body#home #homeBox_B .btn_playbook {
	width: 100px;
	height: 20px;
	display: block;
	background: url(../gfx/btn_pswire.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}	
body#home #homeBox_B .btn_playbook:hover {background-position: 0 -20px;}

#homeBox_B ul {padding: 10px 0 0 0; margin: 0 0 20px 20px}
#homeBox_B ul li {margin: 0 0 5px 0; background:url(../gfx/homebullet.png) no-repeat 0 5px; padding: 0 0 0 20px;}


body#home #homeBox_B .btn_playbook {
	width: 100px;
	height: 20px;
	display: block;
	background: url(../gfx/btn_playbook.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0 0 5px 0;
}	


/* C CONTENT */

body#home #homeBox_C h2 {
	width: 167px;
	height: 50px;
	background:url(../gfx/title_home_about.png) no-repeat 0 0;
	text-indent: -9999px;
	margin: 0;
}	

body#home #homeBox_C ul {
	margin: 0 0 10px 0;
}
body#home #homeBox_C ul li {
	background: url(../gfx/red-arrow.gif) no-repeat 0 3px;
	padding: 0 0 0 25px;
	margin: 0 0 10px 0;
}
body#home #homeBox_C p {
	margin: 0 0 15px 0;
}
body#home #homeBox_C ul li a {
	font-size: 12px;
	font-weight: bold;
	color: #666;
}
body#home #homeBox_C ul li a:hover {
	color: #AC0D18;
	text-decoration: underline;
}

body#home #homeBox_C ul li .date {
	font: 10px Tahoma, Arial, Helvetica, sans-serif;
	color: #888;
}
body#home #homeBox_C ul li .date em {
	color: #AC0D18;
}
body #home #homeBox_C ul li p {
	padding: 5px 0 0 0;
}


/* ----- NEWS TICKER ----- */
#newsticker {width:940px; margin: 0 auto; padding: 15px 0;}
#newsticker p {background: url(../gfx/rss_icon.png) no-repeat 0 0; padding: 0 0 0 25px}
#newsticker a {font-weight: bold}
#newsticker a .date {font-size: 11px; color: #555}
