html
{ 
	height: 100%;
	background: #fff;	
}

*
{ margin: 0;
  padding: 0;}

body{ 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;  	
	color: #47433F;
}
p{ 
	padding: 5px 0 5px 0;
	color: #000;
	line-height: 1.5em;
	font-size: 11px;
}
img
{ border: 0;}

h1{ 
	margin: 0;
	padding: 0;
	font-size: 26px;
	color: #000;
	margin: 0px 0px 10px 0px;  
	font-weight: normal;
}
h2{
	margin: 0;
	padding: 0;
	font-size:20px;
	font-weight: normal;
	color: #006032;
	margin: 0px 0px 30px 0px;  
}
h3{
	margin: 0;
	padding: 0;
	font-size:26px;
	font-weight: normal;
	color: #006032;
	margin: 0px 0px 10px 0px;  
}

a, a:hover
{ 
	outline: none;
	text-decoration: underline;
	color: #4c4432;}

a:hover{ 
	text-decoration: none;
}
blockquote
{ margin: 20px 0; 
  padding: 10px 20px 0 20px;
  border: 1px solid #E5E5DB;
  background: #FFF;}

ul
{ margin: 2px 0 22px 17px;}

ul li
{ list-style-type: circle;
  margin: 0 0 6px 0; 
  padding: 0 0 4px 5px;}

ol
{ margin: 8px 0 22px 25px;}

ol li
{ margin: 0 0 11px 0;}

#main{			
	margin: 0 auto;
	width: 768px;	
}
#header{
	margin: 0px 0px 0px 0px;
	padding: 0;
	float: left;
	width: 768px;
	height: 150px;
	overflow: hidden;
	background-repeat: no-repeat;	
	
}
#content
{ 
	float: left;
	text-align: left;	
  	width: 768px;
	min-height: 400px;
  	padding: 0;
  	margin: 30px 0px 0px 0px;
  	
}
#flashcontent{
	float: left;
	width:768px;
	height: 319px;
	background: #898989;
	
}
#left{
	float: left;
	width: 168px;	
}
#right{
	float: left;
	width: 600px;	
}
#footer{
	float: left;
	width: 768px;
	height: 50px;
	margin: 10px 0px 0px 0px;
	border-top: 1px solid;
}

#languagebar
{ 	
	width: 100px;
	height: 16px;
	padding: 0;
	margin: 25px 0px 0px 0px;
	float: left;
	overflow: hidden;	
} 
ul#language
{
	float: right;
	height: 16px;  
	width: auto;
}

ul#language li
{ 
	float: left;
	list-style: none;
	width: auto;
}

ul#language li a
{ 	
	display: block; 
  	float: left;   
  	padding: 0px 5px 0px 10px;  	
  	width: auto;
} 

#menubar
{ 	
	width: 100%;	
	padding: 0;
	margin: 50px 0px 0px 0px;
	position: relative;  
	overflow: hidden;	
} 
ul#menu
{ 
	float: left;	
	width: auto;
	margin: 0;
	padding: 0;
  
  }

ul#menu li
{ 
	
	margin: 2px 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	width: auto;
}
ul#menu li a
{ 
	font-size: 14px;
	display: block;  	
  	padding: 2px 5px 8px 0px;  	
  	background: transparent;
  	color: #000;  
  	text-decoration: none;
  	width: auto;
} 

ul#menu li a:hover, ul#menu li a.selected
{ 	
	color: #999;
}
#submenubar
{ 	
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	float: left;	
	overflow: hidden;	

} 
#submenubar p a{

	font-size: 18px;
	color: #000;  
}

ul#submenu
{ 
	float: right;
	height: 30px;  
  width: auto;}

ul#submenu li
{ float: left;
  margin: 8px 0 0 0;
  padding: 0 0 0 0;
  list-style: none;
  width: auto;}

ul#submenu li a
{ 
	font-size: 12px;
	display: block; 
  	float: left;   
  	padding: 2px 5px 8px 10px;
  	text-align: center;
  	background: transparent;
  	color: #000;  
  	text-decoration: none;
  	width: auto;
/*	font-weight: bold;*/
} 

ul#submenu li a:hover, ul#submenu li a.selected
{ 	
	color: #898989;
}

.textbox{
		width: 217px;
		height: 17px;
		padding: 4px;
		border: 2px solid #056335;
}
.button{
	background: url(images/button_bg.png) no-repeat;
	float: right;
	width: 60px;
	height: 20px;
	padding: 0px 0px 0px 40px;
	color: #056335;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
label{
	font-size: 12px;
	font-weight: bold;
	color: #000;
}
.smiley{
	width: 64px;
		height: 50px;
	float: left;
	margin: 5px 0px 0px 0px;
}
p.footer{
	width: 604px;
	float: left;
	text-align: right;
	font-size: 10px;
	line-height: 1.3em;
	margin: 10px 0px 0px 0px;
}

/* Gallery */
.pikachoose
{
	width:600px;
	margin:0;
	
}
/* This is the ul you have all your images in */
.pikachoose ul
{
	padding-left:0;
	width:510px;
	height:180px;
	margin:0;overflow:hidden;
}
.pikachoose ul li
{
	float: left;
	border:1px solid #555;
	padding:2px;
	background:#777;
	margin:0 6px 4px 0;
	position:relative;
	overflow:hidden;
}
.pikachoose ul li div img
{
	position:relative;
	cursor:pointer;
	}

/* this is the surroundner for all your elements. This is also the fake border around the main img and room for caption */
.pika_main{
	width:544px;
	height:410px;
	display:block;
	position:relative;
}
/*sine we give it the fake border, you need to position the image a little. */
.pika_main_img{
	position:absolute;
	top:2px;
	left:2px;
}
.pika_back_img{
	position:relative;
	top:0px;
}
.pika_subdiv{
	position:relative;
	border:1px solid #555;
	background:#777;
	padding:2px;
}
.pika_subdiv img, .pika_subdiv a img{
	border:none;
}
.pika_caption{
	width:538px;
	height:16px;
	padding-top:4px;
	text-align:center;
	position:absolute;
	bottom:7px;
	left:3px;
	color: #fff;
	font-size: 10px;
	background:url('images/black.png') top left;
	}
.pika_caption a{color:white;}

.pika_play{
	position:absolute;
	z-index:1;
	left:50%;
	margin-left:-25px;
	width:50px;
	top:5px;}
.pika_play_button{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;
	background:url('images/play.png') top center no-repeat;}
.pika_stop_button{
	position:relative;
	margin-left:auto;
	cursor:pointer;
	display: block;
	width:50px;
	height:50px;background:url('images/pause.png') top center no-repeat;
	}

.pika_navigation a{
	font-size: 12px; 
	text-decoration: none;}
.pika_navigation a:hover{
	text-decoration: underline;}
.pika_navigation{
	padding-top:10px;
	clear:both;
	text-align:center;
	}

/* if you want to 'hide' these jus make their height and width 1px */
.pika_prev_hover{
	position:absolute;
	top:5px;
	left:5px;
	height:456px;
	width:100px;
	background:url('images/rewind.png') top left no-repeat;
	}
.pika_next_hover{
	position:absolute;
	top:5px;
	right:5px;
	height:456px;
	width:100px;
	background:url('images/fastf.png') top right no-repeat;
}

#contactForm, #commentLoading, #commentPosted{
	float: left;
	width: 400px;

}

.form-input, .form-label, .form-submit{
	float: left;
	width: 400px;
	margin: 0px 0px 10px 0px;
}	

.input-text{
	float: left;
	width: 200px;
	font-size: 14px;
	padding: 5px;
	border: 2px solid #dedede;
}
#comment{
	width: 500px;
	height: 200px;
	font-size: 14px;
	padding: 5px;
	border: 2px solid #dedede;
}
#submit{
	width: 100px;
	padding: 5px;
	font-weight: bold;
	background: #888;
	color: #fff;
	border: 2px solid #000;
}

.input-text.error, #comment.error{
	background:#ffbcbc;
	border:2px solid #C24949;
}
.form-input label.error {
	float: left;
	width: 300px;
	color: red;
	font-size: 10px;
}






























/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
