/* 
    Document   : main
    Created on : 2009-04-11, 14:45:49
    Author     : rubberdragon
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
  display: block;
}

html{
  background-color:#000;
  padding:0;
  margin:0;
    font-family: Trebuchet MS, arial, helvetica, sans-serif;
}

body{
  background-color:#000;
  padding:0;
  margin:0;
}

img{
  border:none;
}
p{
   margin:7px 0;
}
.main{
  width:881px;
  padding:0;
  margin:0 auto;
}

.navigation{
  width:100%;
  height:79px;
}

.content{
  height:564px;
  width:100%;
  padding:0;
  margin:0;
  background-image:url(/images/background.png);
}



.site_content{
  width:100%;
  height:564px;
  padding:0;
  margin:0;
  background-repeat:no-repeat;
}

.box_content{
  float:right;
  width:615px;
  height:440px;
  color:#FFEEA0;
  font-size:12px;
  overflow:hidden;
  line-height:15px;
}


.top_image{
  width:731px;
  padding-left:150px;
  padding-top:10px;
  height:85px;
}

table.webform{

}

table.webform td.left{
  text-align:right;
  padding-right:10px;
}


table.webform textarea{
  height:100px;
  width:300px;
}

table.webform input.text{
  width:300px;
}

#webform_information{
  float:left;
  display:none;
  width:180px;
  background-color:#000;
  color:#FFEEA0;
  font-size:11px;
  margin:10px;
  margin-top:100px;
  padding:10px;
}

#webform_information h3{
 font-size:10pt;
}

.footer{
  text-align:center;
  font-size:9px;
  color:#FFEEA0;
  margin-top:10px;
 /* width:700px;*
  /*margin:20px auto;*/
}

.footer a{
  color:#F2AE10;
  text-decoration:none;
}

.footer a:hover{
  color:#FFEEA0;
  text-decoration:underline;
}

.footer p{
  color:#7A724C;
}

input.hidden{
      display:none;
}
