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

#container {
	position:relative;
	width:902px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	position:absolute;
	left:0px;
	width:902px;
	top:0px;
	height:97px;
}
#header_link img {
	border:none;
	position:absolute;
	left:30px;
	width:250px;
	top:5px;
	height:87px;
}
#navbar {
	position:absolute;
	top:97px;
	height:25px;
	background-color: #FFFFFF;
	border: 1px solid #A5AA81;
}
#navmenu {
	position: absolute;
	width: 631px;
}
body {
	text-align: center;
	background-image: url(../img/body_bg.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
#copyright {
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	color: #A5AA81;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 27px;
	color: #006600;
	font-weight: normal;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	text-transform: uppercase;
}
h3 {
	text-transform: capitalize;
	color: #000000;
}
/* begin header tabs css */
#home, #contact {
	position: absolute;
	width: 73px;
	top: 78px;
	height: 20px;
}
#home {
	left: 725px;
}
#contact {
	left: 805px;
}
#home span, #contact span {
	position: absolute;
	top: 3px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
#home span {
	left: 25px;
}
#contact span {
	left: 19px;
}
.buttons {
	position: relative;
	font-family: arial, helvetica, sans-serif;
	background: url(../img/header_tab.gif) no-repeat;
	white-space: nowrap;
	display: block;
	width: 73px;
	height: 20px;
	margin: 0;
	padding: 0;
}
.buttons span {
	margin: 0px;
	padding: 0px;
	cursor: pointer;
}
.buttons a {
	display: block;
	color: #000000;
	font-size: 11px;
	width: 73px;
	height: 20px;
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
}
.buttons img {
	width: 73px;
	height: 20px;
	border: 0
}
* html a:hover {
	visibility:visible
}
.buttons a:hover img {
	visibility:hidden
}
/* end header tabs css */

/* begin navbar menu css */
li {
}
#navmenu ul {
	margin-left: 0;
	padding-left: 0;
	display: inline;
} 
#navmenu ul li {
	margin-left: 0;
	padding: 5px 11px 3px;
	border-left: 1px solid #A5AA81;
	list-style: none;
	display: inline;
	font-size: 11px;
	float: left;
}
#navmenu ul li.first {
	margin-left: 0;
	border-left: none;
	list-style: none;
	display: inline;
}
#navmenu ul li a {
	text-decoration: none;
	color: #000000;
}
#navmenu ul li a:hover {
	color: #6F724E;
}
/* end navbar menu css */

#copyright_text {
	margin-top: 6px;
}
#copyright_text a {
	color: #A5AA81;
}
.bold_table {
	font-weight: bold;
}
a {
	color: #333333;
}
h4 {
	font-style: italic;
	color: #000000;
	font-weight: normal;
	padding-top: 0px;
}
