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

<!--
* { padding:0; margin:0; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #777;
	background-color: #FFF;
}

A:link {color: #777;}
A:visited {color: #777;}
A:active {color: #777;}
A:hover {text-decoration: underline; color: #297f3e;}


div#content {
	width:950px;
	height:750px;
	margin:0px auto;
	position:relative;
	background-image:url(../images/home_background.png);
	background-repeat: no-repeat;
}

div#header {
height:121px;
margin: 20px 10px 0px 10px;

}

div#footer {
height:25px;
margin: 50px 0 0 20px;
font-size: 9px;
}

#logo {position:absolute;  left: 15px; top: 5px;}

#badge {position:absolute;  left: 185px; top: -3px;}

#contact {position:absolute; left: 570px; top: 10px; font-size:13px; text-align: center;}

#contact dd{margin: 0 0 0 0; font-size:14px; font-weight: bold; color: #297f3e;}
#contact dl{margin: 0 0 0 0; font-weight: normal;}
#contact dt{font-size:11px}

#buylocal {float:right margin: 0 0 0 0px;}


div flashcontent {
	margin-top: 121px;
	height: 465px;
}
#flashcontent p{
text-align: center;
}



.dock,.dockAbout{
	position: relative;
	height: 50px;
	margin-top:0px;
	margin-right: 50px;
	text-align: center;
}

.dock-container{
	position: absolute;
	bottom:-60px;
	height: 50px;
	padding-top: 0px;
	padding-left: 20px;
}

a.dock-item{
	display: block;
	width: 40px;
	color: #297f3e;
	position: absolute;
	bottom: 0px;
	text-align: center;
	text-decoration: none;
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	padding-left: -20px;
}
.dock-item img {
	border: none;
	margin: 5px 10px 10px 10px;
	width: 100%;
	
}
.dockAbout .dock-item img{
	margin:0 !important;
}
.dock-item div{
	position:absolute;
	bottom:-10px;
	left:5px;
	text-align:center;
	width:125px;
}
.dock-item div{
	width:100% !important;
}
.dockAbout  {
width:80%;
}



-->



