body {
margin: 0px;
background-color: #cccc99;
font-family: arial, helvetica, sans-serif;
font-size: .9em;
color: #333;
}

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

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

a:hover {
text-decoration: none;
color: #663399;
}

.menu_current {
color: #663300
}

a:active {
text-decoration: none;
color: #333333;
}

h1 {}

h2 {
margin: 10px 0 0 0;
}

h2.heading {
text-transform: uppercase;
color: #663300;
border-bottom: 1px dotted;
width: 380px;
margin: 20px 12px 0px 12px;
padding: 0;
}

h3 {}

p {
margin: 12px 0;
}

#container {
width: 960px; 
margin-left: auto; 
margin-right: auto;
}

#main {
background: url(images/bccares-bg01.jpg) top left repeat-y #fff;
width: 960px;
overflow:hidden;
}

#header {
width: 960px; 
height: 143px; 
background-color: #fff;
}

#headerleft {
float: left; 
width: 160px; 
height: 143px;
}

#headercenter {
float: left; 
width: 400px; 
}

#headerright {
height: 143px;
float: right; 
width: 380px;
}

.small-logos {
width: 380px;
height: 40px;
float: right;
padding-top: 25px;
}

.bannerright {
float: right;
padding-top: 20px;
}

.title_brown {
font-family: trebuchet ms, Arial, Helvetica, sans-serif;
font-size: 0.9em;
font-weight: normal;
color: #666;
margin-top: 22px;
}

#content {
width: 960px;
}

#content p,h1,h2,h3 {
padding: 0 15px;
}

#contentleft {
float: left; 
width: 154px;
}

#contentleft p {
padding: 0 12px;
font-size: 0.85em;
line-height: 1.4em;
}

#contentleft h2 {
padding: 0 12px;
font-size: 0.9em;
}

#contentmiddle {
float: left; 
width: 416px;
}

#contentmiddle p,h1,h2,h3 {
padding: 0 12px 0 15px;
font-size: 1.0em;
color: #333;
}

#contentmiddle h2 {
color: #333;
}

#contentmiddle li {
padding: 0 12px 0 0px;
font-size: 1.0em;
}

#contentright {
float: right; 
width: 390px;
}

#righttext h2 {
font-size: 18px;
background: #CC0000;
color: #fff;
margin: 0;
}

#contentright ul {
width: 390px;
list-style-type: none;
padding-left: 12px;
margin-left: 0;
}

#contentright h3 {
text-transform: uppercase;
color: #333;
font-size: 17px;
}

#contentright li {
line-height: 1.2em;
margin: 0 30px 12px 3px;
}

#contentright .read-more {
font-size: 1.1em;
}

.pagebanner {
background-color: #C0D373; 
width: 806px;
margin: 0;
color: white;
font-weight: bold;
font-size: 65px;
padding: 0 0 0 12px;
text-transform: lowercase;
height: 69px;
letter-spacing: 0.02em;
line-height: 1.1em
}

#footer {
width: 960px; 
height: 64px; 
background-color: #fff;
float: left;
}

#footernav {
text-transform: uppercase;
font-size: 0.75em;
padding-top: 15px;
}

#footernav p {
text-align: center;
}

#footernav ul {
list-style-type: none;
}

#footernav li {
float: left;
padding: 0px 8px;
}

/* Horizontal Menu items */

#navhorizontal {
width: 960px;
height: 25px;
float: left;
background-color: #AFBD20;
}

#listmenu01 {
height: 25px;
}

#listmenu01 ul {
padding: 0;
margin: 0;
}

#listmenu01 li {
font-family: arial, helvetica, geneva, sans-serif;
text-transform: uppercase;
font-weight: normal;
font-size: 12px;
float: left;
position: relative;
list-style-type: none;
}

#listmenu01 a {
display: block;
padding: 5px 15px;
text-decoration: none;
color: #333;
font-size: 12px;
font-weight: bold;
border-right: 0px #fff solid;
}

#listmenu01 a:hover {
color: #ffffff;
background-color: #666;
}

/* Drop Down Menu Styles */

#listmenu01 ul li ul {
background-image: none;
background: #fff;
margin: 0;
z-index: 10;
padding: 0;
position: absolute;
width: 120px;
}

#listmenu01 ul li ul li {
background-color: #f2a122;
border-top: 1px solid #666;
border-right: 0px solid #666;
border-left: 0px solid #666;
}

#listmenu01 ul li ul li:first-child {
border-top: 0px solid #666;
padding: 0px;
}

#listmenu01 ul li ul li a {
display: block;
padding: 5px 5px 5px 5px;
text-decoration: none;
color: #fff;
font-size: 12px;
font-weight: bold;
width: 120px;
}

#listmenu01 ul li ul {
/* Hide drop down nav when not hovered over */
display: none;
}

#listmenu01 ul li:hover ul {
/* shows the drop-down when the menu is hovered */
display: block; 
}

#listmenu01 ul li ul:hover {
display: block;
}

