@charset "UTF-8";

/* CSS Document */

html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, blockquote {/*fieldset,*/
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
/*img, fieldset { border: 0; }*/
img { border: 0; }
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	background-color: #000000;
}
#header img {
	margin: 0px;
	padding: 0px;
}
.twoColFixLtHdr #container {
	width: 910px;
	margin: 0 auto;
	background-image: url(../img/bg-snorkelingbahamas.jpg);
} 
.twoColFixLtHdr #header {
} 

.twoColFixLtHdr #container #mainContent h2 {
	font-size: 1.1em;
	color: #993300;
	margin: 0px;
	padding: 5px;
}
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	background-color: #FFCB2D;
	font-size: 0.8em;
	text-align: left;
	background-image: url(../img/bg-snorkelingbahamas.jpg);
}
.twoColFixLtHdr #mainContent {
	float: right;
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 640px;
} 
.twoColFixLtHdr #footer {
	background-color: #0099FF;
	text-align: center;
	padding-top: 10;
	padding-bottom: 5;
	color: #000000;
	width: 910px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}
.item {
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #0033FF;
	padding-bottom: 10px;
}
.youtube {
	margin-right: auto;
	margin-left: auto;
	width: 425px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #333333;
	margin: 0px;
	text-align: justify;
}

h1 {
	font-size: 1.4em;
	text-align: center;
	padding: 3px;
	color: #0000FF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: bold;
}
/* list.html */
.content .list{
	width:570px;
	margin-left:10px;
	float: left;
}

.content .list .list_item{
	width:185px;
	float:left;
	margin-top:5px;
	margin-right: 2px;
	margin-left: 2px;
}

.list_item_img
{	width:185px; height:130px;line-height:130px;
	margin:auto; vertical-align:middle;
	border:none;
}
.content .list .list_item_img a {
}

.content .list .list_item_id {
	width:185px;
	text-align:center;
	color:#666666;
	text-decoration:none;
	line-height:16px;
	height:40px;
	font-size: .8em;
}
.content .list .list_item_id a { 
}

.content .article_body
{
	background: #700203 url(../../Img/article_body.jpg) repeat-x top left;
	width:583px;
	margin-left:20px;
	display:inline;
	float:left;
	text-align:left;
}
h3 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-weight: bold;
}

.list  h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: left;
	color: #666666;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	background-color: #FFFFE1;
}

#mainContent p {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}

#mainContent a img {
	margin-left: 12em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#mainContent  #payment p {
	text-align: center;
}
#mainContent ol {
	list-style-position: inside;
	font-size: .9em;
}
.specialbox {
	background: url(../img/slidingdoors/div-bottom-slidingdoors.gif) no-repeat left bottom;
	font-size: 0.9em;
	width: 630px;
}

#sidebar1 .cate ul {
	line-height: 2.0em;
}

#sidebar1 .cate h4 {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.twoColFixLtHdr #container #sidebar1 a {
	line-height: 1.8em;
	font-size: 1.1em;
}
.twoColFixLtHdr #container #sidebar1 h2 {
	color: #333;
	line-height: 1.5em;
	font-weight: bold;
	font-size: 1.3em;
	padding-top: 10px;
}

.cate {
	min-height:1px;
	margin-left:10px;
	text-align: left;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.cate .cate_head .cate_head_text
{
	color:#FFFFFF;
	letter-spacing:4px;
	text-align:center;
	background-color: #0066FF;
	background-image: url(../img/bg-sidebar-heading.jpg);
	background-repeat: repeat-x;
	line-height: 2.2em;
}

.cate p {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.reservation-link {
	font-size: 1.2em;
	text-align: center;
	padding: 5px;
}
.img-wrapper {
	clear: right;
	float: right; /* for ie6  */
	margin: 15px;
}
.img-wrapper img {
	background-color: #99FFFF; /* fake photo border */
	border: 1px solid #a9a9a9; /* fake photo border */
	padding: 4px; /* fake photo border */
	display: block;
}
.boarder {
	border: 1px solid #333333;
}

#locator {
	float: left;
	width: 250px;
	padding: 10px;
	background-color: #00CCFF;
	border: thin solid #333333;
}
#quote table {
	margin-right: auto;
	margin-left: auto;
}
#footer-nav ul {
	list-style: none;
	text-align: center;
	font-weight: 500;
	letter-spacing: 1px;
	line-height: 1 em;
	margin: 0px;
	padding: 0px;
	font-size: .9em;
}
#footer-nav li {
	display: inline;
	padding: 0px 10px;
}
#footer p {
	text-align: center;
}
.style3 {
	color: #FF0000;
	font-size: 18px;
}
.attentionBox {
	background-color: #FFFFFF;
	border: thin solid #FF0000;
}
.style1 {color: #CCFF00}
ul {
	margin-left: 20px;
}
#faq h2 {
	font-weight: bold;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #993300;
}
#faq #mainContent {
}
#faqlist li {
	padding-bottom: 5px;
}
#linkslist {
	font-size: 0.8em;
	list-style-type: none;
	margin-left: -10px;
}
.specialbox h3 {
	margin: 0;
	padding: 6px 8px 4px 10px;
	font-size: 130%;
	color: #CC0000;
	border-bottom: 1px solid #E0CFAB;
	background: url(../img/slidingdoors/h3-bg-slidingdoors.gif) no-repeat left top;
}
.specialbox p {
	padding: 0px;
	margin: 10px 20px;
}
.specialbox2 li {
	margin: 0px 0px 6px 10px;
	padding: 0px;
}
.specailbox2 {
	float: right;
	width: 275px;
	background: #FFFFCC;
	border: thin solid #999999;
	margin-left: 15px;
}
.specailbox2 h4 {
	color: #0000FF;
	text-align: center;
}
.specailbox2 p {
	font-size: .8em;
	padding-right: 5px;
	padding-left: 5px;
}
