/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
background-image: url(images/bodybg_01.gif);
background-position: top;
background-repeat: repeat-x;
margin-top: 0px;
background-color: #FCFBCF;
}

#container {
width: 800px;
background-image: url(images/containerbg_08.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
margin-top: 0px;
}

#banner {
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
height: 120px;
}

#content {
background-image: url(images/door_07.jpg);
background-repeat: no-repeat;
background-position: top;
float: right;
width: 548px;
padding: 320px 24px 20px 24px;
}

#content p {
line-height: 18px;
}

#content2 {
background-image: url(images/content2bg_07.jpg);
background-repeat: no-repeat;
background-position: top;
float: right;
width: 548px;
padding: 10px 24px 20px 24px;
}

#content2 p {
line-height: 18px;
}

#sidebar {
float: left;
width: 204px;
}

#footer {
clear: both;
height: 100px;
padding-top: 12px;
background-color: #FCFBCF;
font-size: 10px;
color: #AD9F42;
text-align:center;
line-height: 16px;
}

#footer a:link, #footer a:visited {
color: #AD9F42;
text-decoration: none;
}

#footer a:hover {
text-decoration: underline;
}

#content a:link, #content a:visited {
color: #822415;
font-weight: bold;
}

#content a:hover {
text-decoration: none;
}

#content2 a:link, #content2 a:visited {
color: #822415;
font-weight: bold;
}

#content2 a:hover {
text-decoration: none;
}

/* -- Navbar  -- */

div#navbar {
padding-top: 20px;
font-weight: bold;
width: 204px;
text-align: left;
font-size: 12px;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #ffffff;
text-decoration: none;
display: block;
padding-top: 3px;
padding-left: 20px;
padding-bottom: 4px; 
}

#navbar ul li a:hover {
background-color: #B1301C;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}


.anylinkcss {
position:absolute;
visibility: hidden;
border-bottom-width: 0;
line-height: 20px;
z-index: 100;
background-color: white;
width: 205px;
}

.anylinkcss a {
color: #FFFFFF;
background-color: #B1301C;
width: 100%;
display: block;
border-right: 7px solid #841A09;
border-bottom: 1px solid #841A09;
padding: 3px 5px;
text-decoration: none;
}

.anylinkcss a:hover { /*hover background color*/
background-color: #F9F9F9;
color: #841A09;
border-right: 7px solid #841A09;
}




/* -- HTML Tags -- */

h1 {
font-size: 10px;
font-weight: 300;
color: #999999;
text-align: right;
padding-top: 30px;
margin-top: 0px;
}

h2 {
font-size: 18px;
font-weight: 300;
line-height: 26px;
}

h3 {
background-color: #822415;
font-size: 12px;
font-weight: bold;
color: #FFFFFF;
text-align: center;
padding: 4px 0px 4px 0px;
display: block;
width: 204px;
}

h4 {
font-size: 14px;
font-weight: bold;
color: #841A09;
}


/* -- Classes -- */

.credits {
color: #999999;
font-size: 10px;
}

.red-bold-italic {
color: #FF0000;
font-weight: bold;
font-style: italic;
}

.photoright {
float: right;
padding:2px;
border: 1px solid #841A09;
margin-left: 20px;
margin-bottom: 10px;
}

.contact {
font-size: 16px;
font-weight: bold;
}
