/* Global Reset CSS Document */

body  {
	font-size:76%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	line-height:1.3;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

h1,h2,h3,h4,h5,h6,p,blockquote,form,label,ul,ol,dl,fieldset,address {
	margin:0;
}

a img{border:none}



.clearfix:after { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
/* Site Specific CSS */

body{background-color: #009933;}

a {color:#333366}
a:visited {color:#333366}
a:active {color:#333366}
a:hover {color:#333366}


#wrapper {
	text-align:left;
	width: 910px;
	margin: 10px auto;
	background-color: #009933;
}


#innerwrapper {
	background-image: url(images/main-bg.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #FFFFFF;
	float:left;
}

#tablink {
	width:31px;
	float: left;
}
#maincontent {
	float: left;
	background-color: #FFFFFF;
	width: 659px;
}

#header{
	background-color: #FFFFFF;
	float: left;
	width: 659px;
	margin-bottom: 20px;
}

#header img.pagetitle{
	margin: 0;
	padding-top: 15px;
	float: right;
	padding-right: 15px;
}

#header img.logo{
	padding-left: 175px;
}

#content{
	background-color: #FFFFFF;
}

#sidebar {
	background-color: #333366;
	width: 220px;
	float: right;
}

#content h3{
	color:#009933;
	font-style: italic;
	font-size: 1.25em;
	line-height: 1.25;
}
#content p,h1,h2,h3,h4,h5,h6 {
	padding-left:15px;
	margin-bottom: 10px;
	padding-right: 15px;
}

#content p span{
	color:#009933;
	font-weight: bold;
	font-size: 1.75em;
}

#quotes{
	color:#009933;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 25px;
}

#people,#address{text-align:center}

#people,#address{padding-top:25px}

#content #people h3{
	font-style:normal;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#content #people h4{
	font-style:normal;
	margin-bottom: 0px;
	text-transform: uppercase;
}

#sidebar img{
	width:190px;
	padding-left: 15px;
	padding-bottom: 10px;
}

#footer {
	float: left;
	background-color: #FFFFFF;
	margin-left: 31px;
	width: 879px;
	border-top: 2px solid #009933;
}


#nav{
	float:left;
	background-color: #FFFFFF;
	width: 515px;
	margin-top: 35px;
}

#logo{
	float:right
}

#testimoniallist p{
	margin-left: 50px;
}

#testimoniallist p a{
	width: 250px;
	display: block;
	float: left;
}

span.menuitem{
	width:20%;
	display: block;
	float: left;
	text-align: center;
	font-weight: bold;
}

p.quote{
	font-style:italic;
	font-weight: bold;
}

#content h2{
	color:#009933;
	text-transform: capitalize;
	font-weight: bold;
	font-size:120%;
}

ol{
	margin-bottom: 10px;
	margin-left: 20px;
	list-style-position:inside;
}

img.maybelle{
	float:left;
	padding: 0 5px 5px 15px;
}

