/* CSS Document */

body {
background-image: url(../images/bodybg_02.jpg);
background-repeat: repeat-x;
background-color: #A59C93;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
margin-top: 0px;
}

#container {
width: 850px;
background-image: url(../images/containerbg_15.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(../images/bannerbg_04.jpg);
background-repeat: no-repeat;
height: 346px;
}

#content {
float: left;
width: 560px;
padding: 12px 20px 10px 20px;
}

#sidebar-a {
float: right;
width: 236px;
margin: -67px 0px 0px 0px;
}

#footer {
background-image: url(../images/footerbg_17.gif);
background-repeat: no-repeat;
background-position: top;
background-color: #A59C93;
clear: both;
height: 100px;
}

#flinks {
width: 580px;
text-align: center;
padding: 20px 10px;
}

#copyright {
width: 600px;
text-align: center;
font-size: 10px;
}

#copyright a:link, #copyright a:visited {
color: #000000;
text-decoration: none;
}

#copyright a:hover {
text-decoration: underline;
}

#poem {
background-image: url(../images/liberty-l.jpg);
background-repeat: no-repeat;
background-position: 100% 30%;
}



/* --  Top Nav Bar  -- */

div#navbar {
font-weight: bold;
text-align: center;
padding: 20px 0px 0px 10px;
width: 600px; 
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
background-color: #6E655D;
text-decoration: none;
border: solid #544B42 1px;
border-bottom: solid #544B42 1px;
display: inline;
padding-top: 3px;
padding-left: 10px;
padding-bottom: 3px;
padding-right:10px; 
}

#navbar ul li a:hover {
color: #FFFFFF;
background-color: #827971;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: inline;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


/* -- Dropdown Menu Items -- */

#dropmenudiv{
position:absolute;
margin-top: 0px;
border:1px solid #CCCCCC;
border-bottom-width: 0;
font:normal 11px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
background-color: #6E655D;
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #CCCCCC;
padding: 5px 0;
text-decoration: none;
font-weight: bold;
color:#FFFFFF;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #827971;
}


/* -- Links -- */

a:link, a:visited {
color: #8D4803;
text-decoration: underline;
}

a:hover {
text-decoration: none;
}


/* -- HTML -- */

h1 {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
}

h2 {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.1em;
padding-bottom: 0px;
margin-bottom: 0px;
}

/* --  classes -- */

.letters {
float: left;
}

.breadcrumb {
font-size: 10px;
}

.quote {
font-style: italic;
}

.quotename {
text-transform: uppercase;
letter-spacing: 0.1em;
font-style: normal;
}

.company {
font-size: 16px;
}

.photoleft {
float: left;
margin: 3px 22px 10px 0px;
}


