/* It's easy being blue. */

/*

------------------------------------------------------
Created by Maxine Sherrin, www.westciv.com
http://creativecommons.org/licenses/by-sa/2.0/

Revised by Gary Shilling
http://www.garygraphic.com
------------------------------------------------------

*/

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
background-color: #5E8394;}

/* To place the main image at the top of the page. */

#container1 {
background-image: url(images/header_image.gif);
background-repeat: no-repeat;
height: 289px;
background-position: 185px 0px;
width: 100%;
margin: 0;
background-color: #5E8394;
}

/* To place the image in the panel running down the right side of the page. */

#container2 {
background-image: url(images/right_panel_bg.gif);
background-repeat: repeat-y;
background-position: top right;
margin: 0;
}

/* Text that sits on top of the header image and says the name of the whole site */

#main-title {
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 10px;
padding-right: 160px;
font-weight: bold;
font-size: .8em;
text-align: right;
letter-spacing: 5px;
color: #ffffff;
padding-top: 250px;
padding-bottom: 10px;
line-height: 1.5em;}

/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
font-size: 1em;
padding-bottom: 5px;
padding-top: 5px;
padding-left: 0;
padding-right: 0;
font-weight: bold;
background-color: #2E2E50;
color: #ffffff;
text-indent: 10px;
margin-right: 148px;
}

/* Styles for the main text on the page. */

#main-text {
margin-top: 0;
margin-bottom: 0;
margin-left: 185px;
background-color: #C9D8E2;
margin-right: 148px;
}

p, ul, ol, table {
font-size: .7em;
line-height: 1.9em;
padding-top: 5px;
padding-bottom: 5px;
margin: 0;
padding-left: 10px;
padding-right: 10px;
}

ol, ul {
margin-left: 25px;
}

h2 {
margin-bottom: 0;
margin-left: 10px;
margin-right: 0;
font-size: .8em;
font-weight: bold;
color: #000033;
margin-top: 0;
padding-top: 5px;
padding-bottom: 5px;
}

a:link, a:visited {
text-decoration: none;
font-weight: bold;
color: #5E8394;
border-bottom: 1px #5E8394 dotted;
}

a:hover {
text-decoration: none;
border-bottom: 1px #5E8394 solid;
}

/* Styles for the navbar on the left side. */

#left-menu {
position: absolute;
top: 50px;
left: 0;
width: 185px;
text-align: right;

}

#left-menu-lightbox {
    width:185px;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px; 
}
.lightbox_pic{
    width:156px;
    margin:0px auto 0px auto; 
    padding:0px 0px 0px 0px; 
}

.lightbox_pic2{
    width:114px;
    margin:0px auto 0px auto; 
    padding:0px 0px 0px 0px;     
}

.lightbox_pic3{
    width:116px;
    margin:0px auto 0px auto; 
    padding:0px 0px 0px 0px;     
}

.lightbox_sentence{
    width:185px;
    text-align:center;

}

#left-menu .lightbox_sentence p{
    text-align:center;
    margin:0px 0px 0px 0px; 
    padding:0px 0px 0px 0px; 
    
}
#left-menu p {
padding-right: 20px;
margin-bottom: 5px;
padding-left: 0;
font-size: .8em;
}

#left-menu a:link, #left-menu a:visited {
color: #ffffff;
border-bottom: none;
}

#left-menu a:hover, #left-menu a.current {
color: #000000;
text-decoration: none;
}

span.arrow {
font-size: 1.2em;
}

/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
margin-bottom: 0;
padding-top: 5px;
padding-bottom: 5px;
line-height: 21px;
font-size: .8em;
padding-left: 40px;
background-color: #ffffff;
margin-top: 0;
border-top: 3px #5E8394;

border-bottom: 3px #5E8394 double;
color: #5E8394;
}

#footer a:link, #footer a:visited {
color: #5E8394;
border-bottom: none;
}

#footer a:hover {
text-decoration: underline;
color: #5E8394;
}

table {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #000000;
}

td {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
}

.input {
    background-color: #C9D8E2;
    border: 1px solid #5E8394;
}
.button {
    background-color: #5E8394;
    border: 1px solid #2E2E50;
    color:#FFFFFF;
    font-weight:bold;
}

.tdrow1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #EEEEEE;
}

.tdrow2 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000000;
    background-color: #FFFFFF;
} 
