* {
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body.default {
	background: url(/assets/images/bkgd.gif) no-repeat top left;
}
img {
	display: block;
	border: 0;
}
a:link {
	text-decoration : none;
	color: #333;
}
a:visited {
	text-decoration : none;
	color: #333;
}
a:hover {
	text-decoration : underline;
	color: #990000;
}
a:active {
	text-decoration : none;
	color: #333;
}
h1	{
	font-size: 10px;
	text-transform: uppercase;
}
h2	{
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 0.25em;
	margin-top: 0.5em;
}
p {
	margin-top: 0;
	margin-bottom: 1em;
	text-align: left;
	line-height: 1.5;
}
.hide	{
	display: none;
}
.sectionTitle {
	position: absolute;
	width:251px;
	height:29px;
	left: 102px;
	top: 81px;
	font-family: arial narrow, arial;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #8ba269;
}
#footer p {
	font-size: 11px;
	margin-top: 25px;
}
	
/* Basic page divisions */

#primarycontent	{
	padding-left: 25px;
	padding-top: 25px;
}


/* Navigation bar components */

.topnav {
	position: absolute;
	width: 367px;
	height: 57px;
	left: 363px;
	top: 1px;
}
table#nav	{
	background-color: #FFFFFF;
	}

table#nav td	{
	font: 9px verdana, arial, sans-serif;
	text-align: left;
	background: #eeeeee;
	line-height: 13px;
}

table#nav td a	{
	font-size: 9px;
	text-decoration: none;
	display: block;
	margin: 0;
	}
	
#nav td a:link, #nav td a:visited {
	display: block;
	margin: 0;
/*	width: 121px;  */
	line-height: 13px;
	} 

#nav td a:hover {
	color: #FFF;
	background: #8ba269;
	} 

td#home a:link img, td#home a:visited img {
	color: #666;
	background: transparent url(/assets/images/nav_grey_bkgd.gif) repeat;
	width: 121px;
	height: 13px;
	} 

td#home a:hover img {
	background: transparent;
	color: #FFF;
	width: 121px;
	height: 13px;
	} 
	  
	
/* Left Navigation Classes */
.here {
	background-color: #8ba269;
}
.here a {
	color: #ffffff;
}
.nav1, ul.subnav1 {
	margin: 0;
	padding: 2px 0 0 0;
	list-style-type: none;
}
.nav1 li {
	margin: 1px 0;
	text-align: right;
}
.nav1 a {
	width: 108px;
	padding: 2px 4px;
	display: block;
	font-size: 7pt;
}
.nav1 a,
.nav1 a:hover {
	text-decoration: none;
}
.nav1 a:hover {
	background-color: #c4df9b;
	color: #ffffff;
}
div.subnav1 {
	position: absolute;
	top: 0;
	left: 130px;
}
/***** Left side sub navigation classes *********/
ul.subnav1 .here a {
	background-color: #d8f0ef;
}
ul.subnav1 a	{
	padding: 2px 10px;
	display: block;
	text-align: left;
	color: #000000;
}
ul.subnav1 a:hover {
	background: #d8f0ef;
	color: #333;
} 

	
/* body copy */
#topbar {
	font-style:normal;
	text-align:left;
	margin-top: 0.5em;
}
	
.bodycopy {
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	border-top: 0;
	padding-left: 15px;
}
.bodycopyHEADS {
	vertical-align: top;
	font-size: 10px;
	text-transform: capitalize;
	color: #8BA269;
	font-weight: bold;
}

.bodycopyhome {
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	border-top: 0;
}
.bodycaptions {
	vertical-align: top;
	font-size: 8px;
	color: #999999;
}
.bodycopygreen {
	vertical-align: top;
	font-size: 10px;
	line-height: 13px;
	border-top: 0;
	padding-left: 15px;
	color: #8BA269;
}
/***** Image Gallery Classes ******/
.thumbscontainer ul.thumbs li {
	width: 85px!important;
	height: 85px!important;
	margin: 3px!important;
	text-align: center;
}
ul.thumbs li .thumbnail {
	margin: auto!important;
}
.picturecontainer {
	width: 350px;
/*	height: 255px;*/
}
.picturecontainer #maxImage{
	margin: auto;
}