/* ***Page Header styles are not included here as they are calculated dynamically *** */
*{	font-size: 100%;}
*{ 	border: 0; 	margin: 0; 	padding: 0;}
body{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #606060;
	background-color: #efefef;
	font-size: 80%;
	text-align: center;
	behavior: url(/inc/csshover.htc);
}
/* *** Layout styles *** */
div#wraper{
	text-align: left;
	border: 1px solid black;
	background-color: #fff;
	margin: 0 auto; 
	/* overflow: hidden; */
	position: relative;
	width: 99%;
	padding:0; 
	/* width: 775px; */
}
/* *** Fish logo *** */
div#logo{
	position: absolute;
	top: -2px;
	right: 0px;
	padding: 0;
	z-index: 5;
	width: 151px;
	height: 100px;
}
/* *** Search box bar at header *** */
div#searchBar{
	background-image: url(/images/header/bg-search.jpg);
	background-repeat: repeat-y;
	/* border: 0px solid red; */
	background-color: #77b5ee;
	float: left;
	width: 100%;
}
div#searchBar span{
	float: left;
	width: 500px;
	border: 0px solid yellow;
	padding: 3px;
}
div#searchBar span a{
	background-image: url(/images/arrow-yellow.gif);
	background-position: center right;
	background-repeat: no-repeat;
	display: block;
	float: left;
	margin: 0 3px 0 3px;
	padding-right: 15px;
	text-decoration: none;
	color: #fff;
}
div#searchBar span a:hover{
	background-image: url(/images/arrow-red.gif);
}
div#searchForm{
	width: 235px;
	float: right;
	padding:2px;
	border: 0px solid red;
	text-align: right;
}

/* *** Central Content *** */
div#context{
	width: 200px;
	float: left;
	padding: 10px 0px 10px 0px;
	border: 0px solid black;
}
div#contentWraper{
	margin-left: 200px;	
	padding: 10px 20px 10px 20px;
}
div#content{
	width: 100%;
}
.clear{
	clear: both;
}
	
/* *** General: paragraphs, lists, heading etc *** */
p{ padding: .5em .5em .5em 0em;}
h1, h2, h3, h4, h5{
	font-family: arial,sans-serif;
}
h1{
	margin: .5em 0.5em 0.5em 0;
	color: #c7a463;
	font-size: 1.6em;
	width: 100%;
}
h2{
	margin: .5em 0.5em 0.5em 0;
	color: #c7a463;
	font-size: 1.3em;
}
h3{
	margin: .5em 0.5em 0.5em 0;
	color: #326695;
	font-size: 1.2em;
}
h4{
	margin: .5em 0.5em 0.5em 0;
	color: #326695;
	font-size: 1.2em;
}
h5{
	margin: 0.5em 0.5em 0.5em 0;
	color: #326695;
	font-size: 1.1em;
	border-bottom: 1px solid black;
}
h6{
	margin: 0.9em 0.2em 0 0;
	color: #606060;
	font-size: 1.1em;
}
div#context h5{
	border-bottom: 2px solid red;
	margin: 8px;
}
ul, ol, dd{
	margin: 0.5em 0.5em 0.5em 1em;
	padding-left: 1em;
}
li, dt{
	margin-top: .25em;
	margin-bottom: .25em;
}
dt{font-weight: bold;}

a{
	text-decoration: none;
	color: #000066;
}
a:link{
	color: #000066;
}
a:visited{
	color: #993333;
}
a:hover{
	color: red;
}


/* *** Page navigation for dynamic pages *** */
.pageURL{
	text-align:center;
	width: 100%;
	clear: both;
}	

div.pageURL a{
	color: #fff;
	width: 1.5em;
	padding: 3px;	
	margin-right: 2px;
	background: #77b5ee;	
}

/* ***Thumb nail gallery *** */
div.thumb{
	margin-bottom: 1em; 
	margin-left: .5em; 
	margin-right: .5em;
	margin-top: 1em; 
	width: 200px; 
	float: left;
	text-align: center;
	font-size: 0.9em;
}	
div.thumb a.nail{display: block; width: 100%; border: 1px solid #dfdfdf;padding: 3px 0 3px 0;}	
.pop{
	background-color: #E3ECEC; 
	font-weight: normal;
	color: #505050; 
	width: 100%;

	text-align: center;
}

img.fixRight{float: right; clear: both; margin: 3px}
.fixLeft{float: left; text-align: center; border: 1px solid black;padding:0;margin-right: 0.5%; font-size: 0.8em;}
.fixLeft span{padding:2px; display: block;}
table.template1	td{background-color: #efefef; border-bottom: 0px solid black;padding: 3px 3px 3px 8px;}
table.template1	th{background-color: #4376c2; color: #fff;}
td{vertical-align: top;}
/* ******** Form elements ********** */

input{ border: 1px solid black;}
textarea{ border: 1px solid black}
table#form{width: 100%;}
table#form input{border: 1px solid #444444; background-color: #F8F8F1; width: 80%;}
table#form textarea{border: 1px solid #444444;background-color: #F8F8F1; width: 80%;}
table#form .contact{border: 1px solid #444444;background-color: #ECF0F4;}
table#form input.button{width: 30%} 
table#form fieldset{width: 80%:}
table#form input.radio{width: 20px; border:0;}
table#form sup{color: red;}

