body{
	margin: 				0;
	text-align:			center; /* Used for the centering in IE/win */
	
background-image:    url(images/bkg.gif);
background-color:		#004665;
	font-family: 		verdana, arial, helvetica, sans-serif;
font-size:			62.5%; /* Default size for browsers is 16px, thefore we've set the body text to 10px */
}

#wrapper{
width:				760px;
margin:				0 auto; /* auto margins is what actually centers the container, doesn't work in IE/win */
	text-align:			left; /* re-aligns everything to the left, after the body text-alignment centered all the contents in container */
	background-color:	white;


}

#container{
	
	
border-left: solid 6px #0E3D58;
border-right: solid 6px #0E3D58;

}




#header{
background:   url(images/header.jpg) no-repeat top right;
	background-color: #007097;
position:relative; /* This has to be relative so that the logo inside can be positioned absolutely within the header */
height: 162px;
z-index: 10000;
}

#logo{
	width:186px;
	height:171px;
	background:   url(images/logo.gif);
	position: absolute;
	left: -12px;
}
#figurejump{
	position: absolute;
	width: 50px;
	height: 40px;
	left: 606px;
	top: 12px;
}

#figuredive{
	position: absolute;
	width: 70px;
	height: 40px;
	left: 185px;
	top: 110px;
}

#figureair{
	position: absolute;
	width: 34px;
	height: 55px;
	left: 200px;
	top: 22px;
}

#figurerun{
	position: absolute;
	width: 50px;
	height: 52px;
	left: 500px;
	top: 06px;
}


#figurespread{
	position: absolute;
	width: 45px;
	height: 45px;
	left: 586px;
	top: 95px;
}

#figurebike{
	position: absolute;
	width: 35px;
	height: 100px;
	left: 675px;
	top: 50px;
}

#figuretuck{
	position: absolute;
	width: 51px;
	height: 40px;
	left: 496px;
	top: 102px;
}

#figurejump:hover{background: url(images/figure_icon.gif) no-repeat 16px 17px;}
#figuredive:hover{background: url(images/figure_icon.gif) no-repeat 30px 24px;}
#figureair:hover{background: url(images/figure_icon.gif) no-repeat 10px 21px;}
#figurerun:hover{background: url(images/figure_icon.gif) no-repeat 17px 21px;}
#figurespread:hover{background: url(images/figure_icon.gif) no-repeat 21px 15px;}
#figurebike:hover{background: url(images/figure_icon.gif) no-repeat 13px 22px;}
#figuretuck:hover{background: url(images/figure_icon.gif) no-repeat 21px 1px;}

#nav{
	background-color: #E31008;
	float: 			left; 
	width: 			748px;
	font-size:		1.02em;
position:relative;
}



a:focus{
	outline:		none;
}


#menu{
/* font-size: 0.8em; */

	background-color: #E31008;
	padding: 		0 0 0 40px;
	margin: 		0;


}

#menu li{
	margin: 0;
	padding: 0;
	display: block;
	float: left;

}



#menu li a {
padding: 		7px 16px 7px 15px;
	color: 			#ffd42b;
	font-weight: bold;
	text-decoration: none;
	display: block;

	text-align: center;
	
}

* html #menu li a{
	float: left;
	
}


#menu li a:hover{
	/* color:white; */
	background: url(IMAGES/nav_arrow.gif) no-repeat bottom center;
	color: #FFE995;
}



#menu .currentpage{
	 background: 	  url(images/nav_star.gif) no-repeat 1px center;
/* padding-left: 32px; */
/* background:url(images/nav_arrow.gif) no-repeat bottom center; */



}

#menu .currentpage:hover{
	 background: 	  url(images/nav_star.gif) no-repeat 1px center;
	color: 			#ffd42b;


}

#content{
clear: both;
	font-size:		1.0em;
	background:	 	 url(IMAGES/header_btm.gif) no-repeat top right;
/*	padding: 		20px 20px 0 20px; */
}
.innercontent{
clear: both;
	padding: 15px 20px 20px 20px;
	
}


#footer{
	text-align: 	center;
	padding: 		3.6em 0 1em 0;
	background: 	  url(images/footer.gif) no-repeat bottom left;
	clear: 			both;
}

/* ----- HEADINGS ----- */

h1{
	color:			#E31008;
	font-size: 		2.4em;
	padding: 		0;
	margin: 		0 0 10px 0 ;
	font-weight: bold;
}

h2{
	font-size:		1.8em;
	color: 		#E31008;
	padding-top: 		10px;
	font-weight: bold;
	margin:0;
	padding-bottom: 10px;
}

h4{
font-size:		1.3em;
	color: 		#E31008; /* #ffd42b*/
		text-transform: uppercase;
	padding: 		0 0px 0 18px;
font-weight: bold;
margin: 20px 0 0 0 ;
background:  url(IMAGES/headingicon.gif) no-repeat left center;
}

h2 span{
color: #84A7BE;
font-weight: normal;
font-size: 0.65em;
}

h3 {
	font-size: 		1.2em;
	text-transform: uppercase;
	color: 			#E31008;
	margin: 		0; /* IE5.0/PC */
	padding-top: 8px;
}

h5 {
	font-size: 		1.2em;
	color: 			#E31008;
	margin: 		0; /* IE5.0/PC */
	padding-top: 8px;
}

h1 span{
	/* display: 		block; */
	color:			#000000;
	font-size:		0.7em;
	padding: 		0;
	margin: 		0;
	/* line-height:	0.5em; */
}

h1 span span{
color: #84A7BE;
font-weight: normal;
font-size: 0.8em;
}



p{
margin-top:0.6em ;
margin-bottom: 0.8em;
	font-size: 		1.1em;
	line-height: 	1.5em;
}


.left{
	float:			left;
}

.right{
	float:			right;
}



#danielphoto{
	padding-top: 	15px;
}



.spacer{
	clear:			both;
}



		
/* ---- */
.sectionhead{
	background-color: #E31008;  /* E31008 */
	/* float: 			left; */
	border-top: solid 5px #ffe4e3;
	border-bottom: solid 5px #ffe4e3;
	width: 			748px;
	
}

/* --- */


#menu li:hover, #menu li.over{
	/* background-color:#D51009 */
	
	
}

#menu li ul li:hover,  #menu li ul li.over{
background-image:none;
}

/*

#menu li:hover a, #menu li.over a{
	color:white;
}
*/


#menu li:hover ul, #menu li.over ul{
display: block;
z-index: 6000;

}



/********** SUB LIST **********/

#menu li ul{
	display: none;
	position: absolute;

padding: 0;
margin:0;
border-top: solid 5px #ffde43;

background: url(images/submenu_left.gif) no-repeat left top #FFFF54;
	width:748px;

	left:0;
/* top: 1.6em; */
	top: 29px;
}

#menu li ul li#subfirst{
margin-left: 40px;
}

* html #menu li ul{
	top: 1.6em;
}

#menu li.current, #menu li.current a{
color: #000000;

}

#menu li.current{
background: url(IMAGES/nav_arrow.gif) no-repeat bottom center;
}

#menu li.current ul{
display: block;
}



#menu li ul a{
	float: left; /*ie doesn't inherit the float  */
	font-weight: normal;
	color:#000000;
padding: 		3px 13px 6px 17px;
	border: 0;
	display: block;
}

#menu li ul li {background-color: transparent;}

#menu li ul li:hover, #menu li ul li.over{background-color: transparent;}

#menu li ul a:hover{
color: red;
text-decoration: underline;
}

/* ------------- */

.clearer{
clear: both;
}

.photosection{clear: both;
	background-color: #E7F6FF;
	padding: 5px;
}

div.photosection h1{

color: white;
font-size:		1.1em;

background: #84A7BE url(IMAGES/star_photos.gif) no-repeat 8px center;
font-weight: bold;
	padding: 		5px 0 5px 24px;
}

.thumb{
 float: left;
padding: 0 2px 2px 0;
margin: 8px 4px 4px;
background-color: #BADCF5;
}

.thumb img{
border: 4px solid white;
}

.thumb:hover img{
 border: solid 4px #FFFFDD; 
}

.thumb:hover{
/*padding: 2px 0 0 2px;
background-color: transparent;*/
}

/* ----------------- */

.submenu{
		font-size:		1.2em;
margin: 10px 0 5px 5px;
		float: left;

	}

.submenu ul{
padding: 0;
margin: 0;

float:left;

margin-left: 15px;
}

.submenu li{
	display: block;
	float: left;
	
	
	padding: 		5px 17px 5px 18px;


	font-weight: bold;
	text-decoration: none;
	display: block;

	text-align: center;

background:  url(IMAGES/headingicon.gif) no-repeat left center;
padding: 		5px 17px 5px 20px;

}
.submenu a{
color: #E31008;



}

.submenu a:hover{
color: #F18783;
}

/* -------------- */

.imageframe{
	padding: 0;
  margin: 0 0 5px 5px; 
	background-color: #E6E6E6;
	float: right;
	clear: right;
}

.imageframe img{
position: relative;
top: -3px;
left: -3px;
/* border: 4px solid #E4FCFF; */
border: 4px solid #fafafa;
}

/* ------------- */
.introtext{
/* margin-right: 280px; */
}

a{
color: #016F94;
}

a:hover{
color: #E31008;
}


.thumb2{
 float: left;
margin: 8px 10px 2px 0px;

}

/* --------- */

#location{
	font-size: 1.2em;
padding-bottom: 10px;
border-bottom: solid 1px #016F94;;
}


.eventstable{
	font-size: 1.2em;
width: 100%;
}

.eventstable .actionscol{
width: 70px;
 font-size: 0.84em;
}

.eventstable .insertrow{
 font-size: 0.84em;
 text-align: center;
 background-color: #E7F6FD;
 height: 2em;
}


.action{
 padding-right: 10px;
font-weight: bold;
}

.eventstable .when{
	font-weight: bold;

width: 26%;
height: 2em;
background:  url(images/headingicon.gif) no-repeat left center;
padding-left: 20px;
}

.eventstable .where{


}


.eventform{
	font-size: 1.1em;
}

.eventform .when input{
	width: 300px;
}

.eventform .where textarea{
	width: 300px;
	height: 80px;

}

.roweven{
/*	background-color: #ffffe4; */

}

.rowodd{
	background-color: #ffffff;
	
}

/* -----*/
#rightcolumn{
	width: 200px;
	float: right;
}
/* --------- */
#maincontent{
margin-right: 210px;
}

#review{
	width: 200px;
	/* float: right; */
	background-color: #EBE9ED;
	clear: right;
}

#review h1{
	font-size:		1.3em;
	color: 		#E31008; /* #ffd42b*/
	text-transform: uppercase;
	padding: 		0 0 0 18px;
font-weight: bold;
margin: 0 ;
background:  url(IMAGES/headingicon_review.gif) no-repeat left center;
}

#review #inner{
	padding: 7px 7px 7px 10px;
	background-color: #ffffd2; /* #FDFAB9; /* #ffffe4; */
	position: relative;
	top: -3px;
	left: -3px;
}
#review p{
color: #0E3D58; /* #016F94; */
font-size: 1.0em;
	line-height: 	1.36em;
}


#review .byline{
	color:#E31008;
}

/* ------------------ */

#note{
	/* font-family: "comic sans", "comic sans MS", verdana, arial, helvetica, sans-serif; */
	font-family: verdana, arial, helvetica, sans-serif;
	width: 200px;
	height: 265px;
	/* float: right; */
	background: url(IMAGES/note.jpg) no-repeat;
	
}

#noteinner{
	padding: 30px 10px 0 17px;



}

#note h1{
	font-size: 1.4em;
margin-bottom: 0.2em;;
}

#note .news{
font-size: 1.0em;
	line-height: 	1.36em;

}

.newsby{

color: #016F94;
}

#note p{
margin-top:0em ;
 margin-bottom: 0.4em;
  line-height: 	1.2em; 
 	
}
.notefrom{
	padding-left: 10px;
	padding-top: 2px;
}
.date{
font-size: 1.0em;
color: #E31008;
}

/* ---------- */

.montage{
padding-bottom: 12px;
}

.montage a{
display:block;
	height: 41px;
	line-height: 41px;
	font-size: 1.2em;
	font-weight:bold;
	background: url(IMAGES/montage.gif) no-repeat left center;
	padding-left: 77px;
}

.montage a:hover{
background: url(IMAGES/montage_over.gif) no-repeat left center;
}
.video {
	text-align: center;
}


/* REVIEW PAGE */

.reviewOdd{
	padding: 10px 10px 10px 30px;
	border-bottom: solid 1px #0066CC;
}


.reviewEven{

padding: 10px 10px 10px 30px;
	border-bottom: solid 1px #0066CC;

}





/* ADMIN */

.inserthere{
display: block;
text-align: center;
font-weight: bold;
border-bottom: solid 1px #0066CC;

}
