/* CSS Document */
body {
	text-align:center;
	background-image:url(sbnimages/sbbg.png);
	background-repeat:repeat-x;
	background-color: #006600;
	font-size: 13px; 
	font-family: arial, san-serif;
	font-color: #006600;
}

a:link { text-decoration: none; color: #3300cc }
a:visited { text-decoration: none; color: #9999ff }
a:hover { text-decoration: none; color: #33cc33; }
a img {border: 0px;}

#banner {
	width: 780px;
	height: 121px;
	text-align:center;
	margin: 0 auto;
}
#menu {
	margin-left:60px;
	background-image:url(sbnimages/sbbg.png);
	}
#content {
	width: 780px;
	background-image: url(sbnimages/bodybg.png);
	background-repeat: repeat-y;
	background-position: center;
	text-align: center;
	margin: 0 auto;
	
}
.sbimg {
	margin-top: 30px;
	width: 490px;
	float:left;
}
.box {
	text-align: center;
	margin-top: 1px;
	margin-left:-1px;
	float:none;
}
.box2 {
	float:left;
	margin-top: -1px;
	margin-bottom: -5px;
}
#box {
 	text-align:center;
	padding: 2px;
	padding-right: 6px;
	margin-right: 0;
	border: 0;
	background-color: #336633; 
	color: white; 
	font-size: 14pt;
	height:26px;
}

#box2 {
 	text-align: center;
	padding: 2px;
	margin: 0;
	border: 0;
	color: #384641; 
	font-size: 10pt;
	border: 2px solid #336633;
}

#atbox {
 	text-align:center;
	margin-left: 69%;
	margin-top: 30px;
	width:200px;
}
#sbimg {
	width: 500px;
	clear: right;
	margin-left: 15px;
}
#WNbox {
 	text-align:center;
	margin-left: 4%;
	margin-top: 2%;
	width:90%;
}
#dotimg {
	float:left;
	margin-top:-10px;
	margin-left: -17px;
}
#pfocus {
 	text-align:center;
	margin-top: 2%;
	margin-left: 4%;
	width:90%;
}
#pfocus img {
	float: left;
	height: 60px;
	padding-right: 5px;
	padding-left: 0px;
}
#spotimg {
	float:left;
	margin-top:-10px;
	margin-left: -17px;
}	
#water {
 	text-align:center;
	margin-top: 2%;
	margin-left: 4%;
	width:90%;
}
#waterimg {
	float:left;
	margin-top:-10px;
	margin-left: -17px;
}
#gen {
 	text-align:center;
	margin-top: 2%;
	margin-left: 4%;
	width:80%;
}

.pfocus {
	text-align:left;
	padding: 2px;
}
#bottombanner {
	width: 780px;
	height: 45px;
	background-position:center;
	background-image: url(sbnimages/bodybottom.png);
	background-repeat:no-repeat;
	text-align:center;
	margin: 0 auto;
}
.popuppic{
position: relative;
z-index: 0;
border: 0px;
text-decoration: none;
}

.popuppic:hover{
background-color: transparent;
z-index: 50;
}

.popuppic span{ 
position: absolute;
background-color: white;
padding: 5px;
left: -1000px;
border: 1px solid black;
visibility: hidden;
color: black;
text-decoration: none;
}

.popuppic span img{ 
border-width: 0;
padding: 2px;
}

.popuppic:hover span{ 
visibility: visible;
top: 0;
left: 20px; 
top: -150px;
}