/* *************************** 
  Site - NWSA
  ---------------------------
  StyleSheet Index
  $2 - Website Structure Styles
  $3 - Header Styles
  $4 - Content Styles
  $5 - Sidebar Styles
  $6 - Footer Styles
   ***************************/
   
/* *************************** 
   $2 Website Structure Styles
   ***************************/
 html {
	color:#666;
	background:none;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#cdfbfa;
	background:#074b76 url(../images/bg_body.jpg) center top no-repeat;
}
a {
	color: #FFC;
	text-decoration:none;
}
a:hover {
	color:#FFF;
	text-decoration:underline;
}
img {
	margin:0;
	padding:0;
	border:0;
	vertical-align:top;
}
.clear {
	clear:both;
	height:0;
	font-size:0;
}
#container {
	width:970px;
	margin:0 auto;
}

#print { display: none; } /* Hides Print Logo */

/* *************************** 
   $3 Header Styles
   ***************************/
#header {
	width:970px;
	height:360px;
	background:url(../images/bg_green.png) left top no-repeat;
	position:relative;
}
.header_top {
	width:100%;
	overflow:hidden;
	clear:both;
}
#logo {
	width:309px;
	float:left;
	margin:9px 0 0 20px;
	display:inline;
}

/* Main Nav Styles */
#mainnav {
	width:578px;
	float:right;
}
#mainnav li {
	float:left;
}
#mainnav li a {
	float:left;
	height:51px;
	line-height:51px;
	background-image:url(../images/bg_nav.png);
	text-indent:-9999em;
}
#mainnav li a#home {
	width:55px;
	background-position:0 0;
}
#mainnav li a#home:hover,
#mainnav li.active a#home {
	background-position:0 -51px;
}
#mainnav li a#about-us {
	width:76px;
	background-position:-55px 0;
}
#mainnav li a#about-us:hover,
#mainnav li.active a#about-us {
	background-position:-55px -51px;
}
#mainnav li a#our-seafood {
	width:95px;
	background-position:-131px 0;
}
#mainnav li a#our-seafood:hover,
#mainnav li.active a#our-seafood {
	background-position:-131px -51px;
}
#mainnav li a#the-fleet {
	width:80px;
	background-position:-226px 0;
}
#mainnav li a#the-fleet:hover,
#mainnav li.active a#the-fleet {
	background-position:-226px -51px;
}
#mainnav li a#where-and-how {
	width:117px;
	background-position:-306px 0;
}
#mainnav li a#where-and-how:hover,
#mainnav li.active a#where-and-how {
	background-position:-306px -51px;
}
/* #mainnav li a#charter {
	width:74px;
	background-position:-423px 0;
}
#mainnav li a#charter:hover,
#mainnav li.active a#charter {
	background-position:-423px -51px;
} */
#mainnav li a#sales {
	width:74px;
	background-position:-423px 0;
}
#mainnav li a#sales:hover,
#mainnav li.active a#sales {
	background-position:-423px -51px;
}
#mainnav li a#contact {
	width:81px;
	background-position:-497px 0;
}
#mainnav li a#contact:hover,
#mainnav li.active a#contact {
	background-position:-497px -51px;
}

/* boat background */
.boat {
	position:absolute;
	left:250px;
	top:85px;
}

/* Welcome blurb */
.header_heading {
	width:210px;
	position:absolute;
	left:12px;
	top:135px;
}

/**************************** 
   $4 Content Styles
   ***************************/
#content {
	width:970px;
	overflow:hidden;
	margin:0 0 60px;
}

/* Home Styles */
.home_box {
	width:285px;
	float:left;
	margin:0 10px 63px 20px;
	display:inline;
	position:relative;
	height:197px;
	border-bottom:1px solid #65bab7;
}
.home_box .home_box_heading {
	margin:0 0 11px;
}
.home_box .home_box_img {
	width:273px;
	padding:6px;
	background:#c9ecf9;
	margin:0 0 10px;
}
.home_box_info p {
	font-size:14px;
	line-height:17px;
	margin:0 0 10px;
}
.home_box_info p.blue {
	color:#074e79;
}
.learn_more {
	position:absolute;
	width:285px;
	height:12px;
	right:0;
	bottom:0;
	overflow:hidden;
}
.learn_more a {
	background:url(../images/btn_learnmore.png) left top no-repeat;
	width:64px;
	height:12px;
	float:right;
	text-indent:-9999em;
}

/* Inner page styles */

h1, h2, h3, h4 {
	text-indent: -9999em;
	font-size: .0001em;
}

#leftcolumn {
	float: left;
	position: relative;
	width: 285px;
	margin: 0 30px 0 20px;
	padding: 0;
}

#rightcolumn {
	float: left;
	width: 600px;
	margin: 0;
	padding: 0;	
}

#leftcolumn p,
#rightcolumn p {
	line-height:17px;
	margin: 1em 0;
}

p.example {
	color: #000;	
}

p.intro,
ul.intro {
	font-size: 16px;
	font-weight: normal;
	color: #074e79;
}

ul.intro li {
	list-style: square;
	margin-left: 16px;
}

#picbox {
	float: left;
	display: inline;
	width: 285px;
	margin: 0 15px 15px 0;	
}

#picbox .picheader {
	height: 36px;	
}


/* *************************** 
   $6 Footer Styles
   ***************************/
#footer {
	width:970px;
	margin:0 auto 30px;
}
#footer p {
	font-size:11px;
	text-transform:uppercase;
	color:#427c9e;
	padding:0 0 0 20px;
}
#footer p a {
	text-decoration: none;
	color:#427c9e;
}
#footer p a:hover {
	text-decoration: underline;
}
