﻿body
{
    background-image: url('../Images/BostonHarborFaded29Percent.jpg');
    background-repeat: repeat-y;
    font-family: Calibri,verdana,arial;
}

a.headerimagelink:link
{
    color: #010a33;
    font-weight: normal;
    text-decoration: none;
}
a.headerimagelink:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #275b82;
    font-style: italic;
}
a.headerimagelink:visited
{
    color: #010a33;
    font-weight: normal;
    text-decoration: none;
}
/*
a.headerimagelink:visited
	{
	color:#275b82;
	font-weight:normal;
	text-decoration:none;
	}
*/
a.bullets:link
{
    color: #010a33;
    font-weight: normal;
    text-decoration: none;
}
a.bullets:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #275b82;
    font-style: italic;
}
a.bullets:visited
{
    color: #010a33;
    font-weight: normal;
    text-decoration: none;
}
a.mosessleeper:link
{
    font-size: xx-small;
    color: gray;
    font-weight: normal;
    text-decoration: none;
}
a.mosessleeper:hover
{
    font-size: xx-small;
    text-decoration: none;
    font-weight: normal;
    color: gray;
    font-style: normal;
}
a.mosessleeper:visited
{
    font-size: xx-small;
    color: gray;
    font-weight: normal;
    text-decoration: none;
}

a.gallery-images:link
{
    border-style: none;
    color: #010a33;
    text-decoration: none;
}
a.gallery-images:hover
{
    border-style: none;
    text-decoration: none;
    color: #010a33;
}
a.gallery-images:visited
{
    border-style: none;
    font-size: inherit;
    color: #010a33;
    text-decoration: none;
}
img
{
    border: 0;
}
a
{
}
a:link
{
}
a:visited
{
}
span.mainmenu
{
    float: left;
    font-size: 150%;
    line-height: 60%;
}

ul.mainmenu
{
    float: left;
    list-style-type: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: inline;
}


li.mainmenufirst
{
    display: inline-block;
    margin: 0 3em 0 0;
    padding: 0;
}
li.mainmenulast
{
    display: inline-block;
    margin: 0 1px auto auto;
    padding: 0;
}
li.mainmenu
{
    display: inline-block;
    margin: 0 3em 0 0;
    text-align: right;
    padding: 0;
}
#container
{
    width: 760px; /*width:55%;*/ /*Can't use percent because background image is px size*/
    margin: auto;
}

#header
{
    height: 150px;
    background-color: Transparent;
}
#mainmenu
{
    height: 23px;
    padding: 1px 0;
    list-style-type: none;
    font-weight: 500;
    font-size: normal;
    text-transform: uppercase;
    clear: left;
}

#content-main
{
    min-height: 540px;
    background-color: Transparent;
    background-image: url('../Images/NewContentBackground.png');
    background-repeat: no-repeat;
    background-position: left top;
}
#content-reviews
{
    min-height: 740px;
    background-color: Transparent;
    background-image: url('../Images/ContentBackgroundGallery.png');
    background-repeat: no-repeat;
    background-position: left top;
}
#content-charters
{
    color: #010a33;
    background-color: Transparent;
    background-image: url('../Images/ContentBackgroundCharters.png');
    background-repeat: no-repeat;
    background-position: left top;
}
#content-links
{
    min-height: 540px;
    background-color: Transparent;
    background-image: url('../Images/LinksContentBackground.png');
    background-repeat: no-repeat;
    background-position: center;
}

#content-thankyou
{
    min-height: 540px;
    background-color: Transparent;
}
#content-gallery
{
    min-height: 540px;
    background-color: Transparent;
    background-image: url('../Images/ContentBackgroundGallery.png');
    background-repeat: no-repeat;
    background-position: left top;
    margin-bottom: auto;
}
#footer
{
    height: .7em;
    font-size: small;
    font-style: italic;
    text-align: center;
    padding: 0;
    margin: 0 0 .5em 0;
}
#content-main-image
{
    float: left;
    margin: 6px 0 10px 8px; /*border-style:solid;*/ /*border-width:auto;*/ /*border-color:#010a33;*/
}
#content-main-text
{
    float: left;
    padding: 0px 8px;
    width: 460px;
}
h2.content-main-text
{
    color: #010a33;
    padding: 0;
    margin: 10px auto 0 auto;
    text-align: center;
}

.x-marks-the-spot
{
    color: #b3b5b4;
    font-weight: bold;
    font-size: xx-small;
    font-family: "Century Gothic";
    position: absolute;
    right: 50px;
    top: 200px;
    text-decoration: blink;
}
li.bullets
{
    padding-top: 9px;
    color: white;
}
ul.bullets
{
    float: left;
    padding-right: 5px;
}
#left-top-image
{
    top: 13%;
    left: 3%;
}
#left-middle-image
{
    top: 39%;
    left: 4%;
}
#left-bottom-image
{
    top: 74%;
    left: 3%;
}
#right-top-image
{
    top: 11%;
    right: 1%; /*TODO: fix this.  Must be better way than negative percent*/
}
#right-middle-image
{
    top: 40%;
    right: 1%;
}
#right-bottom-image
{
    top: 64%;
    right: 0%;
}
.side-images
{
    position: absolute;
    height: 190px;
    width: 260px;
}

img.gallery
{
    /*height: 150px;*/
}
p.links-page
{
    width: 450px;
    margin: auto;
    color: #010a33;
}
img.links-page-left
{
    float: left;
    padding: 0 1em 0 4%;
}
img.links-page-right
{
    float: right;
    padding: 0 4% 1% 1%;
}
a.links-page:link
{
    color: #010a33;
    font-weight: normal;
    text-decoration: underline;
}
a.links-page:hover
{
    text-decoration: none;
    font-weight: normal;
    color: #275b82;
    font-style: italic;
    text-decoration: underline;
}
a.links-page:visited
{
    color: #010a33;
    font-weight: normal;
    text-decoration: none;
    text-decoration: underline;
}
hr.links-page
{
    color: white;
    height: 3px;
    background-color: white;
    padding: 5px auto 5px auto;
    margin: 0 10% 0 10%;
    clear: both;
}
#tuna-charters
{
}
#striped-bass-charters
{
}
#flounder-charters
{
}
#cod-charters
{
}
#family-fishing
{
}
#recipes
{
}
#the-boat
{
}
#fishing-with-whales
{
}
#what-to-bring
{
}
div.charters-boxes
{
    position: relative;
    padding-top: 1em 1em 1em 1em;
    margin: 1% auto 1% auto;
    width: 680px;
    border-style: solid;
    border-color: white;
}
h2.charters
{
    color: #010a33;
    padding: 0;
    margin: 10px auto 0 auto;
    text-align: center;
}
h3.charters
{
    color: #010a33;
    padding: 0;
    margin: 0 auto 0 auto;
    text-align: center;
}
p.charters
{
    color: #010a33;
}
/*Begin Charter page selectors*/

#charter-rates
{
    float: left; /*background-color: teal;*/
    width: 500px;
    margin: 10px auto 3% 3%;
}
ul.charter-rates
{
    text-align: left;
    margin-left: 10%;
}

#charter-terms
{
    float: left; /*background-color: #F8F8F8;*/
    width: 200px;
    margin: 10px auto auto 1%;
}
ul.charter-terms
{
    text-align: left;
}

div.charter-block
{
    /*float:left;*/ /*background-color:Teal;*/
    margin: 3% auto auto auto;
    width: 700px;
    padding: 0 10px auto 10px;
    border-width: thick;
    border-style: solid;
    border-color: White;
}
p.charter-block
{
	padding:auto auto auto 3px;
	margin:auto 1em auto 1em;
}
div.charter-rates-block
{
    /*float:left;*/ /*background-color:Teal;*/
    position:relative;
    top:1em;
    margin: 0 auto 5% auto;
    width: 700px;
    padding: 40px 10px auto 10px;
    border-width: thick;
    border-style: solid;
    border-color: White;
    
}
div.charter-bottom-block
{
    /*float:left;*/ /*background-color:Teal;*/
    position:relative;
    bottom:1em;
    margin: 5% auto 6% auto;
    width: 700px;
    padding: 40px 10px auto 10px;
    border-width: thick;
    border-style: solid;
    border-color: White;
    
}

ul.charter-block
{
}

/*Tom rollover button links*/
.cssnav
{
    float: left;
    font-family: arial, helvetica, sans-serif; 
   /*background-image: url('..images/Home_Up.gif') no-repeat;*/
    white-space: nowrap;
    display: block;
    width: 150px;
    height: 23px;
    margin: 0;
    padding: 0;
}

.cssnav a
{
    display: block;
    color: #3e4d85;
    font-size: 12px;
    width: 135px;
    height: 24px;
    display: block;
    float: left;
    color: black;
    text-decoration: none;
}

.cssnav img
{
    width: 163px;
    height: 24px;
    border: 0;
}

* html a:hover
{
    visibility: visible;
}

.cssnav a:hover img
{
    visibility: hidden;
}

.cssnav span
{
    position: absolute;
    left: 1px;
    top: 10px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
}

#nav-home
{
	background-image: url('../Images/Home_Up.gif');
	width: 125px;
}
#nav-charters
{
	background-image: url('../Images/Charters_Up.gif');
	width: 130px;
}
#nav-contact
{
	background-image: url('../Images/Contact_Up.gif');
	width: 160px;
}
#nav-links
{
	background-image: url('../Images/Helpful_Up.gif');
	width: 160px;
}
#nav-gallery
{
	background-image: url('../Images/picture_Up.gif');
	padding:  0 0 0 1px;
}



