/* CSS Document */

body {
background-color: #000000;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333;
margin-top: 0px;
margin-bottom: 0px;
}

p.noble {
visibility: hidden;
}

body#home p.noble {
visibility: visible;
}

#container {
width: 980px;
background-image: url(images/contentbg_15.jpg);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 15px;
}

#banner {
background-image: url(images/bannerbg3.jpg);
background-repeat: no-repeat;
background-position: bottom;
height: 308px;
}

#content {
float: left;
width: 680px;
padding: 34px 25px;
}

#sidebar-a {
float: right;
width: 237px;
text-align: center;
margin-right: 1px;
padding-left: 6px;
padding-right: 6px;
}

#footer {
font-size: 10px;
clear: both;
background-image: url(images/footerbg_17.jpg);
background-repeat: no-repeat;
height: 130px;
text-align: center;
padding-top: 74px;
color: #ffffff;
} 

#footer a:link, #footer a:visited {
color: #ffffff;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}


/* Navigation */

div#navbar {
font-weight: bold;
text-align: center;
padding: 3px 0px;
width: 980px;
background-image: url(images/navbg_05.jpg);
background-repeat: repeat-x;
font-size: 14px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #000000;
background-color: #F6F6F6;
text-decoration: none;
display: inline;
padding-top: 3px;
padding-left: 16px;
padding-bottom: 3px;
padding-right: 16px;
margin-right: 5px;
margin-left: 5px; 
}

#navbar ul li a:hover {
color: #801a16;
background-color: #ffffff;
text-decoration: none; 
}

#navbar #current a {
color: #0A5DA4;
background-color: #ffffff;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}



/* HTML Tags */

h1 {
font-size: 20px;
font-weight: bold;
margin-bottom: 30px;
}

h2 {
font-size: 16px;
font-weight: bold;
padding: 0px;
margin-bottom: -4px;
}

h3 {
font-size: 18px;
font-weight: bold;
}

h4 {
border-top: 1px solid #0A5DA4;
border-bottom: 1px solid #0A5DA4;
text-align: center;
padding: 4px 0px;
font-weight: bold;
color: #0A5DA4;
}


/* classes */

.footer {
font-size: 10px;
text-align: center;
}

.photoleft {
float: left;
margin: 4px 12px 12px 0px;
padding: 4px;
border: solid 1px #666666;
}

.photoright {
float: right;
margin: 4px 0px 12px 12px;
padding: 4px;
border: solid 1px #666666;
}

.photoborder {
padding: 4px;
border: solid 1px #666666;
}

.ftr-contact {
font-size: 12px;
line-height: 22px;
}




