/*
HTML Page elements
---------------------
*/

	body {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		background-color: #004A90;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		font-weight: normal;
		color: #ffffff;
	}
	
	hr {
		display: none;
	}
	
	.hidden {
		display: none;
	}
	
	form {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	p {
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	.introParagraph {
		font-size: 13px;
		line-height: 16px;
		font-weight: bold;
	}
	
	.clearBoth {
		display: block;
		clear: both;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
	}
	
	.clearLeft {
		display: block;
		clear: left;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
	}
	
	.noTopMargin {
		margin-bottom: 0px;
	}
	
	.noBottomMargin {
		margin-bottom: 0px;
	}
	
	.picBorder {
		border: 1px solid #ffffff;
	}
	
	.picLeft {
		display: block;
		clear: both;
		float: left;
		margin: 5px 10px 12px 0px;
	}
	
	.picLeftBottom {
		float: left;
		margin: 9px 10px 0px 0px;
	}
	
	.picLeftTop {
		display: block;
		clear: both;
		float: left;
		margin: 0px 10px 50px 0px;
	}
	
	.picRight {
		display: block;
		clear: both;
		float: right;
		margin: 5px 0px 12px 15px;
	}
	
	.picCenter {
		display: block;
		text-align: center;
		margin: 5px 0px 12px 0px;
	}
	
	#redTintBox {
		display: block;
		clear: both;
		margin: 0px 0px 12px 0px;
		padding: 8px 10px 8px 10px;
		border: 1px solid #F54E1B;
		background-color: #583559;
	}
	#redTintBox p {
		margin: 8px 0px 0px 0px;
	}

	.linkDiv {
		cursor: pointer;
	}

/*
Misc positioning elements
-------------------------
*/

	#fullBrowserWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 30px 0px;
		width: 100%;
		text-align: center;
		background-color: #132C75;
		background-image: url("/images/common/page_background.jpg");
		background-position: top center;
		background-repeat: repeat-x;
	}
	
	#pageArea {
		display: block;
		margin: 10px 0px 20px 0px;
		position: relative;
		width: 740px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
	}

/*
Header elements
-------------------------
*/

	#headerArea {
		display: block;
		position: relative;
		width: 760px;
		height: 146px;
		margin-left: auto;
		margin-right: auto;
	}
	
	#headerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#sharkDivesHeader {
		position: absolute;
		top: 23px;
		right: 9px;
	}
	
	#dswHeaderLogo {
		position: absolute;
		top: 0px;
		left: 0px;
	}
	
	#dswHeaderLogoNEW {
		position: absolute;
		top: 5px;
		left: 8px;
	}
	
	#cssSwitch {
		position: absolute;
		top: 95px;
		right: 10px;
		font-size: 10px;
		line-height: 12px;
		color: #1E5B9B;
	}
	#cssSwitch a {
		color: #ffffff;
		text-decoration: none;
	}
	#cssSwitch a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#cssSwitch a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#headerDate {
		color: #ffffff;
	}


/*
Page Title and/or Image
-------------------------
*/

	#pageTitleArea {
		display: block;
		position: relative;
		margin: 0px 0px 0px 0px;
		height: 50px;
	}

	#pageTitleArea img {
		position: absolute;
		left: 0px;
		bottom: 0px;
	}
	
	#pageTitleArea h1 {
		display: block;
		position: absolute;
		top: 0px;
		left: 0px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-weight: normal;
		font-size: 24px;
		line-height: 28px;
		color: #ffce14;
	}
	
	#sigImage {
		display: block;
		margin: 0px 0px 20px 0px;
	}


/*
Column Layouts
-------------------------
*/

	#twoColumnLayout {
		display: block;
		margin: 20px 0px 0px 0px;
		width: 740px;
		min-height: 300px;
	}
	
	#twoColumnLayout #mainColumn.narrowWidth {
		display: block;
		width: 520px;
		float: left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#contentIndented {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainColumn.fullWidth {
		display: block;
		width: 740px;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#mainColumn a:link {
		color: #ffce14;
	}
	
	#mainColumn a:visited {
		color: #FF9933;
	}
	
	#mainColumn a:hover {
		color: #FFFF99;
	}
	
	#mainColumn h2 {
		display: block;
		margin: 25px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 14px;
		line-height: 16px;
		color: #ffce14;
	}
	
	#mainColumn h2.smallMargin {
		margin-bottom: 4px;
	}
	
	#mainColumn h2.noBottomMargin {
		margin-bottom: 0px;
	}
	
	#mainColumn h3 {
		display: block;
		margin: 12px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #ffce14;
	}
	
	#mainColumn h4 {
		display: block;
		margin: 8px 0px 8px 0px;
		padding: 0px 0px 0px 0px;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		line-height: 15px;
		color: #ffce14;
	}
	
	#mainColumn ul {
		display: block;
		margin: 0px 0px 12px 0px;
		padding: 0px 0px 0px 0px;
		list-style-type: none;
		list-style-position: outside;
	}
	
	#mainColumn ul li {
		margin: 0px 0px 8px 0px;
		padding: 0px 0px 0px 20px;
		background-image: url("/images/common/list_bullet.gif");
		background-position: 0px 4px;
		background-repeat: no-repeat;
	}
	
	#mainColumn ol li {
		margin: 0px 0px 5px 0px;
		text-align: justify;
	}
	
	#mainColumn .smallText {
		font-size: 11px;
		line-height: 13px;
	}
	
	#twoColumnLayout #rightColumn {
		display: block;
		width: 175px;
		float: right;
		margin: 0px 0px 0px 0px;
		padding: 50px 0px 0px 0px;
	}
	
	#rightColumn hr {
		display: none;
	}
	
	#partnersLeftColumn {
		display: block;
		width: 225px;
		float:left;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#partnersRightColumn {
		display: block;
		width: 225px;
		float:right;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
	}
	
	#partnersLeftColumn a {
		text-decoration: none;
	}
	
	#partnersRightColumn a {
		text-decoration: none;
	}
	
	.orangeText {
		color: #ffce14;
	}

/*
Table elements
-------------------------
*/

	#genericTable {
		display: block;
		margin: 25px 0px 20px 0px;
		background-color: #7EC326;
		text-align: left;
	}
	#genericTable caption {
		padding: 3px 3px 3px 8px;
		margin-bottom: 0px;
		background-color: #7EC326;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		line-height: 15px;
		font-weight: bold;
		color: ffffff;
		text-align: left;
	}
	#genericTable th {
		margin: 1px;
		padding: 3px 4px 3px 8px;
		background-color: #0067AB;
		color: #ffffff;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
	}
	#genericTable td {
		margin: 1px;
		padding: 3px 4px 3px 8px;
		background-color: #583559;
		color: #ffffff;
		font-weight: normal;
		font-size: 12px;
		text-align: left;
	}
	#genericTable tr.headings th.blue {
		margin: 1px;
		padding: 2px 4px 2px 8px;
		background-color: #004A90;
		color: #9AC3DE;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
	}
	#genericTable tr.headings th.red, #genericTable tr.headings th.redcenter {
		margin: 1px;
		padding: 2px 4px 2px 8px;
		background-color: #403262;
		color: #BDAFBD;
		font-weight: normal;
		font-size: 11px;
		text-align: left;
	}
	#genericTable tr.headings th.redcenter, #genericTable td.centered {
		text-align: center;
	}

/*
Footer elements
-------------------------
*/


	#footerArea {
		display: block;
		margin: 20px 0px 0px 0px;
		position: relative;
		width: 740px;
		height: 26px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		background-image: url("/images/common/footer_bg.gif");
		color: #3B872A;
	}
	
	#footerArea p {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		font-size: 11px;
		line-height: 13px;
	}
	
	#footerArea a {
		color: #ffffff;
		text-decoration: none;
	}
	#footerArea a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#footerArea a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#footerArea #toTop {
		position: absolute;
		top: 6px;
		left: 10px;
	}
	
	#footerArea #footerLinks {
		position: absolute;
		top: 6px;
		right: 10px;
	}
	
	#copyrightArea {
		display: block;
		margin: 10px 0px 0px 0px;
		font-size: 10px;
		line-height: 12px;
		text-align: center;
	}

/*
ASPRO Corporate Footer elements
-------------------------------
*/

	#asproFooterFullWidth {
		display: block;
		margin: 0px 0px 0px 0px;
		padding: 25px 0px 1px 0px;
		width: 100%;
		text-align: center;
		background-image: url("/images/common/corp_footer/corp_footer_waves_tile.gif");
		background-position: top center;
		background-repeat: repeat-x;
	}
	
	#asproFooterFullWidth hr {
		display: none;
	}
	
	#asproFooterArea {
		display: block;
		margin: 0px 0px 0px 0px;
		width: 1055px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	
	#asproFooterArea dl {
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 10px;
	}
	
	#asproFooterArea dl dt {
		display: none;
	}
	
	#asproFooterArea dl dd {
		float: left;
		position: relative;
		margin: 0px 0px 0px 0px;
		padding: 0px 0px 0px 0px;
		width: 130px;
		height: 80px;
		font-size: 9px;
		line-height: 11px;
		text-align: center;
	}
	
	#asproFooterArea dl dd .logoText {
		display: block;
		position: absolute;
		top: 52px;
		left: 0px;
		width: 130px;
	}
	
	#asproFooterArea dl dd .logoText .attractionTitle {
		display: none;
	}
	
	#asproFooterArea dl dd a {
		color: #ffffff;
		text-decoration: none;
	}
	#asproFooterArea dl dd a:visited {
		color: #ffffff;
		text-decoration: none;
	}
	#asproFooterArea dl dd a:hover {
		color: #ffffff;
		text-decoration: underline;
	}
	
	#asproFooterArea dl dd img {
		margin: 0px 0px 2px 0px;
	}