@charset "utf-8";
/* CSS Document */

	html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
	}

	
	body {
	background-image:url(../images/headerback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-color:#fff;
	font-family: "arial", "verdana", "tahoma", "times new roman";
	font-size: 90%;
	color: #444;
	text-align:left;
	}

	
	/* rules for headings and paragraph */
	h1 {
	font-size: 160%;
	color:#9C0;
	letter-spacing: -2px;
	}
	
	h2 {
	font-size: 140%;
	color:#9C0;
	letter-spacing: -2px;
	}
	
	h3 {
	font-size: 130%;
	color:#9C0;
	letter-spacing: -2px;
	
	}
	
	p {
	line-height: 140%;
	}

	
	#logoholder
	{
	margin: 0 auto;
	width: 780px;
	height: 150px;
	text-align:center;
	display:block;
	}

	#logo
	{
	position:relative;
	top:0;
	left:245px;
	height:148px;
}
#navcontainer
{	
	display:block;	
	width: 100%;
	height: 40px;
	background: #9C0 url('../images/navback.jpg') repeat-x;
}

#menu
{
	margin: 0 auto;
	width: 780px;
	height: 40px;
}

#menu ul
{
	
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-weight: bold;
}

#menu ul li
{
	display: inline;
}

#menu ul li a
{
	float: left;
	padding: 10px 41px;
	text-decoration: none;
	color: #FFF;
	font-size:120%;
	
}

#menu ul li a.active
{
	background: #333 url(../images/nav_active.jpg) repeat-x;
}

#menu ul li a:hover
{
	background: #333 url(../images/nav_over) repeat-x;
}

#container {
margin: 0 auto;
width: 780px;
height:auto;
}

#content {
float:left;
margin-top:10px;
width:510px;
height:auto;
}

#content ul {
margin-left:15px;
}

#content ul li {
padding:5px;
}

#altnav {
float:right;
margin-top:25px;
margin-right:15px;
width:225px;
height:290px;
background:#E0E6CF;
}

#altnav ul {
padding:0;
}

#altnav ul li {
list-style-type:none;
margin:0;
padding:8px;
}
#altnav ul li a {
color: #000000;
text-decoration:none;

}

#altnav ul li a:hover {
text-decoration:underline;
color:#000000;
}

.clearer {
clear:both;
}

#footer {
margin: 0 auto;
width: 780px;
height:25px;
text-align:right;
}

#footer p {
margin-right:15px;
}

.pad {
padding:15px;
}

.testimonial {
width:450px;
height:auto;
background-color:#E0E6CF;
padding:10px;
}

.testimonial p {

font-style:italic;
font-size:95%;
}
.picture_left {
float:left;
margin-right:5px;
padding-right:2px;
}

.formbutton {
	line-height: 1.6em;
	color: #000;
	background-color:#E0E6CF;
	border: 1px solid #000;
	width: auto;
	}