/* CSS Document */

body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 15px;
background-image: url(images/bodybg_04.gif);
background-repeat: repeat-x;
background-position: top;
background-color: #CBC9B4;
margin-top: 0px;
}

#container {
width: 984px;
margin-left: auto;
margin-right: auto;
}

#home {
position: absolute;
height: 12px;
width: 40px;
margin-top: 70px;
margin-bottom: 0px;
}

#banner {
background-image: url(images/bannerbg_03.gif);
background-repeat: no-repeat;
height: 90px;
}

#content {
float: right;
width: 756px;
}

#sidebar-a {
float: left;
width: 228px;
}

#footer {
clear: both;
height: 50px;
font-size: 9px;
color: #665665;
}

#footer a:link, #footer a:visited {
text-decoration: none;
color: #665665;
}

#footer a:hover {
text-decoration: underline;
}


#footer2 {
clear: both;
height: 200px;
font-size: 9px;
color: #665665;
}

#footer2 a:link, #footer2 a:visited {
text-decoration: none;
color: #665665;
}

#footer2 a:hover {
text-decoration: underline;
}


/* -- Simple Tree Menu -- */

#treemenu1 {
margin-left: -40px;
}

.treeview ul{ /*CSS for Simple Tree Menu*/
margin: 0;
padding: 0;
}

.treeview li{ /*Style for LI elements in general (excludes an LI that contains sub lists)*/
/*background: white url(images/list.gif) no-repeat left center;*/
list-style-type: none;
padding-left: 0px;
color: #FFFFFF;
font-weight: bold;
}

li.space {
margin-bottom: 14px;
}

li.space2 {
margin-bottom: 14px;
margin-top: 14px;
}

li.space3 {
margin-bottom: 3px;
margin-top: 3px;
}

.treeview li a {
color: #FFFFFF;
text-decoration: none;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
/*background: white url(images/closed.gif) no-repeat left 1px;*/
/*cursor: pointer !important;
cursor: hand !important;*/
}


.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
color: #000000;
}

.treeview .submenu ul li a { /*Style for LIs of ULs that are children of LIs (submenu) */
color: #000000;
}

.treeview .submenu ul li ul li a { /*Style for LIs of ULs that are children of LIs (submenu) */
font-weight: 300;
}


/* -- Classes -- */


.gallerytitles {
color: #FFFFFF;
font-size: 16px;
line-height: 20px;
}

.pagetitles {
color: #FFFFFF;
font-size: 16px;
line-height: 20px;
font-weight: bold;
}

.smpagetitles {
color: #FFFFFF;
font-size: 12px;
line-height: 20px;
font-weight: bold;
}

.quote {
color:#CC3300;
font-style: italic;
font-size: 12px;
line-height: 23px;
font-weight:bold;
}

.quoted {
color:#CC3300;
line-height: 23px;
}

.red {
color: #990000;
}

.redgallerytitles {
color: #993300;
font-size: 16px;
line-height: 20px;
font-weight: bold;
}

.border {
border: #FFFFFF 1px solid;
}

#top a:link, #top a:visited {
color: #000000;
text-decoration: none;
}

#top a:hover {
text-decoration: underline;
}
