/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.03.19
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #content: Sets the width of the site.  Make changes here
             to convert to a fixed width site.
 **************************************************************/

#content {
  height: 100%;
  min-height: 100%;
  text-align: left;
  
}

#content,
#width {
  /* max-width hack for IE since it doesn't understand the valid css property */
   width: expression(document.body.clientWidth > 1000 ? "1000px" : "94%");
   max-width: 1000px;
   margin: 0px 0px 0px 0px;
}

#content[id],
#width[id] {
  width: 94%;
  margin: 0px 0px 0px 0px;
  height: 100%;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
	background: url(../images/wme-mast-1.jpg) no-repeat left 0px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	height: 208px;
}
html>body #header {
margin: 0px 0px 0px 0px;;
}

/* Holds the site title and subtitle */
#header #title {
  position: absolute;
  z-index: 3;
  top: 130px;
  left: 315px;
  padding: 5px;
  text-align: left;
}
html>body #header #title {
position: absolute;
  z-index: 3;
  top: 130px;
  left: 315px;
  padding: 5px;
  text-align: left;
}

#header h1 {
  margin: 0;
  padding: 0;
  font: 700 4em "trebuchet ms", serif;
  letter-spacing: -3px;
  text-transform: lowercase;
  color: #FFF;
}

#header h2 {
  position: absolute;
  top: 7px;
  right: 5em;
  margin: 0;
  padding: 0;
  font: 700 1.2em "trebuchet ms", serif;
  text-transform: lowercase;
  color: #CC3030;
}

#header h2 a {
  color: #CC3030;
  text-decoration: none;
}

#h3 { font-family: "trebuchet ms",serif;
    font-style: normal;
    font-variant: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: normal;
    font-size-adjust: none;
    font-stretch: normal;
    color: #FFFFFF;
    }


/* Sets where the header images will go */
#logo {
  position: absolute;
  z-index: 1;
  top: 55px;
  left: 140px;
}
html>body #logo {
  position: absolute;
  z-index: 1;
  top: 55;
  left: 140px;
}

#header img.right {
  position: absolute;
  z-index: 0;

  top: 0;
  right: 0;
}

#header img.balloons {
  position: absolute;
  z-index: 2;

  top: 70px;
  right: 400px;
}



/**************************************************************
   The top level site menu
 **************************************************************/

#header-bottom {
  float: left;
  width: 100%;
  clear: both;
}
#header-bottom ul {
  margin: 12px 20px 10px 75px;
  padding: 0px 10px 0px 0px;

}
html>body #header-bottom ul {
  margin: 12px 20px 10px 140px;
}
#header-bottom li {
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  color: #2E8177;
}
#header-bottom li a {
  float: left;
  margin: 0px 0px;
  padding: 5px 2em;
  font: bold 12px "trebuchet ms", serif;
  text-decoration: none;
  color: #87735F;
  
}
#header-bottom li a:hover,
#header-bottom li a.here  {
  color: #87735F;
  border-top: 1px solid #87735F;
}
#header-bottom li a:visited {
  color: #2F3433;
  border-bottom: 1px solid #808080;
}
#header-bottom li a.last {
  margin-right: 0;
}

/**************************************************************
   .sideMenu: The side bar menu
 **************************************************************/

ul.sideMenu {
  margin: 0;
  padding: 0;
}

.sideMenu li {
  display: inline;

  /* Needed since IE fails when you give it list-style: none; */
  list-style-image: url(foo.gif);
  font: 400 1.3em "trebuchet ms", serif;
}

.sideMenu li a {
  display: block;
  margin: 0.2em 0;
  padding: 3px 5px;

  text-decoration: none;
  color: #FFF;
}

.sideMenu li a:hover {
  color: #65EBFF;
  background: #5F5F5F;
}

/* Active menu item */
.sideMenu li.here {
  display: block;
  padding: 5px;
  color: #65EBFF;
  background: #555;
}

/* Submenu of active menu item */
.sideMenu li.here ul {
  margin: 0;
  padding: 0;
}

.sideMenu li.here ul li a {
  padding-left: 35px;
  font: 400 0.55em verdana, arial, sans-serif;
  color: #FFF;
  background: url(../images/bg/bullet.gif) no-repeat 10px 0px;
}

.sideMenu li.here ul li a:hover {
  color: #9FF3FF;
  background: #5F5F5F url(../images/bg/bullet.gif) no-repeat 10px 0px;
}



/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {
  margin: 0px 0px 0px 0px;
  float: left;
  width: 100%;
  clear: all;
  height: 100%;
  z-index: 0;
 }
 html>body #page {
  margin: 0px 0px 0px 0px;
}
#main {
margin: 0px 0px 0px 0px;
float: left;
width: 100%;
clear: all;
}



/**************************************************************
   #footer: The page footer - will stick to the bottom if not
            enough content.
 **************************************************************/

#footer {
  float: left;
  width: 100%;
  clear: both;
  margin-top: -3.8em;
  background: #000000;
}

/* Sets the width of the footer content */
#footer #width {
  position: relative;
  z-index: 3;
  font-size: 0.85em;
  padding-top: 27px;
}




/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 74%;
}

.width70 {
  width: 69.7%;
}

.width68 {
  width: 67.7%;
}

.width67 {
  width: 66.7%;
  padding: 10px;
}

.width60 {
  width: 59.7%;
  padding: 10px 0px 10px 20px;
}

.width50 {
  width: 49.7%;

}
.width49 {
  width: 48.7%;
  padding: 15px 10px 10px 15px;
}
.width48 {
  width: 47.7%;
  padding: 15px 40px 10px 40px;
}
.width45 {
  width: 44.7%;
  padding: 15px 5px 10px 15px;
}

.width40 {
  width: 39.7%;
  padding: 15px 5px 10px 15px;
  
}
.width43 {
  width: 42.7%;
  padding: 15px 5px 10px 15px;
}

.width45 {
  width: 44.7%; 
}

.width34 {
  width: 33.7%;
  margin: 12px 0px 0px 0px;
  padding: 20px 20px 10px 20px;
  background: #FFFFFF;
}
.width33 {
  width: 32.7%;
  margin: 12px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
  
}

.width32 {
  width: 31.7%;
  padding: 30px 0px 10px 0px;
  margin: 12px 0px 0px 0px;
  background: #FFFFFF;
}

.width30 {
  width: 29.7%;
  height: 350px;
  padding: 35px 0px 0px 0px;
}

.width29 {
  width: 28.7%;
  margin: 20px 0px 0px 0px;
  padding: 20px 0px 0px 0px;
}

.width25 {
  width: 24.7%;
}

.width23 {
  width: 21.7%;
}
.width20 {
  width: 19.7%;
  padding: 55px 0px 0px 0px;

}
.width18 {
  width: 17.7%;
}
.width16 {
  width: 15.7%;
  padding: 55px 0px 0px 0px;
}
.width15 {
  width: 14.7%;
  padding: 35px 0px 10px 10px;
}
.width12 {
  width: 11.7%;
  padding: 15px 2px 20px 15px;
 
}
.width10 {
  width: 9.7%;
  padding: 35px 0px 0px 0px;
}
.width7 {
  width: 6.7%;
  padding: 35px 0px 0px 0px;
}
.width5 {
  width: 4.7%;
  padding: 15px 0px 10px 10px;
}
.width4 {
  width: 3.7%;
  padding: 15px 0px 10px 10px;
}
.width3 {
  width: 2.7%;
  padding: 15px 3px 10px 2px;
}
.width2 {
  width: 0.1%;
  background-color: #FF915F;
  height: 500px;
}

.width1 {
  width: 0.1%;
  background-color: #FFFFFF;
  height: 500px;
}
.coverphoto {
  margin: 5px 20px 7px 0px;
  align: left;
  float: left;
}

/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}

.address {
padding: 55px 2px 20px 15px;
}
.three {
margin: 10px 3px 10px 0px;
}
.side {
padding: 0px 0px 18px 0px;
}
.side h2 {
font: bold 12px "Times New Roman", Times, serif;
margin: 0px 0px 2px 0px;
}
.side a:link {
text-decoration: none;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #2E8177;
}
.side a:hover {
text-decoration: none;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #87735F;
}
.side a:active {
text-decoration: none;
font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #87735F;
}
.side a:visited {
text-decoration: none;
font: normal 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
color: #808080;
}

/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.small {
  font-size: 0.8em;
}

.green {
  color: #A1FF45;
}

.red {
  color: #EA1B00;
}

.grey {
  color: #666;
}

.grey a {
  color: #999;
}

.grey a:hover {
  color: #EEE;
}

.gradient {
  margin-bottom: 2em;
  background: #555 url(../images/bg/gradient.jpg) repeat-x bottom left;
}





.timedSlideshow
{
	margin-left: 40px;
}

#clearone {
  clear: all;
  height: 1px;
  }