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

body {
	background-image:url(../images/homebg.png);
	background-repeat:no-repeat;
	background-position: center top;
}

.logo 
{
	background-image: url(../images/DBlogo.png);
	background-repeat: no-repeat;
	height: 190px;
	width: 374px;
}

/* branding
----------------------------------------------- */
h1#branding {
	font-weight:normal;
	font-size:3em;
	text-align:left;
	margin-bottom:0;
	height: 165px;
	padding: 0px;
}

h1#dblogo a{
	width:374px;
	height: 186px;
	position:absolute;
	margin-top:-150px;
	background-image:url(../images/DBlogo.png);
}


.header
{
	float: left;
	height: 190px;
	margin-left: 10px;
	margin-right: 10px;
	width: 380px;
}

.latest_news
{
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
}

/* Blogging & News
----------------------------------------------- */
#latest_news {
	height: 76px;
	margin-bottom:10px;
	}


.latest_news{
	position: relative;	
	background-image: url(../images/news_arrow.gif);
	background-repeat: no-repeat;
	background-position: left;
	width:360px;
	min-height: 29px;
	color: #FFF;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #62B34C;
	list-style-type: none;
	margin-left:13px;
	padding-left: 30px;
	padding-right: 40px;
	vertical-align: middle;
}

.latest_news img{
	margin-left: 370px;
	position: absolute;	
}

#latest_blog {
	height: 76px;
	margin-bottom:10px;
}

.latest_news a {
	font-family: Verdana, Geneva, sans-serif;
	color: #fff;
	font-weight: normal;
}

.latest_news a:hover {
	font-family: Verdana, Geneva, sans-serif;
	color: #62B34C;
	font-weight: normal;
}

.footer {
	background-image: url(../images/footer_bground.gif);
	background-position: center top;
	background-color: #000;
	height: 500px;
	bottom: -5px;
}
.container_12 .navigation {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 540px;
}
.critters {
position: absolute;
width: 772px;
height: 117px;
background-image: url(../images/critters.png);
margin-top: -90px;
margin-left: 190px;
z-index: 100;
}
