/**********************************************/
/*******Standard HTML Elements		***********/
/**********************************************/
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.65em;
	line-height: 1.5em;
	background: #817968	url(images/bg.gif) no-repeat;
	background-position: top center;
}
p,li {
  font-size: 1.2em;  /* Sets content font at 12px */
  font-weight: normal;
  margin: 0 5px 0 5px;
  line-height: 1.6em;
  color: #555555;
}
h1 {
  font-size: 1.6em;
  font-weight: 600;
  margin: 15px 5px 5px 5px;
  color: #111111;
}
h2 {
  font-size: 1.4em;
  color: #222222;
  font-weight: 400;
  margin: 15px 5px 5px 5px;
}
h3 {
  font-size: 1.0em;
  color: #333333;
  font-weight: 400;
  margin: 15px 5px 5px 5px;
  text-transform: uppercase;
}
h4 {
  font-size: 1em;
  line-height: 1.6;
  font-weight: normal;
  margin: 5px 5px 5px 5px;
}
a:link, a:visited {
	background-color: inherit;
	text-decoration: none;
	color: #8B4800;
}
a:hover, a:active{
	background-color: inherit;
	color: #000000;
}
label {
	display: block;
}
hr {
	color: none;
	border: 1px solid #cccccc;
}

.brclear { 
	clear: both; 
	height: 0; 
	margin: 0; 
	font-size: 1px; 
	line-height: 0;
}
/**********************************************/
/*******  Wrapper					***********/
/**********************************************/
#wrapper {
	position: relative;
	top: 60px;	
	width: 900px;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	background: #FFFFFF
}

/**********************************************/
/*******  Header					***********/
/**********************************************/ 
#header {
	position: relative;
	height: 100px;

	background-position: top left;
}

#service{
	position: absolute;
	top: 0px;
	right: 0px;
	margin: 1px 1px 0 0;
	padding: 0;
	text-align: left;
	font-size : 100%;
	color : #000000;
	width: 150px;
	height: 30px;
}

#top {

	width: 900px;
}
/**********************************************/
/*******  Main Menu					***********/
/**********************************************/
#menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	right: 0pt;
	bottom: 0px;
	color: #666666;
	padding: 0px 10px px 10px;
	margin: 0 0 10px 0;
	border-right: 1px solid #e9e5d9;
}
#menu a {
	padding: 0pt 10pt 0pt 10px;
	font-weight: 500;
	color: #666666;
	border-left: 1px solid #e9e5d9;
}

#menu a:hover,
#menu .active a {
	color: #000000;
}


/**********************************************/
/*******  Middle					***********/
/**********************************************/
#middle {
	float: left;
	width: 900px;
}
#middle-left {
	float: left;
	width: 600px;
	border-right: 1px solid #e9e5d9;
}
#middle-right {
	float: right;
	width: 280px;
	padding: 0px 9px 0px 5px;
}
#pagetitle {
	color: #9EC630;
	font-size: 2em;
	font-family: 'Trebuchet MS',Arial,Sans-serif;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: normal;
}

/**********************************************/
/*******  Bottom					***********/
/**********************************************/
#bottom {
	float: left;
	width: 900px;
	padding: 10px 0px 50px 0px
}
#bottom-1 {
	float: left;
	width: 280px;
	padding: 0px 9px 0px 10px;
	border-right: 1px solid #e9e5d9;
}
#bottom-2 {
	float: left;
	width: 280px;
	padding: 0px 10px 0px 10px;
}
#bottom-3 {
	float:right;
	width: 280px;
	padding: 0px 10px 0px 9px;
	border-left: 1px solid #e9e5d9;
}

/**********************************************/
/*******  Footer					***********/
/**********************************************/
#footer {
	height: 100px;
	background: #817968 none repeat scroll 0%;
	border-top: 5px solid #000000;
	color: #FFFFFF;
	font-size: 95%;
	margin: 0pt;
	padding: 1pt 0pt 0pt 0pt;
	bottom: 0;
	clear: both;
}

#footer .footer-left {
	float: left;
	width: 50%;
	text-align: left;
}

#footer .footer-right {
	float: right;
	width: 50%;
	text-align:right;
}

#footer a {
	color: #FFFFFF;

}

#bottomnav {
	text-align: right;
	padding: 0px 10px 0px 10px;
	border-left: 1px solid #FFFFFF;
}


/**************************************************************************************************/
/*******  	Copyright notice															***********/
/*******  																				***********/
/*******  	You can redistribute this template and/or modify it under the terms of the	***********/
/*******  	GNU General Public License as published by the Free Software Foundation;	***********/
/*******  	either version 2 of the License, or (at your option) any later version.		***********/
/*******  																				***********/
/*******  	The GNU General Public License can be found at								***********/
/*******  	http://www.gnu.org/copyleft/gpl.html.										***********/
/*******  																				***********/
/*******  	This copyright notice MUST APPEAR in all copies of the template! 			***********/
/**************************************************************************************************/