@charset "utf-8";
/* CSS Document */
body  {
	background: #ececec;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-family: Tahoma;
	font-size: 100%;
}
#mainImg {
	background-color: #ffffff;
	background-image: url(../img/header.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 20px;
	height: 150px;
}
.errorheader {
	margin-left: 85px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12pt;
	line-height: 16px;
	color: #FFFFFF;
	background-color:#CC0000;
}
#DMmainImg {
	background-color: #ffffff;
	background-image: url(../img/DM-Oceanic.jpg);
	background-repeat: no-repeat;
	top: 300px;
	padding: 20px;
	height: 390px;
	background-position: 380px;
}
#DMmainImg2 {
	background-color: #ffffff;
	background-image: url(../img/logo/DMDiveShow.jpg);
	background-repeat: no-repeat;
	top: 300px;
	padding: 20px;
	height: 390px;
	background-position: 380px;
}
.NewContent {
	background-color: #ffffff;
	top: 300px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 210px;
	width: 650px;
	position: relative;
}
#DMmainContent {
	background-color: #ffffff;
	top: 300px;
	padding: 0px;
	background-position: 380px;
}
.MainBorder {
	width: 927px;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	background-color: #ffffff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}
.NewTop {
	background-color: #ffffff;
	background-image: url(../img/top.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 927px;
	height: 22px;
}
.RedTxt {
	color: #FF0000;
}
.WhiteTxt {
	color: #FFFFFF;
	font-weight: bold;
}
.smallWhiteTxt {
	color: #FFFFFF;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.BlueTxt {
	color: #0000FF;
}
a.ovalbutton{
	display: block;
	float: left;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/oval-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}
a.ovalbuttonR{
	display: block;
	float: right;
	font: normal 13px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 24px; /* Height of button background height */
	padding-left: 11px; /* Width of left menu image */
	text-decoration: none;
	background-color: transparent;
	background-image: url(../img/oval-blue-left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 2px;
}
a:link.ovalbutton, a:visited.ovalbutton, a:active.ovalbutton{
color: #494949; /*button text color*/
}

a.ovalbutton span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../img/oval-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbutton:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbutton:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
a.ovalbuttonR span{
	display: block;
	padding: 4px 11px 4px 0; /*Set 11px below to match value of 'padding-left' value above*/
	background-color: transparent;
	background-image: url(../img/oval-blue-right.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

a.ovalbuttonR:hover{ /* Hover state CSS */
background-position: bottom left;
}

a.ovalbuttonR:hover span{ /* Hover state CSS */
background-position: bottom right;
color: black;
}
.buttonwrapper{ /* Container you can use to surround a CSS button to clear float */
	overflow: hidden; /*See: http://www.quirksmode.org/css/clearing.html */
	width: 100%;
	background-color: #ffffff;
	float: left;
	padding-bottom: 5px;
	border-bottom-width: thin;
	border-bottom-style: ridge;
	border-bottom-color: #000000;
}
.pagination{
	padding: 2px;
	left: 22px;
	width: 895px;
	margin-right: auto;
	margin-left: auto;
}

.pagination ul{
	margin: 0;
	padding: 0;
	text-align: right; /*Set to "right" to right align pagination interface*/
	font-size: 16px;
}

.pagination li{
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.pagination a, .pagination a:visited{
padding: 0 5px;
border: 1px solid #9aafe5;
text-decoration: none; 
color: #2e6ab1;
}

.pagination a:hover, .pagination a:active{
border: 1px solid #2b66a5;
color: #000;
background-color: #FFFF80;
}

.pagination a.currentpage{
	background-color: #2e6ab1;
	color: #FFF !important;
	border-color: #2b66a5;
	font-weight: bold;
	cursor: default;
	font-size: 12px;
}

.pagination a.disablelink, .pagination a.disablelink:hover{
background-color: white;
cursor: default;
color: #929292;
border-color: #929292;
font-weight: normal !important;
}

.pagination a.prevnext{
font-weight: bold;
}
.NewBottom{
	background-color: #ffffff;
	background-image: url(../img/bottom.gif);
	background-repeat: no-repeat;
	background-attachment: scroll;
	width: 927px;
	height: 22px;
	margin-bottom: 20px;
}
.smalltext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #666666;
}
.smallRedtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color:  #FF0000;
}
#ddblueblockmenu{
	border-bottom-width: 0;
	width: 180px;
	background-color: #ffffff;
	top: 300px;
	border-top-width: 1px;
	border-right-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: black;
	border-right-color: black;
	border-bottom-color: black;
	border-left-color: black;
}
.Content {
	background-color: #FFFFFF;
	width: 700px;
	left: 181px;
	top: 300px;
	float: right;
	margin-left: 5px;
}
.test {
	background-color: #FFFFFF;
	position: relative;
	left: 25px;
	top: 25px;
	width: 650px;
	height: 50px;
	float: left;
}



#ddblueblockmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font: normal 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
}

#ddblueblockmenu li a{
display: block;
padding: 3px 0;
padding-left: 9px;
width: 179px; /*185px minus all left/right paddings and margins*/
text-decoration: none;
color: white;
background-color: #2175bc;
border-bottom: 1px solid #90bade;
border-left: 7px solid #1958b7;
}

* html #ddblueblockmenu li a{ /*IE only */
width: 187px; /*IE 5*/
w\idth: 169px; /*185px minus all left/right paddings and margins*/
}

#ddblueblockmenu li a:hover {
background-color: #2586d7;
border-left-color: #1c64d1;
}

#ddblueblockmenu div.menutitle{
	color: white;
	padding-left: 5px;
	background-color: black;
	font: bold 90% 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
	display: block;
	width: 190px;
	padding-top: 1px;
	padding-right: 0;
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: black;
}
.OrangeTxt {color: #FF9F00
}
.ltBlueTxt {
	color: #2A9FFF;
	font-family: Tahoma;
	font-size: 12px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.balloonstyle{
position:absolute;
top: -500px;
left: 0;
padding: 5px;
visibility: hidden;
border:1px solid black;
font:normal 12px Verdana;
line-height: 18px;
z-index: 100;
background-color: white;
width: 200px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,Strength=5);
}

#arrowhead{
z-index: 99;
position:absolute;
top: -500px;
left: 0;
visibility: hidden;
}
.bodycopy {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
.boldbodycopy {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
.subheadblue {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0099FF;
	text-decoration: underline;
}
.mainheadline {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #0099FF;
}

.subheadblack {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.redtextbold {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}
.smallGreyTxt {
	color: #808080;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.ProductLink {
	color: #2A9F00;
	font-size: 12px;
}
