﻿/* Header and Navigation CSS */

html, body, #style {
	min-height: 100%;
	width: 100%;
	height: 100%;
}

html>body, html>body #style {
	height: auto;
}

#style {
	position:absolute;
	top: 0;
	left: 0;
	width:100%;
	padding:0px;
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 75%;
	}
	
#header {

	background-image:url(../images/header.jpg);
	background-position:top left;
	background-repeat: repeat;
	height:175px;
	text-align:right;
	padding-right:10px;
	padding-bottom:0px;
	margin-bottom:0px;
}

#header h1 {
	background:url(../images/logo.jpg);
	margin: 0px 0px 0px 0px;
	padding:0px;
	float:left;
	width:375px;
	height:175px;
}

#header h1 a{
	display:block;
	
	padding-top:100px;
	height:175px;
	width:375px;
	text-indent: -9000em;
	text-decoration: none;
	line-height: 100%;
	font-size:0px;
	overflow:hidden;
	margin: 0px 0px 0px 0px;
	padding-bottom:0px;
}

#navigation {
	background-image:url(../images/nava.gif);
	/*background-color:#959595;*/
	background-repeat: repeat-x;
	height:26px;
	width:100%;
	list-style-type:none;
	list-style-image:none;
	/*
	position:relative;
	top:-12px; */

}

#navigation ul {
	padding-top:0px;
	padding-bottom:0px;
	float:right;
	width:auto;
}

#navigation li{
	font-family: Tahoma, Arial, sans-serif;
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
	line-height:100%;
	float:left;
	list-style-type:none;
	list-style-image:none;
}

#navigation li a{
	color:#145D0E;
	text-decoration:none;
	display:block;
	height: 19px;
	float:left;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}

#navigation li a:hover {
	background-image:url(../images/navh.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
}

#search {
	float:right;
	padding-right:5px;
	padding-top:10px;
	margin-top:0px;
	position:relative;
	top:-120px;
	height:62px;
	overflow:hidden;
}

#search form {
	float:right;
}
#search table {
	float:right;
}
