@charset "UTF-8";
/* CSS Document
Greg Droman
Home CSS
©2010 Greg Droman
Created 9/22/10 2:01PM
Updated 9/22/10 2:01PM
Validated 9/22/10 2:01PM
CSS code by Steve Wilkison at Digital Vision Media, www.digitalvisionmedia.com */
	
/* LAYOUT ELEMENTS */

div#leftcontentdiv {
	width: 391px;
	float: left;
}

div#lefttopdiv {
	width: 391px;
	height: 52px;
	background: url(../images/home_24.jpg) top left no-repeat;
}

div#leftmiddlediv {
	background: url(../images/leftback.jpg) top left repeat-y;
}

div#leftmiddlecontentdiv {
	background: url(../images/leftnorepeat.jpg) top left no-repeat;
	padding: 15px 30px 0 30px;
}

div#leftbottomdiv {
	width: 391px;
	height: 44px;
	background: url(../images/leftbottom.jpg) top left no-repeat;
	padding: 15px 30px 0 30px;
	padding: 15px 30px 0 30px;
}

div#rightcontentdiv {
	width: 589px;
	height: 534px;
	float: left;
}

div#righttopdiv {
	width: 589px;
	height: 52px;
	background: url(../images/home_25.jpg) top left no-repeat;
}

div#bottomsectiondiv {
	background: url(../images/homebackground_03.jpg) top center repeat-x;
}

div#bottomcontentwrapperdiv {
	background: #bcbcbc url(../images/homebackground_06.jpg) top center repeat-x;
}

div#bottomcontentdiv {
	width: 980px;
	margin: 0 auto;
}

div#newsdiv {
	width: 492px;
	float: left;
}

div#newstextdiv {
	padding: 8px 15px 15px 20px;
}

div#featureddiv {
	width: 488px;
	float: left;
}

div#featuretopdiv {
	height: 74px;
	background: url(../images/home9_4_11_26.jpg) top left no-repeat;
}

div#newstopdiv {
	background: url(../images/home9_4_11_25.jpg) top left no-repeat;
	height: 74px;
}

div.headline {
	font-size: 110%;
	font-weight: bold;
}

p + div.headline {
	font-size: 110%;
	font-weight: bold;
	margin: 15px 0 0 0;
}

div#minisdiv {
	width: 420px;
	padding: 0 0 0 68px;
	height: 460px;
}

/* TEXT */

div#rightbottomdiv p {
	line-height: 150%;
	padding: 0 30px 0 50px;
	text-align: center;
}

div#newstextdiv p {
	line-height: 140%;
	padding: 0 0 5px 0;
	font-size: 210%;
}

div#newstextdiv div.headline p {
	padding: 0;
}

/* IMAGES */

div#minisdiv img {
	margin: 20px 12px 0 0;
}

div#minisdiv img.end {
	margin: 0 12px 0 0;
}


/* SCROLLER */

#dsvContent1 {
	position: absolute;
	width: 442px;
	left: 0px;
	top: 0px;
	z-index: 0;
	visibility: visible;
	padding: 0 0 0 30px;
	}
	
div#scrollerWrapper {
	position: relative;
}

div#dsvUp {
	position: absolute;
	left: 0;
	top: 15px;
	z-index: 100;
	width: 17px;
	height: 18px;
}

div#dsvDown {
	position: absolute;
	left: 0;
	top: 382px;
	z-index: 100;
	width: 17px;
	height: 18px;
}

div#dsvTrack {
	position: absolute;
	left: 0;
	top: 33px;
	z-index: 0;
	width: 17px;
	height: 385px;
}

div#dsvContainer {
	position: absolute;
	left: 0;
	top: 18px;
	width: 472px;
	height: 380px;
	clip: rect(0px,492px,385px,0px);
	overflow: hidden;
	z-index: 1;
}
