@charset "utf-8";
/* 2008 Efish CSS Document */

.clear {
clear:both;
font-size:1px;
}

body {
margin: 0;
padding: 0;
background: #182b4c;
font-family: Helvetica, Arial, sans-serif
}

#flash {
width: 100%;
height: 150px;
margin-left: 0;
background: #182b4c;
}
#header {
background:url(http://www.efish.co.nz/templateimages/top_sliver.jpg) top left repeat-x;
height: 26px;
width: 100%;
}
#navigation {
width: 100%;
background: white;
height: 61px;
padding: 11px 0 11px 0px;
margin: 0;
}
#navigation ul{
list-style: none;
margin: 0;
padding: 0;
width:	1000px;
float: left;
clear: both;

}
#navigation ul li {
float: left;
}
#navigation ul li a{
float: left;
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
margin-right:3px;
display: inline;
}
#navigation ul li a img {
border: none;
margin: 0;
padding: 0;
}
#navigation ul li a:hover{
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;
}
#contentwrapper {
border-top: 29px solid #C2D3DF;
border-bottom: 15px solid #C2D3DF;
margin-bottom: 10px;
clear: both;
background: white;
width: 100%;
}

#newsbox {
width: 206px;
padding: 0;
margin: 0 20px 0 0;
float:left;
font-size:10px;
color: #182A4C;
font-family:Helvetica, Arial, sans-serif;

}


#content {
background: white;
height: auto;
width: 97%;
margin: 0;
padding: 20px 0 10px 20px;
font-family: Helvetica, Arial, sans-serif;
font-size: 13px;
color: #383838;
clear: both;
}
#content p {
text-align: left;
}

#newsbox td a {
font-size:11px;
}
#newsbox td a:hover {
font-size:11px;
}

#content a img {
filter:alpha(opacity=100);
-moz-opacity:1;
opacity:1;
}

#content a:hover img {
filter:alpha(opacity=80);
-moz-opacity:.8;
opacity:.8;
}

h2 {
font-size:22px;
color: #3B81B2;
margin-top: 0;
text-align:left;
}
h3 {
background-color: transparent;
color: #182A4C;
font-weight: bold;
font-size: 16px;
letter-spacing:1px;
padding:2px 2px 3px 0;
}
h5 {
font-size: 18px;
color: #3B81B2;
background-color:white;
background-image:none;
border-bottom:none;
border-right:none;
padding:4px 2px 3px 0;
text-align: left;
}

a, #content a {
font-size: 13px;
font-family:Helvetica, Arial, sans-serif;
color: #3B81B2;
font-style:normal;
text-decoration: none;
}

a:hover, #content a:hover {
font-size: 13px;
font-family:Helvetica, Arial, sans-serif;
color: #182A4C;
font-style:normal;
background-color: transparent;
}