/*--------------------------------------------------*/
/* Hero							                    */

#hero {
	margin-bottom: 25px;
	background: #000 url("/a/img/global/heroGenBg.jpg") repeat-y top right;
	color: #fff;
	padding: 20px 0;
}

#hero h2 {
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
	font-family: Arial Black, arial, verdana, helvetica, sans-serif;
	font-style: italic;
	width:10em;
	line-height: 1em;
	margin-bottom: 15px;
}

#hero p a:link, 
#hero p a:visited,
#hero p a:hover,
#hero p a:active {
	color: #fff;
}

#hero ol {
	list-style-type:lower-alpha;
}

#hero p,
#hero ul,
#hero ol,
#hero li,
#hero h4{
        width: 565px;
        margin: 0 0 0 15px;
} 

#hero ul, ol {
	margin-bottom:10px;
}
