html,
body {
  color:#333;
  font-family:Verdana;
}
h1{
  margin:0 0 10px 0;
  font-weight:normal;
  font-size:20px;
}
  h1 span{font-size:12px;}
a,
a:active,
a:visited {
  color:#006699;
  text-decoration:underline;
  font-weight:bold;
  outline:none;
}
  a:hover {text-decoration:none;}

.signup {
  background:transparent url(../images/signup.gif) no-repeat scroll 0 -57px;
  display:block;
  height:57px;
  overflow:hidden;
  text-indent:-1000px;
  width:206px;
  margin:25px 0 25px -3px;
}
.signup:hover {
  background:transparent url(../images/signup.gif) no-repeat scroll 0 0;
  display:block;
  height:57px;
  width:206px;
}

.orange{color:#E54D00;}
.bold{font-weight:bold;}

.clearfix{clear:both;}
.fr{float:right;}
.fl{float:left;}

.ss{
  padding:10px;
  border:1px solid #CCC;
  margin-left:30px;
  background-color:#FFF;
}

#header,
#content,
.container,
#footer{
  width:950px;
  margin:0 auto;
}

div#fancy_bg_n, div#fancy_bg_s{left:0;} /* IE7 Fancybox hack */

#header_container{background-color:rgb(7, 96, 162);}
  #header{
    height:47px;
    background-color:rgb(7, 96, 162);
    padding-top:7px;
  }
    #header h1{
    width:155px;
    height:37px;
    background:transparent url(../images/sprite.png) no-repeat scroll -145px 0;
    text-indent:-1000px;
    margin-top:0;
  }
    #header span{
      float:right;
      font-size:16px;
      color:#D8D8D8;
      font-weight:bold;
    }
  
#content_container{background:transparent url(../images/background_gradient.png) repeat-x scroll 0 bottom;}
  #content{padding:20px 0 30px 0;}
    #content p{line-height:1.3em;}
    #content ul{margin-left:40px;}
      #content ul li{margin-bottom:5px;}
        #content ul li a{font-weight:normal;}

.container{padding-top:20px;}
          
#footer{
  padding:20px 0;
  font-size:11px;
}
  #footer ul{
    float:right;
    margin-left:50px;
    margin-right:0;
    margin:1em 0 1em 4em;
  }
    #footer ul li{list-style:none;}
    #footer ul.copyright{
      float:left;
      margin-left:0;
    }
  #footer a{
    font-weight:normal;
    text-decoration:none;
  }
    #footer a:hover{text-decoration:underline;}