/* 
    Document   : default
    Created on : Sep 15, 2010, 5:16:45 PM
    Author     : Byron McMullen
    Description:
        Purpose of the stylesheet follows.
*/
body {
  font-family: arial, helvetica, sans-serif;
  font-weight: bold;
  text-align: center;
  background: #000;
  color: white;
}

/* Propoganda style */
#prop_back {
  background: #030b0e url('../resources/images/bottom_bar_top.png') repeat-x bottom;
}

#propaganda {
  background: url('../resources/images/WebBanner.jpg') no-repeat;
  height: 600px;
  position: relative;
}

#es_logo {
  background: url('../resources/images/website_sheet.png') -20px -1px;
  height: 63px;
  width: 806px;
  /* margin: 0 77px; */

  position: absolute;
  top: -1px;
  left: 77px;
}

#es_logo a {
  display: block;
  height: 100%;
}

#social_media{
  position: absolute;
  right: 0px;
  top: 40px;
  width: 100px;
  height: 50px;
}
#social_media a img{
  border= none;
}
/* End of Propoganda Style */
/******************************************************************************/
/* Content Style */
#content_back {
  background: url('../resources/images/bottom_bar_btm.png') repeat-x;
  position: relative;  
}

#content {
  background: url('../resources/images/content_top.png') no-repeat;
  width: 1021px;
  margin: 0 auto;
  overflow: hidden ;

  position: relative;
  top: -50px;  
}

#alpha_signup {
  background: url('../resources/images/website_sheet.png') no-repeat -2px -318px;
  height: 112px;
  width: 205px;

  position: absolute;
  left: 417px;
  top: 17px;
}

#alpha_signup a {
  display: block;
  height: 51px;
  width: 163px;
  position: absolute;
  top: 12px;
  left: 12px;

  color: white;
  font-family: arial, helvetica;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  padding-top: 12px;
}

#alpha_signup a:link, #alpha_signup a:visited, #alpha_signup a:hover {
  text-decoration: none;
}

#content_left{
  float: left;
  height: 200px;
  width: 280px;
  margin-left: 50px;
  margin-top: 50px;
}

#content_middle {
  position: relative;
  z-index: 500;
  float: left;
  width: 310px;
  margin-left: 20px;
  margin-top: 110px;
}

#content_middle a {
  color: white;
  text-decoration: none;
}

#content_middle a:hover {
  color: #B6DDDD;
}

#content_middle a:hover h5 {
  margin-top: 0px;
  border-top: solid #B6DDDD 2px;
  border-bottom: solid #B6DDDD 2px;
}

#content_middle h5 {
  margin: 1px 0 0 0;
  padding: 10px;
  text-align: center;
  font-weight: bolder;
  border: 1px solid #313f5f;
  
}

#content_right {
  float:right;
  height: 200px;
  width: 280px;
  margin-right: 50px;
  margin-top: 50px;
}

.content_col {
  text-align: justify;
}


#footer{
  clear: both;
  color: #ffffff;
  margin-right: 80px;
  padding-left: 80px;
}

#foot_logo {
    float: left;
}

#copyright {
    color: white;
    float: left;
    margin-left: 200px;
}

#legal {
  float: right;
}

#legal ul {
    list-style: none;
}

#legal ul li {
  float: left;
  margin: 0;
  padding: 0 10px;
  border-right: 1px solid white;
}

#legal a:link, #legal a:visited, #legal a:hover {
  color: white;
  text-decoration: none;
}

#legal ul li.last {
  border-right: none;
}
#beta-signup {
	display: none;
	font-size: 10px;
    left: 410px;
    position: absolute;
    top: 68px;
    width: 195px;
    line-height: 1em;
}
#beta-signup a {
	color: #76B4C1;
}

