@charset "utf-8";
/************************************************************************************************************
 Screen Styles for Optimizing Presence
************************************************************************************************************/


/* Normalization */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; }

/* Main */
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
body {
  /*background-color: #36449b;*/
  background-color: #000;
  text-align: center;
  color: #fff;
  font: 14px/1.3em "Times New Roman", Serif;
}
a:link,
a:active,
a:visited,
a:hover {
  color: #fff; 
}
#Container {
  width: 800px;
  text-align: left;
  margin: 0 auto;
  background: url("../images/Background_Color.png") left top repeat-y transparent;
  position: relative;
}
#Branding h1 {
  text-indent: -9000px;
  background: url("../images/Logo.jpg") left top no-repeat transparent;
  width: 800px;
  height: 550px;
}
#Content_Main {
  position: absolute;
  width: 720px;
  padding: 0 40px;
  top: 200px;
}
  #Contact,
  #Map {
    text-indent: -9000px;
    margin: 3em 0 .5em;
    height: 30px;
  }
  #Contact {
    background: url("../images/Contact_Title.png") left top no-repeat transparent;
  }
  #Map {
    background: url("../images/Map_Title.png") left top no-repeat transparent;
  }
  iframe {
    border: 1px solid #000;
    color: #fff;
  }
  #Construction {
    margin: 115px 0 0 135px;
  }
#Site_Info {
  background: url("../images/Footer.png") left bottom no-repeat transparent;
  width: 800px;
  height: 47px;
}
