﻿/********************* General Reset ***********************/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}

/********************* PNG Transparency Fix ***********************/

/*******img, div { behavior: url("css/iepngfix.htc") }**********/

/********************* Classes ***********************/

html { height: 100%; }

body {
	background-color: #1A3752;
	font-family: Verdana;
	color: #F2F2F2;
	background-image: url('images/wall.jpg');
	background-repeat: repeat-x;
	font-size: 14px;
}
h1 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	border-bottom: solid 1px #99D0DE;
	color: #99D0DE;
}
h2 {
	font-family: "Trebuchet MS";
	font-size: 18px;
	color: #f48f46;
}
.underphoto {
	font-size: 10px;
	font-style: italic;
	text-align:right;
	margin:3px 0 7px 0; 
}
.picshow {
	padding: 0 0 2px 0;
}

/********************* ID's ***********************/

#container {
	background-position: left top;
	margin: 0px auto 0px auto;
	width: 950px;
	background-image: url('images/surfer.jpg');
	background-repeat: no-repeat;
}
#right {
	width: 520px;
	float: right;
	margin-top: 50px;
}
#fade {
	width: 500px;
	height: 324px;
}
#menu {
	width: 520px;
	_width: 500px;
	height: 30px;
	margin-bottom: 10px;
}
#content {
	padding: 12px;
	_width: 500px;
	background-image: url('images/75_blue.png');
}
#footer {
	padding: 25px 15px 15px 15px;
	clear: both;
	text-align: center;
	font-size: 9px;
}

/********************* LINKS ***********************/

a:link 		{color: #fff;}
a:visited 	{color: #fff;}
a:active 	{color: #f48f46;;}
a:hover  	{color: #f48f46;}

/******************** TOP MENU **********************/

#solidblockmenu{
	font-size: 18px;
	background: transparent;
}

#solidblockmenu li{
	display: inline;
}

#solidblockmenu li a{
	float: left;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	color: #AEAEAE;
	margin: 0px 21px 0px 5px;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
#solidblockmenu li .current{
	color:white;
}

#solidblockmenu a:hover{
	color:#f48f46;
}

/******************** SUB MENU **********************/

#undermenu{
	background: transparent;
	font-weight:bold;
	font-family:"Trebuchet MS";
	font-size:16px;
}

#undermenu li{
	display: inline;
}

#undermenu li a{
	float: left;
	height: 26px;
	line-height: 25px;
	text-decoration: none;
	text-align: center;
	color: #AEAEAE;
	padding: 2px 23px 0px 23px;
	border-bottom: 1px #AEAEAE solid;
}
#undermenu li .current{
	color:#fff;
	border:1px #AEAEAE solid;
	border-bottom:0px;
}

#undermenu a:hover{
	color:#f48f46;
}

