/**************************************************************
   All page content except for footer
 **************************************************************/

#content {
  position: relative;
  height: auto !important;
}



/**************************************************************
   Top menu and logo
 **************************************************************/

#header {
	clear: both;
	position: relative;
	height: 5em;
	margin: 0 auto;
	background: #48525B url(../images/bg/header.gif) repeat-x bottom left;
	border-bottom: 2px solid #48525B;
	background-color: #48525B;
}


#header img {
  /* position: absolute; */
  position: relative;
  border:none;
  /*top: 5%;*/
  top: 1%;
  /*left: 10px;*/
  /*left: 1px;*/
  float:left
}



#header ul {
  /* margin: 3.5em 1em 0 0 !important; */
  margin: 1em 0.5em 0 .5em !important; /* test SB */
  /*margin: 3.5em 0.5em 0 0;*/
  padding: 0;
  float: left;
}

#header ul li {
  display: inline;
  list-style: none;
  text-align:left
}

#header ul li2 {
  display: table-cell;
  list-style: none;
  text-align:left
}

#header ul li a {
  float: left;
  padding: 0 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  /*line-height: 1em;*/

  color: #cccccc;
  border-right: 1px solid #4D5760;
}

#header ul li a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li a:hover {
  color: #3B5D77;
}

#header ul li2 a {
  float: left;
  padding: 1em 1em;

  font: 400 1.1em arial, sans-serif;
  letter-spacing: 0.1em;
  line-height: 0.8em !important;
  line-height: 0em;

  color: #cccccc;
  border-right: 0px solid #4D5760;
}

#header ul li2 a.last {
  padding-right: 0;
  border-right: 0;
}

#header ul li2 a:hover {
  color: #3B5D77;
}



/**************************************************************
   Header Image/Flash Movie
 **************************************************************/

#headerImg {
  margin: 0 auto;
  height: 143px;
  background: url(../images/bg/header_image.jpg) no-repeat top left;
}



/**************************************************************
   Top Block Menu
 **************************************************************/

#menu {
  margin: 0 auto;
}

#menu ul {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: left;
  background: #3B5D77 url(../images/bg/menu.gif) repeat-x top left;
}

#menu ul li {
  display: inline;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul li a {
  float: left;
  width: 25%;
  height: 4.5em;

  font: 400 1.2em arial, sans-serif;
  letter-spacing: 0.1em;

  color: #fff;

  border-top: 7px solid #41637D;
  border-bottom: 1px solid #48525B; /*15px solid #FFF;*/
}

#menu ul li a span {
  display: block;
  padding: 2px 7px;
}


#menu ul li a span.desc {
  font-size: 0.8em;
  color: #8C8D94;
}


#menu ul li a:hover,
#menu ul li a.here {
  background: #4A5C6A;
  border-top: 7px solid #455660;
}

#menu ul li a:hover span.desc,
#menu ul li a.here span.desc {
  color: #FFF;
}


/**************************************************************
   Large Photo Block
 **************************************************************/

#photos {
  margin: 0 auto;
}

#photos table {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;

  text-align: center;
}


/**************************************************************
  Announcement block
 **************************************************************/

#announcement {
   margin: 0 auto;
   font-size:14px;
   font-style:italic;
   font-weight:bold;
   color:#dddddd;
}


#announcement a {
   color:#dddddd;
   text-decoration:underline;
}

#announcement a:hover {
  color: #3B5D77;
}

#announcementSmaller {
   margin: 0 auto;
   font-size:12px;
   /*font-style:italic;*/
   font-weight:bold;
   color:#dddddd;
}

#announcementSmaller a {
   color:#dddddd;
   text-decoration:underline;
}

#announcementSmaller a:hover {
  color: #3B5D77;
}

#announcementSmall {
   margin: 0 auto;
   font-size:14px;
   /*font-style:italic;*/
   font-weight:bold;
   color:#dddddd;
}

#announcementSmall a {
   color:#dddddd;
   text-decoration:underline;
}

#announcementSmall a:hover {
  color: #3B5D77;
}




/**************************************************************
   Bottom of page
 **************************************************************/

#footer {
  margin: 0 auto;
}

/**************************************************************
   Page Content
 **************************************************************/

#page {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 6em;
  text-align: left;
}



/* Column widths */
.width {
  width: 776px;
}

.widthPad {
  width: 746px;
}

.width25 {
  width: 24%;
}

.width50 {
  width: 48%;
}

.width73 {
  width: 73%;
}

.width75 {
  width: 75%;
}

.width100 {
  width: 100%;
}

.lightgraybold {
  font-weight:bold;
  color:#dddddd;
}

.lightgraybold:hover {
  color: #3B5D77;
}
