/* CSS Document */

body {
background-color: #003300;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 20px;
margin-top: 10px;
}

#container {
width: 800px;
background-image:url(images/containerbg_05.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#container2 {
width: 800px;
background-image:url(images/containerbg2_05.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
height: 226px;
}

#banner2 {
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
height: 226px;
}

#content {
float: left;
width: 504px;
padding-left: 32px;
padding-right: 24px;
padding-top: 12px;
}

#content2 {
float: left;
width: 560px;
padding-left: 8px;
}

#hometext {
display: block;
border: 1px #667667 solid;
background-color: #FFFFFF;
padding: 12px 24px;
}

#content span.question {
color: #660000;
font-weight: bold;
font-size: 14px;
}

#content2 p.homephoto {
padding-bottom: 0px;
margin-bottom: 0px;
}

#sidebar-a {
float: right;
width: 224px;
padding-right: 8px;
}

#footer {
background-image: url(images/footerbg_16.gif);
background-repeat: no-repeat;
background-position: top;
clear: both;
height: 100px;
border-bottom: solid 8px #336699;
font-size: 10px;
line-height: 14px;
padding-top: 10px;
}

#chamberlogos {
width: 182px;
float: right;
padding-right: 28px;
padding-top: 0px;
}

#footerinfo {
float: left;
width: 560px;
padding-left: 8px;
text-align: center;
}

#footer2 {
text-align: center;
font-size: 9px;
padding-top: 40px;
}

#footer2 a:link, #footer2 a:visited {
text-decoration: none;
color: #339900;
}

#footer2 a:hover {
text-decoration: underline;
}


/* -- Navbar -- */

div#navbar {
margin-top: 10px;
text-align: center;
font-weight: bold;
padding-left: 12px;
width: 201px;
}

#navbar ul li a:link, #navbar ul li a:visited {
background-image: url(images/navbg_13.gif);
background-repeat: no-repeat;
color: #FFFFFF;
text-decoration: none;
display: block;
margin-bottom: 6px;
height: 24px;
padding-top: 2px;
}

#navbar ul li a:hover {
background-image: url(images/navbg-sel_10.gif);
background-repeat: no-repeat;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- HTML -- */

h1 {
font-size: 16px;
font-weight: bold;
display: block;
padding: 12px;
background-color: #CCCCCC;
border: 1px solid #667667;
}

/* -- Classes -- */

.availability {
font-size: 10px;
line-height: 14px;
background-color: #ffffff;
}




/* -- Page Identifiers -- */

body#home #navhome a,
body#contact #navcontact a,
body#availability #navavailable a,
body#gallery #navgallery a {
background-image: url(images/navbg-sel_10.gif);
background-repeat: no-repeat;
text-decoration: none; 
}

