/*
COLOR PALETTE
turquoise: 	#00A4E4
grey: 			#464646
yellow: 		#EB8700
dark brown:	#582700
med brown: 	#8a674c;
beige: 			#DED4CC
*/

.home #billboards {
	display: block;
	overflow: hidden;
	width: 960px;
	height: 275px;
	margin: 20px 0 20px;
}
.home #billboards a,
.home #billboards a img {
	display: block;
	width: 960px;
	height: 275px;
}
.home #navbillboard {
	position: relative;
	left: 50%;
	z-index: 500;
	float: left;
	height: 14px;
	margin: -50px 0 0 0;
	padding: 0;
	text-align: center;
	line-height: 14px;
}
.home #navbillboard span.item {
	position: relative;
	right: 50%;
	float: left;
	width: 14px;
	height: 14px;
	margin: 0;
	padding: 0 1px;
}
.home #navbillboard a {
	display: block;
	height: 14px;
	width: 14px;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	line-height: 14px;
	background-image: url(/imgD_2012/billboardnav.png);
	background-position: 0 0;
	background-repeat: no-repeat;
}
.home #navbillboard .activeSlide a, .home #navbillboard a:hover {
    background-position: 0 -14px;
}
.home h1 {
	margin: 0;
	padding: 0;
	color: #582700;
	font-size: 30px;
	font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,san-serif;
	font-weight: normal;
	line-height: 46px;
	background-image: url(/imgD_2012/bkg_h1.gif);
	background-repeat: repeat-x;
	background-position: 0 2px;
}
.home #main h2 {
	overflow: hidden;
	margin: 0 0 20px 0;
}
.home #main h2.dps {
	overflow: hidden;
}
.home #main h2.software {
	overflow: hidden;
}
.home #main h2.dps a,
.home #main h2.software a {
	display: block;
	height: 29px;
	line-height: 29px;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.home #main h2.dps a {
	float: left;
	width: 455px;
	text-indent: -9999px;
	background-image: url(/imgD_2012/btn_go_dps.png);
}
.home #main h2.software a {
	float: right;
	width: 320px;
	text-align: left;
	text-indent: -9999px;
	background-image: url(/imgD_2012/btn_go_software.png);
}
.home #main h3 {
	margin: 0;
	padding: 0;
	color: #8a674c;
	font-size: 30px;
	font-family: Tahoma,"Helvetica Neue",Helvetica,Arial,san-serif;
	font-weight: normal;
	letter-spacing: .05em;
	line-height: 46px;
	text-transform: none;
	background-image: url(/imgD_2012/bkg_h1.gif);
	background-repeat: repeat-x;
	background-position: 0 2px;
}
.home #main {
	background-image: none;
}
.home #main .column h2,
.home #main .column h3,
.home #main .column h4 {
	text-align: right;
}
.home #main .column.first h2,
.home #main .column.first h3,
.home #main .column.first h4 {
	text-align: left;
}




