/*
	style5.css
	Default styles for internal sea.ca pages
	www.sea.ca
*/

body {
  margin: 0;
  padding: 0;
  color: #333333; background: #FFFFFF;
  font: small verdana, arial, helvetica, sans-serif;
}

p {
  color: #333333; background: transparent;
  font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;
  margin-top: 12px;
  margin-bottom: 0px;
}

h2 {
  color: #003399; background: transparent;
  font-family: verdana, arial, helvetica, sans-serif; font-size: 13pt; font-weight: bold;
  border-bottom: dashed 1px;
  padding: 0;
}

h3 {
  color: #993300; background: transparent;
  font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt; font-weight: bold;
  padding: 0;
}

ul {
  list-style: disc outside;
}

li {
  color: #333333; background: transparent;
  font-family: verdana, arial, helvetica, sans-serif; font-size: 10pt;
}

a {
  color: #0033CC;
}

a:visited {
  color: #993399;
}

a:hover {
  color: #CC3300;
}

a.ml {
  font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;
  border-top: 1px solid #0A6AC4;
  color: #003399;
  line-height: 30px;
  text-align: left;
  margin:0; padding:0px 0px 0px 6px;
  display: block; text-decoration: none; font-weight: bold;
}
a.ml:hover {
  font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt;
  border-top: 1px solid #0A6AC4;
  color:#FFFFFF; background:#0A6AC4;
  line-height: 30px;
  text-align: left;
  margin: 0; padding: 0px 0px 0px 6px;
  display:block; text-decoration: none; font-weight: bold;
}

p.rightlink {
  text-align: right;
}

#mainbody {
  text-align: left;
  background-color: #FFFFFF;
  color: black;
  margin: 10px 50px 40px 50px;
}


#websiteswithresults {
  position: absolute;
  right: 50px;
  top: 30px;
  padding: 0px 6px 0px 0px;
  text-align: right;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 10pt;
  color: #0A6AC4;
  font-weight: bold;
}

#bluebar {
  width: 100%;
  height: 18px;
  background: #3AB6F6;
  border-top: solid #003399 1px;
  border-left: solid #003399 1px;
  border-right: solid #003399 1px;
}

#centerbox {
  margin: 0;
  padding: 0;
  width: 100%;
  border-top: solid #003399 1px;
  border-left: solid #003399 1px;
  border-right: solid #003399 1px;
  background-image: url(rightsidebar_background.png);
  background-position: top right;
  background-repeat: repeat-y;
}

#interior_body {
  margin: 0;
  padding: 0;
  background-image: url(leftsidebar_background.png);
  background-position: bottom left;
  background-repeat: repeat-y;
}

#content_title {
  position: absolute;
  top: 110px;
  right: 48px;
  padding: 5px 180px 5px 10px;
  background: #0A6AC4; 
}

#content_title h1 {
  text-align: right;
  font-family: verdana, arial, helvetica, sans-serif; 
  font-size: 14pt;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin: 0;
}

#top_curve {
  position: relative;
  top: -1px;
  left: 0px;
  text-align: left;
}

#bottom_curve {
  position: relative;
  bottom: -1px;
  right: 0px;
  text-align: right;
}

#leftsidebar {
  float: left;
  width: 180px;
  margin: 0;
  padding: 0;
}

#rightsidebar {
  width: 175px;
  float: right;
  margin: 0;
  padding: 0;
}

#content {
  margin: 0 185px 0 190px;
  background-color: white;
  color: black;
}

#menu_box {
  position: relative;
  top: 0px;
  left: 0;
  width: 180px;
  height: 181px;
  z-index: 100;
  background: #FFFFFF;
}

#menu1 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 170px;
  top: 0px;
}

#menu2 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 150px;
  top: 30px;
}

#menu3 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 135px;
  top: 60px;
}

#menu4 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 125px;
  top: 90px;
}

#menu5 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 115px;
  top: 120px;
}

#menu6 {
  position: absolute;
  text-align: left;
  left: 0;
  width: 105px;
  top: 150px;
}

#menufooter {
  position: absolute;
  text-align: left;
  left: 0;
  width: 100px;
  height: 1px;
  border-top: 1px solid #0A6AC4; 
  top: 180px;
} 

#clearone {
  clear: both;
  height: 1px;
} 

#footer {
  background: #3AB6F6;
  border-top: solid #003399 1px;
  border-bottom: solid #003399 1px;
  border-left: solid #003399 1px;
  border-right: solid #003399 1px;
  width: 100%;
  clear: both;
  height: 18px;
  margin: 0;
  padding: 0;
}

#footer p {
  color: #FFFFFF;
  font-size: 10px;
  font-weight: bold;
  padding: 2px 0px 0px 2px;
  margin: 0;
}