/**
 * Copyright:	Volkswagen South Africa
 * Author:		Dylan Smith <dylan.smith@ogilvy.co.za>
 */
@import url("../common.css");
@import url("/css/layouts/02.css");
/*----------------------------------------------------------------------------------------
 * page bg and header
 *--------------------------------------------------------------------------------------*/
#page_content {
	background: url(/images/about/drivingacademy/_bg.jpg) no-repeat 20px 83px;
}
#content h2 {
	background-image: url(/images/about/drivingacademy/_h.gif);
	text-indent: -9999em;
	margin: 10px 0;
}
#column_1, #column_2 {
	margin-top: 210px;
}
#column_full {
	margin-top: 230px;
}
#column_1 table * {
	color: #333;
}
#column_2_subcontent {
	float: left !important;
	width: 190px;
	margin-left: 24px;
}
#column_1 {
	position: relative;
}
/*#link-facebook img {
	display: block;
}*/
#link-facebook img {
	float:right;
	margin-top:10px;
}	

#link_map img {
	border: 1px solid #000;
}

/*----------------------------------------------------------------------------------------
 * news items
 *--------------------------------------------------------------------------------------*/
#news {
	width: 100%;
	margin: 0 auto;
}
#news h3 a {
	text-decoration: none;
}
#news dl.news_item {
	display: block;
	float: left;
	width: 98px;
	margin: 0 5px 0 0;
	border-left: 1px solid #efefef;
	padding: 2px 6px 10px 6px;
}
#news dl.news_item dt {
	color: #4369a9;
	font: 10px Verdana, sans-serif;
}
#news dl.news_item dd a {
	color: #1a2a46;
}
#news dl.news_item dd a:hover {
	color: #ff8400;
}
#news dl.news_item dd {
	margin: 2px 0;
	color: #858585;
	line-height: 14px;
	font: 11px Arial, Trebuchet MS, Verdana, sans-serif;
}
#news dl.news_item dd.date {
	color: #4369a9;
	font: 10px Verdana, sans-serif;
}
