/* CSS Document */

body{
background-color: #feffd3;
font-family: Georgia, "Times New Roman", Times, serif;
margin: 0px;
}
#header{
background-image: url(images/headerShim.gif);
background-repeat: repeat-x;
height: 102px;
}
#headercontainer{
background-image: url(images/logo.gif);
background-repeat: no-repeat;
background-position: left;
width: 960px;
margin-left: auto;
margin-right: auto;
overflow: auto;
height: 102px;
}

/* horizontal nav*/

#navcontainer{
height: 22px;
margin-top: 77px;
}
#navcontainer UL{
list-style: none;
margin: 0;
padding: 0;
border: none;
}
#navcontainer LI{
display: block;
margin: 0;
padding: 0;
float: right;
width: auto;
}
#navcontainer A {
background-image: url(images/navTab.gif);
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #ffffff;
display: block;
width: 120px;
height: 20px;
text-decoration: none;
text-align: center;
margin: 0;
padding-left: 0px;
padding-right: 0px;
padding-top: 4px;
}
#navcontainer A:hover, #navcontainer A:active{
color: #bfc78c;
}
#navcontainer A.active:link, #navcontainer A.active:visited{
color: #bfc78c;
}
#navcontainer li a#current{
color: #bfc78c;
}
/* end*/

/* wood banner and content */
#woodbanner{
background-image: url(images/wood.gif);
background-repeat: repeat-x;
height: 245px;
}
#bannercontainer{
width: 960px;
margin-left: auto;
margin-right: auto;
overflow: auto;
}
#banner_leftdiv{
width: 360px;
height: 245px;
float: left;
background-image: url(images/snapshots.png);
background-repeat: no-repeat;
margin-top: 15px;
}
#banner_rightdiv{
width: 585px;
height: 180px;
float: right;
font-size: 18px;
color: #ffffff;
line-height: 24pt;
font-style: italic;
padding-top: 65px;
padding-left: 15px;
}
/* end */

#devide{
height: 5px;
background-color: #d8c6b1;
}
#shadow{
background-image: url(images/shadow.gif);
height: 14px;
}

/* content wrapper and content */
#contentwrapper{
width: 960px;
margin-left: auto;
margin-right: auto;
}
#content_leftdiv{
width: 360px;
height: 215px;
float: left;
padding-top: 20px;
}
#content_rightdiv{
width: 585px;
height: 215px;
float: right;
padding-top: 20px;
padding-left: 15px;
}
.content{
color: #474747;
font-size: 14px;
line-height: 24px;
}
#testimonial{
background-image: url(images/quote.gif);
background-position: top left;
background-repeat: no-repeat;
padding-left: 35px;
padding-right: 15px;
color: #474747;
font-size: 14px;
line-height: 24px;
}
#modulebackground{
background-image: url(images/moduleBg.gif);
background-repeat: no-repeat;
padding: 15px;
}
.form{
margin: 0px;
font-size: 12px;
color: #474747;
}
.formfield{
width: 96%;
height: 15px;
border: solid 1px #c8c7a5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
padding: 3px;
}
.formfield_multiline{
width: 96%;
border: solid 1px #c8c7a5;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
padding: 3px;
}
.formbutton{
background-color: #bfc78c;
border: solid 1px #c8c7a5;
width: 97%;
height: 25px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #474747;
}
/* end */

h1{
font-size: 24px;
color: #bfc78c;
font-weight: normal;
font-style: italic;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}
h2{
font-size: 18px;
color: #26231f;
font-weight: normal;
margin-top: 0px;
margin-bottom: 10px;
margin-left: 0px;
margin-right: 0px;
}