@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
a:hover {
	color: #BCD6BB;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #FDFAE9;
	background-position: 50% 0;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #6C7614;
	text-decoration: none;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 24px;
	font-weight: bold;
	font-variant: normal;
	color: #6C7614;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 30px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.background {
	background-image: url(../images/back.jpg);
}
.homeText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #3A3B09;
	line-height: 24px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
.table {
	margin-left: 30px;
	cursor: hand;
}

.regText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3A3B09;
	line-height: 18px;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.regTextItalics {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3A3B09;
	line-height: 18px;
	font-style: italic;
	padding: 0px;
}

.regTextLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3A3B09;
	line-height: 18px;
	text-decoration: underline;
	padding: 0px;
}

.regTextOrange {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #FF5233;
	line-height: 24px;
	padding: 0px;
}
.leftBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
.leftBarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px;
}

.rightBarHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
}
.rightBarText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 15px;
	padding-right: 8px;
	padding-bottom: 0px;
	padding-left: 8px;
	list-style-position: inside;
}
.rightBarLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	padding: 0px;
}

.rightBarTextNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: 28px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	padding: 0px;
}
.footerLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3B09;
	text-decoration: underline;
}
.topPhotoLeft {
	padding-right: 1px;
}
.topPhotoRight {
	padding-left: 1px;
}

.leftBar {
	width: 171px;
	background: #95A21F;
	padding: 0;
	padding-left: 3px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FDFAE9;
	text-align: left;
}
.homeContent {
	width: 558px;
	background: #E8EDBF;
	text-align: left;
}
.content {
	width: 558px;
	background: #E8EDBF url(../images/pageSwirl.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
}
.contentBold {
	width: 558px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #3A3B09;
	text-decoration: none;
}

.rightBar {
	width: 171px;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #FDFAE9;
	background-color: #FF5233;
	background-image: url(../images/rightBarBottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
.leftBar {
	width: 171px;
	background: #95A21F;
	padding: 0;
	padding-left: 3px;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #FDFAE9;
	text-align: left;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3A3B09;
	width: 889px;
	background-position: 50% 0;
	text-align: center;
	padding: 10px;
}
.leafIcon {

}
.regTextNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3A3B09;
	line-height: 18px;
	padding: 0px;
}
.regTextNoPadBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A3B09;
	line-height: 18px;
	padding: 0px;
}
.drawing {
	border: thin solid #A3A3A3;
	margin-left: 10px;
}
.noteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #3A3B09;
	text-decoration: none;
	text-align: center;
	padding: 2px;
}
.table2ndRow {
	padding-top: 16px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.portfolioNavTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3A3B09;
	line-height: 18px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.tableNav {
	margin-left: 30px;
}
.iconPadding {
	padding-left: 30px;
	line-height: 18px;
	padding-top: 4px;
	vertical-align: text-bottom;
}

.beforeAfterLink {
	margin: 0px;
	cursor: pointer;
	-moz-user-select: none;
	-khtml-user-select: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 18px;
	color: #3A3B09;
	text-decoration: underline;
	padding: 0px;
}
.beforeAfterLink a {
	text-decoration: underline;
}
.rightBarLinkNoPad {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 28px;
	padding-left: 0px;
}
.rightBarLinkTopSpace {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	list-style-position: inside;
	margin: 0px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
