/* @override http://www.alaskanstory.com/style/alaska.css */

body {
	margin:  0px;
	padding:  0px;
	background-image: url(../back2.jpg);
	background-repeat:  repeat-x;
	background-color: #053b72;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size:  12px;
	line-height:  1.5em;
	color: #fff;
}

#cms_content{
	width: 500px;
}

#wrapper {
	margin:  0 auto;
	padding:  0px;
	width:  900px;
}

#header{
	margin:  0px;
	padding:  10px;
	height:  155px;
	background-image: url(../images/header.jpg);
	background-repeat:  no-repeat;
	text-align:  right;
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	color: #fff;
}

#header a{
	color: #fff;
	text-decoration: none;
}

#header a:hover{
	color: #9ec0d7
}

.orange{
	color: #cc9933;
}

.large{
	font-size:  16px;
}
#nav{
	margin: 0px;
	padding: 0px;
}

#middle{
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	background-image: url(../images/middle_back.png);
	background-repeat: repeat-y;
	margin-bottom: -10px;
}

#content{
	margin: 0px;
	margin-left:  10px;
	padding: 0px;
	width: 550px;
	float: left;
}

#content_text{
	padding: 10px;
	margin-top: -5px;
	background-color: #0d4175;
	border-left: 1px solid #021e36;
	border-right: 1px solid #021e36;
}

blockquote {
	font: italic 13px/22px Georgia, "Times New Roman", Times, serif;
	text-align: center;
	border-top: 1px solid gray;
	border-bottom: 1px solid gray;
}

p.callout {
	text-align: center;
	font: italic bold 15px/22px Georgia, "Times New Roman", Times, serif;
}

#side{
	margin: 0px;
	padding: 10px;
	width: 315px;
	float: right;
}
#side .contact {
	width: 255px;
	background: url(../images/start-here.png) no-repeat top;
	padding: 70px 30px 10px;
	background-color: #011c40;
	}
#side .contact .text {
	width: 200px;
	margin: 3px 25px;
	border: 2px #333 solid;
	}
#side .contact .security {
	width: 120px;
	margin: 2px 65px;
	border: 1px #333 solid;
	}
#side .contact .sec-image {
	padding: 0px 80px;
}
#side .contact .btn {
	margin-left: 150px;
	margin-top:5px;
	font-size: 18px;
	
}
.box{
	margin: 0px;
	margin-top: 10px;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #011c40;
}

.box img{
	border: 1px solid #12486b;
}

.boxLeft{
	width: 130px;
	float: left;
}

.boxRight{
	width: 155px;
	float: right;
}

.moreinfo {
	clear: both;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
	color: #589dbf;
}

.moreinfo a{
	color: #589dbf;
	text-decoration: none;
}

.moreinfo a:hover{
	color: #c5e2fe
}

#footer{
	clear: both;
	margin: 0px;
	margin-top: -20px;
	padding: 10px;
	background-color: #011c40;
	color: #c1d0de;
	text-align: right;
	font-size: 11px;
}

#footer a{
	color: #c1d0de;
	text-decoration: none;
}

#footer a:hover{
	color: #629cd3;
}

#footer-text{
	position: relative;
	margin: 0 auto;
	width: 900px;
}

h1{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size:  21px;
	color: #92b0ce;
	font-weight: normal;
}

h2{
	font-family: "BakerSignet BT", "Trebuchet MS", Georgia, sans-serif;
	font-size:  18px;
	color: #eb8f13;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 5px;
}

a{
	color: #b3d1fd;
	text-decoration: none;
}

a:hover{
	color: #70abfc;
}

/* NAV */

#nav ul{
	margin: 0px;
	padding: 0px;
}

#nav ul li{
	display: block;
	float: left;
	list-style-type: none;
}


	#nav ul li ul {
		background-color: #143B66;
		width: 150px;
	}
	
	#nav ul li ul li {
		width: 150px;
	}
		
	#nav ul li ul li a {
		background: none;
		height: 16px;
		padding: 5px 7px;
		display: block;
		width: 136px;
		border-bottom: 1px dotted #0D4175;
		border-color: #6480b4;
	}
	
		#nav ul li ul li a:hover {
			background-color: #05274D;
		}

#nav .hidden{
	display: none;
}

#nav a{
	background-image: url(../images/nav.jpg);
	height: 47px;
	display: block;
	float: left;
	overflow: hidden;
}

a#home{
	background-position: 0px 0px;
	width: 61px;
}

a#home:hover{
	background-position: 0px -47px;
}

a#yacht{
	background-position: -61px 0px;
	width: 75px;
}

a#yacht:hover{
	background-position: -61px -47px;
}

a#schedule{
	background-position: -136px 0px;
	width:  122px;
}

a#schedule:hover{
	background-position: -136px -47px;
}

a#why{
	background-position: -258px 0px;
	width:  71px;
}

a#why:hover{
	background-position: -258px -47px;
}

a#cookbook{
	background-position: -329px 0px;
	width: 125px;
}

a#cookbook:hover{
	background-position: -329px -47px;
}

a#video{
	background-position: -454px 0px;
	width: 138px;
}

a#video:hover{
	background-position: -454px -47px;
}

a#magazine{
	background-position: -592px 0px;
	width: 120px;
}

a#magazine:hover{
	background-position: -592px -47px;
}

a#climate{
	background-position: -712px 0px;
	width: 122px;
}

a#climate:hover{
	background-position: -712px -47px;
}

a#contact{
	background-position: -834px 0px;
	width: 66px;
}

a#contact:hover{
	background-position: -834px -47px;
}

ul.link-block {
	list-style: none;
	width: 135px;
}


	ul.link-block li {
		font-size: 14px;
	}
	
	ul.link-block li a {
		border-bottom: 1px dotted #000;
		padding: 3px 0px 3px 5px;
		display: block;
	}
	
		ul.link-block li a:hover {
			background-color: #0a3663;
		}




