

/* style for the entire page - everything visible within the browser window. */
body {
	margin: 0;
	padding: 0;
	background-color: #769868;
	background-image:url(../images/watermark.gif);
	background-position: 650px 286px;
	background-repeat: no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #fff;
	font-size: 1em;
}

/* style for large div that forms page layout. */
#page {
	margin: 0;
	padding: 0;
	width: 800px;
}

/*------------Styles for div containers in page layout.  -------------------*/
#top	{
	margin: 0;
	padding: 0;
	width: 100%;
	background-image:url(../images/banner_bkgd.gif);
	background-repeat:repeat-x;
	height: 117px;
}

#banner {
	margin: 0;
	padding: 0;
	width: 800px;
	float: left;
	height: 117px;
}

#logo	{
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
	width: 223px;
	height: 117px;

}

#tag	{
	float: right;
	margin: 20px 0 0 0;
	padding: 0;
}

#pan_side	{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 213px;
	height: 420px;
	background-repeat:no-repeat;
}

#pan_main	{
	float: left;
	margin: 0;
	padding: 0;
	width: 527px;
	height: 420px;
}

#side	{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 213px;
	height: 489px;
	background-repeat:no-repeat;
}

#side2	{
	clear: both;
	float: left;
	margin: 0;
	padding: 0;
	width: 213px;
	height: 469px;
}

#content_wide {
	float: left;
	width: 500px;
	padding: 10px;
	margin: 0;
}

#content_gallery	{
	float: left;
	width: 500px;
	padding: 0;
	margin: 0;
}

#content {
	float: left;
	width: 300px;
	padding: 10px 20px 10px 20px;
	margin: 0;
}

#sidebar {
	width: 170px;
	float: left;
	padding: 40px 0 0 0;
	margin: 0;
}

#footer {
	clear: both;
	font-size: xx-small;
	padding: 5px;
	line-height: 120%;
}

/*  ----------  Navigation  ---------- */

#nav {
	float: right; 
	margin: 27px 0 0 0;
	padding: 0;
	width: 550px;
}

#nav ul {
	font-family:Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	list-style:none;
	margin: 0;
	padding: 0;
}

#nav ul li {
	margin: 0;
	padding: 0;
	float: left;
	color: #666;
	border-right: 1px solid #d9e6a1;
	letter-spacing: 1px;
	font-size: 64%;
}

#nav ul li a	{
	display: block;
	color: #64845A;
	text-decoration: none;
	padding: 8px;
	margin: 0;
	text-align: center;
}

#nav ul li a:hover, #nav ul li a.on	{
	background-color: #d9e6a1;
	color: #315889; 
}

#nav ul li a:active	{
	text-decoration:underline;
}


/* ---------- Subnav ---------- */
#subnav {
	float: left;
	width: 200px;
	margin: 0;
	padding: 10px 0 10px 10px;
}

#subnav ul	{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	width: 100px;
	list-style-type: none;
}

#subnav li	{
	display: block;
	margin: 0;
	padding: 0;
	width: 200px;
}

#subnav ul li a	{
	display: block;
	color: #fff;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 5px;
	border-bottom: 1px solid #d9e6a1;
	border-left: 5px solid #d9e6a1;
}

#subnav a:hover, #subnav a.on	{
	display: block;
	color: #315889;
	margin: 0;
	background-color: #d9e6a1;
	border-left: 5px solid #5B6F9A;
}


/* Regular links on page - normal state */
a {
	color: #d9e6a1;
	text-decoration: underline;
}

a:hover {
	color: #315889;
	background-color: #d9e6a1;
	text-decoration: none;
}

/*------------ Type styles --------------- */

h1 {
	font-size: medium;
	padding: 5px 0 5px 0;
	margin: 0;
}

h2 {
	font-size: 70%;
	text-transform:uppercase;
	letter-spacing: 1px;
	padding: 5px 0 2px 0;
	margin: 0 0 6px 0;
	border-bottom: 1px solid #c0d09c;
}

#sidebar h2 {
	padding: 15px 0 2px 0;
}

#pan_side h2{
font-size: small;
}

#pan_side p{
font-size: small;
}

h3 {
	font-size: small;
	font-style: italic;
	line-height: 140%;
	padding: 0;
	margin: 0;
}

p {
	font-size: small;
	line-height: 150%;
	padding: 2px 0 12px 0;
	margin: 0;
}

img	{
	border: 0;
	margin: 0;
	padding: 0;
}

.portrait{
	padding: 0;
	margin-bottom: 10px;
	float: left;
	border: 2px solid #A4BC8A;
}

.services p {
	border-top: 1px solid #CCCCCC;
	clear: both;
	padding-top: 8px;
	margin-top: 12px;
}

#tag a:hover	{
	background-color:none;
	background: transparent;
}
	
img.services {
	padding:  0px 8px 8px 0px;
	border: 0;
	float: left;
}

.chead	{
	font-size: small;
	font-weight: 700;
}

.testimonial	{
	font-size: small;
	line-height: 145%;
	
}

#sidebar .testimonial{
font-style: oblique;
}

.poem p	{
	clear:both;
	margin: 0;
	padding: 0 0 5px 0;
	font-style: oblique;
	font-size: small;
	line-height: 140%;
}

.attribution	{
	font-style: normal;
	font-size: small;
	font-family:"Times New Roman", Times, serif;
	line-height: 120%;
	padding: 0 0 8px 0;
}

.town	{
	margin: 0 0 0 10px;
	padding: 0;
	font-style: italic;
}

.indent_attr	{
	margin-left: 10px;
	padding: 0;
}

/* Lists */
li {
	margin: 2px 10px 5px 0;
	padding: 0;
	font-size: small;
	line-height: 140%;
}

ul {
	list-style-type: square;
	margin: 0 0 0 12px;
}

ol {
	list-style-type: decimal;
}

ol.contact	{
	list-style-type: none;
	text-align: left;
	padding-bottom: 5px;
}

#sidebar ul	{
	margin: 0;
	padding: 0;
	list-style-type:none;
}

/* Notes for clients */
.note {
	background-color:#CCFF99;
}


/*------------- Styles for table data and charts. ----------------*/


table {
}

table.gallery{
width: 480px;
margin-bottom: 0;
padding-bottom: 0;
}

table.gallery_nav {
font-size: small;
}

#content_gallery h2{
margin-top: 14px;
}

.caption{
font-size: small;
margin: 0;
padding-top: 5px;
}


th {
	text-align: left;
}


td {
}

/*-------Conditional Form Styles-------------*/
.onstate-list { display: block; }
.offstate-list { display: none; }

.form_button{
background-color: #5B6F9A;
color: #fff;
color:#5B6F9A
}

.prev {
padding:2px 6px 2px 22px;
background-image: url(../images/button_prev.gif);
background-repeat: no-repeat;
background-position: bottom left;
text-decoration: none;
font-weight: bold;
}

.next {
padding:2px 22px 2px 2px;
background-image: url(../images/button_next.gif);
background-repeat: no-repeat;
background-position: bottom right;
text-decoration: none;
font-weight: bold;
}

a.prev:hover {
background-image: url(../images/button_prev_hover.gif);
}

a.next:hover {
background-image: url(../images/button_next_hover.gif);
}