*{
	margin: 0;
	padding: 0;
}
body {
	font-family:Arial;
	background:url(images/Clia_Ocan_Background.jpg) 0 -50px no-repeat;
	
	color: #666666;
	font-size:14px;
	font-weight:100;
	/*
	font-family:Arial;
	background:#00275d url(images/body_bg.gif) top left no-repeat;
	color: #666666;
	font-size:14px;
	font-weight:100;
	*/
}

a {
	text-decoration:none;

	color:#009BFF
}

a:hover {
	text-decoration:underline;
}

p{
	padding:5px;
}
h1{
	font-size:24px;
}
h2{
	color:#003366;
	margin:0;
	padding:4px 2px;
	font-size:18px;
	font-weight:bold;
	
}

h3{
	color:#003366;
	font-size:14px;
}

h4{
	color:#003366;
	padding:4px 2px;
	font-size:14px;
	font-weight:bold;
	
}

img{
	border:none;
}

hr{
	margin: 0;
	padding: 0;
	/*
	color:#16b7f1;
	*/
	
	color:#9B9B9B;
	height:1px;
}

td{
	padding:4px;
}

input{
	border:#CCCCCC solid 1px;
	padding:2px 2px;
	color:#333333;
}

hr{
	width:99% !important;

	height:1px!important;
	
	/*
	color:#16b7f1 !important;
	*/
	
	color:#9B9B9B!important;
	
}

.clear{
	clear:both;
}

span.required{
	color:#CC0000;
}

input.required, select.required{
	color:#666666;
}
input.error,td.field input.error, td.field select.error, select.error{
	border: 1px solid #CC6600;
	color: #666666;
}

.button{
	background-color:#40BFB4;
	border:solid 1px #FFFFFF;
	color:#FFFFFF;
	padding:3px 8px;
	cursor:pointer;
}

.blue-button{
	background:url(images/blue_button.gif) no-repeat top left;
	width:180px;
	height:35px;
	line-height:35px;
	vertical-align:middle;
	text-align:center;
	margin:4px 0px;
	font-size:10pt;
}
.blue-button a{
	color:#fff;
}

.register-button{
	background:url(images/register_button.gif) no-repeat top left;
	width:134px;
	height:24px;
	text-align:center;
	color:#FFF;
	line-height:23px;
	vertical-align:middle;
	font-size:10pt;
}

.register-button a{
	color:#fff;
}

.divider-line{
	color:#16b7f1;
	height:1px;
	border:none;
}

.cruise3sixty{
	color:#16b7f1;
	font-weight:bold;
}

.content-box{
	width:96%;
	
}

.action-message{
	border:#CC6600 solid 2px;
	padding:10px;
	color:#996600;
	width:100%;
}

.agent-reg-info{
	border:#CCCCCC solid 1px;
	/*background:url(images/c3s_prefers_amex.gif) no-repeat top right;*/
	padding:10px;
}

.agent-reg-info ol{
	margin-left:20px;
}
.agent-reg-info p{
	margin:0;
	padding:0;
}

#page{
	margin: 0;
	padding: 0;
	width:1024px;
	text-align:left;
	background:#fff;
}

#header{
	height:130px;
	width:100%;
	background:url(images/header_bg.gif) repeat-x top left;
	margin-bottom:20px;
	
}

#logo{
	float:left;
	width:260px;
	height:105px;
	padding-top:10px;
}

#logo h3{
	margin:0;
	text-transform:uppercase;
	font-size:9pt;
	/*color:#40BFB4;*/
	color:#DD7F27;
	font-weight:bold;
	text-align: center;
    margin-top: 5px;	
}



#logo a{
	text-decoration:none;
}

#header-banner{
	float:right;
	width:750px;
	height:130px;
}

#header-row1
{
	height:64px;
	padding-left:200px;
	font-size:13px;
	/*margin-top:50px;*/
}

#header-row1 a{
	color:#FFFFFF;
}

#header-row1 .col1,#header-row1 .col2
{
	height:30px;
	background-color:#003366;
	color:#FFFFFF;
	
	margin-right:8px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	line-height:30px;
	vertical-align:middle;
}
#header-row1 .col1
{
	width:330px;
}

#header-row1 .col2
{
	width:160px;
}

#header-row1 .col2 span
{
	margin:0px;
	padding:0px;
}

#header-row1 .col2 img
{
	margin:0px;
	padding:0px;
	top:-7px;
	position:relative;
	
}

#header-row1 a{
	outline:none;
}

#header-row2{
	height:53px;
	width:100%;
	/*display:none;*/
}

#header-row2 .col1{
	float:left;
	width:205px;
	display:none;
}
#header-row2 .col2{
	float:left;
}

#header-row2 .col2 li{
	width:100px;
	height:54px;
}


#main{
	min-height:700px;
	/* background:url(images/content_bg.gif) repeat-y top left; */
	vertical-align:top;
}

#nav{
	float:left;
	width:220px;
	
	min-height:700px;
	color:#fff;
	font-size:9pt;
	font-family: "Arial Narrow",Arial;	
}

#nav h4{
	color:#FFFFFF;
}

#content{
	
	/*
	float:right;
	width:786px;
	padding-right:10px;
	width:95%;
	*/
	float:right;
	width:74%;
	min-height:700px;
	padding:2px;
	margin-left:20px;
	margin-right:20px;
	
}

/* for Internet Explorer */
/*\*/
* html #main{
	height:700px;
	background:url(images/content_bg.gif) repeat-y top right;
}

* html #content{
	height:700px;
	padding:0px !important;	
	margin:0px !important;	
	
}
* html #nav{

}
/**/

#content a{
	color:#0099CC;
}

#content ul, ol{
	margin-left:40px;
}

#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:213px;
}
#navigation a.head, a.head2 {
	cursor:pointer;
	background: url(images/collapsed.gif) no-repeat scroll 3px 8px;
	background-color:#003366;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:10px 2px;
	padding:5px 0px;
	text-indent:14px;
	text-decoration: none;
	font-size:10pt;
	text-transform:uppercase;
	border-bottom: #fff solid 1px;
}
#navigation a.head:hover, a.head2:hover {
	/*color:#FFFF99;*/
	
}
#navigation a.selected {
	background-image: url(images/expanded.gif);
}
#navigation a.current {

}
#navigation ul {
	border-width:0px;
	margin:0px;
	padding:0px;
	text-indent:0px;
}
#navigation li {
	list-style-type:circle;
	display:inline;
}

#navigation li li a {
	/*color:#fff;*/
	display:block;
	padding-left:15px;
	text-decoration: none;
	margin-bottom:10px;
	vertical-align:top;
	background:url(images/bullet.gif) no-repeat 8px 5px;
	font-size:10pt;
}
#navigation li li a:hover {
	text-decoration:underline;
}


#footer{
	background:url(images/content_bg.gif) repeat-y top right;
	font-size:x-small;
	margin: 0;
	padding: 0;
	display:none;
}

#footer hr{
	width:100%;
	color:#16b7f1;
}
#footer-content{
	margin-left:218px;	
	text-align:center;
	width:800px;
	color:#003366;
}

#footer a{
	color:#0099CC;
}



#home-actions{
	margin-bottom:20px;
}

#home-actions h2{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
}

#home-actions h3{
	color:#003366;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;	
	margin-bottom:5px;
}


#home-actions .btn{
	background-color:#003366;
	width:220px;
	padding:10px;
	margin-right:10px;
	float:left;
	text-align:center;
	text-transform:uppercase;
	font-weight:bold;
}

#home-actions .btn a{
	color: #34BEB4;
}

#home-content{
	float:left;
	/*width:500px;*/
	width:70%;
	min-height:620px;
	padding-right:0px;
	margin-right:4px;
	border-right:#9B9B9B solid 1px;
}

#home-sidebar{
	float:left;
	/*width:270px;*/
	width:28%;
	padding-left:6px;
	
}

#home-gallery{
	width:230px;
	padding:0px;
	margin-left:0px;
	margin-right:10px;
	border:#fff solid 1px;
}

#home-news{
}

#home-news h5{
	font-size:9pt;
}

#faq{
}

#faq h5{
	margin-bottom:5px;
	border-bottom:#999999 solid 1px;
}

#faq h5 a{
	text-decoration:none;
	font-size:10pt;
	color:#000066;
}

#faq li{
	margin-bottom:5px;
}


.mySliderWraper{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9pt;
	width:300px;
}
#myController{
	text-align:right;
	padding-top:3px;
}
#myController span{
	color:#FFF;
	margin-right:10px;
	cursor:pointer;
	padding-left:5px;
	background:url(/layouts/public/images/testimonials/box.gif) no-repeat top left;
	width:8px;
	height:8px;
}

#jFlowSlide{
	/*
	border:1px solid  #CCCCCC;
	*/
}

#myController .jFlowControl {

}

#myController span.jFlowSelected {
	background:url(/layouts/public/images/testimonials/box_over.gif) no-repeat top left;
	width:8px;
	height:8px;

}

.sliderContent p{
	margin-top:3px;
	margin-left:3px;
	margin-right:3px;
}
.sliderContent img{
	padding-right:5px;
}

.sliderContent .testimonial{
	color:#003366;
	font-size:10pt;
}

.schedule-box{
	
}

.schedule-box td strong{
	color:#36BEB5;
}

table.ui-center {
   margin-left:auto; 
   margin-right:auto;
 }
 
 #wowslider-container1 { 
	zoom: 1; 
	position: relative; 
	max-width:480px;
	margin:11px auto 11px;
	z-index:90;
	border:none;
	text-align:left; /* reset align=center */
}
* html #wowslider-container1{ width:480px }
#wowslider-container1 .ws_images ul{
	position:relative;
	width: 10000%; 
	height:auto;
	left:0;
	list-style:none;
	margin:0;
	padding:0;
	border-spacing:0;
	overflow: visible;
	/*table-layout:fixed;*/
}
#wowslider-container1 .ws_images ul li{
	width:1%;
	line-height:0; /*opera*/
	float:left;
	font-size:0;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

#wowslider-container1 .ws_images{
	position: relative;
	left:0;
	top:0;
	width:100%;
	height:100%;
	overflow:hidden;
}
#wowslider-container1 .ws_images a{
	width:100%;
	display:block;
	color:transparent;
}
#wowslider-container1 img{
	max-width: none !important;
}
#wowslider-container1 .ws_images img{
	width:100%;
	border:none 0;
	max-width: none;
	padding:0;
}
#wowslider-container1 a{ 
	text-decoration: none; 
	outline: none; 
	border: none; 
}

#wowslider-container1  .ws_bullets { 
	font-size: 0px; 
	float: left;
	position:absolute;
	z-index:70;
}
#wowslider-container1  .ws_bullets div{
	position:relative;
	float:left;
}
#wowslider-container1  a.wsl{
	display:none;
}
#wowslider-container1 sound, 
#wowslider-container1 object{
	position:absolute;
}
#wowslider-container1  .ws_bullets { 
	padding: 10px; 
}
#wowslider-container1 .ws_bullets a { 
	width:22px;
	height:22px;
	background: url('bullet.png') left top;
	float: left; 
	text-indent: -4000px; 
	position:relative;
	color:transparent
}
#wowslider-container1 .ws_bullets a.ws_selbull, #wowslider-container1 .ws_bullets a:hover{
	background-position: 0 100%;
}
#wowslider-container1 a.ws_next, #wowslider-container1 a.ws_prev {
	position:absolute;
	display:none;
	top:50%;
	margin-top:-15px;
	z-index:60;
	height: 38px;
	width: 38px;
	background-image: url('arrows.png');
}
#wowslider-container1 a.ws_next{
	background-position: 100% 0;
	right:10px;
}
#wowslider-container1 a.ws_prev {
	left:10px;
	background-position: 0 0; 
}
* html #wowslider-container1 a.ws_next,* html #wowslider-container1 a.ws_prev{display:block}
#wowslider-container1:hover a.ws_next, #wowslider-container1:hover a.ws_prev {display:block}
/* bottom center */
#wowslider-container1  .ws_bullets {
    bottom: 3px;
	left:50%;
}
#wowslider-container1  .ws_bullets div{
	left:-50%;
}
#wowslider-container1 .ws-title{
	position:absolute;
	display:block;
	bottom: 21px;
	left: 5px;
	margin:3px 3px 3px 10px;
	padding:10px;
	background-color:white;
	color:black;
	z-index: 50;
	border-radius:8px;
	box-shadow:0 0 3px #000;
	font-family: Tahoma,Arial,Helvetica;
	font-size: 14px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	opacity:0.5;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);	
}
#wowslider-container1 .ws-title div{
	padding-top:5px;
	font-size: 12px;
}
#wowslider-container1  .ws_shadow{
	background-image: url('bg.png');
	background-repeat: no-repeat;
	background-size:100%;
	position:absolute;
	z-index: -1;
	left:-2.29%;
	top:-3.06%;
	width:104.58%;
	height:106.11%
}
* html #wowslider-container1 .ws_shadow{/*ie6*/
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}
*+html #wowslider-container1 .ws_shadow{/*ie7*/
	background:none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( src='engine1/bg.png', sizingMethod='scale');
}