/* CSS Document */

body
	{
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	/*background:url(../images/sand_back.jpg) repeat;*/
	}
	
#wrapper
	{
	width: 85%;
	/*height: 100%;*/
	margin: 0px auto;
	margin-top: 0px;
	padding: 0px;
	border-left: 1px solid #896a51;
	border-right: 1px solid #896a51;
	border-top: 0px;
	position: relative;
	background: white;
	}
	
#wave_layer
	{
	background:url(../images/waves.gif);
	display: block;
	height: 210px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	}

#pics_layer
	{
	background: #fff;
	display: block;
	height: 140px;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 10;
	top: 50px;
	left: 0px;
	right: 0px;
	}
	
#logo_layer
	{
	background: url(../images/logo_trans.gif) no-repeat top left;
	display: block;
	height: 105px;
	width: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 30;
	top: 50px;
	right: 30px;
	}
	
	/*########################## new smaller header  ##############################*/
	
#wave_layer-smaller
	{
	background:url(../images/waves-smaller.gif);
	display: block;
	height: 150px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 20;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	}

#pics_layer-smaller
	{
	background: #fff;
	display: block;
	height: 140px;
	margin: 0px;
	padding: 0;
	position: relative;
	z-index: 10;
	top: 10px;
	left: 0px;
	right: 0px;
	}
	
#logo_layer-smaller
	{
	background: url(../images/logo_trans.gif) no-repeat top left;
	display: block;
	height: 105px;
	width: 190px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 30;
	top: 20px;
	right: 30px;
	}
	
	#toplinks-smaller
	{
	background: transparent;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 40;
	top: 3px;
	right: 30px;
	border: 0px;
	text-align: right;
	}
	
	#toplinks-smaller a
	{
	color: #52330a;
	font-weight: bold;
	text-decoration: none;
	}
	
#toplinks-smaller a:hover
	{
	text-decoration: underline;
	}
	
	#main_content-smaller
	{
	background: #fff;
	display: block;
	margin: 15px 0 0 0;
	padding: 0px;
	border: 0px solid black;
	text-align: left;
	width: 100%;
	}
	
		/*########################## END new smaller header  ##############################*/

	
#toplinks
	{
	background: transparent;
	display: block;
	height: 30px;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 40;
	top: 10px;
	right: 30px;
	border: 0px;
	text-align: right;
	}
	
#toplinks a
	{
	color: #52330a;
	font-weight: bold;
	text-decoration: none;
	}
	
#toplinks a:hover
	{
	text-decoration: underline;
	}
	
#main_content
	{
	background: #fff;
	display: block;
	margin: 65px 0 0 0;
	padding: 0px;
	border: 0px solid black;
	text-align: left;
	width: 100%;
	}	
	
	
h1
	{
	font-size: 1.3em;
	color: #52330a;
	margin: 5px 10px 5px 15px;
	padding:0;
	clear: both;
	}
	
#feature_paragraph
	{
	clear: left;
	display: block;
	border-bottom: 1px solid #be944a;
	margin: 5px 10px 15px 15px;
	padding: 0 0 15px 0;
	}
	
#column_holder
	{
	clear: left;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	/*border: 1px solid green;*/
	}
	

#column1
	{
	float: left;
	width: 180px;
	margin: 0;
	padding: 6px;
	}
	
#column2
	{
	margin-left: 200px;
	border-left: 1px solid #be944a;
	padding: 0 0 0 1em;
	margin-right: 5px;
	}
	
#column_holder p
	{
	margin: 0 0 1em 0;
	}
	
#column_holder h2
	{
	margin: 0 0 .5em 0;
	font-size: 1.1em;
	color: #52330a;
	}

#column1 p
	{
	font-size: .8em;
	}
	
	
#footer
	{
	clear: left;
	border: 1px solid #896a51;
	margin: 0px auto;
	width: 85%;
	background: #be944a;
	color: #fff;
	font-weight: bold;
	}
	
	
#footer p
	{
	margin: 15px 30px 5px 15px;
	padding: 0px;
	color: #fff;
	font-weight: bold;
	float: right;
	}
	
#footer a
	{
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover
	{
	text-decoration: underline;
	}
	
#logo_box
	{
	width: 169px;
	height: 44px;
	clear: left;
	background:url(../images/eryc_logo.gif) no-repeat;
	text-indent: -9999px;
	margin: 0 0 6px 15px;
	padding: 0;
	float: left;
	}
	
#main_links li a
	{
	color: #52330a;
	text-decoration: none;
	font-weight: bold;
	font-size: .9em;
	padding-left: 30px;

	display: block;
	}
	
#feature_paragraph a, column2 a
{
	color: #008474;
	text-decoration: none;
	font-weight: bold;
}
	
#column1 a:hover, #feature_paragraph a:hover, column2 a:hover
	{
	text-decoration: underline;
	}
	
#menu-back
{
	background: #fcebce;
	display: block;
	padding: 0px;
	margin: 0 5px 0 0;
	width: 100%;
}

#menu-top
{
	background: #fcebce url(../images/menu-top.gif) repeat-x top left;
	display: block;
	padding: 0px;
	margin: 0px;
}

#menu-bot
{
	background: #fcebce url(../images/menu-bot.gif) repeat-x bottom left;
	display: block;
	padding: 0px;
	margin: 0px;
}
	
#main_links
	{
	margin:0;
	padding:0 0 0 5px;
	list-style: none;
	}
	
#main_links li
	{
	margin: 5px 5px 0px 0;
	padding: 0 0 5px 0;;
	list-style:none;
	border-bottom: 1px solid #52330a;
	}
	
#main_links li.contact
	{
	background: #fcebce url(../images/buttons-contacts.gif) no-repeat top left;
	}
#main_links li.download
	{
	background: #fcebce url(../images/buttons-downloads.gif) no-repeat top left;
	}
#main_links li.faq
	{
	background: #fcebce url(../images/buttons-faq.gif) no-repeat top left;
	}
#main_links li.videos
	{
	background: #fcebce url(../images/buttons-videos.gif) no-repeat top left;
	}	
#main_links li.photos
	{
	background: #fcebce url(../images/buttons-photos.gif) no-repeat top left;
	}
#main_links li.photos360
	{
	background: #fcebce url(../images/buttons-360photos.gif) no-repeat top left;
	}	
#main_links li.profiles
	{
	background: #fcebce url(../images/buttons-profiles.gif) no-repeat top left;
	}	
#main_links li.links
	{
	background: #fcebce url(../images/buttons-links.gif) no-repeat top left;
	}	

#main_links li.help
	{
	background: #fcebce url(../images/buttons-help.gif) no-repeat top left;
	}
		
#main_links li.wavesdata
	{
	background: #fcebce url(../images/buttons-wavedata.gif) no-repeat top left;
	}	
	
#main_links li.directory
	{
	background: #fcebce url(../images/buttons-directory.gif) no-repeat top left;
	}		
		
.profile_box_links
	{
	display: block;
	width: 140px;
	border-right: 1px dashed gray;
	margin: 0 10px 0 0;
	padding: 0 4px;
	float: left;
	text-indent: 25px;
	background:url(../images/profile_bullet.gif) left no-repeat;
	}
	
.profile_box_links a, .wave_links a, .pdf_links a
	{
	font-weight: bold;
	color: #52330a;
	text-decoration: none;
	}
	
.profile_box_links a:hover, .wave_links a:hover, .pdf_links a:hover
	{
	text-decoration: underline;
	}
	
.wave_links
	{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	text-indent: 30px;
	background:url(../images/profile_bullet.gif) left no-repeat;
	}
	
.pdf_links
	{
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
	height: 30px;
	text-indent: 40px;
	background:url(../images/pdf.gif) left no-repeat;
	}
	
#profile_table
	{
	width: 98%;
	padding: 3;
	margin: 0;
	border: 0px;
	}
	
	
.textlink
	{
	text-decoration: none;
	font-weight: bold;
	color: #008474;
	}

.textlink:hover
	{
	text-decoration: underline;
	}
	
	
/*......................PHOTOGRAPHS......................*/

#photograph_wrapper
	{
	clear: left;
	display: block;
	margin: 0 0 15px 0;
	padding: 0;
	width: 100%;
	/*border: 1px solid green;*/
	}

#thumbs_vertical
	{
	float: left;
	width: 125px;
	margin: 0;
	height: 403px;
	padding: 0;
	border: 1px solid black;
	overflow: auto;
		background:url(../images/sand_back.jpg);
	}
	
	
#thumbs_vertical a, #thumbs_vertical a:hover, #thumbs_vertical a:visted, #thumbs_vertical a:active
	{
	color: white;
	font-weight: bold;
	display: block;
	background: #835a19;
		width: 110px;
		padding: 3px 3px 3px 6px;
		text-decoration: none;
	}
	
	
	
#thumbs_vertical img
	{
	border: 1px solid black;
	padding: 0;
	margin: 2px 2px 2px 7px;
	}

#thumbs_horizontal
	{
	clear: left;
	display: block;
	border: 1px solid black;
	padding: 3px;
	margin: 10px 15px 0 0;
	background: #525252;
	color: white;
	font-weight: bold;
	text-align: center;
	font-size: 0.9em;
	}
	
#main_photograph
	{
	margin-left: 140px;
	border-left: 1px solid #be944a;
	padding: 1em;
	margin-right: 15px;
	border: 1px solid black;
	min-height: 377px;
	background: #525252;
	}
	
/* ############################# videos #######################*/

#video_holder
{
	width: 98%;
	display: block;
}

.video_wrapper
{
	margin-bottom: 20px;
	width: 48%;
	float: left;
}

.video_wrapper p
{
	float: left;
	display: block;
}

.video_wrapper img
{
	margin-right: 15px;
	border: 1px solid black;
}	

#main_links span
{
	font-size: 0.8em;
	padding-left: 30px;
	display: block;
}	



.GIS
{ width: 100%; height: 600px; min-height: 600px; overflow:auto; border:none; margin: 0; padding: 0;}




/*......................CLEARFIX.........................*/

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

