/* =0 Reset
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
@import url('reset.css');
/* =1 Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
body {
	background:url(../img/body-bg.png) no-repeat top center #1a6171;
	color:#444;
	font-size:12px;
	font-family:Arial, Verdana, Helvetica;
}
p {
	line-height:1.4em;
	margin:5px 0 15px 0;
}
.right {
	float: right;
}
.left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align:center;
}
.justify {
	text-align:justify;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.bold {
	font-weight:bold;
}
.italic {
	font-style:italic;
}
.underline {
	border-bottom:1px solid;
}
.highlight {
	background:#ffc;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft {
	float:left;
	margin:4px 10px 4px 0;
}
img.alignright {
	float:right;
	margin:4px 0 4px 10px;
}


.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
/* =2 Links
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
a:link, a:visited {
	color:#3375FE;
	font-weight:bold;
	text-decoration: none;
}
a:hover {
	color:#013767;
}
a:active {
	color:#013767;
}
/* =3 Headings
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
h1 {
	color:#013767;
	font-size:22px;
	font-weight:normal;
}
h2 {
	background-color:#799ab1;
	padding:3px;
	color:#fff;
	margin:5px 0;
	font-size:11px;
	text-transform: uppercase;
}
h2.plain {
	color:#013767;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	margin:0;
	padding:0;
	
}

#thumbs h2 {
	color:#333333;
	font-size:16px;
	font-weight:bold;
	line-height:1.4em;
	padding:10px 7px 0;
	text-align:center;
	background-color:#fff;
}
h3 {
	font-size:12px;
}
/* =4 Header // Wrapper
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#wrapper {
	margin:0 auto 50px auto;
	width:900px;
	position:relative;
}
#hwrapper {
	margin:auto;
	width:938px;
	position:relative;
}
#header {
	height:176px;
}
#logo {
	text-indent: -99999px;
	height:152px;
	width:423px;
	background:url(../img/header.gif) no-repeat;
	left:258px;
	display:inline;
	position:absolute;
	top:20px;
}
#l-slideshow {
	height:138px;
	left:0;
	position:absolute;
	top:10px;
	width:258px;
}
#r-slideshow {
	width:258px;
	height:139px;
	position:absolute;
	right:0px;
	top:10px;
}
/* =5 Navigation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#nav {
	width:887px;
	position:relative;
	height:38px;
}
#nav img {
	height:36px;
	width:296px;
	background:url(../img/nav.png) no-repeat;
	float:left;
}
#nav a.a img{background-position:0 0;width:122px;}
#nav a.b img{background-position:-123px 0;width:213px;}
#nav a.c img{background-position:-337px 0;width:202px;}
#nav a.d img{background-position:-540px 0;width:186px;}
#nav a.e img{background-position:-727px 0;width:159px;}


#nav a.a:hover img, #nav a.a img.current{background-position:0 -36px;}
#nav a.b:hover img, #nav a.b img.current{background-position:-123px -36px;}
#nav a.c:hover img, #nav a.c img.current{background-position:-337px -36px;}
#nav a.d:hover img, #nav a.d img.current{background-position:-540px -36px;}
#nav a.e:hover img, #nav a.e img.current{background-position:-727px -36px;}

#subnav {
	background:url(../img/nav.png) no-repeat 0 -72px;
	font-size:.8em;
	text-transform: uppercase;
	font-weight:bold;
	padding:0 10px;
	height:25px;
}
#subnav a {
	color:#486373;
}
#subnav a:hover {color:#2f414b;}
#subnav ul {height:25px;}
#subnav li {
	line-height:25px;
	padding:0 5px;
	display:inline;
	border-right:solid 1px #486373;
}
#subnav li.last {
	border:none;
}
#subnav a.current {
	text-decoration: underline;
	cursor: default;
}
/* =6 Middle
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#content #top {
	background:url(../img/content-bg.png) no-repeat;
	height:10px;
}
* html #content #top {
	line-height:1px;
	font-size:1px;
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://gripserver4.com/changingtide/img/content-bg.png", sizingMethod="crop");
}
#content .padding {
	background:url(../img/content-bg.png) repeat-y -900px 0;
	padding:0 7px 15px 7px;
}
.leftcolumn {
	float:left;
	width:537px;
	margin-top:7px;
}
.rightcolumn {
	float:right;
	width:334px;
	margin-top:7px;
}
.leftcolumn2 {
	float:left;
	width:570px;
	margin:10px 0 0 7px;
}
.rightcolumn2 {
	float:right;
	width:296px;
	margin-top:7px;
}
#video {
	margin-bottom:10px;
}
#btm {
	background:url(../img/bottom.png);
	height:103px;
	width:902px;
	position:relative;
	left:-1px;
}
* html #btm {
	background-image:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://gripserver4.com/changingtide/img/bottom.png", sizingMethod="crop");
}
.slideshow {
	margin:auto;
	width:769px;
}
/* =7 Form
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/* =8 Extra
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
#quotes {
	margin:auto;
	width:650px;
	font-size:11px;
}
#quotes li {
	padding:5px 0;
}
#quotes p {
	margin:0;
	color:#333333;
	font-family:Georgia;
	font-size:13px;
	font-style:italic;
}
#quotes p strong {
	display:block;
	margin-top:5px;
	color:#333;
}
.callout {
	float:left;
	width:258px;
	margin-right:10px;
}
table.pricing td {
	padding:1px 5px;
}
ul.twocol {
	float:left;
	margin:0 15px 0 5px;
	width:105px;
}
.hr {
	height:10px;
	margin-bottom:9px;
	border-bottom:solid 1px #ccc;
	clear:both;
}
img.border {
	border:4px solid #94BED3;
	padding:1px;
	margin-bottom:10px;
}
td.testi {
	font-family:Georgia;
	font-style: italic;
	font-size:13px;
	color:#333;
	padding:10px;
}
td.testi p {
	margin:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}

td.testi p.last {
	border-bottom:0px;
}

td.testi strong {
	font-family:verdana;
	font-style: normal;
	font-size:10px;
	display:block;
}
td.testi hr {
	color: #CCC;
	background-color: #CCC;
	height: 1px;
	border:none;
	margin:10px 0;
}
ul.highlights {
	list-style:none;
	margin:5px 0 20px 0;
}
ul.highlights li {
	padding:3px;
	border-bottom:solid 1px #CBDDEB;
}


/* =9 Footer
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
p.footer {
	color:#fff;
	margin-bottom:10px;
	text-align: center;
}
p.footer a {
	color:#fff;
}
