/* CSS Document */

body {
background-color: #c9c999;
color: #666666;
margin: 0px;
font-size: 1em;
font-family: Verdana, Arial, Helvetica, sans-serif;
}

#container {
position: absolute;
top: 0px;
left: 50%;
margin-left: -500px;
width: 1000px;
}

#header {
margin: 0px;
height: 100px;
background-image: url(images/header/rotator.php);
background-repeat: no-repeat;
}

#title {
display: block;
background-color: #c9c999;
color: #636333;
border-top: 2px solid #636333;
border-bottom: 2px solid #636333;
padding: 0px;
margin: 0px 0px 0px 0px;
}

#title p {
font-size: 1.25em;
font-weight: bold;
padding: 10px 10px 10px 160px;
margin: 0px;
}

#innercontainer {
margin: 0px;
padding: 0px 100px 10px 100px;
background-image: url(images/mainbackground.png);
background-repeat: repeat-y;
}

a:link, a:visited {
text-decoration: none;
color: #636333;
}

a:hover, a:active {
text-decoration: underline;
}

#menu {
float: left;
margin: 0px;
background-color: transparent;
width: 144px;
height: 100%;
font-size: 0.75em;
}

#menu ul {
margin: 0px;
padding: 0px;
list-style-type: none;
border-right: 2px solid #636333;
border-left: 2px solid #636333;
}

#menu li {
margin: 0px;
}

#menu a {
display: block;
color: #303000;
background-color: #c9c999;
width: 120px;
padding: 2px 10px;
text-decoration: none;
border-top: 2px solid #fcfccc;
border-bottom: 2px solid #969666;
font-size: 12px;
}

#menu a:hover {
background-color: #c9c999;
color: #636333;
}

#menu a:active {
background-color: #c9c999;
color: #ffffff;
border-top: 2px solid #969666;
border-bottom: 2px solid #fcfccc;
}

#menu a.current {
background-color: #636333;
color: #ffffff;
border-top: 2px solid #ffffff;
border-bottom: 2px solid #ffffff;
}

#menu img {
width: 144px;
margin: 0px;
padding: 0px;
border: 0px;
}

#mainpanel {
width: 625px;
min-height: 400px;
background-color: transparent;
margin: 10px 0px 0px 155px;
}

body#testimonials #mainpanel p {
padding: 10px;
border: 2px solid #c9c999;
}

#mainpanel img.left {
float: left;
margin: 10px 10px 10px 0px;
}

#mainpanel img.right {
float: right;
margin: 10px 0px 10px 10px;
}

#mainpanel p {
font-size: 0.75em;
text-align: justify;
color: #000000;
background-color: transparent;
}

#mainpanel p.intro, body#testimonials #mainpanel p.intro {
font-size: 1em;
background-color: transparent;
color: #666666;
padding: 0px;
border: 0px;
}

#blank {
clear: both;
}

#footer {
float: left;
width: 100%;
margin: 0px;
padding: 0px;
font-size: 0.75em;
text-align: center;
background-image: url(images/bottom.png);
background-repeat: no-repeat;
}

#footer a {
background-color: transparent;
color: #666666;
text-decoration: none;
padding: 1px 2px;
}

#footer a:hover {
background-color: #666666;
color: #ffffff;
}