/* CSS Document */
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #000;
	background: #d4e4f9;
	behavior: url("/css/csshover3.htc");
}

img {
  border: 0;
}

a:link, a:visited {
  color: #0071bc;
}

a:hover {
  color: #06446d;
  text-decoration: none;
}

#site-wrap {
  width: 931px;
  margin: 20px auto;
  text-align: left;
  background: url('/images/content-bg.jpg') top center repeat-y #fff;
}

#header {
  width: 931px;
  height: 111px;
}

#banner {
  width: 931px;
  height: 261px;
  background: #fff;
}

#top-nav {
  width: 931px;
  height: 20px;
  background: #cdd2e1;
  text-align: center;
  font-size: 11px;
  font-family: Verdana, Arial, Tahoma;
}

#top-nav ul {
  width: 860px;
  height: 20px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

#top-nav ul li {
  float: left;
  display: block;
  height: 20px;
  padding: 0;
  margin: 0;
  color: #009fe0;
}

#top-nav ul li span {
  float: left;
  display: block;
  padding: 3px 2px 0 2px;
  font-size: 10px;
}

#top-nav ul li a:link, #top-nav ul li a:visited {
  float: left;
  display: block;
  color: #123072;
  height: 20px;
  font-weight: bold;
  text-decoration: none;
}

#top-nav ul li a:hover {
  color: #fff;
  background: #62666e;
}

#top-nav ul li a div {
  float: left;
  display: block;
  height: 20px;
  padding: 3px 5px 0 5px;
}

div.sub-nav {
  display: none;
}

div.sub-nav ol {
  list-style: none;
  margin: 20px 0 0 10px;
  padding: 0;
}

div.sub-nav ol li {
  position: relative;
  float: none;
  display: block;
  border-bottom: 1px solid #000;
}

#top-nav ul li div ol li a:link,
#top-nav ul li div ol li a:visited {
  display: block;
  background: #c1dbfd;
  text-align: left;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  
}

#top-nav ul li div ol li a:hover {
  color: #123072;
  background: #fff;
}

div.sub-nav ol li a div {
  display: block;
  width: 225px;
  padding: 5px;
}

div#top-nav ul li:hover div.sub-nav {
  clear: both;
  float: left;
  display: block;
  width: 255px;
  position: absolute;
  z-index: 500px;
}

#banner {
  width: 931px;
  height: 261px;
}

#content-wrap {
  width: 931px;
  padding: 0 3px;
}

#content-left {
  float: left;
  width: 167px;
  background: url('/images/content-left-bg.jpg') top left no-repeat;
}

#content-left p {
  margin: 5px 0;
  padding: 0;
}

#content-left div.container {
  margin-right: 1px;
  padding: 0 10px 10px 10px;
  font-size: 10px;
  border-bottom: 8px solid #e3eafc;
}

#content-left div.container2 {
  margin-right: 1px;
  padding: 0 10px 10px 10px;
  font-size: 10px;
}

#content-left div.container h4, #content-left div.container2 h4 {
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 10px 0 0 0;
  color: #06446d;
}

#content-right p {
  margin: 5px 0;
  padding: 0;
}

#content-right div.container {
  margin-left: 1px;
  padding: 0 10px 10px 10px;
  font-size: 10px;
  border-bottom: 8px solid #e3eafc;
}

#content-right div.container2 {
  margin-left: 1px;
  padding: 0 10px 10px 10px;
  font-size: 10px;
}

#content-right div.container h4, #content-right div.container2 h4 {
  font-size: 15px;
  border-bottom: 1px solid #fff;
  padding: 0;
  margin: 10px 0 0 0;
  color: #06446d;
}


#content {
  float: left;
  width: 591px;
}

.content-padding {
  padding: 0 10px;
  margin: 10px 0;
}

#content h3 {
  font-size: 14px;
  color: #0071bc;
}

#content div.break {
  height: 1px;
  width: 100%;
  clear: both;
  background: #fff;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  margin-bottom: 15px;
  overflow: hidden;
}

#content-right {
  float: left;
  width: 167px;
  background: url('/images/content-right-bg.jpg') top left no-repeat;
}

#footer {
  clear: both;
  width: 931px;
  height: 20px;
  text-align: center;
  border-bottom: 3px solid #fff;
  padding-top: 15px;
}

#footer a:link, #footer a:visited {
  display: inline;
  height: 20px;
  padding: 3px 2px 0 2px;
  color: #190f0f;
  font-size: 10px;
  text-decoration: none;
}

#footer a:hover {
  color: #123072;
  text-decoration: underline;
}

#port-tables table tr td {
  font-size: 12px;
}

#port-tables table tr td.title {
  width: 125px;
  background: #c1dbfd;
  text-align: right;
}

#port-tables table tr.title {
  background: #c1dbfd;
  font-weight: bold;
}

#port-tables table tr td.title-wide {
  width: 225px;
  background: #c1dbfd;
  text-align: right;
}

#port-tables table tr td.content, #port-tables table tr.content {
  background: #e3eafc;
}

#port-tables table tr td.content-center {
  background: #e3eafc;
  text-align: center;
}

table#schedule {
  width: 550px;
  font-size: 10px;
}

ol#sitemap li {
  margin: 5px;
}

ol#sitemap li ul {
  list-style: lower-roman;
  color: #081f52;
  padding-left: 20px;
}

ol#sitemap li a:link, ol#sitemap li a:visited {
  font-size: 14px;
  font-weight: bold;
  color: #0e348a;
}

ol#sitemap li ul li a:link, ol#sitemap li ul li a:visited {
  font-size: 12px;
  font-weight: normal;
  color: #214daf;
}

div#end-pictures {
  width: 550px;
  text-align: center;
}

div#end-pictures img {
  float: left;
  margin: 5px;
}