/* CSS Document */

body, html
{
  padding: 0px;
  margin: 0px;
}

a
{
  color: #d1d1d1;
  text-decoration: none; 
}

a:hover
{
  color: #fff; 
}

body
{
  background-color: #3e3d40;
}

div#box
{
  width: 980px;
  position: absolute;
  left: 50%;
  margin-left: -490px;
}

div#top
{
  width: 980px;
  float: left;
}

div#top img
{
  display: block;
  float: left;
  border: none;
}

div.mid_dec
{
  width: 980px;
  height: 660px;
  background-image: url("./pic/mid_bg_dec.jpg");
  background-repeat: no-repeat;
  float: left;
}

div.mid_gal
{
  width: 980px;
  float: left;
  background-image: url("./pic/bg_1.gif");
  background-repeat: repeat-y;
  color: #d1d1d1;
}

div.foo_dec
{
  width: 980px;
  height: 75px;
  background-image: url("./pic/foot_bg_dec.jpg");
  background-repeat: no-repeat;
  float: left;
}

div.mid_clr
{
  width: 950px;
  background-image: url("./pic/bg_1.gif");
  background-repeat: repeat-y;
  float: left;
  padding: 15px 15px 0px 15px;
  color: #d1d1d1;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
}

div.foo_clr
{
  width: 980px;
  height: 102px; 
  background-image: url("./pic/foot_bg.jpg");
  background-repeat: no-repeat;
  float: left;
  color: #8e857f;
  line-height: 100px;
  text-align: center;
  font-size: 11px;
}

span.formError
{
  font-weight: normal;
  font-size: 12px;
  color: #fff;  
}

td.contactFormFieldName
{
  font-size: 12px;
  text-align: right;
}

input.contactFormTextBox
{
  font-size: 12px;
  height: 17px; 
  background-color: #eeeeee;
  border: 1px solid #fff; 
  width: 200px;
}

textarea.contactFormTextArea
{
  width: 250px;
  background-color: #eeeeee;
  border: 1px solid #fff; 
  height: 100px;
  font-size: 12px;
}

input.submitButton
{
  background-color: #eeeeee;
  border: 1px solid #fff; 
}

div.mail_confirm
{
  padding: 70px 0px 70px 0px;
}

div#flashcontent01
{
  margin: 83px 0px 0px 170px;
}
