/* CSS Document */

body {
background-image: url(images/bodybg_02.jpg);
background-repeat: repeat-x;
background-color: #F7F5E9;
margin-top: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
line-height: 20px;
}

#container {
width: 721px;
background-image: url(images/containerbg_32.gif);
background-repeat: repeat-y;
margin-left: auto;
margin-right: auto;
}

#banner {
background-image: url(images/bannerbg_04.gif);
background-repeat: no-repeat;
height: 114px;
}

#content {
float: right;
padding-left: 10px;
padding-right: 9px;
width: 460px;
margin-top: -65px;
}

#text {
width: 438px;
background-color: #F9F9F9;
border: #ECECEC solid 1px;
padding: 10px;
margin-top: 16px;
margin-bottom: 16px;
}

#sidebar-a {
float: left;
width: 242px;
padding-top: 29px;
padding-bottom: 16px;
}

#navbox {
width: 206px;
background-color: #968E66;
}

#navboxtop {
background-image: url(images/navtop_08.gif);
background-repeat: no-repeat;
height: 16px;
}

#navboxbottom {
background-image: url(images/navbottom_15.gif);
background-repeat: no-repeat;
height: 18px;
}

#tipbox {
width: 206px;
background-color: #968E66;
color: #FFFFFF;
margin-top: 29px;
text-align: left;
}

#tipbox p {
padding: 0px 6px 0px 6px;
}

#tipboxtop {
background-image: url(images/boxtop-tip_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#newsletterboxtop {
background-image: url(images/boxtop-newsletter_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#edition {
float: right;
padding-right: 10px;
}

#testimonialboxtop {
background-image: url(images/boxtop-testimonials_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#gcbeboxtop {
background-image: url(images/boxtop-gcbe_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#dcsboxtop {
background-image: url(images/boxtop-dcs_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#tipboxbottom {
background-image: url(images/boxbottom_17.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 6px;
}

#photobox {
width: 206px;
margin-top: 29px;
}

#photoboxtop {
background-image: url(images/boxtop-picture_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#memberbox {
width: 206px;
background-color: #968E66;
margin-top: 29px;
}

#memberboxtop {
background-image: url(images/boxtop-member_19.gif);
background-repeat: no-repeat;
height: 28px;
}

#memberboxbottom {
background-image: url(images/boxbottom_17.gif);
background-repeat: no-repeat;
background-position: bottom;
height: 6px;
}

#footer {
color: #FFFFFF;
background-color: #008000;
border-top: #008000 solid 1px;
text-align: center;
clear: both;
padding-top: 10px;
height: 80px;
}

#sub-footer {
font-size: 10px;
text-align: center;
}

/* Site Navigation */

div#navbar {
font-size: 14px;
width: 204px;
text-align: right;
}

#navbar ul li a:link, #navbar ul li a:visited {
color: #77745A;
background-color: #F7F5E9;
text-decoration: none;
display: block;
border-left: solid #968E66 1px;
border-bottom: solid #968E66 1px;
border-right: solid #968E66 1px;
padding-top: 4px;
padding-right: 50px;
padding-bottom: 4px; 
}

#navbar ul li a:hover {
background-image: url(images/navcheck_12.gif);
background-repeat: no-repeat;
background-position: right;
color: #FFFFFF;
background-color: #008000;
text-decoration: none; 
}

#navbar #current a {
background-image: url(images/navcheck_12.gif);
background-repeat: no-repeat;
background-position: right;
color: #FFFFFF;
background-color: #008000;
text-decoration: none; 
}

#navbar ul li {
margin: 0px;
padding: 0px;
list-style-type: none;
display: block;
}

#navbar ul {
margin: 0px;
padding: 0px;
}

/* -- Links -- */

a:link, a:visited {
color: #969486;
}

#tipbox a:link, #tipbox a:visited {
color: #FFFFFF;
}

#text a:link, #text a:visited {
color: #996600;
}

/* -- HTML -- */

h1 {
font-size: 14px;
color: #008000;
font-weight: bold;
}

h2 {
color: #FFFFFF;
display: block;
background-color: #008000;
font-size: 14px;
font-weight: bold;
padding: 4px 0px 4px 8px;
}

/* -- Classes -- */

.green {
color: #008000;
}

.tabletext {
font-size: 11px;
}

.photoleft {
float: left;
margin-right: 12px;
margin-bottom: 10px;
}