/* css Zen Garden default style v1.02 */
/* css released under Creative Commons License - http://creativecommons.org/licenses/by-nc-sa/1.0/ */
/* Edited for our use */

/* basic elements */
html {
    margin: 0;
    padding: 0;
}

body { 
    font: 80% Gill Sans, sans-serif;
    line-height: 1.5;
    color: #515151;
    width: 1020px;
}

p { 
     margin-top: 0px; 
     text-align: left;
    margin-right: 50px;
}
p.imgtitle1 {
     text-align: center;
     text-transform: uppercase;
     color: #003366;
}
p.imgtitle2 {
    background: #EBEBEB;
    padding: 5px 10px 5px 10px;
    line-height: 1.25;
}

span.quote {
    font-style: italic;
}

img.centered {
    display: block;
    text-align:center;
    margin-left: auto;
    margin-right: auto
}

h2 { 
    font: normal Gill Sans, sans-serif;
    letter-spacing: 1px; 
    margin-bottom: 0;
    color: #003366;
}

h3 { 
    font: italic normal 1.4em Gill Sans, sans-serif;
    letter-spacing: 1px; 
    margin-bottom: 0;
    color: #003366;
}

a:link { 
     font-weight: bold; 
     text-decoration: none; 
     color: #003366;
}
a:visited { 
     font-weight: bold; 
     text-decoration: none; 
     color: #336699;
}
a:hover, a:active { 
     text-decoration: underline; 
     color: #003366;
}

strong.upper {
     text-transform: uppercase
}


/* Body parts */

#header{
     height:80px;
     margin:0 0 0 0;
     width: 1020px;
}

#lh-col{
    float: left;
    width: 200px;
    margin:10px 0 0 0;
    padding: 0px;
    height:
}

#rh-col{
    font: 90% Helvetica, sans-serif;
    line-height: 1.5;
    float: left;
    margin-left: 200px;
    margin: 10px;
    padding: 0px;
    width: 800px;
}

#footer { 
text-align: center; 
clear:both;
width:100%;
}
#footer a:link, #footer a:visited { 
margin-right: 20px; 
}

#bb_left_box{
float: left;
margin-left: 10px;
margin-top: 10px;
padding: 0px;
width: 390px;
}

#bb_right_box{
float: right;
margin-top: 10px;
padding: 10px;
width: 390px;
}

/* Javascript Menu */

.arrowlistmenu{
width: 170px; /*width of accordion menu*/
font 12px Lucida, sans-serif;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
color: white;
letter-spacing: 1px; 
background: #336699;
display: block;
width: 170px;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 8px 0px 4px 10px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background: #003366;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #003366;
/* background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/ 8?
display: block;
padding: 2px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #003366;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #336699;
background-color: #F3F3F3;
}

#address {
font 12px Lucida, sans-serif;
color: white;
letter-spacing: 1px; 
line-height: 1.25;
background: #336699;
display: block;
width: 170px;
margin-top: 120px;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
padding: 10px 0px 4px 10px; /*header text is indented 10px*/
}

#address a:link { 
font 12px Lucida, sans-serif;
color: white;
letter-spacing: 1px; 
font-weight: normal; 
}


