@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: #FFFFFF;
	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:1280px;
	z-index:4;
	position:relative;
	padding-bottom:53px;
	background: #FFFFFF;
	}

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

#drb_structure_FOOTER
	{
	position:absolute;
	bottom:0px;
	width:100%;
	min-width:1280px;
	height: 53px;
	background:#E0E0E0;
	z-index:20;
	}
	
#drb_footer_content
	{
	width:1280px;
	z-index:4;
	position:relative;
	margin: 0 auto 0px;
	}	
	
#drc_headlist
	{
	margin-top:8px;
	margin-bottom:8px
	}

#drc_apptlist
	{
		margin-top:18px;
		margin-bottom:18px
	}


/* Styles */		
	
.drc_MAIN_TEXT
	{
	font-family:'Roboto', sans-serif;
	font-size:17px;
	font-weight: 300;
	line-height:1.7em
	}
	
.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:#1e4c78;
	line-height:1.5em
	}	
	
	
/* Link Styling */	


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

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

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

a:active
	{
	color: #c7e0fb;
	text-decoration: none;
	}
	
a.bpd:link
	{
	color: #478aca;
	text-decoration: none;
	}

a.bpd:visited
	{
	color: #478aca;
	text-decoration: none;
	}

a.bpd:hover
	{
	color: #6B6B6B;
	text-decoration: none;
	}

a.bpd:active
	{
	color: #6B6B6B;
	text-decoration: none;
	}
	
	
		/* FONTS  
		font-family: 'Roboto', sans-serif; 100, 300, 400, 500, 700
		*/
