/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

*
{
border: 0;
margin: 0;
}

img
{
border: 0px;
}


a{
	color: #711419;
	text-decoration:none;
}

a:hover{
	text-decoration: underline;
	color: #000000;
}

body{
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
	background: #486501;
	line-height:20px;
}

#bg {
width: 1028px;
margin: 0px auto;
background:url(images/bg.jpg) repeat-y}


#main{
	width: 1000px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	background:#FFFFFF;
	background: url(images/big_bg.jpg) bottom no-repeat #FFFFFF;
	
}


#header { width:1000px;
padding: 0px 0px 0px 0px;
height: 304px;
}

#buttons{
	width: 243px;
	background: url(images/menu.jpg) left top no-repeat;
	text-align:center;
	float: left;
}

#buttons ul {
    padding-left: 0px;
    margin: 0px;
}

#buttons li {
	display: inline;
}

#buttons a {
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight:normal;
	display: block;
	float: left;
	width: 243px;
	height: 41px;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 20px;
	text-align: center;
	background: url(images/but.jpg) 0px 0px no-repeat;	
}

#buttons a:hover {
	text-decoration: underline;
	background: url(images/but_hover.jpg) 0px 0px no-repeat;
}

#img_lim {	height:304px;
			width:440px;
			background:url(images/current.jpg) left top no-repeat;
			float: left;
		}
#bg_top {
	background: url(images/bg_top3.jpg) left top no-repeat;	
	height:304px;
	width:317px;
	float:left;}
	
#text_top {
	color:#ffffff;
	width:400px;
	margin: 40px 0px 0px 19px;}
	
.tit_top {
font-family:Georgia, "Times New Roman", Times, serif;
font-size: 26px;
color:#000000;
font-weight: 600;}

#content{
	width: 992px;
	padding: 5px 0px 5px 0px;
	background: url(images/bg_png.png) left repeat-y;
	margin: 0px 4px 0px 4px;
}


#razd {
background:url(images/razd.gif) 325px repeat-y;
width: 992px;
min-height: 500px;
padding: 10px 0px 10px 0px;
}

#left{
	width: 312px;
	padding: 0px 0px 0px 6px;
	margin: 0px;
	float:left;
}
#left ul 
{
	list-style: none;
	text-align: justify;
	padding-left:10px;
	padding-top:10px;
	padding-right:15px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}
#left li{
	padding-top: 5px;
	background: url(images/fish2.gif) 3px 2px no-repeat;
	padding-left: 39px;
}
#center{float:left;
padding: 0px 0px 0px 15px;
width:317px;
}

#center ul 
{
	list-style: none;
	text-align: justify;
	padding-left:10px;
	padding-top:10px;
	padding-right:10px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}


.text{
	padding: 7px 7px 0px 7px;
}

.img {	float:left;
		margin: 10px 10px 5px 0px;
}

span {	color:#486501;
		font-weight:bold;
}

.dot { background:url(images/tit.gif) bottom repeat-x;
line-height:20px; }
.dat { text-decoration:underline;}

H1{
	font-family: Georgia, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	color: #354905;
	padding-bottom: 5px;
	padding-left: 7px;
	background:url(images/tit.gif) bottom repeat-x;
}

.read{
	text-align:right;
	padding-right:20px;
	padding-top: 7px;
}
.read_top{
	text-align:right;
	padding-right:20px;
	padding-top: 210px;
}

#right{
float:right;
width: 320px;
background: url(images/right_bg.gif) left repeat-y;
padding-right: 5px;
}



#right ul 
{
	list-style: none;
	text-align: justify;
	padding-left:10px;
	padding-top:10px;
	padding-right:15px;
	margin: 0px;
	display:block;
	padding-bottom: 0px;
}

#right li{
	padding-top: 2px;
	background: url(images/fish2.gif) 3px 2px no-repeat;
	padding-left: 39px;
}

#footer{
	height: 40px;
	width: 1000px;
	font-size: 10px;
	color: #FFFFFF;
	padding-top: 8px;
	text-align: center;
	clear:both;
	padding: 10px 0px 10px 0px;
	background: url(images/footer.jpg) left top no-repeat;
}

#footer a{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;
	font-size: 10px;
	text-decoration: underline;
}
	#imageSlideshowHolder{

		/* This is a CSS hack in order to get a nice look in IE 5.5 and lower 

		In these versions of Internet Explorer, we need to add borders and padding to the width. In this example, we have a 3 pixel
		border on all sides. This means that the width in IE5.5 should be 606 pixels(600 + border 3px on the left + border 3 px on the right). Height
		should be set to 456 pixels(450 + 3 +3). IE 5.5 will ignore the width attributes below the first line. These will be applied to other browsers.

		*/
		/* CSS HACK */
		width: 606px;	/* IE 5.x */
		width/* */:/**/600px;	/* Other browsers */
		width: /**/600px;
		
		/* CSS HACK */
		height: 256px;	/* IE 5.x */
		height/* */:/**/250px;	/* Other browsers */
		height: /**/250px;
		
		background-color:#FFF;
		border:1px solid #CCCCCC;
		position:relative;	/* Never change this value */
		
	}
	.imageInGallery{		
		width:600px;
		height:250px;
		background-color:#FFF;
		
		/* Never change these 3 value */
		left:0px;
		top:0px;
		position:absolute;	
	}
	#imageSlideshowHolder img{
		position:absolute;
	}
	
	/*chris - description overlay*/
	#the_captions{
		display:none;
		}
	.imageInGallery_DESC{
		position:absolute;
		color:#FFFFFF;
		padding:30px;
		padding-top:25px;
		margin-left:30px;
		margin-top:5px;
		z-index:100;
		/*height:200px;*/
		width:240px;
		background:url("images/bg.png");
		font-size:80%;
		}
	.imageInGallery_DESC h1{
		color:#99cc33;
		font-size:140%;
		margin:0px;
		padding:0px 0px 5px 0px;
		}
