@charset "utf-8";
/* CSS Document */

/* Structure */

* {
margin: 0;
padding: 0;
}

body {
text-align: center;
margin: 15px;
background-color:rgb(203,193,183);
}

#container {
width: 820px;
margin: 0 auto;
text-align: left;
border: 1px solid #666666;
background-color: #FFFFFF;
}

#section_a {
width: 260px;
height: 400px;
float: left;
background-color:#CCCCCC;
}

#section_b {
width: 280px;
height: 380px;
float: left;
background-color:#999999;
padding: 10px;
}

#section_c {
width: 260px;
height: 400px;
float: left;
background-color: #666666;
}

#header {
width: 820px;
height: 200px;
float: left;
}

#footer {
clear: both;
padding: 10px;
border-top: 1px solid #cccccc;
height: 15px;
}

#leftcontent{
width: 547px;
height: auto;
float: right;
padding: 10px 10px 10px 10px;
margin-top: 5px;
margin-bottom: 10px;
margin-right: 15px;
}

#rightcontent {
width: 200px;
float: left;
height: auto;
padding: 10px 10px 10px 12px;
margin-top: 10px;
margin-left: 5px;
}

/* Navigation */


#nav {
list-style: none;
float: left;
width: 230px;
height: 122px;
background-color:#0099cc;
}

ul#nav li {
display: block;
list-style-type:none;
border-bottom: 3px solid #ffffff;

}


ul#nav li a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
display: block;
padding-top: 10px;
padding-left: 10px;
height: 28px;
width: 240px;
}

ul#nav li a:visited {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: none;
color: #ffffff;
display: block;
padding-top: 10px;
padding-left: 10px;
height: 28px;
width: 220px;
}

ul#nav li a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: bold;
text-decoration: underline;
color: #003366;
display: block;
height: 28px;
width: 220px;
background-color: #99CCCC;
}

/* Text Formatting */
p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-bottom: 13px;
line-height: 20px;
}

h3 {
font-family: Arial, Helvetica, sans-serif;
font-size: 22px;
margin-bottom: 10px;
color: #666666;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
color: #666666;
padding-left: 10px;
}

#contentarea {
width: 578px;
float: right;
height: auto;
}

#textarea {
width: 340px;
height: auto;
padding: 10px 10px 10px 0px;
margin-bottom: 10px;
float: left;
}

#contactdetails {
width: 184px;
margin-left: 26px;
border: 1px solid #999999;
margin-top: 30px;
height: auto;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
padding: 10px;
}

.contactelements {
padding-bottom: 5px;
}

.contactelement {
font-weight: bold;
color: #FFFFFF;
}

/* Sub Navigation */

ul#subnav {
padding-top: 10px;
width: 202px;
}

ul#subnav li {
list-style-type: none;
line-height: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
display: block;
border-right: 15px solid #666666;
border-top: 1px solid #FFFFFF;
padding-left: 10px;
}

ul#subnav li a:link {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #333333;
text-decoration: none;

}

ul#subnav li a:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
text-decoration: none;
}

.bullet {
margin-right: 5px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

/* Images */

.bulletim {
float: left;
margin-right: 10px;
padding-top: 3px;
}

.imagecaption {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
margin-top: 7px;
margin-bottom: 7px;
}

#imagearea {
width: 585px;
height: 204px;
background-color:#333333;
float: right;
background-image: url(../graphics/bannerim3a.jpg);
background-repeat: no-repeat;

}

#sideimages {
width: 200px;
height: 280px;
float: right;
}


#banner {
width: 800px;
height: 120px;
background-color: #999999;
float: left;
}

#logo {
margin: 10px;
float: left;
}

.images {
border: 1px solid #666666;
margin-bottom: 14px;
}

form {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.navbullet {
margin-right: 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
}

table {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
}

.footertext {
width: 700px;
float: left;
}

.footertext a:link {
text-decoration: none;
color: #666666;
}

.footertext a:visited {
text-decoration: none;
color: #666666;
}

.footertext a:hover {
text-decoration: underline;
color: #333333;
}

#logonav {
width: 224px;
height: auto;
float: left;
}

#disclaimer {
float: right;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#666666;
margin-right: 10px;
}

#disclaimer a:link {
text-decoration: none;
color: #666666;
}

#disclaimer a:visited {
text-decoration: none;
color: #666666;
}

#disclaimer a:hover {
text-decoration: underline;
color: #333333;
}
