/********************************************
   HTML ELEMENTS
********************************************/

/* Top Elements */
* { margin: 0; outline: 0;
	padding: 0;
}

body {
	background: #7F9F55 url(none) repeat-x;
	font: 80%/1.6em Verdana, Tahoma, Arial, Geneva, sans-serif;
	color: #003300;
	text-align: center;
	margin: 0;
}

/* links */
a, a:visited {
	color: #663300;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #551F00;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3 {
	font-family: 'Trebuchet MS', Tahoma, Sans-serif;
	color: #003300;
	font-weight: bold;
}
h1 {
	font-size: 300%;
	font-weight: normal;
	margin: 0px;
	padding: 10px;
}
h2 {
	font-size: 180%;
	color: #88ac0b;
}
h3 {
	font-size: 150%;	
	font-weight: normal;	
}

h1, h2, h3, p {
	padding: 10px;		
	margin: 0;
}
ul, ol {
	margin: 0;
	padding-right: 15px;
	padding-left: 25px;
}
ul {
	list-style: none;
	list-style-type: circle;
	list-style-position: outside;
}

/* images */
img {
	background: #fafafa;
	border: 1px solid #dcdcdc;
	padding: 6px;
}

img.noborder {
	border-style: none;
}

img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #F4F3EC; 
	background: #FAFAE7;  
}
acronym {
  cursor: help;
  border-bottom: 1px dashed #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 35px;  
   border: 1px solid #F4F3EC; 
	background: #FAFAE7 url(../images/quote.jpg) no-repeat 7px 10px; 
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #976957;
}

/* layout */

#wrap {
	position: relative;
	background: #fff url(../images/wrap-bg.jpg) repeat-y;
	width: 900px;	
	margin: 10px auto 0;
	text-align: left;
}
#content-wrap {
	position: relative;
	background: #fff url(../images/content-bg.jpg) repeat-x;
	clear: both;
	float: left;	
	width: 870px;	
	padding: 0; 			
	margin-left: 15px;	
	display: inline;
	border-top: 5px solid #fff;
	border-bottom: 1px solid #e5e5e5;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}
#header {
	position: relative;
	background: #fff url(../images/header-bg.jpg) repeat-x;
	width: 870px;	
	height: 100px;	
	padding: 0;	
	margin: 0px auto;
} 

/* Navigation */
#nav {
	clear: both;	
	margin: 0; padding: 0;		
	height: 45px;	
}
#nav ul {
	float: left;
	list-style: none;
	background: url(../images/nav.jpg) repeat-x;	
	width: 870px;		
	height: 45px;
	text-transform: uppercase;
	margin: 0 0 0 15px;
	padding: 0;	
	display: inline;
}
#nav ul li {
	display: inline;
	margin: 0; padding: 0;
}
#nav ul li a {
	display: block;
	float: left;
	width: auto;
	margin: 0;
	padding: 0 14px;
	border-right: 1px solid #899D00;
	border-left: 1px solid #A7D101;
	font: bold 14px/45px "Century Gothic", "Trebuchet MS", Helvetica, Arial, Geneva, sans-serif;
	text-transform: uppercase;
	text-decoration: none;	
	letter-spacing: 1px;
	color: #fff;
}
#nav ul li a:hover, 
#nav ul li a:active {
	background: url(../images/nav-hover.jpg) repeat-x;	
}
#nav ul li#current a {	
	background: url(../images/nav-current.jpg) repeat-x;	
}

/* Main Column */
#main {
	float: left;
	width: 550px;
	padding: 5px 0 0;
	margin: 0 0 0 0px;
	display: inline;
}

#main p {
	margin: 0;
	padding: 4px 15px;
}
#main h2 {
	margin-top: 10px;
	padding-bottom: 3px;
	font: normal 2.3em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #895F30; 
	letter-spacing: -1px;	
	text-transform: none;
}
#main h2 a {
	color: #895F30; 
	text-decoration: none;	
}
#main ul li {
	list-style-image: url(../images/bullet.gif);
}

/* Sidebar */	
#sidebar {
	float: right;
	width: 315px;
	margin: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
	background-color: #f5eeba;
}

#sidebar img {
	padding: 6px;
	text-align: center;
	margin: 5px 0 0;
	border-width: 1px;
	border-color: #dcdcdc;
	background-color: #fafafa;
}
#sidebar ul{
margin: 0;
	padding-top: 0;
	padding-bottom: 0;
	font-size: 90%;
}

#sidebar li {
	padding-bottom: 2px;
	padding-top: 2px;
	margin-bottom: 5px;
	margin-left: 0;
	margin-right: 0;
}
/* footer */
#footer-wrap {
	clear: both;
	width: 900px;
	font-size: 100%;
	text-align: left;
	padding: 15px 0;
	border-bottom: 15px solid #fff;
	border-top: 1px solid #fff;
}

/* bottom */
#footer-bottom {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto;
	width: 870px;
	padding: 15px 0 0 0;
	text-align: center;
	background-color: #9CAE00;
	font-size: small;
}
#footer-bottom  a {
	color: white;
	text-decoration: underline;
	font-weight: normal;
	font-style: normal;
}

#footer-bottom a:hover {
	text-decoration: underline;
	color: #551F00;
}


/* alignment classes */
.float-left  { float: left; }
.float-right { float: right; }
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

h6 {
	font-size: 12px;
	font-weight: bold;
	color: #553f00;
	padding: 10px;
	margin: 0px;
}
