@charset "utf-8";
/*  CSS Document */
/*  Offshore Surf School http://offshoresurfschool.com/  */
/*	Designed by Ocean Designs	*/
/*	http://oceandesigns.co.uk	*/
/*	Copyright © 2009. All rights reserved.	*/

/*	Global Styles -------------------------------------------------- */

body {
	margin: 0px;
	padding: 0px;
	font: 15px Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(../assets/jpgs/background.jpg) no-repeat fixed 0 0;
}

.style1 {font-size: 14px}
.style3 {color: #FFCC00}
.style4 {color: #999999}
.style5 {color: #FFFFFF}

* {
	margin: 0;
	padding: 0;
}
.hide {
	display: none;
}


pre {
	font-size: 12px;
	line-height: 22px;
	margin-top: 20px;
	margin-bottom: 10px; 
}

a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 16px;
	letter-spacing:0.2em;
	font-weight: lighter;
}

a:hover, a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFCC00;
	text-decoration: none;
	line-height: 16px;
	letter-spacing:0.2em;
	font-weight: lighter;
}

#dateformat {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	letter-spacing:0.4em;
	float:right;
	padding: 5px;
}

#dateformat a {
	font: 12px Geneva, Arial, Helvetica, sans-serif;
	color: #FFCC00;
	font-weight:bold;
	letter-spacing:0.4em;
}	

#dateformat a:hover {
	color: #FFCC00;
	letter-spacing:0.1em;
}

/* Peel CSS ------------------------------ */

#pageflip {
	position: relative;
}
#pageflip img {
	width: 50px; height: 52px;
	z-index: 99;
	position: absolute;
	right: 0; top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px; height: 50px;
	position: absolute;
	z-index: 50;
	right: 0; top: 0;
	background: url(../assets/PNGS/flip_content.png) no-repeat right top;
	text-indent: -9999px;
}

/* ID Styles -------------------------------------------------- */

#container {
	position: relative;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;

	
}
#content {
	position: relative;
	width: 800px;
	height: auto;
	

}

#header {
	padding: 0px 0px 0px 0px;
	margin: 0px;
	width: 100%;
	height: 150px;
	left: 0px;
	top: 0px;

}

/*	Navigation --------------------------------------------------	*/

#main_nav {
	padding: 0px 0px 0px 0px;
	background: url(../assets/nav/nav_bckgnd02.jpg) no-repeat    ;
	width: 100%;
	position: relative;
	overflow: auto;
	left: 0px;
	top: 0px;
	width: 150px;
	height: 400px;
	margin: 0px;
	clear: both;
}

#main_nav td {
	border-bottom: 1px solid #000000;
	}

#container #main_nav #navigation #img {
	background-image: none;
	background-position: 0px 0px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

#topnav {
	border-bottom: thin solid #FFFFFF;
	border-top: thin solid #FFFFFF;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
	height: 32px;
	}
#topnav ul {
  	text-align: center;
	display: inline;
}
#topnav li {
	display: inline;  /* Changes the list items from block to inline elements */
}

#topnav a {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
	line-height:12px;
	letter-spacing:0.1em;
	text-decoration: none;
	display:block;
	padding:10px;
	background: #FFFF13 url() 8px 45% no-repeat;
	}

#topnav a:link {
	background: #FFFF13 url() 8px 45% no-repeat;
	color:#000000;
	}	

#topnav a:hover {
	background: url(../assets/navtexture.png) 45% repeat;
	color:#FFCC00;
	}

#topnav td {
	border-right: 1px solid #000000;
	}

#alt a {
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFCC00;
	line-height:12px;
	text-decoration: none;
	display:block;
	padding:10px;
	background: url(../assets/navtexture.png) repeat;
	}

#alt a:link {
	background: url(../assets/navtexture.png) repeat;
	color:#FFCC00;
}	

/*	ID Styles(cont...) --------------------------------------------------	*/

#image {

	position: relative;
	top: 10px;
	width: auto;
	height: 150px;
	}
#formimage {
	position: absolute;
	top: 102px;
	width: 189px;
	height: 521px;
	background:url(../assets/PNGS/form_background.png) no-repeat;
	left: 535px;
	padding: 20px 60px 30px 15px;
	}

.adimage {
	width: auto;
	height: auto;
	background:url(../assets/PNGS/adimage.png) no-repeat center;
	padding: 20px 60px 35px 15px;
	}

#main {
	position: relative;
	right: 0px; /* Opera5.02 will show a space at right when there is no scroll bar */
	top: 20px;
	margin: 0px;
	width: 100%;
	height: auto;
	}



/* Class Styles -------------------------------------------------- */

.fltlft {
	float: left; 
}
.fltrt {
	float: right; 
}
.clearfloat {
	font-size: 1px; /* Sets the font size to 1 pixel */
	line-height: 0px; 
	clear: both; /* Keeps floated divs from draping over objects beneath them. */
	height: 0px; /* Makes sure the clearing element has no height */
}
.bodyText {
	color:#FFCC02;
	margin-top:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
}
.adText {
	color:#000;
	}
.navText {
	color:#FFCC02;
	line-height:20px;
	margin-top:0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing:1px;
}
.titleText{
	font: 24px Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	line-height:24px;
	letter-spacing:0.2em;
}
.subHeader {
	font:bold 10px Geneva, Arial, Helvetica, sans-serif;
	color: #FC0;
	line-height:16px;
	letter-spacing:0.2em;
}
.quote {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: larger;
	color: #FFF;
	line-height:18px;
}
.quotesmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #C42027;
	font-weight: bold;
}
.smallText {
	font: 80% Geneva, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.copyText {
	font: 10px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	line-height: 16px;
	letter-spacing:0.2em;
	font-weight: lighter;
}

h1 {
	font-size: 21px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h2 {
	font-size: 21px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h3 {
	font-size: 16px;
	line-height: 22px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
h4 {
	font-size: 14px;
	line-height: 26px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
}
img {
	border: 0;
	text-align: center;
}

/* FOOTER -------------------------------------------------- */

#footer {
	position: relative;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height: normal;
	padding: 0px;
	text-align: center;
	height: 41px;
	width: 800px;
	word-spacing: 2px;
	clear:both;

}
#footer ul {
  	text-align: center;
  	margin: 5px 0px;
	display: inline;
}
#footer li {
	display: inline;  /* Changes the list items from block to inline elements */
}
#footer a:link, #footer a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #fff;
	text-decoration: none;
	line-height: 16px;
	font-weight: lighter;
}
#footer a:hover, #footer a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFCC02;
	text-decoration: none;
	line-height: 16px;
	font-weight: normal;
}
