@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	background-image: url(images/wallpaper.jpg);
	background-repeat: repeat;
	background-color: #B3CCD0;
	font-family: Arial, Helvetica, sans-serif;
	z-index: 0;
}
.clr {
	clear: both;
}
a {
	text-decoration: none;
}
h1 {
	color: #70B1C9;
	font-size: 24px;
	font-weight: normal;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	line-height: 22px;
	color: #E6B668;
	padding-top: 5px;
	padding-bottom: 5px;
}
.logoBox {
	width: 1400px;
	margin-left: -680px;
	background-image: url(images/ocean-breeze-logo.png);
	background-repeat: no-repeat;
	height: 390px;
	background-position: -35px;
	position: absolute;
	z-index: 5;
	left: 50%;
	margin-top: -12px;
}
.pageBox {
	z-index: 10;
	position: absolute;
	margin-top: 150px;
	left: 50%;
	margin-left: -450px;
	width: 900px;
}
.menuBox {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/menu-bg.png);
	background-repeat: no-repeat;
	height: 50px;
}
.menuBox ul {
	list-style-type: none;
	margin-left: 20px;
	padding-top: 9px;
}
.menuBox ul li {
	float: left;
	display: block;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #8cb4c9;
	padding-left: 8px;
	padding-right: 15px;
}
.menuBox ul li a {
	color: #FFF;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	line-height: 13px;
}
.menuBox ul li .menuSubItem {
	color: #aeccdb;
	font-size: 13px;
	line-height: 13px;
}
.headerBackgroundImage {
	position: absolute;
	z-index: 11;
}

.headerBox {
	height: 300px;
	border-top-width: 6px;
	border-top-style: solid;
	border-top-color: #FFF;
	background-repeat: no-repeat;
}
.headerBox ul {
	list-style-type: none;
	margin-top: 40px;
	position: absolute;
	left: 0px;
	z-index: 16;
}
.headerBox ul li {
	margin-top: 5px;
	display: block;
	width: 250px;
	background-image: url(images/blue-trans.png);
	background-repeat: repeat;
}
.headerBox  a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	padding-top: 11px;
	padding-bottom: 11px;
	text-align: center;
	color: #FFF;
	
}
.headerBox a:hover {
	background-color: #4B82A3;
}
.headerBox .chatWithRep {
	position: absolute;
	z-index: 50;
	right: -1px;
	top: 302px;
	cursor: pointer;
}
.bodyBox {
	width: 900px;
	margin: 0 auto;
	background-color: #FFF;
}
.contentBox {
	padding: 14px;
}
.contentBox a {
	color: #E6B668;
}
.contentBox .leftBox {
	width: 30%;
	float: left;
}
.contentBox .rightBox {
	float: right;
	width: 67%;
}
.contentBox p {
	font-size: 13px;
	color: #666;
	line-height: 22px;
	text-align: justify;
	padding-bottom: 11px;
}
.contentBox ul {
	font-size: 14px;
	margin: 11px 0 20px 24px;
	color: #477FA2;
	list-style-type: square;
}
.contentBox ul li {
	padding-top: 3px;
}
.specialBox {
	width: 47%;
	float: left;
	border: 1px solid #e6dfd4;
	background-image: url(images/special-bg.jpg);
	background-repeat: repeat-x;
	background-position: 0px 100%;
	padding: 5px;
	margin: 0 5px 5px 0;
}
.specialBox .specialPrice {
	float: right;
	color: #4a82a4;
	font-size: 20px;
}
.specialBox .specialType {
	color: #e6b668;
	font-size: 20px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.specialBox .specialTime {
	font-size: 13px;
	color: #666;
	clear: both;
	margin: 5px 0 5px 10px;
}
.specialBox .specialIncludes {
	font-size: 13px;
	color: #666;
	clear: both;
	margin-left: 10px;
}
.specialBox .readMore a{
	font-size: 11px;
	color: #4A96CA;
	font-weight: bold;
	padding: 2px;
	display: block;
	border-top: 1px solid #CCC;
	margin-top: 4px;
}
.specialBox2 {
	width: 100%;
	float: left;
	border: 1px solid #e6dfd4;
	background-image: url(images/special-bg.jpg);
	background-repeat: repeat-x;
	padding: 5px;
	margin: 0 5px 5px 0;
	background-position: 0px 100%;
	color: #333;
	font-size: 14px;
}
.specialBox2 .specialPrice {
	float: right;
	color: #4a82a4;
	font-size: 20px;
}
.specialBox2 .specialTitle {
	color: #e6b668;
	font-size: 17px;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
.specialBox2 a:hover {
	color: #4A82A4;
}
.specialBox2 label {
	font-size: 11px;
	color:#666;	
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 7px 0 13px;
}
.specialBox2 small {
	font-size: 9px;	
}
.specialBox2 .bookIt a {
	color: #CA2102;
    font-size: 13px;
    font-weight: bold;
    position: relative;
    left: 395px;
}
.specialDetails label {
	font-size: 11px;
	color:#666;	
	text-transform: uppercase;
	display: inline-block;
	padding: 5px 7px 0 13px;
}
.specialDetails {
	width: 90%;
	background-image: url(images/special-bg.jpg);
	background-position: 0px 100%;
	background-repeat: repeat-x;
	color: #70B1DB;
	font-size: 14px;
}
.specialDetails .bookIt {
	font-size: 15px;
	display: block;
	border: 1px solid #900;
	background-color: #F3CBCB;
	padding: 5px;
	margin: 7px 7px 7px 10px;
	color: #900;
}
.specialDetails h2 {
	font-size: 22px;
}
.specialDetails h2 small {
	font-size: 13px;
}
.footerBox {
	width: 900px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
.footerBox .signUpBox {
	width: 65%;
	color: #FFF;
	font-size: 12px;
	padding: 10px;
	background-image: url(images/blue-trans.png);
	background-repeat: repeat;
	float: right;
}
.footerBox input {
	background-color: #E8F0F3;
	border: 1px solid #4A80A2;
	font-size: 15px;
	color: #333;
	margin-bottom: 1px;
	padding-top: 1px;
	padding-right: 2px;
	padding-bottom: 1px;
	padding-left: 2px;	
}
.leftSignUp {
	background-color: #A3C3CE;
	margin-bottom: 20px;
	margin-top: 15px;
	border: 1px solid #8EB5C4;
	background-image: url(images/sign-up-bg.jpg);
	background-repeat: no-repeat;
	width: 250px;
	overflow: hidden;
}
.leftSignUp input {
	background-color: #E8F0F3;
	border: 1px solid #4A80A2;
	font-size: 15px;
	color: #333;
	margin-bottom: 1px;
	padding: 1px 2px;
}
.advertisement {
	background: #BED3DC url(images/advertisements/abbotsford-head-calder-cup.jpg) no-repeat 8px center;
	margin: 10px 0;
	padding: 30px 0 0 140px;
	font-size: 18px;
	color: #426779;
	height: 55px;
	border: 2px dashed #8AAFB3;
}
.advertisement a {
	color: #375866;
}

.myForm {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.myForm textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.myForm .fieldLabel {
	display: block;
	width: 200px;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #666;
}
.myForm .error !IMPORTANT {
	color: #F00;		
}
.myForm .myField {
	border: solid 2px #CCC;
	padding: 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.myForm .myButton {
	border: solid 2px #CCC;
	padding: 2px 15px;
	background-color: #FFF;
	margin-top: 5px;
	color: #666;
	font-size: 18px;
}
.responseSuccess {
	display: block;
	padding: 7px;
	background: #E1EFF0;
	border: 2px dashed #86AFC8;
	color: #86AFC8;
	font-weight: bold;
}
.responseFail {
	display: block;
	padding: 7px;
	background: #FFD2D2;
	border: 2px dashed #EA0000;
	color: #666666;
	font-weight: bold;
}
.footerBox #socialMediaBox a img {
	margin: 10px 5px 10px 10px;
	float: left;
}
.logoBox .socialBox {
	position: absolute;
	top: 122px;
	width: 125px;
	height: 40px;
	left: 975px;
}
.logoBox .socialBox .socialIcon {
	float: left;
}
.testimonial {
	background: #D8E4E6;
	padding: 4px 10px;
	border: 1px solid #A8C4C8;
	margin-bottom: 16px;
	margin-top: 4px;
}
.testimonial .name {
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	color: #51A2C8;
}



/******************************
	IFRAME SETUP
******************************/
.searchPaneliFrame {
	border: none;	
}
.searchPanel {
	float: left; 
	margin-top: -80px; 
	z-index: 9999;
	position:relative;width: 300px;
}
.resultsFrame {
	border: none;
	width: 1020px;
	margin-left: -10px;
	min-height: 700px;
}
.specialIframe {
    width: 450px;
	min-height: 300px;
}
#packagesiFrame {
	height: 1224px;
}

/******************************
	SIMPLE TABS
******************************/
.tabs div, .tabs div2 {
	clear: both;	
}
.tabNavigation {
	list-style-image: none !important;
	list-style-type: none !important;
	margin: 0px !important;
	padding: 0px !important;
}
.tabNavigation li {
	display: inline-block;
	float: left;
}
.tabNavigation li a {
	font-size: 18px;
	border-top: 3px solid #4981A3;
	border-left: 1px solid #E1E1E1;
	border-right: 1px solid #E1E1E1;
	padding: 3px 8px;
	margin-right: 3px;
	display: block;	
}
.tabNavigation li a:hover {
	background-color:#E1E1E1;
	color: #4981A3;
	border-top-color: #4981A3;
}
.tabNavigation li a.selected {
	background-color:#E1E1E1;
	color: #4981A3;
	border-top-color: #4981A3;
}

/******************************
	WIDE RESULTS
******************************/
.wide, .wide .menuBox, .wide .bodyBox {
	width: 1026px;	
}
.wide .menuBox {
	background-image: url(images/menu-bg-wide.png);
}
.wide {
	position: absolute;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}


.warning {
	padding: 8px;
	border: 1px solid #FFE73C;
	font-size: 13px;
	background-color: #FFF8C4;
	color: #FFBF00;
	clear: both;
	margin-top: 6px;
	margin-right: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}
.clickForMore {
	left: 324px;
    position: relative;
    font-size: 12px;	
}
.winner {
	margin-top: -170px;
}

