/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #fff url(img/bg2.gif); /* Optional */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: center; /* IE Fix */
	margin: 0;
	}
a { text-decoration: none; color: #ec861a; }
/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 800px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #534518 url(img/header.jpg) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 140px;
	}	
#header h1 { 	
	margin: 0;
	color: #fff;
	font-size: 1.8em;
	font-weight: normal;
	font-style: italic;
	cursor: default;
	}	
#header h2 { 	
	margin: 0;
	color: #ddd;
	font-size: 1.2em;
	padding-left: 1px;
	cursor: default;
	}	

/*------------------------------------------------------------*
**  Nav
**------------------------------------------------------------*/

#nav {
	background: #ec861a; 
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 2.2em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #fff;
	background-color: #ec861a;
	border-right: 4px solid #fff; 
	border-bottom: 0;
	padding: 3px 8px;
	font-size: 1em;
	float: left;
	font-weight: bold;
	}
#nav li a:hover { background-color: #534518; }
#nav li a.on { background-color: #534518; color: #ddd; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 150px;
	position: relative;
	line-height: 20px;
	word-spacing: 2px;
	}
#sidebar div { background: #fff url(img/para_bg.jpg) repeat-x; }
#sidebar a:hover { color: #534518; }
#sidebar a.on { background-color: #534518; color: #ddd; }
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#sidebar h3, #content h3 { 
	font-size: 1.1em; 
	color: #534518; 
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
	border-top: 1px solid #ddd; 
  padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 550px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: justify; 
	word-spacing: 2px;	
	}	
#content div { background: #fff url(img/para_bg.jpg) repeat-x; }

/*------------------------------------------------------------*
**  Feature box
**------------------------------------------------------------*/

#feature_box {
  float:left;
  width:200px;
  background-color: #f6fcec;
  border:1px solid #ec861a;
  padding:10px;
  margin-top:10px;
  margin-bottom:5px;
  margin-right:8px;
}

#feature_box h4 {
  padding-left:5px;
  margin-top:0px;
  margin-bottom:5px;
  font-size: 12px;
  color: #534518;
}

#feature_box p {
/*  color: #555555; */
  font-size: 0.8em;
  line-height: 1.2;
  margin-bottom:5px;
}

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: #ec861a url(img/footer.jpg) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: center;	
	color: #fff;
	font-size: 0.8em;
	line-height: 16px;
	clear: both;
	height: 79px;
	}
	
#footer a { text-decoration: none; color: #534518; border-bottom: 1px dashed #534518; }
#footer a:hover { border-bottom: 1px dashed #fff; color: #fff; }
