/* Positioned Elements */

body {
  font-family:arial, Helvetica, sans-serif;
  background:#e8ddbd;
  margin:0px;
  behavior: url(/csshover.htc);
  font-size:16px;
  line-height:1.2;
}
	
#container {
  width: 100%;
  overflow-x: hidden; /* stops horiz scrollbar */
}

#banner {
  text-align:center;
  width:100%;
}

  #banner img {
display: block;
    margin: 0 auto;
   /* width:100%;*/
    z-index:2;
    position:relative;
    background:url(/mobile/images/logo.jpg) no-repeat;
  }

.headline {
  font-size:150% !important;
  line-height:21px !important;
  font-weight:bold;
  text-align:center;
}

header nav {
  display:block;
  background:#391A15;
  positin:absolute;
  height:40px;
  border-bottom:#fff solid 10px;
}

  header nav ul {
    display:block;
    list-style:none;
    margin:0px;
    padding:1px 0px 0px 0px;
    width:100%;
    text-align:center;
  }

  header nav ul li {
    display:inline;
  }

  header nav ul li a {
    color:#fff !important;
    text-decoration:none !important;
    font-weight:normal;
    text-align:center;
    display:block;
    height:31px !important;
    float:left;
    padding:8px 0px 0px 0px;
    font-size:100%;
  }

  header nav ul li a:hover {
    background:#301612;
    color:#000 !important;
  }

  header nav ul li a.home { width: 21%; }
  header nav ul li a.services { width: 29%; }
  header nav ul li a.about { width: 24%; }
  header nav ul li a.contact { width: 26%; }


  header p {
    z-index:10;
    position:relative;
    text-align:right;
    margin:47px 0px 0px 0px !important;    
  }

  header p a {
    padding:9px 17px 9px 17px;
    background:#301612;
    color:#fff !important;
    font-size:100%;
    font-weight:normal !important;
    text-decoration:none !important;
  }

  header p a:hover {
    background:#301612;
    color:#000 !important;
  }

#content {
  margin:0px;
  padding:0px 0px 16px 0px;
  vertical-align:top;
  background: #e8ddbd;
  width:100%;
}

#content img {
  width:83%;
}

#footer {
  height:22px;
  text-align:center;
  padding:8px;
  font-size:11px;
  color:#e6e6e6;
  background:#391A15;
  text-align:center;
}

  #footer p {
    margin:0px;
    padding:0px;
  }

/* Styled Elements */


#content h1 {
  font-size:135%;
  color:#000000;
  padding:20px 0px 0px 25px;
  margin:0px;
  font-weight:bold;
  height:39px;
}

#content h2 {
  font-size:125%;
  margin:10px 25px 0px 25px;
  padding:0px;
  color:#000;
}

#content h3 {
  font-size:115%;
  margin:10px 25px 0px 25px;
  padding:0px;
  color:#000;
  font-style:italic;
}

#content h4 {
  font-size:120%;
  margin:26px 25px 30px 25px;
  padding:0px;
  color:#000;
}

#content p {
  margin:18px 25px 0px 25px;
  font-size:100%;
  background:none !important;
  text-shadow:none !important;
  color:#000 !important;
  line-height:1.3;
}

#content li {
  line-height:1.3;
  font-size:100%;
  margin-left:16px;
  margin-right:25px;
}

.breadcrumb {
  text-align:right !important;
  margin:0px 7px 0px 0px !important;
  font-size:11px !important;
  font-style:italic;
}

#logo {
  float:center;
  width:317px;
  height:134px;
  padding:19px 0px 0px 12px;
  margin-right:10px;
}

img {
    border:none;
    display:block;
}

hr {
    margin:0px 32px 20px 32px;
}

.hidden {
  display:none;
}


/* Begin link styles */


a {
  color:#132E5B;
  font-weight:bold;
  text-decoration:underline;
}

a:visited {
  color:#132E5B;
  text-decoration:underline;
}

a:hover {
  color:#836A2A;
  text-decoration:underline;
}

#footer a {
  color:#fff;
}

#footer a:visited {
  color:#fff;
}

#footer a:hover {
  color:#000000;
}