﻿html,body {
	margin:0;
	padding:0;
	height:100%; /* needed for container min-height */
	background:#003359 url(../images/bg_blue.gif) repeat-x fixed;
	font-family:Tahoma, Arial, sans-serif;
	font-size:12px;
	color:#313131;
}
img { border: none; }

div#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:90%;
	min-width: 892px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
}
div#containerhome {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:892px;
	min-width: 892px;
	background:#ffffff;
	
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/

	min-height:100%; /* real browsers */
	
}
div#header {
	padding:0;
	background:#ffffff;
	height: 186px;
}
div#headersub {
	padding:0;
	background:#ffffff;
	height: 146px;
}
div#headerhome {
	padding:0;
	background:#ffffff;
	height: 177px;
}

div#content {
	padding:0 0 60px 0; /* bottom padding for footer */
	height: 100%;
}

div#footer {
	position:absolute;
	width:100%;
	height: 60px;
	bottom:0; /* stick to bottom */
	background:#ffffff;
}
#footerlinks {
	border-top: 1px #a2a4a8 solid;
	padding: 10px 0;
	margin: 15px 11px 0 100px;
	color: #bbbbbb;
}
.links {
	color: #bbbbbb;
}
.links a:active, .links a:link, .links a:visited, .links a:hover {
	color: #bbbbbb;
	text-decoration: none;
}
.links a:hover {
	color: #ffa02f;
}
#dbsn_logo {
	position: absolute;
	right: 12px;
	top: 60px;
}
#dbsnhome_logo {
	position: absolute;
	left: 109px;
	top: 74px;
}
#subright {
	position: relative;
}
#dbsn_pageimage {

}
#dbsn_pageimage img {
	display: block;
}
#dbsn_caption {
	background: #ffffff;
	height: 42px;
	width: 180px;
	overflow: hidden;
	position: absolute;
	top: 235px;
	right: 30px;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #003359;
	padding: 8px 0;
}
#dbsn_head {
	margin: 10px 0 0 259px;
	padding-left: 12px;
}
#dbsnhome_head {
	width: 100%;
}
#dbsn_menu {

}
#containerhome #dbsn_menu {
	padding-right: 5px;
}
.titlebar {
	background: #003359;
	padding: 5px 0;
	margin-bottom: 10px;

}
.titlebar h1 {
	margin: 0;
	padding: 0 0 0 5px;
	color: #ffffff;
	font-weight: bold;
	font-size: 12px;
}
#dbsn_updated {
	font-size: 10px;
	font-style: italic;
	color: #bbbbbb;
}
/* SEARCH */
	#dbsnhome_searcharea {
		height: 41px;
		width: 479px;
		position: absolute;
		top: 0;
		right: 0;
		background: #a9abaf url(../images/search_gradient.gif) no-repeat scroll 0 0;
	}
	#dbsnhome_search {
		padding-left: 210px;
		padding-top: 6px;
	}
	#dbsnhome_search input {
		width: 167px;
		float: left;
		background: #babbbf;
		color: #ffffff;
		height: 18px;
	}
	#dbsnhome_search input.action {
		margin: 2px 0 0 0;
		height: 20px;
		width: 30px;
		border: 1px solid #d1d2d4;
		background: #d1d2d4;
		color: #ffffff;
	}
	#dbsnhome_search .middleColumn {
		width: 171px;
		height: 18px;
		background: transparent;
	}
	#dbsnhome_search fieldset {
		margin-left: 0;
		padding-left: 0;
	}
	
	#dbsn_search {
		padding-left: 37px;
	}
	#dbsn_search input {
		width: 145px;
		float: left;
	}
	#dbsn_search input.action {
		margin: 0;
		height: 20px;
		width: 50px;
		border: 1px solid #313131;
		background: #bbbbbb;
	}
	#dbsn_search .middleColumn {
		width: 148px;
	}
	#dbsn_search fieldset {
		margin-left: 0;
		padding-left: 0;
	}
/* END SEARCH */
/* HOMEPAGE RIGHTSIDE */
#dbsnhome_headlines {
	background: #003359 url(../images/bg_headlines.gif) no-repeat;
	width: 248px;
	border-right: 1px white solid;
	height: 100%;
	margin-top: 35px;
}
#dbsn_subside {
	background: #003359 url(../images/bg_headlines.gif) no-repeat;
	width: 210px;
}
.boxtitle {
	padding: 5px 8px;	
}
.boxtitle h2 {
	font-family: helveticaneue, Tahoma, Arial, Helvetica, Verdana, "sans-serif";
	font-size: 12px;
	margin: 0;
}
.boxinfo {
	color: white;
	padding: 8px;
}
#box1 .boxtitle {
	background: #7f7f7f;
	border-bottom: 1px solid #003359;
}
#box1 .boxtitle h2 {
	color: #ffffff;
}
#box2 {
	border-top: 1px white solid;
	border-bottom: 1px white solid;
}
#box2 .boxtitle {
	background: #7f7f7f;
	border-bottom: 2px white solid;
}
#box2 .boxtitle h2 {
	color: #ffffff;
}
#box3 .boxtitle {
	background: #7f7f7f;
}
#box3 .boxtitle h2 {
	color: #ffffff;
}
#box1 .boxinfo {
	background: #00233d url(../images/box1_back.gif) repeat-x;
}
#box2 .boxinfo {
	background: #b2b2b2;
}
#box3 {
	height: 100%;
}

#box3 .boxinfo {
	background: #00243e url(../images/box3_back.gif) repeat-x;;
	height: 100%;
}
#box4 .boxtitle {
	background: #7f7f7f;
}
#box4 .boxtitle h2 {
	color: #ffffff;
}
#box4 .boxinfo {
	border-top: 2px white solid;
	background: #b2b2b2;	
}
#NewsList .newsBlob {
	margin-bottom: 16px;
}
.newsImage {
	float: left;
	padding: 0 12px 12px 5px;
}
.newsComments {
	padding-top: 20px;
	clear: both;
}
.newsTitle {
	clear: both;
}
.newsTitle h3 {
	margin: 0;
	padding: 0 0 4px 0;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.newsLink {
	padding-bottom: 8px;
}
.newsLink a:link, .newsLink a:active, .newsLink a:visited, .newsLink a:hover {
	color: #faa12a;
	text-decoration: underline;
}
.newsLink a:hover {
	text-decoration: none;
}
#homeflash {
	margin: 0;
	padding: 0;
}
#subscribesection {
	background: red;	
}
#subscribe_table {
	padding-top: 6px;
}
#subscribe_box {
	width: 127px;
	height: 17px;
	border: 1px #d9d9d9 solid;
	background: #b2b2b2;
}
#subscribe_box_home {
	width: 208px;
}
#dbsn_subside #subscribe_box {
	width: 119px;
}
#subscribe_button {
	padding: 1px 0 0 6px;
}
/* END HOMEPAGE RIGHTSIDE */
#dbsnhome_content {
	margin-top: 5px;
	clear: both;
}
#dbsnhome_footer {
	border-top: 1px #a2a4a8 solid;
	margin: 50px 0 10px 0;
	padding: 4px 0 0 0;
}
#dbsn_content {
	padding-right: 11px;	
	clear: both;
}
#dbsnhome_flash {


}
#dbsnhome_head li.first {
}
#dbsnhome_head li.last {
}
#tablemenucontainer {
	border-bottom: 1px white solid;
}
#homeflash {
	display: block;
	width: 296px;
	height:339px;
}
#homearea {
	background: #f2f2f2;
	margin: 0 8px 0 0;
	padding: 5px;
}
#homehomearea {
	background: #f2f2f2;
	margin: 0 8px 0 0;
	padding: 5px;
}
#homecontent {
	padding: 17px;
}
#newsarea {
	padding: 5px;
	background: #003359 url(../images/newsarea_back.gif) repeat-x;
}
#newsdivider {
	background: transparent url(../images/newsdivider.gif) repeat-y;
}
#profileList {
	padding-left: 15px;
}
.profileBlob {
	clear: left;
	padding-top: 20px;
}
.profileTitle {
	height: 26px;
	vertical-align: middle;
	padding-left: 17px;
	background: #cacaca url(../images/profile_gradient.gif) no-repeat scroll right top;
}
.profileTitle h2 {
	margin: 0;
	padding: 7px 0 0 0;
}
.profileImage {
	float: left;
	padding: 3px 23px 6px 0;
}
.profileContent {
	padding: 19px 12px 6px 0;
}

.clear {
	clear: both;
}
.mapbox {
	width: 425px;
	height: 350px;
	float: left;
	padding: 0 10px 20px 0;
}
.newsLink {
	display: none;
}
.newsSummary {
	padding-bottom: 18px;
}