body.home {
	background-image: url(/images/backgrounds/body_home.gif);
}

body.home #header {
	background-image: url(/images/backgrounds/header_bg_home.jpg);
	height: 322px;
	margin-bottom: 1px;
}

body.home #logo {
	display: none;
}

body.home #banner {
	position: relative;
	top: 42px;
}

body.home #callout-sector {
	display: block;
}


body.home #container {
	background: none;
}

body.home #sub_content {
	border-top: 20px solid white;
}

body.home #main_content {
	width: auto;
	left: 0;
	margin: 0;
	float: none;
}

body.home #main_content div.action {
	width: 227px;
	float: left;
	margin: 0 10px;
	color: #4B5061;
}

body.home #main_content div.action h2 {
	margin-top: 20px;
	margin-bottom: 16px;
}

/* General */


body.home #main_content div.action p {
	font-size: .8em;
}

body.home #main_content div.action p a {
	text-decoration: none;
	font-weight: bold;
}

body.home #main_content div.action a img 
{
	margin-top: 16px;
	border: 1px solid #8587A1;
}

/* PR Requirement Callout */

body.home #main_content #pr_requirement{
 	width: 209px;
	padding: 0 10px 20px 20px;
	background: url(/images/backgrounds/s_watermark.gif) top left no-repeat;	
}

body.home #main_content #pr_requirement ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

body.home #main_content #pr_requirement ul li {
	margin: 12px 0;
	padding: 0;
	list-style: none;
	position:static;	
}

body.home #main_content #pr_requirement ul li a {
	margin-top: 7px;
	padding: 6px 0 8px 25px;
	background: url(/images/dingbats/dark_blue_raquo.gif) 0px 0.5em no-repeat;
	font-weight: bold;
	text-decoration: none;
	font-size: .9em;
}

body.home #main_content #pr_requirement ul li a:hover {
	background-image: url(/images/dingbats/light_blue_raquo.gif);
	color: #238F6F;
}


