/*------------------------------------------------------------*
**  Global
**------------------------------------------------------------*/
body {
	background: #8c8279 url('img/gradient.png') repeat-x top right;;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-align: left; /* IE Fix */
	margin: 0;
	color: #49515C;
	}
acronym { cursor: help; border-bottom: 1px dashed #999; }
a { text-decoration: none; color: #369; border-bottom: 1px dashed #369; }
a_footer { text-decoration: none; color: black; }
a:hover { border-bottom: 1px dashed #49515C; color: #49515C; }

/*------------------------------------------------------------*
**  Container
**------------------------------------------------------------*/	
#container {
	margin: 0 auto;
	width: 900px;
	background: white;
	border: 1px solid #ddd;
	padding: 0 5px;
	text-align: center; /* Cancel IE Fix */
	}

#container_2 {
	/*margin: 0 auto;*/
	/*width: 900px;*/
	background: white;
	/*border: 1px solid #ddd;*/
	padding: 0 5px;
	text-align: left; /* Cancel IE Fix */
	}
	
/*------------------------------------------------------------*
**  Header
**------------------------------------------------------------*/		
#header {
	background: #f1f0f1 url(img/header.png) no-repeat 100% 0;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 145px;
	}

#header_2 {
	background: #8c8279 url(img/header.png) no-repeat 50% 50%;
	border-bottom: 4px solid #fff;
	border-top: 5px solid #fff;
	height: 145px;
	}
	
/*------------------------------------------------------------*
**  Nav and Sidenave
**------------------------------------------------------------*/
#sidenav a {
    border-bottom: none;
}

#sidenav a:hover {
    border-bottom: none;
}

#nav {
	background: #1C1A17;
	border-bottom: 4px solid #fff;
	margin: 0; 
	padding: 0;
	height: 1em;
	}
#nav li {
	list-style-type: none;
	display: inline;
	line-height: 20px;
	}		
#nav li a { 
	text-decoration: none; 
	color: #ddd;
	background-color: #858F9E;
	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: #6B7687; }
#nav li a.on { background-color: #49515C; color: #C6C4C5; }

/*------------------------------------------------------------*
**  Side Bar
**------------------------------------------------------------*/
#sidebar {
	float: left;
	width: 200px;
	position: relative;
	line-height: 20px; 
	word-spacing: 2px;	
	}

#sidebar div { background: #fff; }
	
/*------------------------------------------------------------*
**  Side Bar & Content
**------------------------------------------------------------*/
#content h3 { 
	font-size: 2em; 
	font-family: Nyala, Segoe Print;
	color: #007700;
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content h4 { 
	font-size: 1.6em; 
	color: #007700;
	font-family: Nyala, Segoe Print;
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content h5 { 
	font-size: 2em; 
	font-family: Nyala, Segoe Print;
	color: #016c98;
	margin: 0 10px 0 0; 
	cursor: default;
	}
#content h6 { 
	font-size: 1.6em; 
	color: #016c98;
	font-family: Nyala, Segoe Print;
	margin: 0 10px 0 0; 
	cursor: default;
	}
#sidebar h3 { 
	font-size: 1.5em; 
	color: #49515C; 
	margin: 0 10px 0 0; 
	cursor: default;
	font-family: Nyala, Segoe Print;
	}
#content div, #sidebar div { 
	padding: 1px 0 10px 0;  
    padding: 10px;
	}	
/*------------------------------------------------------------*
**  Content
**------------------------------------------------------------*/
#content {
	float: left;
	width: 670px;
	position: relative;
	margin-left: 15px;
	line-height: 20px; 
	text-align: center; 
	word-spacing: 2px;	
	}	

#content div { background: #fff; }

#content_2 {
	float: left;
	/*width: 850px;*/
	position: relative;
	margin-left: 15px;
	line-height: 20px;
	text-align: left;
	word-spacing: 2px;
	}

#content_2 div { background: #fff; }

/*------------------------------------------------------------*
**  Footer
**------------------------------------------------------------*/
#footer {
	background: white url(img/bamboo_green_footer.png) no-repeat 100% 0;
	border-bottom: 5px solid #fff;
	border-top: 10px solid #fff;
	text-align: left;	
	color: #1C1A17;
	font-size: 1.2em;
	font-family: Segoe Print, Nyala;
	padding: 10px;
	padding-right: 40px;
	line-height: 16px;
	clear: both;
	height: 60px;
	}
	
#footer a { border-bottom: none; }
#footer a:hover { border-bottom: none; }

/*------------------------------------------------------------*
**  Gallery
**------------------------------------------------------------*/

.caption{color:#887;}
.gallery_demo{width:600px;margin:0 auto;}
.gallery_demo li div{left:240px}
.gallery_demo li div .caption{font:italic 0.7em/1.4 georgia,serif;}

#main_image{margin:0 auto 30px auto;height:400px;width:600px;background:white;}
#main_image img{margin-bottom:10px;}

.gallery_nav{padding-top:15px;clear:both;font:80% 'helvetica neue',sans-serif;letter-spacing:3px;text-transform:uppercase;}

/*------------------------------------------------------------*
**  Form, Legand
**------------------------------------------------------------*/
form li{
  list-style-type: none;
}

input, textarea {
  border: #49515C 1px solid;
}

form fieldset legend {
  font-weight: bold;
  font-size: 110%;
  color: #016c98;
  margin: 0 10px 0 10px;
  padding: 0 10px 0 10px;
}

form label {
  display: block;

}

/*---- Form Highlighting --*/
input:focus, textarea:focus{
  background-color: #D8F0F5;
}

