﻿/* Begin Typography & Colors */
body
{
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family:Tahoma, Verdana, Arial, Sans-Serif;
	background-color: #D7D7D9;
	color: #333;
	text-align: center;
}

#page
{
	text-align: left;
	background-color:White;
	width:100%;
	float:left;
}
#pageLeft
{
	background: url( 'images/BackgroundLeft.gif' ) repeat-y top left;
	width:100%;
	float:left;
}
#pageRight
{
	background: url( 'images/BackgroundRight.gif' ) repeat-y top right;
	width:100%;
	float:left;
	
	
}
#header
{
	background: url( 'images/HeaderCentre.gif' ) repeat-x bottom center;
}
#headerLeft
{
	background: url( 'images/HeaderLeft.gif' ) no-repeat bottom left;
}
#headerRight
{
	background: url( 'images/HeaderRight.gif' ) no-repeat bottom right;
}
img.logo
{
	display:none;
	margin-top:20px;
}

#header
{
	margin: 0;
	padding: 0;
	height: 142px;
	width: 100%;
}
#headerimg
{
	/*margin: 7px 9px 0;*/
	min-height: 142px;
	width: 100%;
}
#headerimg h1
{
	margin:0;
	padding:0;
	padding-top:1.1em;	
}
#headerimg .description
{
	font-size: 2em;
	text-align: center;
}
#content
{
	font-size: 1.2em;
	line-height: 1.4em;
	margin:0px 0px 0px 40px;
	padding:0;
	float:left;
	width:700px;
	min-height:500px;
}
#container
{
	margin: 0pt auto;
	width:1000px;
}
#menu
{
	float:right;
	width:200px;
	margin:18px 40px 0px 0px;
	text-align:right;
	font-size:1.5em;
}
#menu ul,#menu ul.sMenu
{
	list-style-type:none;
	margin:0;
	padding:0;
}
#menu ul li,#menu ul.sMenu li
{
	padding-bottom:5px;
}
#menu li a.Selected, #menu ul.sMenu li a.Selected
{
	font-weight:bold;
}

#menu ul.sMenu
{
	margin:10px 15px 0px 0px;
	font-weight:normal;
	/*font-size:0.8em;
	background-color:#F5F5F5;*/
}
#menu ul.sMenu li
{
}

#footer
{
	background: url( 'images/FooterCentre.gif' ) repeat-x top;
	height:26px;
	float:left;
	display:block;
	width:100%;
	}
#footerLeft
{
	background: url( 'images/FooterLeft.gif' ) no-repeat top left;
	height:26px;
	float:left;
	display:block;
	width:100%;
}
#footerRight
{
	background: url( 'images/FooterRight.gif' ) no-repeat top right;
	height:26px;
	float:left;
	display:block;
	width:100%;
}
#actualFooter
{
	padding:0px 10px 0px 10px;
	background-color: #D7D7D9;
	float:left;
	display:block;
	width:100%;
}

.whoryaaddress
{
	float: left; margin-left:20px;
}
.whoryaaddress p
{
	margin:0;
	padding:0;
}



small
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3
{
	font-family: 'Trebuchet MS' , 'Lucida Grande' , Verdana, Arial, Sans-Serif;
	font-weight: bold;
	line-height:1.1em;
		
}

h1
{
	font-size: 4em;
	text-align: center;

}



h2
{
	font-size: 1.6em;
	line-height:0em;
	
}


h3
{
	font-size: 1.3em;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description
{
	text-decoration: none;
	color: white;
}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited, #menu a
{
	color: #333;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #menu a
{
	text-decoration: none;
}



small, blockquote, strike
{
	color: #777;
}


a, h2 a:hover, h3 a:hover, #menu a:hover, #menu li a.Selected
{
	color: #EF1F24;
	text-decoration: none;
}

a:hover
{
	color: #EF1F24;
	text-decoration: underline;
}



/* Begin Structure */
body
{
	margin: 0 0 20px 0;
	padding: 0;
}

#page
{
	margin: 20px auto;
	padding: 0px;
	width: 1000px;
}



/*#headerimg
{
	margin: 0;
	height: 200px;
	width: 100%;
}*/

.narrowcolumn
{
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	/*width: 720px;*/
	width:950px;
	
}




/* End Structure */



/*	Begin Headers */
h1
{
	padding-top: 70px;
	margin: 0;
}

h2
{
	margin: 30px 0 10px 0;
}



h3
{
	padding: 0;
	margin: 30px 0 0;
}

/* End Headers */



/* Begin Images */
p img
{
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright
{
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft
{
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright
{
	float: right;
}

.alignleft
{
	float: left;
}
/* End Images */







/* Begin Various Tags & Classes */
acronym, abbr, span.caps
{
	cursor: help;
}

acronym, abbr
{
	border-bottom: 1px dashed #999;
}

blockquote
{
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite
{
	margin: 5px 0 0;
	display: block;
}

.center
{
	text-align: center;
}

hr
{
	display: none;
}

a img
{
	border: none;
}

.navigation
{
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}
/* End Various Tags & Classes*/


/*Modal Popup*/
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.modalPopup {
	background-color:#ffffdd;
	border-width:3px;
	border-style:solid;
	border-color:Gray;
	padding:3px;
	width:250px;
}

#progressBackgroundFilter {
  position:absolute;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  overflow:hidden;
  padding:0;
  margin:0;
  background-color:Gray; 
  filter:alpha(opacity=70);
  opacity:0.7;
  z-index:1000;
}

 

#processMessage { 
  position:absolute; 
  top:30%; 
  left:43%;
  padding:10px;
  width:14%;
  z-index:1001;
  background-color:#fff;
  border:solid 1px black;
} 

fieldset
{
	border:none;
	
}

legend
{
	border:none;
	font-size:larger;
	color:#284775;
	padding-bottom:20px;
	font-weight:bold;
}

label
{
	width: 10em;
	float: left;
	text-align: right;
	margin-right: 1em;
	display: block;
}
fieldset .Save
{
	margin-top:10px;
	margin-left:11em;
	border:solid 1px black;
	background-color:#DFDFDF;
	
}


.modalPopup fieldset p
{
	padding: -5px 10px 5px 10px;
}
.modalPopup p
{
	padding: -5px 10px 5px 10px;
}

.modalPopup fieldset label
{
	float: left;
	margin-right: 0.5em;
	width: 20%;
	
	text-align: right;
	font-weight:bold;
}


div.snorkelThumbnailContainer
{
	float:left;
	margin-bottom:20px;
}
div.snorkelThumbnailContainer a
{
	float:left;
}
a.snorkelThumbnail img
{
	margin:10px 10px 0px 0px;
	cursor:pointer;	
	border:solid 2px black !important;
}
a.snorkelThumbnail img:hover
{
	border-color:Orange !important;
}

#ActualContent img
{
	float:left;
	margin:3px 10px 5px 0px;
}