body 
{
  background-color: #336699;
  background-repeat:no-repeat;
  text-align:center; 
  font-family: Arial, Verdana;
  font-size: 14px;
  font-color: black;
}

.box
{
  background-color: #333333;
  background-repeat:no-repeat;
  width: 896px;
  height: 870px;
}

img
{
  border-style: none;
  border: 0px;
}

.bannerimg
{
  display: block;
  outline: none;
  border: 0px;
  border-style: none;
  width: 896px;
}

.content
{
  background-color:white;
  width:  600px;
  height: 560px;
  padding: 10px;
  position: relative;
  top: -80px;
  left: -120px;
}

.menubar
{
  background-color: #003366;
  text-align: left;
  color: white;
  width: 600px;
  height: 40px;
  border: 0px;
}

.menubarItem
{
  padding-left:  15px;
  padding-right: 15px;
  text-align: center;
}

/* ######### Matt Black Strip Main Menu Bar CSS ######### */

.mattblackmenu ul
{
  margin: 0;
  padding: 0;
  font: bold 12px Verdana;
  list-style-type: none;
  border-bottom: 1px solid gray;
  /* background: #414141; */
  background: #003366;
  overflow: hidden;
  width: 100%;
}

.mattblackmenu li
{
  display: inline;
  margin: 0;
}

.mattblackmenu li a
{
  float: left;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 6px 10px; /*padding inside each tab*/
  border-right: 1px solid white; /*right divider between tabs*/
  color: white;
  background: #003366;
}

.mattblackmenu li a:visited
{
  color: white;
}

.mattblackmenu li a:hover
{
  background: blue; /*background of tabs for hover state */
  color: white;
}

.mattblackmenu a.selected
{
  background: blue; /*background of tab with "selected" class assigned to its LI */
}

#gallerypaginate li a.currentlnk 
{
  background: blue;
  color: white;
}

.currentpg
{
  background-color: grey;
  width: 385px;
  height: 430px;
  position: relative;
  top: 20px;
  left: -110px;
  filter:alpha(opacity=40);
  -moz-opacity:.40;
  opacity:.40;
  z-index: 100;
  text-align: left;
}

.currentpgInfo
{
  width: 370px;
  height: 430px;
  padding-top:   10px;
  padding-left:  25px;
  padding-right: 25px;
  filter:alpha(opacity=100);
  -moz-opacity:1.0;
  opacity:1.00;
  position: relative;
  top: -415px;
  left: -110px;
  z-index: 300;
}

.currentpgHdr
{
  font-size:22px;
  color: #003366;
  font-weight: bold;
}

.currentpgHR
{
  width:200px;
  color:#003366;
  background-color:#003355;
  height:5px;
  size:5px;
  border:0px;
}

.currentpgText
{
  font-size: 12px;
  text-align: justify;
  font-color: black;
  color: black;
  z-index: 900;
}

.currentpgLinks
{
  position: relative;
  top: -845px;
  left: 245px;
  width: 300px;
  height: 360px;
}

.slideshow
{
  width: 330px;
  height: 200px;
  position: relative;
  top: -1280px;
  left: 140px;
  z-index: 90;
}

.slideshowimg
{
  width: 330px;
  height: 200px;
  border: 0px;
  outline: 0px;
  display: block;
}

.servicesList
{
  background-image: url(./images/check-mark.gif);
  background-repeat: no-repeat;
  background-position: 0px 5px;
  padding-top: 11px;
  padding-left: 35px;
  padding-bottom: 10px;
  font-size: 12px;
  font-family: Arial;
  color: blue;
}

#popitmenu
{
  position: absolute;
  background-color: white;
  border:1px solid black;
  font: normal 12px Verdana;
  line-height: 18px;
  z-index: 100;
  visibility: hidden;
}

#popitmenu a
{
  text-decoration: none;
  padding-left: 6px;
  color: black;
  display: block;
}

#popitmenu a:hover
{ /*hover background color (original #CCFF9D) */
  background-color: blue;
  color: white;
}

.awardImg
{
  position:relative;
  top:-1270px;
  left:440px;
}

.contactInfo
{
  position: relative;
  top: -1200px;
  left: 440px;
}

.contactInfoTbl
{
  color: white;
  font-size: 10px;
  border: 0px;
}

.footer
{
  width: 800px;
  position: relative;
  top: -70px;
  left: -10px;
  color: white;
}

.DividerThin
{
  height: 1px;
  color: #202065;
}

.errmsg
{
  font-size: 10px;
  color: red;
  font-weight: bold;
}

.errmsgflash
{
  font-size: 11px;
  color: white;
  background-color: red;
  font-weight: bold;
}

a.linksLink:link{text-decoration: none; outline:none; color:blue; border:0px;}
a.linksLink:visited{text-decoration: none; outline:none; color:blue; border:0px;}
a.linksLink:active{text-decoration: none; outline:none; color:blue; border:0px;}
a.linksLink:hover{text-decoration: none; background-color:blue; color:white; outline:none; border:0px;}

a.jumpLink:link   {text-decoration: none; outline:none; color:blue;  border:0px;}
a.jumpLink:visited{text-decoration: none; outline:none; color:blue;  border:0px;}
a.jumpLink:hover  {text-decoration: underline; outline:none; color:purple; border:0px;}
a.jumpLink:active {text-decoration: none; outline:none; color:blue;  border:0px;}

a.linksCurrent:link{text-decoration: none; background-color:blue; color:white; outline:none; border:0px;}
a.linksCurrent:visited{text-decoration: none; background-color:blue; color:white; outline:none; border:0px;}
a.linksCurrent:active{text-decoration: none; background-color:blue; color:white; outline:none; border:0px;}
a.linksCurrent:hover{text-decoration: none; background-color:blue; color:white; outline:none; border:0px;}

a.mapLink:link    { font-size:9px; color: blue;   text-decoration: underline; outline:none; }
a.mapLink:visited { font-size:9px; color: blue;   text-decoration: underline; outline:none; }
a.mapLink:active  { font-size:9px; color: blue;   text-decoration: underline; outline:none; }
a.mapLink:hover   { font-size:9px; color: yellow;  text-decoration: underline; outline:none; }

a.lowermenubarlnk:link    { font-size:12px; color: white;  text-decoration: none; border:0; outline:none;}
a.lowermenubarlnk:visited { font-size:12px; color: white;  text-decoration: none; border:0; outline:none;}
a.lowermenubarlnk:active  { font-size:12px; color: white;  text-decoration: none; border:0; outline:none;}
a.lowermenubarlnk:hover   { font-size:12px; color: yellow; text-decoration: none; border:0; outline:none;}

a.menubarlnk:link    { font-size:11px; color: white;   text-decoration: none; outline:none; }
a.menubarlnk:visited { font-size:11px; color: white;   text-decoration: none; outline:none; }
a.menubarlnk:active  { font-size:11px; color: white;   text-decoration: none; outline:none; }
a.menubarlnk:hover   { font-size:11px; color: #003366; text-decoration: none; background-color: white; outline:none;}
