body {
    
    background-image: url('/images/bg.jpg');
    background-repeat: repeat-x;
    margin: 0px;
    padding: 0px;
    font-family: Arial, Sans-Serif;
    font-size: 62.5%;
}

a {
    color: #686868;
    text-decoration: none; 
}

a:hover {
    text-decoration: underline;
}

#container {
    
    width: 765px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -383px;
}

#header {
 
    width: 765px;
    height: 97px;   
}

#logo {
 
    width: 81px;
    height: 97px;
    float: left;
}

#toplinks {
 
    width: 684px;
    height: 67px;
    float: left;
}

#toplinks ul {
    
    margin-left: 0px;
    padding-left: 10px;
    list-style: none;
    margin-top: 42px;    
}

#toplinks li {
 
    float: left;
    font-size: 1.3em; 
    background-image: url('/images/unselected_item.jpg');
    background-repeat: no-repeat;
    padding-left: 15px;
}

#toplinks a {
    
    color: #5C5C5C;
    text-decoration: none;
}

#toplinks a:hover {
    
    text-decoration: underline;   
}

#toplinks li.selected_main {
 
    background-image: url(/images/selected_item.jpg);
    background-repeat: no-repeat;
    font-weight: bold;
}

#toplinks li.selected_main a {
    
    color: #006563;
    text-decoration: none;
}

#toplinks li.selected_main a:hover {

    text-decoration: underline;
}

#bottomlinks {
 
    width: 684px;
    height: 30px;
    float: left;
}

#bottomlinksinner {
 
    margin-left: 120px;
    width: 420px;
    height: 24px;
    line-height: 24px;
    background-image: url(/images/top_bg.gif);
    background-repeat: repeat-x;
}

#bottomlinksinner a {
 
    color: #FFFFFF;
    text-decoration: none;   
}

#bottomlinksinner a:hover {

    text-decoration: underline;   
}

#bottomlinksinner ul {
 
    list-style: none;
    padding: 0px;
    margin: 0px;  
}

#bottomlinksinner li {
 
    float: left;
    margin: 0px;
    padding: 0px 0px 0px 15px;
    font-size: 1.1em; 
    background-image: url(/images/middle_selected.gif);
    background-repeat: no-repeat;
}

#bottomlinks {
 
    list-style: none;   
}

#casestudiestop {
 
      padding: 4px 0px 0px 37px;
      width: 95px;
      height: 20px;
      float: right;
      background-image: url(/images/case_studies.gif);
      background-repeat: no-repeat;
      color: #FFFFFF;
      font-size: 1.3em;
}

#casestudiestop a { 

    color: #FFFFFF;
    text-decoration: none;
}

#casestudiestop a:hover {
    
    text-decoration: underline;
    
}

#casestudytitle {
 
    padding: 5px 0px 0px 10px;
    height: 18px;
    border-bottom: solid 1px #FFFFFF;
    color: #FFFFFF;
    font-size: 1.3em;
    background-image: url(/images/casetop.gif); 
}

#casestudymid {
    
    height: 127px;
    overflow: hidden;
}

#casestudymidbottom {
 
    padding-left: 10px;
    height: 31px;
    background-color: #94D04A;
}

#casestudybottom {
  
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 10px;
    border-top: solid 1px #FFFFFF;
    height: 24px;   
    line-height: 24px;
    font-size: 1.2em;
    background-image: url(/images/casebottom.gif); 
}

#casestudybottom a {

    color: #FFFFFF;
    font-weight: bold;
    text-decoration: none;   
}

#casestudybottom a:hover {

    text-decoration: underline;
}

#maintop3 {

    margin-left: 8px;
    width: 132px;
    height: 205px;
    float: left;
}

#quicklinkstop {
    
    padding: 2px 0px 0px 5px;
    width: 128px;
    height: 22px;
    background-image: url(/images/quicklinks.gif);
    background-repeat: no-repeat;
    color: #FFFFFF;
    font-size: 1.6em;      
}

#quicklinksmid {
    
    width: 132px;
    height: 181px;
    background-image: url(/images/quicklinksbg.gif);
    background-repeat: no-repeat;
    font-size: 1.2em;
}

#quicklinksmid ul {
    
    padding: 0px;
    margin: 0px 0px 0px 2px;
    list-style: none;   
}

#quicklinksmid li {
    
    padding-left: 8px;
    margin: 0px;
    border-bottom: solid 1px #FFFFFF;
    background-image: url(/images/whitearrow.gif);
    background-repeat: no-repeat;
    height: 16px;
}

#quicklinksmid a {
    
    color: #FFFFFF;
    text-decoration: none;
}

#quicklinksmid a:hover {
    
    text-decoration: underline;
}

#footer a {
    
    color: #006260;
}    

label{
    float: left;
    width: 120px;
    font-weight: bold;
}

input, textarea{
    width: 180px;
    margin-bottom: 7px;
}

textarea{
    width: 250px;
    height: 150px;
}

.boxes{
    width: 1em;
}

#submitbutton{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
    height: 20px;
}

br{
    clear: left;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;   
}

input {
    
    font-size: 1.1em;
}