img {
  display: block;
  border: none;
}
.centre {
  margin: 0px auto 0px auto;
}
a:link,a:visited {
  color: #018bce;
  text-decoration: none;
}
a:hover, a:active {
  color: #FF0000;  /* #161645 */
  text-decoration: none;
}
body {
	background: #cfe5f3 url(../images/bg-shadow.png) no-repeat 50% 0 !important;
	background: #cfe5f3;
  /* background: #d3e3ed url(../images/body.jpg) repeat-x 50% 0; */
  /*background:  #ffffff url(../images/fade.jpg) repeat-x; */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
  margin: 0px;
}
#mastheadwrapper {
  height: 120px;
  background: transparent; /* #0036a5 transparent */
}
#masthead {
  position: relative;
  width: 900px;
  height: 121px; /* 120px */
  background: #007aab url(../images/header.jpg) no-repeat top right;  /* transparent */
  /* border: solid 1px#0036a6; */
  margin: 0px auto 0px auto;
}
#masthead a {
  position: absolute;
  top: 1px;
  display: block;
  width: 185px;
  height: 120px; /* 120px */
}
#masthead img {
}
#domenic {
  position: absolute;
  top: 0px; /* 20px */
  left: 35px; /* 20px */
  width: 106px;
  height: 144px;
  /* background-color: #ffffff; */
  border: solid 2px #c2e8f8;
}
#frank {
  position: absolute;
  top: 0px; /* 20px */
  right: 35px; /* 20px */
  width: 106px;
  height: 144px;
  /* background-color: #ffffff; */
  border: solid 2px #c2e8f8;
}
#container {
  width: 900px;
  background: #ffffff url(../images/container.png);
  /* border: solid 1px #000000; */
  margin: 0px auto 10px auto;
}
#nav {
  float: left;
  width: 184px; /* 180px */
  color: #000000;
  background: transparent; /* #ffffff */
  /* border: solid 1px green; */
  display: inline; /* IE fix */
}
#nav img {
  margin: 10px auto 10px auto;;
}
#nav ul {
  list-style-type: none;
  padding: 0px;
  margin: 10px 0px 0px 0px;
}
#nav a {
  display: block;
  width: 140px;
  height: 28px;
  font-size: 14px;
  font-weight: bold;
  line-height: 28px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-align: center;
  padding-right: 5px;
  border: solid 1px white;
  margin: 0px auto 5px auto;
}
#nav a:link, #nav a:visited {
  color: #666666;
  background: #ffffff;
  text-decoration: none;
}
#nav a:hover, #nav a:active, #nav a.selected:link, #nav a.selected:visited {
  color: #000000;
  background: #ffffff;
  text-decoration: none;
}
/* sideBar Videos*/
#nav div.video {
  width: 147px;
  margin: 16px auto 0px auto;
}
#content {
  position: relative;
  float: right;
  width: 665px; /* 715px */
  padding: 0px 25px;
  color: #000000;
  background: transparent;
  /* border: solid 1px green; */
  display: inline; /* IE fix */
}
h1 {
  position: relative;
  left: -25px;
  width: 715px;
  color: #ffffff;
  background: #ff0000; /* #0080be */
  text-align: center;
  font-style: normal; /* italic */
  font-variant: normal; /* small-caps */
  font-weight: normal; /* bold */
  font-size: 19px;
  line-height: 24px;
  padding: 0px 0px 0px 0px;
  /* border: solid 1px #ffffff; */
  /* border-right: solid 6px #ffffff; */
  margin: 0px 0px 0px 0px;
}
h1 a:link, h1 a:visited {
  color: #c2e8f8; /* #018bce; */
  text-decoration: none;
}
h1 a:hover, h1 a:active {
  color: #ffffff;  /* #2aafe7 */
  text-decoration: none;
}
.clear {
  clear: both;
  height: 0px;
}
.left {
 width: 320px; /* 49% */
 float: left;
 /* border: solid 1px black; */
 margin-bottom: 10px;
}
.right {
 width: 320px; /* 49% */
 float: right;
 /* border: solid 1px black; */
 margin-bottom: 10px;
}

h2 {
  color: #161645;
  text-align: center;
  font-style: normal; /* italic */
  font-variant: normal; /* small-caps */
  font-weight: normal; /* bold */
  font-size: 18px;
  line-height: 24px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px;
}
h3 {
  color: #161645;
  text-align: center;
  font-style: normal; /* italic */
  font-variant: normal; /* small-caps */
  font-weight: normal; /* bold */
  font-size: 24px;
  line-height: 28px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 5px 0px 5px 0px;
}
p {
  color: #000000;
  text-align: left;
  font-size: 16px;
  line-height: 20px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  margin: 10px 0px 10px 0px; /* 10px 10px 10px 10px */
}
p.ctr {
  text-align: center;
  font-style: italic; /* normal */
}
p.copy {
  color: #ffffff;
  background: #ff0000; /* #0036a6 */
  text-align: center;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  /* border: solid 1px green; */
}
p.credit {
  color: #018bce;
  background: transparent;
  text-align: center;
  font-size: 13px;
  font-weight: bold;
}
p.credit a:link, p.credit a:visited {
  color: #0080be;
  text-decoration: none;
}
p.credit a:hover, p.credit a:active {
  color: #000000;
  text-decoration: none;
}
dl {
  padding: 5px;
  margin: 5px;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 5px;
}
address {
  text-align: center;
  font-style: normal;
  padding: 5px;
  /* border: solid 1px black; */
  margin: 10px 10px 10px 10px;
}
address span {
  font-size: 16px;
}
div.contact {
  width: 360px;
  background: transparent url(../images/river_city_marine_blue.png) no-repeat center top; /* #161645 */
  padding: 80px 0px 5px 0px;
  border: solid 1px #161645;
  margin: 10px auto 10px auto;
}
div.contact p {
  color: #161645;
}
div.contact input, div.contact textarea {
  width: 336px;
}
div.thumbs {
 width: 600px;
 /* border: solid 1px black; */
 margin: 20px auto;
}
div.thumb {
  float: left;
  width: 160px;
  margin: 0px 20px 0px 20px;
  display: inline;
}
div.photo {
  position: relative;
  width: 500px;
  margin: 0px auto 0px auto;
}
div.photo a {
  display: block;
}
div.photo img {
}
div.back {
  position: absolute;
  z-index: 5;
  top: 10px;   /* bottom */
  right: 10px;
  background: transparent url(../images/75white.png);
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  padding: 10px 10px 10px 10px;
  /* border: solid 1px black; */
  margin: 0px 0px 0px 0px;
}
div.back a:link, div.back a:visited {
  color: #666666;  /* #018bce */
}
div.back a:hover, div.back a:active {
  color: #000000; /* #ffffff */
}
.frame {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
a.slide {
  display: block;
  height: 240px;
  overflow: hidden;
}
span.dingBat {
  font-family: 'Arial Unicode MS', 'Zapf Dingbats', 'Times New Roman', Caslon;
}
div.logos {
  float: right;
  width: 160px;
  /* border: solid 1px black;*/
}
div.logos img {
  margin: 10px auto 40px auto;
}
div.award {
  float: right;
  width: 160px;
  padding: 5px;
  border: solid 1px black;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 0px 10px 10px;
}
div.Lefft {
  float: left;
  margin: 5px 10px 10px 0px;
}
div.award p {
  color: #ffffff;
  background: #0080be;
  text-align: center;
  font-size: smaller;
  -moz-border-radius: 0px 0px 3px 3px;
  -khtml-border-radius: 0px 0px 3px 3px;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  margin: 0px 0px 0px 0px;
}
div.domenic {
  float: left;
  width: 160px;
  padding: 5px;
  border: solid 1px black;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 10px 10px 0px;
}
div.frank {
  float: right;
  width: 160px;
  padding: 5px;
  border: solid 1px black;
  -moz-border-radius: 5px 5px 5px 5px;
  -khtml-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 10px 0px 10px 10px;
}
div#map {
  width: 715px;
  height: 500px;
  background: transparent; /* url(../images/map_stretched.gif) */
  margin: 0px auto 0px auto;
}
blockquote {
  background: url(../images/bq_left.gif) no-repeat 0px 0px; /* quotel.gif */
  /* border: solid 1px black; */
  margin: 0px 80px 0px 80px;
}
blockquote p {
  font-family: Georgia, Verdana, 'Monotype Corsiva', Arial,  Helvetica, sans-serif;
  font-style: italic;
  padding: 0px 43px 0px 43px;
  /* border: solid 1px red; */
  margin: 5px 0px 15px 0px;
}
p.quote {
  background: url(../images/bq_right.gif) no-repeat 100% 100%; /* quoter.gif */
}
/* box container expands to 800 x 400 */

.box {
  background: url(../images/box_lb.png) no-repeat left bottom;
}
.box_1 {
  background: url(../images/box_rb.png) no-repeat right bottom;
}
.box_2 {
  background: url(../images/box_lt.png) no-repeat left top;
}
.box_3 {
  background: url(../images/box_rt.png) no-repeat right top;
  padding: 1px; /* prevent margins collapsing */
}
.inside {
  /* background: url(images/sunburst.jpg) no-repeat center center; */
  /* background: url(images/rect_tile.jpg) repeat center center; */
  border: solid 1px #0080bf; /* ie fix */
  margin: 20px 20px 20px 20px;
}
.inside p {
  color: #ffffff;
  font-weight: bold;
  /* padding: 0px;
  margin: 0px; */
}
.inside a:link, .inside a:visited {
  color: #FF0000;  /* 018bce */
  text-decoration: none;
}
.inside a:hover, .inside a:active {
  color: #ffffff;  /* #FF0000 */
  text-decoration: none;
}

img.clipArt {
  border: solid 1px gray;
  margin: 0px auto;
}
h6 {
  color: #000000;
  background: transparent;
  text-align: center;
  font-style: normal; /* italic */
  font-variant: normal; /* small-caps */
  font-size: 19px;
  font-weight: bold; /* bold */
  line-height: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
}
#content ul {
  list-style-type: none;
  padding: 0px 0px 0px 0px;
  margin: 10px 0px 10px 0px;
}
#content ul li {
  background: url(../images/star.png) no-repeat 0px 4px;
  font-style: normal;
  padding-left: 18px;
  margin-left: 20px;
}

