
/* basic elements */
html
	{
   	height:auto;
	}
body 
	{ 
	font: 14px/18px Helvetica,Futura; 
	color: #D4ff6D; 
	background-color: #000000;
	margin: 0; 
	text-align:center; 
	height:auto;
	}

/* headers in index */	
a:link 
	{ 
	text-decoration: none; 
	color: #c3ff63;
	}
a:visited 
	{ 
	text-decoration:none;
	color: #c3ff63;
	}

a:hover
	{ 
	text-decoration: underline; 
	color: #c3ff63;
	text-transform:normal;
	}


#container 
	{
	width: 920px;
	height: 680px;
	margin: 0 auto;
	margin-top:20px;
	text-align: center;
	border:none;
	background-color: #ffffff;
	}
	
#header
	{ 
	height: 150px;
	width: 900px;
	float:left;
/*	background: #aefd3e url(pictures/blinq.png) no-repeat right top;*/
	background-color: #aefd3e;
	margin: 10px 10px 10px 10px;
	}

#slideshow
	{
	position:relative;
	margin-left:740px;
	height:150px;
	width:160px;
	}	

#slideshow IMG 
	{
	position:absolute;
	top:0;
	left:0;
	z-index:8;
	}

#slideshow IMG.active
	{
	z-index:10;
	}

#slideshow IMG.last-active
	{
	z-index:9;
	}

#header1
	{
	height: 100%;
	width: 90px;
	float:left;
	border-bottom:10px solid white;
	border-right:10px solid white;
	background: #ffffff url(pictures/header1.png) no-repeat left top;
	color:#000000;
	}

#headerlogo
	{ 
	height: 150px;
	width: 630px;
	float:left;
	background: url(pictures/header.png) no-repeat left center;
	border-bottom:10px solid white;
	border-right:10px solid white;
	}

#main
	{
	width:100%;
	margin:0;
	float: left;
	overflow:none;
	}

#content
	{
	float:left;
	width:900px;
	margin-left:10px;
	overflow:none;
	height:500px;
	background:#000000 url(pictures/bg.png) no-repeat;
	}
	
#menu
	{
	height:480px;
	width:200px;
	margin:10px 0 0 10px;
	float: left;
	overflow:none;
	background:#6ba50e url(pictures/nose.png) bottom center no-repeat;
	}

.vertical_menu
	{
	z-index:1000;
	font-size:15px;
	}

/* remove all the bullets, borders and padding from the default list styling */
.vertical_menu ul
	{
	padding:0;
	margin:0;
	list-style-type:none;
	}

/* position relative so that you can position the sub levels */
.vertical_menu li
	{
	position:relative;
	background: #ffffff url(pictures/menuback.gif) repeat-x bottom left;
	height:26px;
	width:200px;
	}

.vertical_menu li a.sub,
.vertical_menu li a:hover .sub
	{
	background: transparent url(pictures/paw.png) no-repeat center right;
	}
	
/* get rid of the table */
.vertical_menu table
	{
	position:absolute; 
	border-collapse:collapse; 
	top:0; 
	left:0; 
	z-index:100; 
	font-size:1em;
	}

/* style the links */
.vertical_menu a, 
.vertical_menu a:visited
	{
	display:block; 
	text-decoration:none;
	height:25px;
	line-height:25px;
	width:199px;
	color:#000;
	text-indent:5px;
	}

.vertical_menu :hover > a
	{
	color:#fff; 
	background: #ffffff url(pictures/menuback2.gif) repeat-x bottom left;
	}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.vertical_menu ul ul
	{
	visibility:hidden;
	position:absolute;
	top:0;
	left:200px;
	margin-left:1px;
	}

/* make the second level visible when hover on first level list OR link */
.vertical_menu ul li:hover ul,
.vertical_menu ul a:hover ul
	{
	visibility:visible;
	}
	
.vertical_menu ul li ul li
	{
	text-align:left;
	}
	
#page
	{
	height:500px;
	overflow:none;
	overflow-y:auto;
	}
	
#page p
	{
	color: #D4ff6D; 
	text-align:justify;
	margin:7px 10px 0 10px;
	}
	
#page table
	{
	margin-left:10px;
	}

#page ul
	{
	list-style: disc;
	margin-left: 10px;
	}
#page li
	{
	padding-left: 2px;
	text-align:left;
	}
h1
	{
	margin:0;
	padding-top:10px;
	color:#D3FE95;
	font-size:18px;
	padding-left:26px;
	text-align: left;
	}	
h2
	{
	margin:0;
	padding-top:10px;
	color:#D3FE95;
	font-size:16px;
	padding-left:26px;
	text-align: left;
	}
h3
	{
	color: #D3FE95;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 30px 0 2px 0;
	text-align: center;
	}	
h4
	{
	margin:0;
	padding-top:4px;
	color:#93BFYA;
	font-size:13px;
	text-align:center;
	}


#footer 
	{
	margin: 0 auto;
	margin-top: 2px;
	width:800px;
	}

#footer p
	{
	margin: 5px 0 5px 0;
	text-align: center; 
	font-weight:normal;
	color: #B1FD3D;
	}
#footer p.ft1
	{
	font-size: 13px;
	}
	
#footer p.ft2
	{
	font-size: 11px;
	}
	
#footer a 
	{
	color:#B1FD3D;
	}
	
#footer a:link, a:active
	{ 
	color: #B1FD3D;
	}

#footer a:hover
	{
	color: #B1FD3D;
	text-decoration:underline;
	}

input, textarea
	{
	border: 1px solid #6ba50e;
	}

img.image
	{
	display:block; 
	text-align:center;
	border: 3px solid #6ba50e;
	margin: 0 auto;
	margin-top:5px;
	}
	

#images
	{
	margin:0 auto;
	text-align:center;
	}

#images ul li
	{
	display:block;
	margin:0 auto;
	text-align:center;
	}
#images ul li a img
	{
	border: 10px solid #6ba50e;
	}

.thumb_a img
	{
	margin:0;
	padding:0;
	padding-left:2px;
	padding-right:2px;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	-moz-opacity: 0.6;
}

.thumb_a:hover img
{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
}

.floatimg
	{
	float:right;
	margin-left:10px;
	margin-right:10px;
	}
.floatimgbord
	{
	float:right;
	margin-left:10px;
	border: 3px solid #008080;
	margin-right:10px;
	}
.floatimg2
	{
	float:right;
	margin-left:10px;
	margin-right:150px;
	border: 3px solid #008080;
	}

.gbtable
	{
	width:600px;
	text-align:left;
	margin-left:20px;
	}
.gb1
	{
	margin-top:10px;
	font-size:11px;
	background:#ffffff;;
	text-align:left;
	color:#6ca60f;
	}
.gb1 td,
.gb2 td
	{
	padding-left:5px;
	line-height:1;
	}
	
.gb2
	{
	margin:0;
	font-size:14px;
	text-align:left;
	background:#6ca60f;
	vertical-align:top;
	color:#ffffff;
	}
	
//slideshow

