/* Start of CMSMS style sheet 'WattleRidge' */
body{
	position:absolute; 
	top:0px; 
	bottom:0px; 
	left:0px; 
	right:0px;
	height: 100%;
        font-family: Geneva,Helvetica;
        font-size: 11px;
        color: #666666;
}

a{
color: #006B3A;
}

.h2 {
    font-size: 12px;
    color: #333;
    font-weight: bold;
margin: 0;
}
.r1 {
font-size: 14px;
color: #006B3A;
font-weight: bold;
}

.r2 {
    font-size: 12px;
    color: orange;
    font-weight: bold;
}
#container{
	height: 600px;
	width: 1000px;
	border: 1px solid #ccc;
	text-align: left;
}
#navigation{
	float: left;
	width: 260px;
        height: 600px;
        background-image: url(/uploads/images/navbg.jpg);
}
#content{
	float: right;
	width: 500px;
	padding-top: 87px;
	padding-right: 180px;
        height: 513px;
        overflow: auto;
text-align: justify;
}
html>body #content{
	padding-top: 76px;
        height: 524px;
}

#footer{
    margin-top: 10px;
    color: #aaa;
}
#footer a{
    color: #999;
}
#footer a:hover{
    color: #333;
}

/* contact form */
.contactform input, .contactform textarea {
    border: 1px solid orange;
}

.contactform .fbsubmit {
    border: 1px solid #999;
    background-color: orange;
}

form{ /* this is to stop the horizontal scroll bar in IE */
    width: 400px;
    margin: 0;
    padding: 0;
}
/* End of 'WattleRidge' */

/* Start of CMSMS style sheet 'WattleRidge - Egg' */
#content{
    background-image: url(/uploads/images/eggbg.jpg);
    background-repeat: no-repeat;
    background-position: right;
}
/* End of 'WattleRidge - Egg' */

