@charset "utf-8";
/* CSS Document */

body,
html {
margin:0;
padding:0;
/*background:#D2B48C;*/
background-image:url(../images/bkgrd1.jpg);
color:#000;
}

body {
min-width:750px;
font:"Gill Sans MT", "Times New Roman", "Times", "serif";
}

#wrap {
/*background:#ADA96E;*/
/*background:#8fbc8f;*/
background: #663333;
margin:0 auto;
width:800px;
}

#header {
background:#f5deb3;
margin-bottom: 5px;
}

#header h1{
/*padding: 5px;*/
margin: 0;
}

#nav {
background:#c99;
/*padding: 5px;*/
margin-bottom: 10px;
}

#main {
/*background:#ffe4b5;*/
/*background:#cd853f;*/
background: #669999;
/*background: peru;*/
color:white;
float: right;
width: 590px;
margin-bottom: 5px;
}

#leadContainer{
width:575px;
margin-left:10px;
}

#leadership{
text-decoration:underline;
font-weight:bold;
margin-left: 10px;
}

#main h2, h3, #main p{
padding: 0 10px;
}

#main a{
color: white;
text-decoration: none;
border-bottom: 1px dotted;
}

#main a:hover{
color: white;
border-bottom: 1px solid;
}

#sidebar {
/*background:#cd853f;*/
/*background:#ffe4b5;*/
background: #006B54;
color: white;
float: left;
width: 200px;
margin-bottom: 5px;
}

#sidebar ul{
margin-bottom: 0;
list-style:none;
}

#sidebar h3, #sidebar p{
margin-top: 10px;
padding: 0 0 0 0;
}

#sidebar a:hover{
color: white;
border-bottom: 1px solid;
}

#sidebar a{
color: white;
text-decoration: none;
border-bottom: 1px dotted;
}

#footer {
background:#f5deb3;
clear: both;
font-size: 11px;
margin: 0px auto;
width: 800px;
height: 30px;
text-align: center;
}

#footerCopyright{
padding-left: 20px;
float: left;
vertical-align: middle;
width: 350px;
text-align: left;
}

#footerLocations{
PADDING-RIGHT: 20px;
FLOAT: right;
VERTICAL-ALIGN: middle;
WIDTH: 400px;
LINE-HEIGHT: 26px;
TEXT-ALIGN: right;
}

#footerLocations A{
COLOR: #444639;
TEXT-DECORATION: none;
}

#footerLocations A:hover{
COLOR: #444639;
BACKGROUND-COLOR: #a9af8f;
TEXT-DECORATION: underline;
}

a:link    { color: #aa2716}
a:visited { color: #821F11}  
a:hover, a:active  { color: red;}

#ddtoptabs{
width: 800px;
/*padding-left: 20px;
margin-left: auto;
margin-right: auto;*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
/*padding-left: 5px;*/
}

#ddtoptabs ul{
font: bold 70% Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

#ddtoptabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


#ddtoptabs a{
float:right;
color: white;
/*background: #827839 url(../color_tabs_left.gif) no-repeat left top;*/
background: #006B54 url(../color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

#ddtoptabs a span{
float:left;
display:block;
background: transparent url(../color_tabs_right.gif) no-repeat right top;
padding:4px 9px 3px 6px;
}

#ddtoptabs a span{
float:none;
}

#ddtoptabs a:hover{
background-color: #669999;
}

#ddtoptabs a:hover span{
background-color: #669999;
}

#ddtoptabs #current a, #ddtoptabs #current span{ /*currently selected tab*/
background-color: #663333;
}

#ddtoptabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}