/* Generated by KompoZer */
body {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  background-image: url('images/fishbackgroundwatermark.jpg');
  background-position:center;
  color: #000000;
  font-family: optima;
  font-size: 80%;
  text-align: center;
}
div {
  margin: 0;
  padding: 0;
}
p {
	margin: 0.8em 0 1em;
	padding: 0;
	line-height: 1.3em;
	float: none;
}
ol {
  margin: 0.8em 0 1em 3em;
  padding: 0;
  list-style-type: decimal;
}
ul {
  margin: 0.8em 0 1em 3em;
  padding: 0;
  list-style-type: square;
}
li {
  margin: 0 0 0.3em;
  padding: 0;
}
dl {
  margin: 0.8em 0 1em;
  padding: 0;
}
dt {
  margin: 0.1em 0;
  padding: 0;
  font-style: italic;
}
dd {
  margin: 0.1em 0 0.1em 3em;
  padding: 0;
}
blockquote {
  margin: 2em 35px 1em;
  padding: 0 0 0 45px;
  background-image: url(images/quote.gif);
  background-position: left top;
  background-repeat: no-repeat;
}
blockquote p {
  margin: 0 0 1.2em;
  padding: 0 35px 0 0;
  background-image: url(images/quote.gif);
  background-position: right bottom;
  background-repeat: no-repeat;
  line-height: 1.5em;
}
table {
	border:  none;
	margin: 0 0 1em;
	width: 98%;
	background-color: #cccccc;
}
table caption {
  margin: 0.5em 1px 1px;
  padding: 0.2em;
  background-color: #eeeeee;
  text-align: center;
}
th, td {
	border: 1px solid #aaaaaa;
	margin: 1px;
	padding: 0.1em 0.2em;
	text-align: center;
	background-color: #FFFFFF;
	border-width: 0;
}
th {
  background-color: #e9e9e9;
}
.rightimg, .leftimg, .centreimg img {
  border: 1px solid #aaaaaa;
  margin: 6px;
  padding: 3px;
  background-color: #e9e9e9;
}
.rightimg {
  float: right;
}
.leftimg {
  float: left;
}
div.centreimg {
  text-align: center;
}

h1 {
  margin: 0 0 0.6em;
  padding: 0.1em 0;
  font-size: 180%;
  text-transform: capitalize;
 }
h1a {
  margin: 0 0 0.6em;
  padding: 0.1em 0;
  font-size: 180%;
  font-color:#d00816;
  font-weight: bold;
  text-transform: capitalize;
 }
h2 {
  margin: 0 0 0.6em;
  padding: 0.1em 0;
  font-size: 150%;
  text-transform: capitalize;
  clear: both;
}
h3 {
  margin: 0.3em 0 1em;
  padding: 0.1em 0;
  font-size: 120%;
  text-transform: capitalize;
  text-align:center;
}
h4 {
  margin: 0.2em 0;
  font-size: 110%;
  text-transform: capitalize;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
a:link, a:visited {
  color: #0066cc;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a img {
  border-width: 0;
}
.clearer {
  clear: both;
}
#container {
/**  border-left: 10px solid #ffffff;
  border-right: 10px solid #ffffff;  **/
  margin: 0 auto; 
  padding: 0 10px;
  text-align: left;
  width: 960px;
  background-color: #ffffff;

 }
#main {
  position: relative; 
  width: 100%;
}
#content {
	width: 750px;
	float: left;
	font-size: 14px;
	height: 800px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}
#sidebox {
	/**  border-bottom: 5px solid #cc0000;**/
  width: 160px;
	float: right;
	padding-bottom: 20px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-size: 14px;
	background-color: #eee;

}
#sidebox p {
  margin-left: 0.5em;
}
ul.links {
  margin: 0.2em 0 1em;
  list-style-type: none;
}
ul.links li {
  margin: 4px 0;
  padding: 0;
  width: 100%;
}
ul.links li a {
  margin: 0;
  padding: 0.3em 1em;
  display: block;
  background-color: #f4f9ff;
  color: #333333;
  text-decoration: none;
}
ul.links li a:hover {
  background-color: #ffffff;
}
#header {
  position: relative;
  height: 190px;
  background-image: url(../images/banner.jpg);
  background-position: left top;
  background-repeat: no-repeat;
}

h1 span {
  color: #ffffff;
}
#top {
  padding: 0.5em 1em 1.5em;
  background-color: #000000;
  color: #999999;
  text-align: right;
  background-image: url(images/topshadow.gif);
  background-position: left bottom;
  background-repeat: repeat-x;
}
#nav {
	margin: 0;
	padding: 0 0 0 15px;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	position: absolute;
	bottom: -2px;
	left: -13px;
	width: 318px;
	height: 39px;
	font-size: 14px;
}
#nav li {
  border-right: 1px solid #ffffff;
  margin: 0;
  padding: 0;
  float: left;
}
#nav li a {
  border-top: 3px solid #555555;
  margin: 0;
  padding: 0.4em 1.3em 0.6em;
  display: block;
  float: left;
  background-color: #555555;
  color: #ffffff;
  text-decoration: none;
  background-image: url(images/navlibg.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#nav li a.currentpage {
  border-top: 3px solid #000000;
  background-image: url(images/jobi-banner1.jpg);
  background-color: #000000;
}
#nav li a:hover {
  border-top: 3px solid #555555;
  background-color: #666666;
}
#nav li a.currentpage:hover {
  border-top: 3px solid #000000;
  background-color: #000000;
}
#subnav {
  margin: 0.3em 0 20px 15px;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  float: left;
}
#subnav li {
  border-left: 3px solid #c9dbdb;
  margin: 5px 10px 0 0;
  padding: 0.2em 0.6em;
  float: left;
}
#subnav li a {
  text-decoration: none;
}
#subnav li a.currentpage {
  color: #333333;
}
.totop {
  text-align: right;
  padding-right: 25px;
}
#footer {
  width: 1000px;
  padding: 1.5em 2em 0.7em 1em;
  background-color: #3b3b3b;
  color: #999999;
  text-align: center;
  font-size: 90%;
  background-image: url(images/footshadow.gif);
  background-position: left top;
  background-repeat: repeat-x;
}
#footer p, #top p {
  margin: 0.1em 0;
}
#top a, #footer a {
  text-decoration: none;
  color: #dddddd;
}
#top a:hover, #footer a:hover {
  color: #999999;
}

A.type1:link   {color:#d00816; text-decoration:none;}
 A.type1:visited {color:#d00816; text-decoration:none;}
 A.type1:active {color:#d00816; text-decoration:none;}
 A.type1:hover {color:#e03f4a; text-decoration:none;}

