@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
    background: #0557a6 url(../images/bluetrans.png) top center repeat-x;
}
h1 {
  font-size: 2em;
  padding: 0;
  margin: 0;
}

h2 {
  font-size: .8em;
}
h3 {
  font-size: 1.25em;
}

#outerwrap {
  width: 830px;
  margin: 10px auto 0 auto; 
  background: transparent url(../images/bluetrans.png) top center repeat-x;
  text-align:center;
}
#container { 
	width: 820px;
/*	background: #FFFFFF;*/
  background-color: transparent;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
/*	border: 1px solid #000000;*/
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header { 
position: relative;
	background: transparent url(../images/logo-top.png) top no-repeat; 
	  text-align:right;
  overflow:hiden;
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
  border: 1px solid transparent;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#phone {
float: right;
  color: #00559e;
  font-size: 2em;
  font-weight: bold;
  margin: -5px 0 0 0;
}
#phone > p {
  float: right;
  padding: 0px;
  margin: 0;
}
#phone > p.eoe {
  margin: 0 15px 0 0;
  }
#menu {
  text-align: center;
  font: 100% Arial, Helvetica, sans-serif;
  padding: 5px 0 0 0;
  margin: 0 0 0 0;
  line-height: 25px;
/*  background: #AEC5E1 url(../images/blueglass-top.png) top center no-repeat;*/
  background: transparent url(../images/blueglass-top.png) top center no-repeat;
}
	ul {
	margin: 0;
	padding: 0;
	}
	ul#hmenu {
	  list-style: none;
	  font-size: .75em;
	  font-weight:bold;
	  padding: 0px;
	  margin: 0px;
	}
	ul#hmenu li {
	  display: inline;
	  text-transform:capitalize;
	  padding-right: 5px;
	  letter-spacing:.02em;
	  border-right: 1px solid #9900FF;
	}
	ul#hmenu li > a{
	  text-decoration: none;
	  color: #000;
	}
	ul#hmenu li > a:hover{
	  color: #0000FF;
	}
	ul#hmenu > li.last {
	  border: none;
	}
#bodytitle {
  text-transform: uppercase;
  font-size:1.25em;
  font-weight:bolder;
  height: 2.2em;
  text-align:center;
  color: #00559e;  
/*  background: transparent url(../images/white-panel-top.gif) top center no-repeat;*/
  background: transparent url(../images/main-top.png) top center no-repeat;
}

.ulbox {
  float:left;
  width: 375px;
  height: 197px;
  margin: 0 -30px 0 35px;
  background:url(../images/ulboxt.png) center no-repeat;
  display:inline;
}
.ulbox ul {
/*  position: relative;*/
float: left;
  padding: 0 0 0 35px;
  margin: -2px 0 0 0;
/*  border: 1px solid #CC9900;*/
}
.rightlist {
position; relative;
/*float: right;*/
font-size: .85em;
margin: 21px 0 0 190px;
}

.leftlist {
float: left;
font-size: .85em;
margin: 55px 0 0 -210px;
}
.leftlist ul {
width: 180px;
}
.rightlist ul {
}
.titleblock {
float: left;
  left: 5px;
  top: -10px;
  margin: 0 5px 0 0;
  width: 200px;
  height: 60px;
}
#orange {
  background: transparent url(../images/orange-tile.png) top center no-repeat;
}
#blue {
  background: url(../images/blue-tile.png) center no-repeat;
}
#green {
  background: url(../images/green-tile.png) center no-repeat;
}
#pink {
  background: transparent url(../images/pink-tile.png) center no-repeat;
}

.titleblock h2 {

position: relative;
  font-size: .8em;
  text-align: center;
  padding: 15px 0 0 0;
  margin-top: -4px;
  right: 5px;
  color: #fff;
}
#innerfade {
  background: transparent url(../images/blueglass-center.png) top center repeat-y;

}
#maincontent { 
	margin: -5px 0 0 0;/* move mainblock up*/
	overflow:hidden;
	padding: 0 0 20px 0;
	background: transparent url(../images/white-midpanel.png) top center repeat-y;

} 

#footer { 
	padding: 0 10px 0 20px; 
	background: transparent url(../images/glass-foot-tall3.png) top center no-repeat;
  margin: 0px 0 0 0;

} 
#footer p {
	margin: 0;
	padding: 0;
  text-align: center;
  font-size:.8em;
  height:50px;
}
#footer h2 {
  text-align:center;
}
#footer a {
 text-decoration: none;
 color: #000;
 font-size: .8em;
}
#footer a:hover {
 text-decoration: none;
 color: #0000FF;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.right {
  text-align:right;
}
p.hours {
  margin: 55px 104px 0 0;
  padding: 10px 0 0 0;
}
#map {
float: right;
width:92px;
}
.bold {
  font-weight: bold;
}
p.eoe {
  font-size: .5em;
  margin: 10px 15px 0 15px;
  line-height: 2.5em;
}
.mission {
  float: left;
  width: 360px;
  padding: 0 10px 0 40px;
}
body#home .mission {
  width: 350px;
  padding: 0 0 0 40px;
}
body#island-tech-location .mission {
  width: 250px;
  padding: 0 0 0 40px;
}

.mission ul {
  padding: 0 0 0 20px;
}
body#home .shop {
  padding: 0 28px 20px 0 ;
  margin: 0;
}
body#home .shop p {
  margin: 0px;
}
.shop {
margin: 0 0 0 365px;
}
body#island-tech-location .shop {
 margin: 0 0 0 318px;
}

.second {
  width: 350px;
  padding: 0 0 0 40px;
}
.address {
  width: 430px;
  margin: 0;
  font-size: .8em;
  text-align: left;
}
.second h2 {
  font-size: .8em;
  text-align: left;
  margin: 0;
}
.full {
  width: 100%;
}
.embed {
  float: left;
  padding: 0 12px 12px 8px;
  margin: 0px;
  border: none;
}
body#home h2 > a {
  text-decoration: none;
  color: #fff;
}
