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

html
{
	-webkit-text-size-adjust: none;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
/*	background-image: url(/images/body_bg.jpg);*/
	background-repeat: repeat-x;
}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: .8em;
	text-transform: uppercase;
	clear: left;
}

h1
{
	font-size: 160%;
}

h5
{
	font-size: 160%;
	text-transform: none;
}

h2
{
	font-size: 140%;
}

h3
{
	font-size: 120%;
}

h4
{
	clear: both;
	font-size: 100%;
}

h4 span
{
	text-transform: none;
}

h6
{
	font-size: 100%;
	text-transform: none;
}

p, ul
{
	line-height: 1.8em;
	margin-bottom: 1.8em;
}

fieldset p
{
	line-height: 1.8em;
	margin-bottom: 1em;
}

q
{
	font-style: italic;
}

q:before, q:after
{
	content: '"';
}

em
{
	font-style: italic;
}

a
{
	color: #006699;
	text-decoration: none;
}

a[href^="http:"], a[href^="https:"]
{
	background-image: url(/images/external_link.gif);
	background-repeat: no-repeat;
	background-position: top right;
	padding-right: 10px;
}

a:hover
{
	color: #0099CC;
	text-decoration: underline;
}

img
{
	margin: 0;
	padding: 0;
	border: none;
}

li em
{
	display: block;
	margin-bottom: 1em;
	color: #999999;
}

.left
{
	float: left;
	margin-right: 2em;
}

.right
{
	float: right;
	margin-left: 2em;
}

#container
{
	width: 955px;
	margin: 0px auto;
	background-color: #FFFFFF;
}

#branding
{
	text-align: left;
	width: 955px;
	height: 60px;
	background-image: url(/images/backgrounds/logo_small.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	background-color: #000000;
	border-bottom: 1px solid #AAAAAA;
}

#branding p
{
	font-size: 11px;
	text-align: right;
	padding-top: 5px;
	width: 420px;
	color: #666666;
}

#branding q
{
	color: #CCCCCC;
}

#content_main
{
	float: left;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 620px;
	height: 35em;
	overflow: auto;
	text-align: left;
	margin-bottom: 10px;
	z-index: 10;
}

#content_main span
{
	float: right;
}

#content_supp
{
	float: right;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 295px;
	height: 35em;
	overflow: auto;
	text-align: left;
	margin-bottom: 10px;
	z-index: 10;
}

#content_supp span
{
	float: right;
}

#content_wide
{
	float: left;
	position: relative;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
	width: 935px;
	height: 35em;
	overflow: auto;
	text-align: left;
	margin-bottom: 10px;
	z-index: 10;
}

#content_wide span
{
	float: right;
}

#content_banner
{
	clear: both;
	float: left;
	position: relative;
	height: 200px;
}

.clear_all
{
	clear: both;
}

.countdown
{
	text-align: center;
	color: #666666;
}

/**********************************************************************************/

ul.three_column_left
{
	float: left;
	margin-right: 3em;
}

ul.tooltips li
{
	position: relative;
}

ul.tooltips li em
{
	display: none;
}

ul.tooltips li:hover
{
	color: #333333;
	z-index: 100;
}

ul.tooltips li:hover em
{
	display: block;
	position: absolute;
	top: 1.6em;
	left: 2em;
	padding: 1em;
	border: 1px solid #AAAAAA;
	color: #333333;
	background-color: #d9e8f0;
}

ul.dash
{
	margin-left: 1em;
}

ul.dash li
{
/*	margin-bottom: .8em;*/
	padding-left: 10px;
	background-image: url(../images/backgrounds/dash.gif);
	background-repeat: no-repeat;
	background-position: center left;
	list-style-position: inside;
	list-style-type: none;
}

/****************************************************************/

#specialty_courses
{
	margin-bottom: 1em;
	margin-left: 5%;
	border-collapse: collapse;
	width: 90%;
	border: 1px solid #666666;
}

th, td
{
	padding: 0.1em 1em;
}

caption
{
	color: #333333;
	padding-bottom: 1em;
	text-align: center;
}

col
{
	border-right: 1px solid #AAAAAA;
}

col#col_prerequisites
{
	border: none;
}

th
{
	color: #FFFFFF;
	background-color: #333333;
	border-bottom: 1px solid #AAAAAA;
}

tr
{
	padding: 1em;
	background-color: #FFFFFF;
}

tr:nth-child(odd)
{
	background-color: #d9e8f0;
}

.open_water
{
	background-image: url(/images/backgrounds/sdi_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.technical_diving
{
	background-image: url(/images/backgrounds/tdi_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.cave_diving
{
	background-image: url(/images/backgrounds/nacd_bg.jpg);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.underwater_dynamics
{
	background-image: url(/images/backgrounds/ud_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.underwater_dynamics
{
	background-image: url(/images/backgrounds/ud_bg.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.course_detail_left, .course_detail_right
{
	clear: both;
	border-top: 1px solid #AAAAAA;
	padding-top: 10px;
}

.course_detail_left img
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #AAAAAA;
}

.course_detail_right img
{
	float: right;
	margin-left: 1em;
	margin-bottom: 1em;
	border: 1px solid #AAAAAA;
}

.about_us img
{
	margin-bottom: 1.4em;
	border: 1px solid #AAAAAA;
}

img.no_border
{
	border: none;
}

.course_detail_left ul, .course_detail_right ul, .open_water ul
{
	margin-left: 2em;
}

p.course_topics_covered
{
	clear: left;
}

ul.equipment_checklist li
{
	padding-left: 14px;
	background-image: url(/images/backgrounds/box_check.gif);
	background-position: center left;
	background-repeat: no-repeat;
}

/***************************** DIVE TRAVEL *******************************/
.travel_detail
{
	clear: both;
	border-top: 1px solid #AAAAAA;
	padding-top: 10px;
	min-height: 32em;
}

.travel_detail h6
{
	margin-top: 0;
}

.travel_detail img
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #AAAAAA;
}

.travel_detail ul
{
	margin-left: 2em;
}

.travel_package_includes
{
	clear: left;
	float: left;
	width: 50%;
}

.travel_package_doesnt_include
{
	float: right;
	width: 50%;
}

.travel_package_includes p, .travel_package_doesnt_include p
{
	color: #000000;
}


/***************************** DIVE LOG *******************************/
.dive_log
{
	clear: both;
	border-top: 1px solid #AAAAAA;
	padding-top: 10px;
	min-height: 32em;
}

.dive_log h6
{
	margin-top: 0;
}

.dive_log img
{
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #AAAAAA;
}

/**********************************************************************************/

h4#five_star
{
	position: relative;
}

h4#five_star span
{
	position: absolute;
	top: 0;
	left: 0;
	width: 51px;
	height: 100%;
	background-image: url(/about/images/5_stars.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.dot_span li
{
	background-image: url(/images/dot_space.gif);
	background-position: center;
	background-repeat: repeat-x;
}

.dot_span li em
{
	background-color: #FFFFFF;
}

.dot_span li span
{
	background-color: #FFFFFF;
}

/********************************FORMS*********************************************/
.required
{
	color: #FF0000;
}

label
{
	float: left;
	width: 15%;
}

.text
{
	border: 1px solid #AAAAAA;
	width: 50%;
}

.form_buttons
{
	margin-left: 15%;
	width: 50%;
}

.submit
{
	border: none;
	color: #0099CC;
	background-color: #FFFFFF;
}

.submit:hover
{
	text-decoration: underline
}

.checkbox
{
	float: left;
	margin-left: 15%;
}

label.checkbox
{
	float: none;
	width: auto;
	margin-left: 1em;
}

.error
{
	font-style: italic;
	color: #CC0000;
}

.success
{
	font-style: italic;
	color: #333333;
}

span.missing
{
	text-align: left;
	font-style: italic;
	width: 30%;
	color: #CC0000;
}

/******************************BOXES***********************************************/

.box
{
	margin-bottom: 1.6em;
	background-image: url(/images/box/box_bottom_left.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
}

.box_outer
{
	background-image: url(/images/box/box_bottom_right.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding-bottom: 1px;
}

.box_inner
{
	background-image: url(/images/box/box_top_right.gif);
	background-repeat: no-repeat;
	background-position: top right;
}

.box h1
{
	clear: none;
}

.box h3
{
	height: 21px;
	position: relative;
}

.box h3 span
{
	background-repeat: no-repeat;
	background-position: top left;
	width: 100%;
	height: 100%;
	position: absolute;
}

.box h2, .box h4, .box p, .box ul, .box h1, .box img
{
	margin-left: 10px;
	margin-right: 10px;
}

.box h2, .box h3, .box h5, .box h6
{
	margin-top: 0;
}

.box.box_instructor
{
	margin-top: 28px;
	margin-bottom: 45px;
}

.box_instructor img
{
	float: left;
	margin-top: -60px;
	margin-right: 1em;
	margin-left: 11px;
	border: 1px solid #666666;
	padding: 4px;
	background-color:#FFFFFF;
}

.box_instructor h3, .box_empty h3
{
	width: 10px;
	background-image: url(/images/box/box_top_left.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.box_announcement h3 span
{
	background-image: url(/images/box/box_announcement.gif);
}

.box_deal_of_the_week h3 span
{
	background-image: url(/images/box/box_deal_of_the_week.gif);
}

.box_news h3 span
{
	background-image: url(/images/box/box_news.gif);
}

.box_next_event h3 span
{
	background-image: url(/images/box/box_next_event.gif);
}

.box em
{
	font-style: italic;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #3399CC;
	padding: 0 0.5em 0 0.5em;
}

/**************************GALLERY****************************/
.gallery h2
{
	clear: both;
}


.gallery dl
{
	float: left;
	width: 102px;
	height: 142px;
	text-align: center;
	padding: 10px;
	margin-right: 1em;
	margin-bottom: 1em;
	border: 1px solid #AAAAAA;
}

.gallery dt
{
	font-weight: bold;
}

.gallery dt img
{
	border: 1px solid #AAAAAA;
}

/***************************CALENDAR*********************/
.calendar span
{
	color: #CC0000;
	text-transform: uppercase;
}

/**********************FAQ**************************/
.faq
{
	background-image: url(/images/backgrounds/faq_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.faq em
{
	font-size: 1em;
	font-style: normal;
	font-weight: bold;
	padding-right: 1em;
	color: #333333;
}

/*********************FOOTER***************************/

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 10px;
	padding: 10px;
	height: 1em;
	color: #666666;
	background-color: #000000;
}

#footer span
{
	float: right;
}

/*******************PRODUCTS************************/
.product
{
	clear: both;
	border-top: 1px solid #AAAAAA;
	padding-top: 10px;
}

.product img
{
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
