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

#topBannerHome{
	border-left:8px solid #4a8e88;
	background-image:url(../images/top_banners/topBannerHome.jpg);
	background-repeat: no-repeat;
	height: 160px;
}
#logoHome{
	padding:122px 0 0 0;
	float:left;
	width:214px;
}
#genericNavHome{
	background-color: #fff;
	float: right;
	margin:135px 0 0 0;
	padding: 5px 10px 5px 10px;
	color: #999999;
	height: 15px;
}
#genericNavHome a{
	font-size: .9em;
	color: #006699;
	text-decoration: none;
}
#genericNavHome a:hover {
	color: #6EA5A0;
	text-decoration: underline;
}
#rightContentHome{
	float:left;
	width:200px;
	margin:44px 0 0 5px;
	padding:0px 0 0 16px;
	background-image:url(../images/template/swishRight.jpg);
	background-position:left top;
	background-repeat:no-repeat;
}
.musselsHome{
	background-image:url(../images/template/musselsSmall.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:20px 0 0 85px;
	height:49px;
}
.musselsHome a{
	text-decoration:none;
	font-weight:bold;
}
.salmonHome{
	background-image:url(../images/template/salmonSmall.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:25px 0 0 85px;
	height:44px;
	border-bottom:1px dotted #ccc;
	border-top:1px dotted #ccc;
}
.salmonHome a{
	text-decoration:none;
	font-weight:bold;
}
.oysterHome{
	background-image:url(../images/template/oystersSmall.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:25px 0 0 85px;
	height:44px;
}
.oysterHome a{
	text-decoration:none;
	font-weight:bold;
}

/*-----Headers----*/

h1.home{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
	font-size:1.4em;
	color:#9c9e82;
}
