 /* *** main css stylesheet *** */
*{margin:0;padding:0}

body {
background-color: #333333;
color: #000000;
font-family:Lucida Grande, Tahoma, Arial, Verdana, sans-serif;
font-size:16px;
margin: auto;
padding: 0;
text-align: center;
}

#left {
  padding-top: 3px;
  position: absolute;
  width: 200px;
  color: #000000;
  background-color: #e1ddd9;

  height: auto !important;
  min-width: 200px;
  border-right: 2px solid #564b47;
  padding-left: 4px;
}

#content{
padding-top: 3px;
margin-left: 250px;
background-color:#fff;
width:70%;
min-height: 800px;
height: 1500px;
height:auto!important;
min-width:700px;
border:2px;
padding-left: 0px;

}

#content a {
    color: #0000FF;
    text-decoration: none;
}

#wrapper {
    background-color: #fff;
    position: relative;
    text-align: left;
    height: auto;
    margin: 0 auto;
    width: 990px;
}

h1 {
    font-size: 16px;
    margin: auto;
    padding-top: 3px;
}

h2 {
    font-size: 18px;
    margin: auto;
    padding-top: 3px;
}

h4 {
    font-size: 12px;
    margin: auto;
    padding-top: 2px;
}


a {
    color:#0000FF;
    text-decoration: none;
}

a:hover {
    color: #ff9900;
}

a.current {
    color: #ff9900;
}


p {
    font-size: 15px;
    margin: 0;
    padding: 2px 2px 1px 4px; 
}

ul, table {
	font-size: 13px;
	list-style: none;
}

a img {
    border: none;
}

img {
    display: block;
    float: left;
}

/* *** banner *** */
#banner {
    width: 100%;
    height: 100px;
    line-height: 100px;
    position: relative;
}

#headerright {
    float: right;
    width: 800px;
    font-size: 16px;
    font-weight: bold;
    margin-right: 8px;
    text-align: right;
}

#logo {
    position: relative;
    top: 2px;
    left: 3px;
    font-family: papyrus;
    font-size: 32px;
    color: #999966;
    float: left;
}

label.contact{
width:100px;
float:right;
font-size:16px;
text-align:right;
padding:4px 5px 0 0;
color: #000000;
}

/* *** navigation *** */
#nav {
    background-color: #737CA1;
    width: 100%;
    height: 35px;
    font-size: 14px;
}

#navlist, #navlist * {
    margin: 0;
    padding: 0;
}

ul#navlist, #navlist ul {
    background-color: #737CA1;
    list-style-type: none;
    list-style-position: outside;
    list-style-image: none;
}

#navlist li {
    width: 90px;
    text-align: center;
}

#navlist li a {
    border: 1px inset ;
    display: block;
    height: 33px;
    line-height: 33px;

}

    #nav a {
      color: white;
      text-decoration: none;
    }

#navlist li a.current {
    background-color: #41627E;

}

li.headlink {
    position: relative;
    overflow: visible;
    float: left;
    z-index: 40;
}

li.headlink ul {
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    z-index: 50;
    filter: alpha(opacity=85);
    -moz-opacity: 0.85;
    opacity: 0.85;
}

@media (min-width:991px){
	
li.headlink:hover ul {
    display: block;
}

}


/* *** footer *** */
#footer {
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 10px;
    color: #c6c6b9;
}

#footer .copyright {
    float: right;
    margin-right: 10px;
}

#footer a {
    color: #737CA1;
    text-decoration: none;
}

.receipt {background-image: url("../images/receipt.gif"); background-repeat: no-repeat; background-attachment: fixed; background-position: 200px 160px; }

/* *** extra *** */

.contact_form{
width:355px;
float:left;
margin:5px 0 0 px;
border:1px #DFD1D2 dashed;
position:relative;
}

.check_row{
width:1px;
margin: 0 0 0 35px;
padding:0 0 5px 0;
color:#a53d17;
}

.form_row{
width:80%;
clear:both;
margin:2px 0px 0 5px;
padding:0px 5px 5px 0;
color:#000000;
}
label.contact{
width:40%;
float:left;
font-size:12px;
text-align:right;
clear:right;
padding:0px 0px 3px 0px;
color: #000000;
}
input.contact_input{
width:30%;
height:18px;
background-color:#fff;
color:#000000;
clear:right;
border:1px #DFDFDF solid;
float:left;
}

.spacer {
    clear: both;
    height: 1px;
}