/* CSS Document */

body {
background-color: #cbbdaf;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: .8em;
color: black;
margin: 0;
}
#wrapper {
width: 760px;
background-color: #6c9aca;
background-image: url(images/left_bkd.jpg);
background-repeat: repeat-x;
margin: 0 auto;
text-align: left;
}
#banner {
position: relative;
background-color: #6c9aca;
background-image: none;
width: 610px;
height: 110px;
margin-left: 0;
border-right: 2px solid #5b80aa;
}
#banner_tagline {
font-size: .95em;
font-weight: bold;
color: white;
margin-top: 5px;
margin-left: 120px;
}
#logo {
position: absolute;
top: 6px;
right: -26px;	
}
.page_header {
background-color: #9dc0e6; 
height: 41px; padding-top: 25px; 
border-bottom: 1px solid #5b80aa;
}
#navcontainer { 
float: right;
width: 116px; 
margin-top: -15px;
}
#navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Arial, Helvetica, sans-serif;
border-left: 2px solid #5b80aa;
}
#navcontainer a {
display: block;
width: 110px;
height: 30px;
background-color: #b7d1ed;
border-bottom: 1px solid #5b80aa;
color: black;
text-decoration: none;
font-weight: bold;
padding-left: 5px;
padding-top: 14px;
}
.nav_img {
border: 0;
}
#navcontainer a:link {
color: black;
}
#navcontainer a:visited {
color: #666;
}
#navcontainer a:hover {
background-color: #6c9aca;
color: #fff;
}
#navcontainer a:active {
background-color: #96a9c2;
color: black;
}
#content {
background-color: #fff6f6;
width: 610px;
border-right: 2px solid #5b80aa;
margin-top: -15px;
padding-top: 15px;
}
.right {
float: right;
margin-left: 3px;
}
.left {
float: left;
margin-right: 10px;
}
p, li {
line-height: 150%;
}
p {
padding: 15px;
line-height: 120%;
margin-bottom: -25px;
}
.home {  
padding-left: 5px;
line-height: 120%;
padding-bottom: 5px;
}

h1 {
color: #cb4b4a;
font-size: 1.5em;
margin-bottom: -15px;
padding-left: 15px;
padding-top: 10px;
}
h2 {
color: #a03a3a;
font-size: 1.3em;
margin-bottom: -15px;
padding-top: 10px;
padding-left: 15px;
font-weight: bold;
}
h1 + h2 {
margin-top:20px;
}

#footer {
clear: both;
font-size: .8em;
font-style: italic;
text-align: center;
height: 35px;
padding-top: 20px;
}
.emph_txt {
color: #cb4b4a;
font-weight: bold;
}
.move_right {
margin-left: 150px;
padding-top: 10px;
}
.vert_space {
margin-bottom: -40px;
}