@charset "utf-8";
/* CSS Document */

body {
background-color: #ededed;
font-family:Arial, Helvetica, sans-serif;
font-size:	14px;
line-height:	1.4em;
}

img {
border:none;
}

div#centeredContent {
margin:30px auto 0px auto;
background-color:white;
border:solid #8cc63f 4px;
width:750px;

}

div#startLine {
color:#000000;
background-color:#8cc63f;
height:25px;
}

div#header {
background-color:#ffffff;
height:130px;
border-bottom:solid #8cc63f 4px;
}

div#leftCol {
width:196px;
height:400px;
float:left;
}

div#navigation {
margin-top:60px;
background-color:#ffffff;
width:196px;
clear:both;

}

div#content {
background-color:#ffffff;
min-height:500px;
width:530px;
float:right;
background-image:url(../images/content_bkg1.jpg);
background-repeat:no-repeat;
background-position:bottom right;
padding:10px;
border-left:4px solid #8cc63f ;
}

body#testimonials div#content {
height:750px;
}

div#footer {
clear:both;
margin-top:5px;	
background-color:#8cc63f;
border:solid #8cc63f 4px;
height:25px;
}

div#navigation ul {
margin:0px;
padding:0px;
list-style-type:none;
}

div#navigation ul li#firstNavItem{
border-top:solid #8cc63f 2px;
border-bottom:solid #8cc63f 2px;
}

div#navigation ul li{
margin:0px;
padding:0px;
height:30px;
width:196px;
color:#8cc63f;
background-color:#ededed;
text-align:center;
border-bottom:solid #8cc63f 2px;
padding-top:6px;
}

div#navigation ul li:hover{
margin:0px;
padding:0px;
height:30px;
width:196px;
background-color:#8cc63f;
text-align:center;
border-bottom:solid #8cc63f 2px;
padding-top:6px;
}

div#navigation ul li a{
display:block;
height:30px;
color:#8cc63f;
font-size:16px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:700;
font-variant:small-caps;
}

div#navigation ul li a:hover{
display:block;
height:30px;
color:#ededed;
font-size:16px;
text-decoration:none;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight:700;
font-variant:small-caps;
}
