@charset "utf-8";
body {
	background-color: #DFDFDF;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Helvetica, Arial, Sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
}
a:link {
	color: #7ab547;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #7ab547;
}
a:hover {
	text-decoration: none;
	color: #598e32;
}
a:active {
	text-decoration: underline;
	color: #7ab547;
}

#wrapper {
	height: 100%;
	width: 100%;
	position: relative;
}
#backgroundHolder {
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/site_assets/circle.png);
	background-position: left top;
	background-repeat: no-repeat;
	position: relative;
	width: 1050px;
	height: 630px;
	background-attachment: scroll;
}
#header {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 865px;
	height: auto;
	padding-right: 60px;
	text-align: right;
	padding-top: 12px;
	padding-bottom: 12px;
	font-size: 1.2em;
}
#footer {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 865px;
	height: auto;
	padding-right: 60px;
	text-align: right;
	padding-top: 8px;
	color: #818181;
	font-size: 0.8em;
}
#menuHolder {
	float: left;
	width: 100%;
	position: relative;
}

.iconHolder {
	padding-right: 15px;
	width: 103px;
	float: left;
	position: relative;
	padding-bottom: 15px;
	z-index:1;
}

#contentHolder {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	width: 925px;
	height: auto;
}
#content {
	position: relative;
	height: auto;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	overflow: auto;
} 
#logoHolder {
	height: 75px;
	width: 276px;
	background-image: url(../images/site_assets/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.imgHolder {
	height: auto;
	width: 276px;
	float: left;
	position: relative;
}

#sectionLeft {
	width: 276px;
	float: left;
}
#sectionRight {
	width: 590px;
	float: left;
	margin-left: 25px;
	position: relative;
}


#base {
	height: 45px;
	background-image: url(../images/site_assets/base.png);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	background-position: center;
	width: 925px;
	position: relative;
}
h1 {
	font-size: 1.5em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
h2 {
	font-size: 1.1em;
	margin-top: 0px;
	padding-top: 0px;
	margin-bottom: 0px;
}
.subLink a{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 16px;
	font-weight: bold;
	color: #7ab547;
	text-decoration: underline;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.subLink a:hover{
	color: #598e32;
	text-decoration: underline;
}
.green {
	color: #7ab547;
}
.black {
	color: #000;
}
.positiveButton {
	background-color: #7ab547;
	border: 1px solid #9CB94F;
	padding: 2px;
}
.negativeButton {
	background-color: #F00;
	border: 1px solid #F00;
	padding: 2px;
}


.tl {
	background-image: url(../images/site_assets/corner_tl.png);
	background-repeat: no-repeat;
	background-position: 0% 0%;
	height: auto;
} 

.tr {
	background-image: url(../images/site_assets/corner_tr.png);
	background-repeat: no-repeat;
	background-position: 100% 0%;
	height: auto;
} 
.greyBox {
	background-color:#EFEFEF;
	padding-right: 15px;
	padding-left: 15px;
	color: #67807d;
	margin: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.titleHolder {
	width: 100%;
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 20px;
}
.whoTitleHolder {
	width: 100%;
	position: relative;
	clear: both;
	float: left;
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #F3F8EF;
}
.titleHolder .img {
	height: auto;
	width: 50px;
	position: relative;
	float: left;
	text-align: right;
	padding-bottom: 10px;
}
.imgWhoList{
	height: auto;
	width: auto;
	position: relative;
	float: left;
	text-align: right;
	padding-right: 15px;	
}
.titleHolder .description {
	position: relative;
	width: 80%;
	float: left;
	padding-left: 15px;
}
#loopHolder {
	position: relative;
	clear: left;
	float: left;
	width: 100%;
}

.description p{
	margin: 0px;
}
.subSectionContents {
	position: relative;
	width: 60%;
	float: left;
	clear: both;
}
#subTitleHolder {
	width: 100%;
	position: relative;
	clear: left;
	float: left;
}
#subTitleHolder .description {
	position: relative;
	float: left;
	height: auto;
	width: 320px;
	padding: 0px;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#subTitleHolder .img {
	position: relative;
	float: left;
	height: 19px;
	width: 19px;
	margin: 0px;
	padding: 0px;
}
#subCopy  {
	clear: both;
	width: 100%;
	position: relative;
	padding-top: 10px;
}

#sectionRight #imgHolder {
	width: 166px;
	position: relative;
	float: right;
}
.subImg {
	height: auto;
	width: 166px;
	margin-bottom: 20px;
	position: relative;
	background-color: #72b13c;
	padding-bottom: 5px;
}
#breadcrumbs {
	position: relative;
	font-size: 0.8em;
	top: 0px;
	float: left;
	width: 100%;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#breadcrumbs a {
	color: #72B13C;
}
#adminBG {
	background-attachment: fixed;
	background-image: url(../images/site_assets/adminBg.gif);
	background-repeat: repeat;
}
.bioHolder {
	height: auto;
	width: 100%;
	clear: left;
	float: left;
}
.bioHolder img {
	margin-right: 20px;
	margin-bottom: 20px;
}
.clearLeft {
	clear: left;
}
.quoteHolder {
	clear: left;
	float: left;
	width: 100%;
	margin-top: 20px;
	position: relative;
	background-color: #F3F8EF;
}
.quoteHolder .quoteLeft {
	background-image: url(../images/site_assets/quoteLeft.png);
	background-repeat: no-repeat;
	background-position: left top;
	width: 100%;
	height: 30px;
	float: left;
	position: relative;
}
.quoteHolder .quoteRight {
	background-image: url(../images/site_assets/quoteRight.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 30px;
	width: 100%;
	float: left;
	position: relative;
	clear: both;
	text-align: center;
	padding-top: 7px;
}
.quoteHolder .quote {
	float: left;
	width: 95%;
	position: relative;
	clear: left;
	padding-left: 10px;
	text-align: left;
}
a.highslide-credits, 
a.highslide-credits i { 
display: none; 
}
.searchHolder {
	width: 100%;
	position: relative;
	clear: left;
	float: left;
}
.searchHolder .description {
	position: relative;
	float: left;
	padding-left: 10px;
	height: auto;
}
.searchHolder .img {
	float: left;
	position: relative;
}
