@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #B8E7F8;
}
.oneColFixCtrHdr #container {
	width: 950px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #6BCBF0;
}
.oneColFixCtrHdr #header {
	background-image: url(images/HeaderBackground.png);
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 50px;
	height: 30px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	margin: 0px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 17px;
	line-height: 21px;
	color: #004D7D;
}
.oceanbutton {
	padding-right: 25px;
	padding-left: 25px;
}

.oneColFixCtrHdr #footer {
	padding: 0 10px;
	background-color: #93DAF4;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #3c89ae;
	text-align: center;
	line-height: 24px;
	letter-spacing: 2px;
}
.bottomlink {
	color: #3C89AE;
}
.smallText {
	font-size: 15px;
}

.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/*Floats*/
.floatRight
{
float:right;
}

.floatLeft
{
	float:left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.BlueSub {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 20px;
	color: #004D7D;
	letter-spacing: 0em;
}
.pageText {
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: normal;
	color: #004D7D;
	letter-spacing: 0em;
}
.yellowTextLink {
	color: #D3FF73;
}


/*Buy Now Button*/
#Title1
{
	display: block;
	width: 80px;
	height: 21px;
	background-image: url(images/BTN_BuyNow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Title1:hover
{
	background-position: right 0px;
}

#Title1 span
{
  display: none;
}

#Title2
{
	display: block;
	width: 80px;
	height: 21px;
	background-image: url(images/BTN_BuyNow.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#Title2:hover
{
	background-position: right 0px;
}

#Title2 span
{
  display: none;
}


/*ocean tab */
#ocean
{
	display: block;
	width: 165px;
	height: 29px;
	background-image: url(images/explore.png);
	background-repeat: no-repeat;
	margin-left:765px;
	background-position: 0 0;
}

#ocean:hover
{
	background-position: right 0px;
}

#ocean span
{
  display: none;
}

.updateBar {
	background-color: #008AB4;
	height: 24px;
	padding-left: 20px;
	padding-top: 3px;
	font-family: Baskerville, "Times New Roman", Times, serif;
	color: #A7E24A;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: 5px;
}


/*Navigation*/

#mainNav ul {
	padding: 0px;
	margin: 0px 0px 0px 10px;

}


#mainNav ul li{
	display: inline;
	float: left;
	padding:0;
	margin: 0px 0px 0px 10px;
}

 

.noShow {
margin-left: -999em;
}
/*Turtles Button Navigation*/

#mainNav #turtles a {
background-image: url(images/BTN_Turtles.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display:block;
padding:0;
width:136px;
height:29px;
}

 

#mainNav #turtles a:hover {
	background-image: url(images/BTN_Turtles.png);
	background-repeat: no-repeat;
	background-position: -136px -0px;
	display:block;
	width:136px;
	height:29px;
  padding:0;
}


/*MaraButton */
#mainNav #mara a{
background-image: url(images/BTN_Mara.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display:block;
padding:0;
width:136px;
height:29px;
}

 

#mainNav #mara a:hover {
background-image: url(images/BTN_Mara.png);
background-repeat: no-repeat;
background-position: -136px -0px;
display:block;
padding:0;
width:136px;
height:29px;
}

/*Books Button Navigation*/


#mainNav #books a {
background-image: url(images/BTN_Books.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display:block;
padding:0;
width:136px;
height:29px;
}

 

#mainNav #books a:hover {
	background-image: url(images/BTN_Books.png);
	background-repeat: no-repeat;
	background-position: -136px 0px;
	display:block;
	padding:0;
	width:136px;
	height:29px;
}

/*Sign Up! Button Navigation*/

#mainNav #sign-up a{
background-image: url(images/BTN_SignUp.png);
background-repeat: no-repeat;
background-position: 0px 0px;
display:block;
padding:0;
width:136px;
height:29px;
}

 

#mainNav #sign-up a:hover {
background-image: url(images/BTN_SignUp.png);
background-repeat: no-repeat;
background-position: -136px -0px;
display:block;
padding:0;
width:136px;
height:29px;
}

 


/*columns*/
/*Services Columns*/
#lefColbooks {
	float:left;
	width:332px;
	display: inline;
	margin-top: 0px;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-bottom: 10px;
	height: 100%;
	margin-right: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D3FF73;
}
#RightColbooks {
	padding-left: 15px;
	text-align: center;
}

#midColHomebooks{
	float:left;
	width:485px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 17px;
	color: #004D7D;
	line-height: 21px;
	margin-left: 7px;
}
.blueLink {
	color: #004D7D;
}
#ticker {
	margin: 0px;
	padding: 0px;
}
.YellowHeader {
	color: #D3FF73;
	font-family: Baskerville, "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
}
.yellowsub {
	font-weight: bold;
	color: #D3FF73;
}
.sideNote {
	font-size: 14px;
	color: #008AB4;
}
