/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
html { height: 100%; }
body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 80%;
	color: #222;
	height: 100%;
	background: #555 url(img/bg.png) repeat-x fixed;
	}
a { text-decoration: none; color: #fff; font-size: 1em; padding: 1px 2px; }
a:hover { color: #6c7944; }
acronym { border-bottom: 1px dotted #cc0000; cursor: help; }

input, textarea {
background-color:#6c7944;
background-image:url();
background-position:top left;
border:none;
}



/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	height: auto !important;
	height: 100%;
	min-height: 100%;
	position: relative;
	}	
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/	
#header { 
	width: 900px;
	margin: 0 auto;	
	padding: 0;
	}
#head_left { 
	background: url(img/header_botm.png) no-repeat 0px 40px; 
	text-align: left;
	height:334px; 
	padding: 15px 0 0 6px;	
	}	

#head_left p {
	padding:0px;
	line-spacing:0px;

}
	
#head_left h1 {
	margin: 0;
	float:left; 
	clear: left;
	width:650px;
	padding: 20px 0 0 10px;	
	font-size: 2.5em;
	font-family:"Times New Roman", serif;	
	}
#head_left h1 a { 
	padding: 0;
	color: #000;
	font-weight: normal;
	color: #000;	
	}
* html #header h1 { padding-top: 23px; }	

#head_right {
	float:right;
	padding:12px 2px 0 0;	
	font-size: 140%;
	width:220px;
}
#head_right a {
	float:right;
	padding:0;
}

/*------------------------------------------------------------*
**  Navigation
**------------------------------------------------------------*/
#header ul {
	margin: 0 0px;
	padding: 0;
	width:900px;	
	}
#header li { 
	display: inline;
	list-style-type: none;
	margin: 0 0;
	font-size: 1.1em;
	background: url(img/nav.png) no-repeat;
	width: 111px;
	height: 25px;
	float: left;
	text-align: center;
	}	
#header li a { 
	display: block; 
	width: 100%;
	color: #fff;
	padding-top: 7px;
	}		
#header li a.on,
#header li a:hover { 
	background: url(img/nav.png) bottom; 
	color: #000; 
	height: 19px;
	width:110px;
}

/*------------------------------------------------------------*
**  Content  b9c681
**------------------------------------------------------------*/
#content {
	width: 820px;
	margin: 0 auto;
	padding: 40px 40px 30px 40px;
	background-color: #b9c681;
	background-image: url(img/bg_content.png);
	background-repeat: repeat-x;
	border:1px solid;
	border-color:#000;
	font-family:"Times New Roman", serif;
	}
* html #content { padding-bottom: 60px; }	
#content:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content h2 { 
	font-size: 20px;
	color: #000;
	font-weight: normal;
	font-size: 1.8em;	
	margin: 0 0 20px 0;
	clear: both;
	font-family:Tahoma, sans-serif;
	}	
#content h2 em { 
	font-style: normal;
	}
#content p {
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	}	

#content a{
	font-family:Tahoma, sans-serif;
}
	
#content ul {
	margin: 20px 0;
	padding: 0 0 0 10px;
	line-height: 2.0em;
	}	
#content li {
	list-style-type: none;
	background: url(img/bullet.png) no-repeat 0px 3px;
	padding: 0 0 0 25px;
	line-height: 1.5em;
	letter-spacing: 0.1em;	
	}	
#content blockquote { 
	background-color: #FFFFF0; 
	margin: 20px 0; 
	padding: 10px 20px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	}
#content blockquote p { margin: 0; text-indent: 0; }

/*------------------------------------------------------------*
**  Tables
**------------------------------------------------------------*/

table
{
    border-color: #333;
    border-width: 0 0 1px 1px;
    border-style: solid;
}

td
{
    border-color: #333;
    border-width: 1px 1px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
}

td a {
color:#333
}

/*------------------------------------------------------------*
**  Thumbnails
**------------------------------------------------------------*/
#content ul.thumbs { 
	margin: 20px 0;
	padding: 0;
	}
#content ul.thumbs:after {
	content: "."; 
	display: block; 
	clear: both; 
	height: 0;
	visibility: hidden
	}	
#content ul.thumbs li { 
	float: left;
	margin: 3px;
	padding: 0;
	background-image: none;
	}
#content ul.thumbs li a img { border: 4px solid #b9c681; }
#content ul.thumbs li a:hover img { border: 4px solid #6c7944; }	
html>body #content ul.thumbs li a { background-color: transparent; }
	

/*------------------------------------------------------------*
**  Three Col HomePage
**------------------------------------------------------------*/

#three_col {
width:243px;
height:260px;
background-image: url(img/bg_three_col.png);
float:left;
margin-right:15px;
padding:10px;
text-align:center;

}
#three_col:hover {
width:243px;
height:260px;
background-image: url(img/bg_three_col_hover.png);
float:left;
margin-right:15px;
padding:10px;

}

/*------------------------------------------------------------*
**  left
**------------------------------------------------------------*/
#left {
	float: left;
	width: 225px;
	text-align: left;
	margin-right: 35px;
	}

/*------------------------------------------------------------*
**  right
**------------------------------------------------------------*/
#right {
	float: right;
	width: 560px;	
	text-align: left;	
	}
		
/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/		
#footer {	
	position: absolute !important;
	width: 100% !important;
	z-index: 500 !important;
	position: relative;	
	padding: 10px 0;	
	margin-top: -36px;
	background-color: #6c7944;		
	color: #bbb;	
	font-size: 11px;
	border-top: 7px solid #b9c681;
	}	
#footer p { margin: 0 10px; text-align: center; }	
#footer a { 
	color: #b9c681; 
}
#footer a:hover { background-color: #333; }

