﻿html{
    margin:0;
    padding:0;
    font-family: Century Gothic,Arial,Helvetica,sans-serif;
    font-size: .75em;
    color: #000;
}

body {
    background-color: #00619C;
    margin: 10px 0;
    padding:0;
}

H1{
    display:block;
    margin: 0 0 0 10px;
    background: transparent url(images/logo.png) no-repeat;
    height: 75px;
    width: 486px;
}
H1 span{
    display:none;
}

H1 a{
    display:block;
    height:75px;
    width:100px;
}

H2,  h3{
    color: #7F4505;
}

a {
    color: #7F4505;
    text-decoration:none;
}

a:hover{
    text-decoration: underline;
}

#container{
    background: #fff;
    -moz-border-radius:20px;
    margin-left:auto;
    margin-right:auto;
    width: 953px;
    -moz-box-shadow: 10px 10px 8px #0E476A;
    
}

#media img{
    border:1px solid #6C6C6C;
}

#wrapper{
    margin: 0 20px;
    padding: 15px 0;
}

#pageHeader{ 
    position:relative;
    height: 90px;
    border-bottom: solid 3px #7F4505;
    
}

#topLinks{
    position: absolute;
    top: 0;
    right: 0;
}


#certificate{
    position: absolute;
    top: 0;
    right: 300px;
}
#certificate img{
    border:none;
}

#navigation{
    -moz-border-radius-topleft: 5px;
    position: absolute;
    background: #7F4505;
    right: 0;
    bottom: 0;
    padding: 3px 0 0 25px;
}

#navigation a {
    color: #D7BF5F;
}

#center{
    position: relative;
    margin: 15px  0;
}

#footer .menu{
    width: 260px;
    margin: auto;
}

#footer{
    border-top: solid 3px #7F4505;
}

#footer div {
    margin: auto;
    text-align:center;
}

.menu {
    margin: 0;
    padding: 0;
}

.menu li{
    float:left;
    list-style:none outside none;
}

.menu a{
    display: block;
    margin: 0 9px 0;
    font-weight:bold;
}

#navigation a:hover{
    color:#F5F1CF;
}

#contentBottom{
    margin: 20px 0;
}

#testimonial{
    color:#6C6C6C;
}

/*
.aButton{
    bottom:5px;
    font-size:0.9em;
    font-style:italic;
    margin-top:10px;
    padding:1px 15px;
    right:10px;
    text-decoration:none;
    text-transform:uppercase;

}
*/
input[type="text"], input[type="password"], textarea{
    background-color:#D9D9D9;
    border:1px solid #A6905C;
    color:#6C6C6C;
    padding:2px;
    font-family: Century Gothic,Arial,Helvetica,sans-serif;
}

textarea{
    font-size: 1.1em;
}

input[type="text"], input[type="password"]{
    height:20px;
}

select{
    background-color:#D9D9D9;
    border:1px solid #A6905C;
    color:#6C6C6C;
    height:26px;
}

/*
label{ 
    display:block;
    color:#7F4505;
    font-size:1.2em;
    font-weight:bold;
    margin: 13px 6px 5px 0;
}
*/
.clear{
    clear: both;
}

#rightBar, #content{
    float:right;
}
#rightBar{
    width: 293px;
    margin: 0 34px 0 0;
}
#content{
    width: 913px; 
    margin: 0 0 20px 0;
    position:relative;
}

.inputTable{
}
.inputTable td{
    padding: 0 15px 10px 0;
}

.aButton{
    -moz-border-radius:5px;
    background: transparent url("../../images/button_back.jpg") repeat-x 0 0 ;
    background-color: #7F4505;
    color:#D7BF5F;
    padding:4px 15px;
    font-weight:bold;
    border:1px solid #A6905C;
}
.aButton:hover{
    text-decoration:none;
    color:#fff;
    border:1px solid #4A2904;
}

.note{

    font-style:italic;
}

.normalList{
    margin:0;
    padding:0;
}

.normalList li{
    list-style:none outside none;
    padding-bottom: 5px;
}
.normalList span{
    text-transform:uppercase;
    font-weight:bold;
}

@media print {
  /* style sheet for print goes here */
  #container{
    margin:auto;
    width: auto;
    
    -moz-border-radius:0;
    -moz-box-shadow: 0 0;

    
}
  #pageHeader{ 
    height:inherit;
    border-bottom: solid 1px #000;
    
}
#footer{
    border-top: solid 1px #000;
}

H1{
    display:inherit;
    margin: 0;
    height:auto;
    width:auto;
}
  H1 a{
  display:none;
  }
  H1 span{
    display:inherit;
}

h2{
    padding: 0; 
    margin: 0 0 10px 0;   
}
  #navigation, #topLinks, #specialContainer, #rightBar, #footerLinks{
    display:none;
}

#content{
    float:none;
    width: auto;
}
#content a{
    color:inherit;
}

#certificate{
    position:absolute;
    top:0;
    right:0;
}

}
