
html { /* always show firefox scrollbar, to prevent horizontal shift. */
    overflow: -moz-scrollbars-vertical; }

html, body { height: 100%; }

body {
	margin: 0;
	color: #414141;
	background: #183250 url("/App_Themes/OffshoreSailing/Images/bg-body.jpg") repeat-x;
	font: 12px arial, helvetica, sans-serif;
}

/* General reset */
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

img { border-style: none; }

hr {
	height:1px;
	border:0px;
	background-color:#78b2d6;
	color:#78b2d6;
	width:100%;
}

input, select, textarea { font: 12px arial, helvetica, sans-serif; }

a {
	color: #414141;
	text-decoration: underline;
}

a:hover { text-decoration: none; }

/* General settings */
#wrapper {
	width: 1005px;
	overflow: hidden;
	margin: 0 auto;
}

/* block menu */
#menu {
	width: 100%;
	overflow: hidden;
	z-index:100;
	color: #fff;
	padding: 10px 0 9px;
	font-weight: bold;
	height: 21px;
	font-size: 12px;
	line-height: 21px;
}

#menu ul {
	margin: 0;
	list-style: none;
	/*width: 656px;*/
	float: right;
	overflow: hidden;
	padding-right: 10px;
}

#menu li {
	float: left;
	padding: 0 0 0 13px;
}

#menu a.button {
	float: left;
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}

#menu a.button:hover span, #menu li.active a span { background: url(/App_Themes/OffshoreSailing/Images/bg-menu-a-red.png); }

#menu a.button:hover em, #menu li.active a em { background: url(/App_Themes/OffshoreSailing/Images/bg-menu-em-red.png); }

#menu li.active a:hover span { background: url(/App_Themes/OffshoreSailing/Images/bg-menu-a-blue.png); }

#menu li.active a:hover em { background: url(/App_Themes/OffshoreSailing/Images/bg-menu-em-blue.png); }

#menu a.button span {
	float: left;
	background: url(/App_Themes/OffshoreSailing/Images/bg-menu-a.png);
	height: 21px;
	padding: 0 5px 1px 11px;
	font-size: 12px;
	line-height: 21px;
}

#menu a.button em {
	float: left;
	width: 5px;
	height: 22px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
	background: url(/App_Themes/OffshoreSailing/Images/bg-menu-em.png);
}

.phone {
	font-size: 16px;
	font-weight:bold;
	color:#ffffff;
	margin-top: -15px;
	margin-right: -20px;
	float:right;
	clear: both;
	width: 150px;
}

/* block main */
#main {
	width: 1005px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-main-frame.png) no-repeat;
	overflow: hidden;
}

#main .frame {
	margin: 10px 0 0;
	background: url(/App_Themes/OffshoreSailing/Images/bg-main.gif) repeat-y;
	width: 1005px;
}

#main .frame-dark {
	margin: 10px 0 0;
	background: url(/App_Themes/OffshoreSailing/Images/bg-main-colgate.gif) repeat-y;
}

#main .bg {
	width: 1005px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/bg-main-bg.gif) no-repeat 0 100%;
	padding: 0 0 6px;
}

#main .bg-dark {
	width: 100%;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/bg-main-bg-colgate.gif) no-repeat 0 100%;
	padding: 0 0 6px;
}

/* block header */
#header {
	width: 1005px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-header.gif) repeat-x;
	height: 73px;
}

.logo {
	width: 251px;
	height: 60px;
	display: block;
	margin: 1px 0 0 13px;
	float: left;
	display: inline;
}

.logo a {
	width: 251px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/logo.gif);
}

.logo-colgate {
	width: 234px;
	height: 108px;
	display: block;
	margin: 1px 0 0px 13px;
	float: left;
	display: inline;
	z-index:110;
	top:11px;
	position:absolute;
}

.logo-colgate a {
	width: 234px;
	height: 108px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/logo-colgate26.png);
}

.logo-power {
	width: 259px;
	height: 60px;
	display: block;
	margin: 1px 0 0 13px;
	float: left;
	display: inline;
}

.logo-power a {
	width: 259px;
	height: 60px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/logo-power.gif);
}

.logo-sailing-club {
	width: 203px;
	height: 108px;
	display: block;
	margin: 1px 0 0px 13px;
	float: left;
	display: inline;
	z-index:110;
	top:11px;
	position:absolute;
}

.logo-sailing-club a {
	width: 203px;
	height: 108px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/logo-sailing-club.png) no-repeat;
}

.social {
margin-right:20px;
	float:right;
	height:29px;
	padding: 4px 0 0 0;
}

.social a, .social a:link {
	float:left;
	height:29px;
	width:29px;
	display:block;
	overflow:auto;
}

.search {
	padding: 5px 20px 0;
	width: 199px;
	float: left;
	margin-left: 365px;
}

.search input { float: left; }

.search .txt {
	float: left;
	width: 148px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-search.gif) no-repeat;
	padding: 0 0 0 7px;
	margin: 0 11px 0 0;
	display: inline;
}

.search .txt input {
	padding: 5px 0;
	border: 0;
	background: none;
	width: 145px;
	color: #fff;
}

/* block content */
#content {
	width: 735px;
	overflow: hidden;
	float: right;

}

#content .padding { padding:30px 30px 30px 25px; }

/*#content .padding  img
{
	margin:3px;
}*/

/* block visual */
.visual {
	width: 100%;
	overflow: hidden;
}

.visual img { float: left; }

.visual .flash {
	float: left;
	background:url(/App_Themes/OffshoreSailing/Images/Image04.jpg) no-repeat;
	width:445px;
	height:266px;
}

.visual .flash>p {
	display:inline;
	margin:0px!important;
	padding:0px!important;
}

.visual .show {
	float: right;
	background: url(/App_Themes/OffshoreSailing/Images/bg-show.gif) repeat-y;
	width: 290px;
	height: 266px;
	padding: 0;
	margin: 0;
}

#content h1 {
	color: #004971;
	font-size: 24px;
	margin: 0px 0 8px;
	padding: 0 0 0 0px;
	font-weight: bold;
	line-height: 1em;
	letter-spacing:-1px;
}

#content h2 {
	color: #2181b9;
	font-size: 16px;
	margin: 0 0 7px;
	padding: 0 0 0 0px;
	font-weight: strong;
}

#content h3 {
	color: #2181b9;
	font-size: 13px;
	margin: 0 0 11px;
	padding: 0 0 0 0px;
}

#content h4 {
	color: #2181b9;
	font-size: 13px;
	font-weight:bold;
	margin: 0 0 5px;
	padding: 0 0 0 0px;
}

#content h5 {
	color: #222222;
	font-size: 12px;
	font-weight:bold;
	margin: 0 0 5px;
	padding: 0 0 0 0px;
}

#content p {
	line-height: 18px;
	padding: 0;
	margin: 0 0 19px;
	text-align: justify;
}

#content .show h3 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	margin: 9px 0 11px;
	padding: 0 0 0 26px;
	line-height: 20px;
}

#content .show p {
	color: #ffcbb9;
	margin: 0;
	padding: 0 30px 0 10px;
	text-align: left;
	width: 90%;
}

#content ul { /*    margin: 0;
    padding: 0;
    list-style: none;*/
}

#content li { /*background: url(/App_Themes/OffshoreSailing/Images/bullet-checkmark.gif) no-repeat;
    margin: 0 0 5px;
    padding: 1px 0 0 20px;*/
}

#content .right {
	float:right;
	margin:10px 0px 10px 20px;
	vertical-align:top;
}

#content .left {
	float:left;
	margin:10px 20px 10px 0px;
	vertical-align:top;
}

/* block button back */
#content .button-back {
	width: 100%;
	overflow: hidden;
}

#content .button-back .last { margin: 0 30px 55px; }

#content a.btn {
	width: 81px;
	height: 22px;
	float: right;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/bg-btn.gif);
	text-decoration: none;
	color: #448ba5;
	font-size: 13px;
	padding: 6px 0 0 28px;
	margin: 0 30px 0 0;
}

#content a.btn:hover { text-decoration: underline; }

#leftContent {
	padding: 5px 20px 5px 20px;
	width:225px;
}

#leftContent .leftContent-dark { color:#fff; }

/* block colum */
#colum {
	width: 249px;
	padding: 0 17px 10px 15px;
	float: right;
}

#colum .quick {
	height: 1%;
	position: relative;
	background: url(/App_Themes/OffshoreSailing/Images/bg-quick.png) no-repeat;
	margin: -40px 0 0 0;
	padding: 7px 13px 0 12px;
}

.quick { padding:0 0 0 20px; }

#colum .quick2 {
	padding: 21px 13px 0 0px;
	margin: 40px 0 0 0px; /* to cancel out -ve margin of quick*/
}

/* block form */
#colum .form-connect, .form-connect {
	width: 211px;
	height: 256px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/bg-form-connect.jpg) no-repeat;
	padding: 9px 7px 0 6px;
}

#colum .form-connect h3 {
	width: 188px;
	height: 31px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/App_Themes/OffshoreSailing/Images/h4-quick-connect.gif) no-repeat;
	margin: 0 0 2px 10px;
	padding: 0;
}

.real-testimonials {
	width: 100%;
	overflow: hidden;
	margin-bottom:20px;
}

.real-testimonials h3 {
	width: 187px;
	height: 34px;
	overflow: hidden;
	text-indent: -9999px;
	margin: 19px 0 11px 19px !important;
}

.real-testimonials a {
	color:#215A95;
	font-weight:bold;
	float:right;
	padding-right:15px;
	padding-bottom:15px;
	font-style:italic;
}

sidebar .real-testimonials a { width:225px; }

.real-testimonials p {
	display:inline;
	margin:0px!important;
	padding:0px!important;
}

#sidebar .left-sidebar-subpage { color:#fff; }

#sidebar .left-sidebar-subpage p {
	color:#fff;
	padding: 5px 20px 5px 20px;
}

.form-connect .row {
	width: 206px;
	overflow: hidden;
	padding: 0 0 6px 4px;
}

.form-connect .txt {
	float: left;
	height: 15px;
	padding: 5px 0 5px 7px;
	width: 196px;
	border: 1px solid #98bad2;
	background: url(/App_Themes/OffshoreSailing/Images/bg-txt.gif) repeat-x;
	color: #3f5d71;
}

.form-connect textarea {
	float: left;
	width: 196px;
	padding: 4px 0 0 7px;
	margin: 0;
	height: 73px;
	overflow: auto;
	border: 0;
	background: none;
	color: #003e7e;
}

.form-connect .textar {
	margin: 0 0 7px 4px;
	width: 203px;
	overflow: hidden;
	border: 1px solid #98bad2;
	background: url(/App_Themes/OffshoreSailing/Images/bg-textarea.gif) repeat-x;
}

/* block blockquote */
blockquote {
	margin: 0 0 10px;
	padding: 0 16px 0 22px;
	width: 211px;
	overflow: hidden;
}

#sidebar blockquote { margin: 10px 0 2px 13px; }

#sidebar blockquote.last { margin: 0 0 10px 13px; }

blockquote em {
	float: right;
	clear: both;
	color: #061e3a;
	font-weight: bold;
	font-style: normal;
	margin: 0 8px 0 0;
	display: inline;
}

q {
	quotes: none;
	display: block;
	color: #123359;
	line-height: 18px;
	font-style: italic;
	margin: 0 0 2px;
}

q:before, q:after { content: ""; }

cite {
	float: right;
	color: #215a95;
	font-weight: bold;
	font-style: normal;
	margin: 0 8px 3px;
	display: inline;
}

/* block sidebar */

#sidebar {
	width: 270px;
	overflow: hidden;
	float: left;
}

.sidebar-dark { background: url(/App_Themes/OffshoreSailing/Images/bg-sidebar.jpg) no-repeat; }

/* block nav */
#sidebar .block-nav /*081109 Added font weight and letter spacing to more closely match comps */ {
	width: 100%;
	height: 266px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-block-nav.gif) repeat-y;
	overflow: hidden;
	font-weight:bold;
	letter-spacing: 0.5px;
}

/* block sub nav */
#sidebar .sub-nav {
	width: 224px;
	margin: 19px 0 13px 19px;
	border-top: 2px solid #b3c2d3;
	border-right: 4px solid #b3c2d3;
	border-bottom: 4px solid #b3c2d3;
	border-left: 4px solid #b3c2d3;
	overflow: hidden;
}

#sidebar .sub-nav .bullet {
	display: inline;
	padding-left:5px;
	padding-top:10px;
}

#sidebar table {
	border-collapse: collapse;
	table-layout: fixed;
	width: 100%;
	overflow: hidden;
}

#sidebar td {
	padding: 0;
	overflow: visible;
	border-top: 3px solid #b3c2d3;
	background:white;
	vertical-align:middle;
}

#sidebar td a {
	padding: 0 0 0 12px;
	display: block;
	line-height: 23px;
	text-decoration: none;
	color: #061e3a;
	background: #fff;
}

#sidebar td a.first { border: 0; }

#sidebar td a:hover, #sidebar td.a:hover {
	background: #c8dbf0;
	color: #061e3a;
}

#sidebar td a.active, #sidebar td a.active:hover {
	background: #113257;
	color: #fff;
}

#sidebar td td a {
	padding: 0 0 0 12px;
	display: block;
	line-height: 23px;
	text-decoration: none;
	color: #1f5899;
	background: #fff;
}

#sidebar td td a:hover, #sidebar td td.a:hover {
	background: #c8dbf0;
	color: #539dde;
}

#sidebar td td a:hover, #sidebar td td.a:hover {
	background: #fff;
	text-decoration:underline;
}

#sidebar td td a.active, #sidebar td td a.active:hover {
	background: #fff;
	color: #539dde;
	text-decoration:underline;
}

#sidebar td td { padding:0 0 0 20px; }

/* block featured course */
#sidebar .featured-course {
	width: 100%;
	overflow: hidden;
	margin: 0 0 7px;
}

#sidebar .featured-course h3 {
	width: 218px;
	height: 45px;
	overflow: hidden;
	text-indent: -9999px;
	background: url(/App_Themes/OffshoreSailing/Images/h4-featured-course.gif) no-repeat;
	margin: 15px 0 -10px 9px;
}

#sidebar .featured-course p {
	position: relative;
	margin: 0 0 15px;
	color: #005583;
	padding: 0 20px 0 34px;
	line-height: 15px;
}

/* block foto */
#sidebar .foto {
	width: 232px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-box.gif) repeat-y;
	margin: 0 0 8px 18px;
}

#sidebar .foto .frame {
	width: 232px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-box-frame.gif) no-repeat;
	margin: 0;
}

#sidebar .foto .bg {
	width: 225px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-box-bg.gif) no-repeat 0 100%;
	overflow: hidden;
	padding: 8px 0 0 7px;
}

/*#sidebar .foto-dark
{
    width: 232px;
    background: transparent url(/App_Themes/OffshoreSailing/Images/bg-box-dark.gif) repeat-y;
    margin: 0px 0 8px 18px;
	overflow:hidden;
	
}
#sidebar .foto-dark .frame-dark
{
    width: 232px;
	background: transparent url(/App_Themes/OffshoreSailing/Images/bg-box-frame-dark.gif) no-repeat;
    margin: 0;
}
#sidebar .foto-dark .bg-dark
{
    width: 232px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-box-bg-dark.gif) no-repeat 0 100%;
    overflow: hidden;
    padding: 8px 0 0 7px;
}*/




#sidebar .foto .bg img { display: block; }

#sidebar .foto .bg h4 {
	color: #004971;
	font-size: 14px;
	margin: 10px 0 10px;
	padding: 0 0 0 7px;
}

#sidebar a, #sidebar h4 a { text-decoration:none; }

#sidebar a:hover, #sidebar h4:hover { text-decoration:underline; }

#sidebar .foto .bg p {
	padding: 0 15px 10px 7px;
	margin:0 0 10px;
}

#sidebar .dark-photo-box {
	width: 232px;
	margin: 0px 0 8px 21px;
}

#sidebar .topframe-dark {
	width: 232px;
	height: 8px;
}

#sidebar .inner-dark {
	width: 225px;
	background: url(/App_Themes/OffshoreSailing/Images/bg-box-dark.gif) repeat-y;
	padding-left:7px;
}

#sidebar .inner-dark h4 {
	color: #004971;
	font-size: 14px;
	margin: 10px 0 0px;
	padding: 0 0 10px 7px;
}

#sidebar .inner-dark img { display: block; }

#sidebar .bottomframe-dark {
	width: 232px;
	height: 9px;
	margin:0;
	padding:0;
}

.school {
	width: 270px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/school.gif);
}

.school-power {
	width: 270px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/school-power.gif)
}

.school-sailingclub {
	width: 270px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/school-sailingclub.gif)
}

.school-colgate {
	width: 270px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: url(/App_Themes/OffshoreSailing/Images/school-colgate.gif)
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	background: url(/App_Themes/OffshoreSailing/Images/bullet-checkmark.gif) 1px 2px no-repeat;
	margin: 0 0 8px;
	padding: 0px 0 0 19px;
}

#sidebar .nav {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%;
	overflow: hidden;
}

#sidebar .nav li {
	background: url(/App_Themes/OffshoreSailing/Images/bullet-nav.gif) no-repeat;
	width: 270px;
	vertical-align: top;
	height: 1%;
	margin: -1px 0 1px;
	padding: 1px 0 0;
}

#sidebar .nav a {
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	padding: 5px 0 5px 64px;
	height: 1%;
	display: block;
}

#sidebar .nav a.first { padding: 17px 0 6px 64px; }

#sidebar .nav a.last { padding: 5px 0 28px 64px; }

#sidebar .nav a:hover, #sidebar .nav a.active {
	color: #ee3124;
	background: #061e3a;
}

/* block footer */
#footer {
	width: 100%;
	text-align: center;
	color:#fff;
	font-size: 11px;
	margin-bottom:20px;
}

#footer ul {
	margin: 0;
	padding: 14px 0 0;
	list-style: none;
}

#footer ul li {
	display: inline;
	padding: 0 15px 0 14px;
}

#footer ul li a {
	font-size: 11px;
	color: #fff;
}

#footer .small {
	font-size: 10px;
	color: #7bb8de;
	margin:0 0 5px;
	padding:0;
}

#footer .small a {
	color: #7bb8de;
	text-decoration:underline;
}

#footer .small a:hover {
	color: #7bb8de;
	text-decoration:none;
}

.jqgallery-nav-controls, .jqgallery-ss-controls{
	float:left;
	list-style:none;
	margin:0;
	padding:0;
}
.jqgallery-nav-controls li, .jqgallery-ss-controls li{
	float:left;
	padding-left:6px;
}
.jqgallery-nav-controls a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	height:25px;
}

.jqgallery-ss-controls a{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:30px;
	height:25px;
}
.jqgallery-nav-controls .back{
	background: url('/app_themes/offshoresailing/images/btn-gallery-nav-back.gif');
	margin-right:5px;	
}
.jqgallery-nav-controls .next{background: url('/app_themes/offshoresailing/images/btn-gallery-nav-next.gif');}


.jqgallery-ss-controls .jqgallery-play{
	background: url('/app_themes/offshoresailing/images/btn-gallery-nav-play.gif');
	margin-right:5px;	
}
.jqgallery-ss-controls .jqgallery-pause{background: url('/app_themes/offshoresailing/images/btn-gallery-nav-pause.gif');margin-right:5px;}

.jqgallery-ss-controls a:hover{background-position:0 -25px}
.jqgallery-nav-controls a:hover{background-position:0 -25px}



/* "Edit Module" button that appears on the front-end for authorized users. */
.webmodules_editModuleLink, a.webmodules_editModuleLink, a.webmodules_editModuleLink:link, a.webmodules_editModuleLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute; /*preserve layout*/
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}

.webmodules_editModuleLink:hover, a.webmodules_editModuleLink:hover {
	font-size: 100%;
	color: #00A2FF;
}

/* "Edit Page" button that appears on the front-end for authorized users. */
.webmodules_editPageLink, a.webmodules_editPageLink, a.webmodules_editPageLink:link, a.webmodules_editPageLink:visited {
	background-color: #FFFFA5;
	padding: 1px 2px 2px 2px;
	border: 1px dotted gray;
	position: absolute;
	top: 5px;
	left: 5px;
	font-size: 100%;
	color: Blue;
	font-weight: normal;
	text-decoration: underline;
	z-index: 9999; /*CMS buttons should always be on top.*/
}

.webmodules_editPageLink:hover, a.webmodules_editPageLink:hover {
	font-size: 100%;
	color: #00A2FF;
}

/* sub navigation highlighted/activated style. */
.subnav .on a:link, .subnav .on a:visited, .subnav .on a:hover, .subnav .on a:active { background-color: #00FF00; }

/******************************************************************************
 main navigation menu. 
******************************************************************************/

.mainNavDropDown { padding: 10px 0px 0px 0px; }

.mainNavDropDown_item, .mainNavDropDown_item a, .mainNavDropDown_item a:visited /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}

.mainNavDropDown_item_hover, .mainNavDropDown_item_hover a, .mainNavDropDown_item_hover a:visited, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:hover, /* requird by IE6 to override ancestors. */ .mainNavDropDown_item_hover a:active /* requird by IE6 to override ancestors. */ {
	background-color: #00FF00;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	width: 15em;
	padding: 10px 5px;
}

/* ----- Testimonials styling ------- */

.testimonials {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials .colorBox {
	padding: 20px;
	width: 90%;
}

.testimonials h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials strong {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials em {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials a:link, .testimonials a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.testimonials a:hover, .testimonials a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

.testimonials .readMore a:link, .testimonials .readMore a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

.testimonials .readMore a:hover, .testimonials .readMore a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

/* testimonials Detail */

.testimonials .detail {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials .detail .colorBox {
	padding: 20px;
	width: 90%;
}

.testimonials .detail h3 { font: 13px Arial, Helvetica, sans-serif; }

.testimonials .detail span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.testimonials .detail p { font: 10px Arial, Helvetica, sans-serif; }

.testimonials .detail strong { font: 10px Arial, Helvetica, sans-serif; }

.testimonials .detail em { font: 10px Arial, Helvetica, sans-serif; }

.testimonials .detail a:link, .testimonials .detail a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

.testimonials .detail a:hover, .testimonials .detail a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.testimonials .detail .readMore a:link, .testimonials .detail .readMore a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

.testimonials .detail .readMore a:hover, .testimonials .detail .readMore a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}

/* ----- END Testimonials styling ------- */

/* ----- Start FAQ Styles ----- */
.faq {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq .colorBox {
	background: #fff4e4;
	padding: 20px;
	width: 90%;
}

.faq h3 {
	font: 13px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq span {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq p {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq strong {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq em {
	font: 10px Arial, Helvetica, sans-serif;
	color: #000;
}

.faq a:link, .faq a:visited {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
}

.faq a:hover, .faq a:active {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: underline;
}

.header_content_across {
	background-image: url("/App_Themes/OffshoreSailing/Images/centerbg.jpg");
	height: 236px;
	background-position: right;
	overflow:hidden;
}

#headerTopBar {
	height:30px;
	width:100%;
	background-color:#ed3125;
	background-image: url("/App_Themes/OffshoreSailing/Images/centerbg.jpg");
}

/* ----- End FAQ Styles ----- */
#review {
	border-bottom: 1px solid #e7ebed;
}

#review h3 {
	color: #414141;
	margin-bottom: 3px;
}
