/* Main application stylesheet */
/* general tag styles */
body {
    background: url(/images/bg.jpg) repeat-x top right;
    background-color: #fff;
    text-align: center;
    font-size: 75%;
    font-family: arial, tahoma, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

table { border-collapse: collapse; font-size: 100%; }

a { color: #000; text-decoration: none; }

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }

h1 {
    margin: 0px;
    color: #296cbc;
    font-size: 150%;
}

h2 {
    margin: 0px;
    color: #296cbc;
    font-size: 120%;
}

.bold {
    font-weight: bold;
}

.blue{
    color: #296cbc;
}

.red{
    color: #DE3C3C;
}

input {
    font-size: 11px;
    padding: 3px;
    }

textarea {
    font-size: 11px;
    padding: 3px;
    }

form { margin: 0px; padding: 0px; }

/* useful general styles */
.bold {
    font-weight: bold;
    }

.center {
    text-align: center;
    } 

.page_heading {
    font-size: 1.6em;
    font-weight: bold;
    }

.section_heading {
    font-size: 1.4em;
    font-weight: bold;
    }    
    
.subsection_heading {
    font-size: 1em;
    font-weight: bold;
   }    

ol.alpha {
    list-style-type: lower-alpha;
    }
    
.required { 
    font-weight: bold;
    color: #f00;
    }    

.errors {
    color: #f00;
    font-weight: bold;
    margin: 9px;
    }
    
.back_to_top{
    color: #296CBC;
}
.back_to_top a{
    color: #296CBC;
    text-decoration: none;
}
.back_to_top a:hover{
    color: #296CBC;
    text-decoration: underline;
}

/* outer container styles */
#primary_wrapper {
    margin: auto;
    margin-top: 0px;
    width: 800px;
    }

#secondary_wrapper {
    width: auto;
    padding: 0px;
    float: left;
    text-align: center;
    }

/* header */
#header { 
    float: left; 
    clear: right;
    margin-top: 25px;
    width: 808px;
    text-align: left;
    }

#main-pic-top {
    float: left;
    position: relative;
    width: 808px;
    height: 40px;
    margin: auto;
    padding: 0px;    
    }

#main-pic-middle {
    float: left;
    position: relative;
    margin: auto;
    padding: 0px;
    width: 808px;
    height: 181px;
    }
    
#main-pic-bottom1 {
    float: left;
    position: relative;
    margin: auto;
    width: 569px;
    height: 43px;
    }

#main-pic-bottom2 {
    float: left;
    position: relative;
    margin: auto;
    width: 239px;
    height: 43px;
    }

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    clear: left;
    width: 160px;
    height: 350px;
    }

#navbar ul {
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    width: 160px;
    list-style-type: none;
    text-align: left;
    }
#navbar ul.subnav {
    margin: 0px;
    padding-left: 15px;
    width: 160px;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    float: left;
    position: relative;
    margin: 0px;
    font-size: 11px;
    width: 145px;
    text-align: left;    
    }
#navbar ul.subnav li.subnav {
    float: left;
    position: relative;
    margin: 0px;
    font-size: 11px;
    width: 135px;
    text-align: left;    
    }
  
#navbar ul li a {
    color: #000;
    margin: 0px;
    padding: 3px 0px 3px 5px;
    margin: 1px 0px 1px 0px;
    font-weight: bold;
    text-decoration: none;
    display: block;
    width: 140px;
    border-left: solid 3px #fff;
    }
#navbar ul.subnav li.subnav a {
    color: #000;
    margin: 0px;
    padding: 3px 0px 3px 5px;
    margin: 1px 0px 1px 0px;
    font-weight: normal;
    text-decoration: none;
    display: block;
    width: 130px;
    border-left: solid 3px #fff;
    }
    
#navbar a:hover {
    border-left: solid 3px #357ac1;
    }
    
.navhorz{
    float: left;
    width: 160px;
    height: 1px;
    background: #357ac1;
    font-size: 1px !important;
    padding: 0px;
    margin: 0px;
    }
    
/* content_for_layout container */
#main_content {
    float: left;
    position: relative;
    width: 440px;
    height: auto;
    min-height: 500px;
    text-align: left;
    margin: 20px 10px;
    }

#main_content #main_content_inner {
    margin: 0px;
    margin-bottom: 30px;
    }

#right-buttons{
    float: left;
    position: relative;
    width: 150px;
    height: auto;
    padding-left: 4px;
    padding-top: 12px;
    }
    
.right-button{
    float: left;
    position: relative;
    width: 158px;
    height: 75px;
    margin-top: 8px;
    }
    
#total_so_far, .invisible{
    /* make this element invisible */
    display: none;
    }

/* footer */
#footer {
    float: left;
    clear: left;
    width: 808px;
    height: 66px;
    font-size: .8em;
    margin-top: 10px;
    } 
