/* CSS Document */

/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{margin: 0; padding : 0;}

/*Normalizes font-size for headers */
h1, h2, h3, h4, h5, h6 
{font-size: 100%;}

/* Removes list-style from lists */
ol, ul
{list-style:none;}

/* Normalizes font-style and font-weight to normal */
address, caption, cite, code, dfn, em, strong, th, var
{font-style:normal; font-weight: normal;}

/* Removes borders */
table
{border-collapse: collapse; border-spacing: 0;}

/* Removes border from fieldset and img */
fieldset, img
{border: 0;}

/* Left-aligns text in caption and th */
caption, th
{text-align: left;}

/* Removes quotation marks from q */
q:before, q:after
{content: '';}
 

html, body {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-color: #000000;
	background-image:url(images/apachecovesbg.gif);
	background-position:top;
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 14px;
	color: #FFFFFF;
	height: 100%;
}

p {
	padding-bottom:10px;
}

h1 {
	font-size:16px;
	font-weight:bold;
	padding-bottom:20px;
}

h2 {
	font-size:12px;
	font-weight:bold;
	padding-bottom:16px;
}


a:link {color:#FFFFFF;}
a:active {color:#FFFFFF;}
a:visited {color:#FFFFFF;}
a:hover {color:#FFFFFF;}

#container {
	min-height: 100%;
	_height: 100%;
	position:absolute;
	left: 50%;
	width: 850;
	margin-left: -425px;
}

#content {
	width: 850px;
	min-height: 100%;
	_height: 100%;
	position:relative;
}

#landinginfo {
	width: 570px;
	z-index:5;
	position:absolute;
	top:475px;
	left:140px;
}

#subinfo {
	width: 570px;
	z-index:5;
	position:absolute;
	top:205px;
	left:140px;
}

#footer {
	background-image:url(images/footer.gif);
	width: 850px;
	height: 46px;
	position:relative;
	left:-140px;
	
}

#map {
	width: 351px;
	height: 356px;
	position:relative;
	left:300px;
	top:-175px;
	border:solid 1px #000000;
	z-index:5;
}

#picture {
	width: 275px;
	height: 194px;
	position:absolute;
	left:500px;
	top: 200px;
	border:solid 1px #000000;
	z-index:5;
	margin:0px 0px 10px 10px;
	
}

.thumb {
margin: 5px 2px 5px 0px;
border:none;
}