@charset "UTF-8";
/* CSS Document */


html, body
	{
	height: 100%;
	min-height:100%;
	min-width:100%;
	font-family: 'Libre Baskerville', serif;
	font-size: 12px;
	color: #666666;
	background: #122C45;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	}

p
	{
	margin-top: 0em;
	margin-bottom: .7em;
	}
	
h1
{
	font-size:25px; color:#FFFFFF; margin-left:50px; margin-top:10px; letter-spacing:-1px; font-weight:normal
}
	
/* STRUCTURE */	
	
	
#drb_wrapper1
	{
	width:100%;
	min-width:1000px;
	z-index:4;
	position:relative;
	padding-bottom:53px;
	background: #101A28;
	background: -moz-linear-gradient(top, #101A28, #122C45);
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#101A28), to(#122C45));
	}

#drb_content_WRAPPER
	{
	width:1000px;
	z-index:6;
	position:relative;
	margin: 0 auto 0px;
	}

#drb_structure_FOOTER
	{
	position:absolute;
	bottom:0px;
	width:100%;
	min-width:1000px;
	height: 53px;
	background:#0A1C2D;
	z-index:20;
	}
	
#drb_footer_content
	{
	width:1000px;
	z-index:4;
	position:relative;
	margin: 0 auto 0px;
	}	
	
#drb_headlist
	{
		margin-top:11px;
		margin-bottom:11px
	}
	
#drc_apptlist
	{
		margin-top:18px;
		margin-bottom:18px
	}	
	
#drc_apptlist2
	{
		margin-top:18px;
		margin-bottom:18px;
		font-size:13px
	}




/* Styles */		
	
.bpd_sig	
	{
	font-family: 'Anton', sans-serif;
	font-size:14px;
	color:#82b7e9;
	line-height:1.3em
	}

.bpd_sig_creative
	{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#2e79c1;
	line-height:1.5em
	}	
	
	
/* Link Styling */	


a:link
	{
	color: #FFFFFF;
	text-decoration: none;
	}

a:visited
	{
	color: #FFFFFF;
	text-decoration: none;
	}

a:hover
	{
	color: #c7e0fb;
	text-decoration: none;
	}

a:active
	{
	color: #c7e0fb;
	text-decoration: none;
	}
		