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

/* basic styling reset */
html, *
{
	box-sizing: border-box;
}

/* under box-sizing for form element */

#dafdirectdiv, #dafdirectdiv *
{
	box-sizing: content-box;
}

html, body {
    height: 100%;
    }

body
{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

/* page styling */
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
 }

#header
{
	background-color: #477C9E;
	min-height: 132px;
	width: 100%;
	background-image: url(../images/daf-header.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

	.inner
	{
		display: block;
		margin: 0 auto;
		width: 100%;
		max-width: 1100px;
	}
	
	#logo
	{
		padding-top: 20px;
	}
	
/*main body section */
#main
{
	margin: 1px 0 -50px 0;
	border-top: 8px solid #bccb2a;
	clear: both;
	padding-top: 125px;
	background-image: url(../images/page-background.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}
	
	.left
	{
		float: left;
		width: 100%;
		max-width: 643px;
		margin-right: 115px;
		display: block;
		min-height: 200px;
	}
	
	.right
	{
		float: left;
		width: 100%;
		max-width: 342px;
		min-height: 200px;
		display: block;
	}
	
	.widget
	{
		width: 100%;
		max-width: 342px;
		border: 4px solid #d7d7d7;
		min-height: 200px;
		padding: 40px 20px;
		
	}
	
h1
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 30px;
	margin: 0 0 25px 0;
	color: #477C9E;
	font-weight: normal;
}

h2
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 15px 0;
	color: #477C9E;
	font-weight: bold;
}

p
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	margin: 0 0 15px 0;
	color: #666666;
}

.left a:link, .left a:visited
{
	text-decoration: underline;
	color: #477C9E;
}

.left a:hover, .left a:active
{
	color: #bccb2a;
}

.push
{
	height: 50px;
}

/*footer styling */
#footer
{
	background-color: #477C9E;
	height: 50px;
	display: block;
	clear: both;
	width: 100%;
}

	#footer p
	{
		color: #FFFFFF;
		font-size: 14px;
		line-height: 18px;
		padding-top: 15px;
		text-align: center;
	}
	
	#footer a:link, #footer a:visited
	{
		text-decoration: none;
		color: #FFFFFF;
	}
	
	#footer a:hover, #footer a:active
	{
		text-decoration: underline;
	}

