﻿/* GreenTetradTheme */
/* styles for elements in header */

#header h3, #hnav
{
	margin: 0;
	padding: 0;
}

#header h3 a
{
	display: block;
	margin: 16px 5px 2px 5px;
	text-indent: 200px; /* to make the text invisible */
	overflow: hidden;
	background-image: url(images/lts.jpg);
	background-repeat: no-repeat;
	width: 200px; /* same as background-image */
	height: 44px; /* same as background-image */
}

#hnav
{
	list-style: none;
	position: absolute;
	top: 62px;
	left: 141px;
	z-index: 20;
}

.header-photos
{
	position: absolute;
	left: 220px;
	top: 0px;
	z-index: 0;
}

#header-bottom
{ 
	border-width: 5px; 
	border-color: #17435F; 
	height: 5px;
	width: 980px;
	background-image: url('images/header-bottom-fade.png');
	background-repeat: repeat-x;
	position: absolute;
	top: 85px;
	left: 0px;
	z-index: 10;
	border-top-style: solid;
 }


#hnav li#home
{
	border-left-style: solid;
	border-left-width: 1px;
	border-left-color: #17435F;
}

#hnav li
{
	float: left;
	border-right-style: solid;
	border-right-width: 1px;
	border-right-color: #17435F;
	width: 103px; /* 103px + 1px from the border, total 104 for each menu item */
	text-align: center;
}

#hnav a
{
	display: block;
	color: #1A7520;
	text-decoration: none;
	padding: 0;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	line-height: 25px;	
}

#hnav a:hover
{
	color: #1A7520;
    background-color: #D2E3EE;	        
}
