/* CSS Document
 Light Blue: #CFEEF4
 DarK  Blue: #0290C7
 Light Pink: #FFEDBD
*/
body {
	background-image:url(http://www.bluewatersfc.com/img/bg.jpg);
	background-attachment:fixed;
	background-position:bottom;
	background-repeat:repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
img {
	border: 0px;
}

.box {
	margin-top: 0px;
	margin-bottom: auto;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	height: auto;
	border: 1px solid #0290C7;
	background-color: #FFFFFF;
}
.header {
	height: 152px;
	vertical-align:top;
}
.body {
	top: 213px;
	width: 790px;
	padding: 5px;
	min-height: 600px;
	height: auto;

}
.content {
	float: right;
	padding: 10px;
	min-height:500px;
	height: auto;
	width: 660px;
}
.booksbar {
	margin-left: -5px;
	margin-top: -5px;
	padding-left: 5px;
	padding-top: 5px;
	height: 100%;
	float: left;
	min-height: 500px;
	background-color: #0290C7;
	width: 110px;
	z-index: 1;
	color: #FFFFFF;
}
.booksbar img {

}
.footer {
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	color: #0290C7;
	width: 800px;
	text-align: center;
}
/* Menu Styles */
.menubox {
	width: 800px;
	height: 50px;
	top: 155px;
	background-color:#CFEEF4;
	vertical-align: top;
	border-top: 4px solid #0290C7;
	border-bottom: 4px solid #0290C7;
}
.menubox ul {
	padding: 0;
	margin:0;
	list-style: none;
}
#menu a {
	display: block;
	width: 150px;
}
#menu li {
	float: left;
	width: 150px;
	margin: 0px 5px 0px 5px;
	background-image: url(../../img/menu/menu_blank.gif);
	text-align: center;
	vertical-align:center;
	background-position:center;
	background-repeat:no-repeat;
}
#menu li ul {
	position: absolute;
	width: 160px;
	left: -999em;
	background:#CFEEF4;
	border: 1px solid #0290C7;
}
#menu li:hover ul {
	left: auto;
}
#menu li ul li {
	height: auto;
	background-image: none;
	padding: 3px;
	width: auto;
	text-align: left;

}
#menu li ul li:hover {
	background-color:#FFEDBD;
}

#menu li:hover ul, .menu li.nshover ul {
	left: auto;
}
