/* Main application stylesheet */
/* general tag styles */
body {
    background-color: #fff;
    text-align: center;
    font-size: 11px;
    font-family: arial, verdana, sans-serif;
    color: #000;
    margin: 0px;
    } 

img { border: 0px; } 

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

td { 
    vertical-align: top; 
    text-align: left;
    }         
    
th {
   vertical-align: top;
   text-align: left;
   font-weight: bold;
   }
   
li {
    list-style-image: url(/images/bullet.png);
}

a { color: #19433d; text-decoration: none; }
a:hover { color: #19433d; text-decoration: underline; }

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

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

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

h2 {
    color: #19433d;
    font-size: 130%;
    font-weight: bold;
}

h5 {
    color: #19433d;
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    margin: auto;
} 

/* useful general styles */
.bold {
    font-weight: bold;
    }
    
.green {
    color: #19433d;
    }

.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;
    }
    
.contact-icon{
    float: left;
    clear: left;
    position: relative;
    width: 18px;
    height: 22px;
    margin-left: -15px;
    }
.contact-text{
    float: left;
    position: relative;
    width: 110px;
    height: 22px;
    padding-left: 5px;
    padding-top: 4px;
    color: #7E9768;
    }
.contact-text a{
    color: #7E9768;
    text-decoration: none;
    }
.contact-text a:hover{
    text-decoration: underline;
    }

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

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

/* navbar */
/* horizontal navbar */
#navbar {
    float: left;
    position: relative;
    width: 556px;
    height: 28px;
    }

#navbar ul {
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
    text-align: left;
    }
    
#navbar ul li {
    float: left;
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style-image: none;
    }
    
#navbar ul li a {
    float: left;
    position: relative;
    display: block;
    height: 28px;   
    }

#navbar ul li a.current {
    }
    
#logo {
    float: right;
    position: relative;
    width: 218px;
    height: 26px;
    }    
    
#undernav {
    float: left;
    position: relative;
    clear: left;
    width: 775px;
    height: 20px;
    padding-top: 4px;
    padding-right: 10px;
    margin-bottom: 10px;
    background: url(/images/undernav-bg.png) repeat-x;
    text-align: right;
    font-size: 100%;
    color: #fff;
    }
#undernav a{
    color: #fff;
    text-decoration: none;
    }
    
#undernav a:hover{
    color: #fff;
    text-decoration: underline;
    }

/* content_for_layout container */
#main_content {
    float: left;
    width: 100%;
    height: auto;
    font-size: 90%;
    text-align: left;
    margin: 0px;
    padding: 0px;
    }
#main_content_inner {
    margin: 0px;
    padding: 0px;
    }
    
#wrapper{
    float: left;
    position: relative;
    width: 785px;
    min-height: 250px;
    background-position: 0px 20px;
}

#text{
    float: left;
    position: relative;
    width: 776px;
    height: 332px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0px 10px 30px 0px;
    border-top: solid 1px #19433d;
    font-size: 110%;
    color: #19433d;
}

#picture{
    float: left;
    position: relative;
    width: 250px;
    height: 250px;
}

/* footer */
#footer {
    clear: left;
    position: relative;
    width: 785px;
    height: 34px;
    margin: 0px;
    padding: 0px;
    background: url(/images/bottom-colors.png);
    } 
    
#copyright{
    clear: right;
    position: relative;
}