@charset "utf-8";
/* CSS Document */

* {margin: 0; padding: 0;}/*Clear out margins and padding*/

body {
	background: #f4e5c6;
	font-size: 85%;
}

#wrapper {/*Sets the width of the div and centers it*/
	width: 800px;
	margin: 0 auto;
	background: #fff;
}

*html #wrapper {
	text-align: center;/*Centers the div in IE6*/
}

#branding {
	background: #fff url(../images/branding.jpg) no-repeat; 
	height: 205px; 
	width: 800px;	
}

#branding p {
	text-indent: -99999em; /*Move the text off the page*/
}

#nav {
	background: #fff url(../images/nav.jpg) no-repeat;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#nav ul {
	float: right;
	list-style: none;
	margin: 5px 6px 0 0;
}

#nav li {
	display: inline;
	border-right: solid 1px #fff;
}

#nav li.navlast {
	border-right: none;
}

#nav a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	padding: 0 .35em 0 0;
}

#nav a:hover {
	background: #fff;
	color: #000;
}

#navheaders {
	margin: 5px 0 0 8px;
	color: #fff;
	float: left;
	font-weight: bold;
}

#container {/*Encloses the two main columns*/
	width: 800px;
}

#maincontent {
	width: 598px;
	float: right;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#maincontent h1 {
	color: #663300;
	font-size: 130%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 1em 12px .5em 12px;
}

#maincontent h2 {
	font-size: 115%;
	margin: 0 12px;
	color: #003300;
}

#maincontent h3 {
	font-size: 100%;
	margin: 0 12px;
	color: #003300;
}

#maincontent p {
	color: #003300;
	margin: 0 12px .75em 12px;
}

#maincontent a, #sidebar a {
	color: #003300;
}

#maincontent a:hover, #sidebar a:hover {
	background: #003300;
	color: #fff;
}

#maincontent ul {
	list-style: square;
	padding: 0 2em 1em 3em;
	color: #003300;
}

#calltoaction {
	font-size: 110%;
	font-weight: bold;
	margin: 0 12px;
}

#maincontent p.calltoactionline1 {
	margin: 0 0 0 0;
	color: #663300;
}

#maincontent p.calltoactionline2 {
	text-align: right;
	font-style: italic;
	color: #663300;
}

#maincontent img {
	margin: 12px 12px .75em 12px;
}

#sidebar {
	float: left;
	width: 200px;
	border-right: dotted 1px #666;
}

#textbox {
	width: 200px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
}

#textboxtop {
	background: url(../images/textboxheader.jpg) no-repeat;
	height: 55px;
	color: #fff;
}

#textboxtop h1 {
	font-size: 120%;
	padding: 20px 0 0 0;
	text-align: center;
}

#textboxbody {
	background: url(../images/textboxbody.jpg) repeat;
}

#textboxbody p {
	padding: 6px 14px 6px 20px;
}

p.firstline:first-letter {
	font-size: 300%;
	color: #003300;
	float: left;
}

#textboxbottom {
	background: url(../images/textboxbottom.jpg) no-repeat;
	height: 14px;
}

#address {
	background: #555627;
	color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	padding: .5em;
	clear: both;
}

#siteinfo {
	width: 800px;
	margin: 0 auto 1em auto;
	font-size: .75em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

#siteinfo a {
	color: #000;
	text-decoration: none;
}

/*Global classes*/
.picright {
	float: right;
	margin: .25em;
}

.picleft {
	float: left;
	margin: .25em;
}