@charset "utf-8";
/* CSS Document */

#leftcol {
	position: fixed; 
	background-image: url(../wrecks/images_misc/leftcol_background_1px.jpg); 
	background-repeat: repeat-y;
}

#leftcol #nav {
	width: 136px;  /* Width of the Navigation boxes. This is relative to the Leftcol Width. */
	margin: 0 7px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftcol #nav h6, #leftcolanchor h6 {
	font-size: 1.1em;
	margin: 0;
	background-color: #CCFFFF;
/*	filter:alpha(opacity=85); */	/* This is the Opacity syntax used by Internet Explorer */
/*	opacity:0.85;*/				/* This is the Opacity syntax used by Firefox */
	padding: 2px;
}

#callus {
	color: #000033;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	border-color: #000000;
	padding: 3px;
	background-color: #CCFFFF;
/*	filter:alpha(opacity=85);*/ 	/* This is the Opacity syntax used by Internet Explorer */
/*	opacity:0.85;	*/			/* This is the Opacity syntax used by Firefox */
}

#leftcol #nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1em; /*10px;*/
/*	background-color: #FFFFFF;  */
}

#leftcol #nav ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#leftcol #nav ul li a, #leftcolanchor a {
	color: #000000;
	display: block;
	padding: 2px 0 3px 4px;
	text-decoration: none;
	height: 1%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #000000;
	background-color: #CAFEAB;
	/*	filter:alpha(opacity=85); */	/* This is the Opacity syntax used by Internet Explorer */
	/*	opacity:0.85;	*/			/* This is the Opacity syntax used by Firefox */
}

#mainpage #leftcol #nav #main a {
	background-color:#669966;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #FFFFFF;/* declarations to style the current state */
}

#leftcol #nav a:hover, #leftcolanchor a:hover {
	background-color: #006633;
	color: #ffffff;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 4px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #ffffff;
	border-bottom-color: #ffffff;
	border-left-color: #FFFFFF;
	/*	filter:alpha(opacity=100); */	/* This is the Opacity syntax used by Internet Explorer */
	/*	opacity:1;	*/			/* This is the Opacity syntax used by Firefox */
}

#content h1 {color: #003300;}
#content h2 {color: #003300;}
#content h3 {color: #003300;}
#content h4 {color: #003300;}
#content h5 {color: #003300;}
#content h6 {color: #003300;}

.imagegallery {
	margin-left: 20px;
}

#leftcolanchor {
 	clear: both;		
	float: left;  	
	margin-top: 0px;
	margin-bottom: 20px;
	margin-left: 10px;
	width: 190px;  /* Width of the left column */
}

.wreckinfo {
	width: 280px; /* note 40px padding */
	background-color:#CCFFFF;
	background-image: url(../misc-images/icons/icon_info.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 50%;
	padding: 4px 0px 4px 40px;
	border: solid 1px #999999;
	font-size: 1.0em;
}

.googleearth {
	width: 280px; /* note 40px padding */
	background-color:#CCFFFF;
	background-image: url(../misc-images/googleearth_logo.gif);
	background-repeat: no-repeat;
	background-position: 0.5% 50%;
	padding: 4px 0px 4px 40px;
	border: solid 1px #999999;
	font-size: 1.0em;
}

#googlemap {
	margin-left: 10px;
}

.rightimage{
	margin-top: 0px; /* Modifies value in default.css */
}

.rightimage_header {
	float: right;
	clear: right; /* steve added this 07 June 2008 */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0;
}

#footer_wrecknav {
	width: 100%;
	background: #B9CDE5 url(../wrecks/images_misc/footer_wrecknav_background_top.jpg) repeat-x top;
	padding-top:20px;
}

#footer_wrecknav form {
	float:left;
	margin-left: 350px;
	width:185px;
}

#copyrightPC {
	clear:left;
	float:left;
	margin: 0 0 0 20px;
	padding:0;
	width:350px;
}

#footer_wrecknav_contact {
	float: right;
	margin: 0;
	width: 445px; /* positions the text next to the wreck select box */
	position:relative; /* moves the text up, to be level with the wreck select box */
	top:-20px;
}

#recentupdates {
	width:250px;
	clear:right;
	float:right;
	margin-top:40px;
}
