/**
 *  Homepage Styles
 *  - styles for the content area and plugins
 */

#header {
	background-image: url('../g/hero_start.jpg');
}

#headline {
	padding-left: 555px;
	padding-left: 418px;
	margin-bottom: 5px;
}

#content {
	width: 100%;
	margin: 0;
}

.bluecontentcol,
.contentcol {
	padding: 0;
	margin: 0;
}

.bluecontentcol {
	width: 298px;
}

.contentcol {
	width: 318px;
}

#leftcol {
	width: 213px;
	margin: 0;
	border: 18px solid #ffffff;
	border-top: 0;
	border-bottom: 0;
}

#leftnav {
	padding-bottom: 2px;
	background: url('../g/bg_dots.png') 0 bottom repeat-x;
}

#content ul#leftnav li {
	background: url('../g/bg_dots.png') 0 -1px repeat-x;
	padding: 2px 0 1px;
	margin: 0;
}


#content ul#leftnav li a {
	font-size: 1em;
	background: #ffffff url('../g/arrow_white.png') 3px 4px no-repeat;
}


#content ul#leftnav li.on a,
#content ul#leftnav li a:hover {
	background: #5291cf url('../g/arrow_leftnav_on.png') 0 0 no-repeat;
	color: #ffffff;
}

.extrapadding {
	padding: 15px 15px 10px 25px;
}



