@charset "utf-8";
/* author: Lewis Bond, lewis@trulydivine.net */
/* Aquanauts content style page: DIVE SITES */
/* Creation date: 21/01/2005 */

/* General style rules for all pages */
/* applies to body and all subcontents, inheritable proporties are cascaded through div's and selectors */
body {
	padding:0;
	margin:0;
	background-color:#d4ecfb;
	}

/* removes border from all image elements */
img {
	border:none;
	}

/* Style rules for LOGO and Main Header div */
div#heading {
	background-image:url(images/mergedlogofattened5.gif);
	background-color:#00799C;
	background-repeat:no-repeat;
	height:150px;
	font-family:impact,sans-serif;
	}

/* Style rules for Main title, "Aquanauts SCUBA Dive School...." */
div#title {
	float:right;
	margin-top:1%;
	margin-right:8%;
	padding:0;
	color:#105121;
	text-align:right;
	font-weight:bold;
	font-size:1.9em;
	background-color:#00799C;
	}

div#title span {
	color:#bdba00;
	}

/* Style rules for sub-titile "welcome to the underwater world */
div#world {
	float:right;
	clear:right;
	margin-top:.5%;
	margin-right:7%;
	font-size:1.3em;
	font-family:sans-serif;
	color:#00aeed;
	width:19em;
	text-align:right;
	}

/* Rules for displaying the graphics and links to weather3.gif3.gif and PADI site */
div#display {
	float:right;
	clear:right;
	margin-top:1%;
	margin-right:1%;
	width:390px;
	}

/* Displaying graphic border/divider, images of lines across the screen */
div#borderline {
	background-image:url(images/border2.png);
	background-repeat:repeat-x;
	height:12px;
	overflow:hidden;
	}

/* Main navigation bar div, which contains all other navigation section elements */
div#menu {
	text-align:center;
	width:18%;
	background-color:#00799C;
	float:left;
	height:100%;
	}

/* Light blue div that contains the buttons and produces top and bottom border for div */
div#buttons {
	background-color:#83cae6;
	margin-top:1em;
	border-top:1px solid black;
	border-bottom:1px solid black;
	}

div#buttons .sublinks {
	background-color:#d4ebfc;
	text-align:center;
	font-size:95%;
	}

/* sets appearance of anchor links in navigation bar */
div#buttons a {
	font-weight:bold;
	margin:.2em .5em .2em .5em;
	border-bottom:1px solid #83cae6;
	text-decoration:none;
	display:block;
	text-align:left;
	font-family:arial;
	font-size:95%;
	}

/* makes only links in navigation section change colour when hovered over. */
div#buttons a:hover {
	background-color:#83cae6;
	}

a:link, a:visited, a:active {
	color:#006173;
	}

a:focus {
	color:blue;
	}

a:hover {
	color:black;
	}

/* defines size and position of content section of main page. */
div#content {
	height:100%;
	width:80%;
	float:left;
	background-color:#d4ecfb;
	}

/* formatting for language selection section in navigation bar */
div.language, div#stuff {
	padding:.3em;
	border-top:1px solid black;
	border-bottom:1px solid black;
	margin-top:.5em;
	margin-bottom:.5em;
	background-color:#83cae6;
	font-weight:bold;
	}


#constructiontext {
	color:#FFB600;
	margin-top:.5em;

	}

/*#stuff img {

	float:left;
	}*/

/* selector for <p> inside language section */
div.language .languagetext {
	font-family:arial;
	text-align:left;
	border-bottom:1px solid #acacac;
	font-size:80%;
	padding-bottom:.3em;
	font-weight:bold;
	color:black;
	margin-bottom:.5em;
	background-color:#83cae6;
 	}

/* defines the size and proporties of the footnote at the bottom of page. */
div#footer {
	background-color:#00799C;
	height:40px;
	clear:left;
	float:left;
	width:100%;
	}

/* used to apply styles to the copyright notice in the footer of the page. */
div#copyright {
	float:left;
	padding:.5em;
	color:#c2c2c2;
	font-size:75%;
	display:inline;
	}


/* defines the proporties of the w3c logo */
div#validxhtml {
	float:right;
	padding:.3em;
	display:inline;

	}

