/* RESET DEFAULTS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* STYLES */
body {
	background:#eee url(images/grey-noise-bg-128.png);
	font-family: 'Open Sans', sans-serif;
}

.content {
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

.clear {
	clear:both;
	height:0.1px;	/* solve IE layout issue */
}

#header {
	background:url(images/blue-header.png);
	min-height:146px;
	position:relative;
}

#db-tab {
	position:relative;
	width:126px;
	float:left;
}

#db-safe {
	position:relative;
	width:242px;
	float:left;
	margin:24px 0 0 12px;
}

#header .buttons {
	position:relative;
	float:right;
	margin:42px 0 0 0;
}

#header .buttons li {
	display:inline;
	margin-left:12px;
}

#header .buttons .first {
	margin-left:0;
}

#main {
	
}

#main .content {
	border:2px solid #ddd;
	margin-top:4px;
	background:#fff;
}

#main .content .photo {
	position:relative;
	width:486px;
	float:left;
	margin:16px;
}

#main .content .text-box {
	background:#59889f;
	color:#fff;
	position:relative;
	width:234px;
	min-height:281px;
	float:right;
	margin:16px 16px 16px 0;
	padding:16px;
}

#main .content .text-box h2 {
	font-family: 'Rokkitt', serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size:42px;
	line-height:125%;
}

#main .content .text-box p {
	font-size:22px;
	line-height:150%;
}

#main .content .text-box .links {
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	text-decoration:underline;
	margin-top:12px;
}

#main .content .text-box .links a {
	color:#fff;
}

#footer {
	background:url(images/grey-fade.png) repeat-x;
	margin-top:32px;
	padding-top:32px;
}

#footer .content {
	clear:both;
	line-height:150%;
}

#footer h2 {
	font-family: 'Rokkitt', serif;
	font-size:22px;
	text-transform:uppercase;
	font-weight:bold;
	min-height:48px;
	margin-bottom:24px;
	line-height:100%;
}

#footer h2 img {
	margin-right:12px;
	float:left;
}

.three-up {
	position:relative;
}

.three-up a {
	text-transform:uppercase;
	color:#000;
	text-decoration:underline;
	font-weight:bold;
	font-size:12px;
}

.three-up p {
	margin-top:12px;
}

.three-up .links {
	margin-top:18px;
}

.three-up  .links li {
	display:inline;
	margin-left:12px;
	padding-left:12px;
	border-left:1px solid #000;
}

.three-up .links li.first {
	margin-left:0;
	padding-left:0;
	border-left:none;
}

.three-up .left {
	position:relative;
	float:left;
	width:250px;
	padding-right:12px;
}

.three-up .center {
	position:relative;
	float:left;
	width:249px;
	border-left:2px solid #ccc;
	padding-right:12px;
	padding-left:12px;
}

.three-up .right {
	position:relative;
	float:right;
	width:249px;
	border-left:2px solid #ccc;
	padding-left:12px;
}

#footer .bottom {
	clear:both;
	margin-top:48px;
	font-size:10px;
	line-height:250%;
	position:relative;
}

#footer .bottom a {
	color:#000;
	text-decoration:underline;
}

.bottom .db-logo {
	position:relative;
	float:left;
	width:256px; /* width of the db logo img */
}

.bottom .text-box {
	position:relative;
	float:right;
	width:532px; /* leaves a 12px left-hand margin */
	margin-top:6px;
}

.bottom .links {
	display:inline;
}

.bottom .links li {
	display:inline;
	border-left:1px solid #333;
	margin-left:6px;
	padding-left:6px;
}

.bottom .links li.first {
	border-left:none;
	margin-left:0;
	padding-left:0;
}

.bottom .social-links {
	position:absolute;
	top:0;
	right:0;
}

.social-links li {
	display:inline;
	margin-left:4px;
}

.social-links a {
	text-decoration:none;
}

.social-links img {
	border:none;
}