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

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	background-color: #EEEEEE;
	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;
}

h1
{
	margin-top: 1em;
	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;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

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

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

img.portrait
{
	float: right;
	margin: 4em;
}

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

.clear_all
{
	clear: both;
}

ul.three_column
{
	float: left;
	margin-right: 3em;
	width: 30%;
}

ul.three_column_right
{
	float: right;
	width: 30%;
}

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

.gallery
{
	clear: both;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #AAAAAA;
}

.gallery h3
{
	clear: both;
}

.gallery img
{
	margin: 2px;
}

/************************TRAINING****************************/

.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;
}

.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;
}

/********************************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;
}

/**************************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;
}

/**********************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: italic;
	padding-right: 1em;
	color: #333333;
}

.faq p
{
	clear: both;
}

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

#footer
{
	font-family: Arial, Helvetica, sans-serif;
	clear: both;
	font-size: 10px;
	padding: 10px;
	height: 1em;
	color: #666666;
	width: 680px;
	margin: 0 auto;
	border-top: 1px solid #CCCCCC;
}

#footer span
{
	float: right;
}
