@charset "utf-8";
body {
}
p, h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 0.8em;
	line-height: 1.6em;
}
li {
	font-size: 0.8em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0.8em;
	padding-left: 0px;
}
ul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 25px;
	list-style-type: square;
	list-style-position: outside;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

h3 {
	font-size: 1.2em;
}
h2 {
	font-size: 1.4em;
}
input:focus, textarea:focus {background-color:#FFFFCC;}
p.small {
	font-size: 0.7em;

}
a:link, a:hover, a:visited {
	color: #5E9732;
	text-decoration: none;
}
a:hover {
	color: #e3861b;
}
a.orangeLink:link, a.orangeLink:hover, a.orangeLink:visited {
	color: #e3861b;
	text-decoration: none;
}
a.orangeLink:hover {
	color: #d21241;
}
a.pinkLink:link, a.pinkLink:hover, a.pinkLink:visited {
	color: #d21241;
	text-decoration: none;
}
a.pinkLink:hover {
	color: #e3861b;
}
a.blueLink:link, a.blueLink:hover, a.blueLink:visited {
	color: #026288;
	text-decoration: none;
}
a.blueLink:hover {
	color: #d21241;
}
#pageContainer {
	width: 980px;
	background-color: #FFFFFF;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	}
#page {
	clear: both;
	width: 950px;
	padding: 15px;
	background-color: #FFFFFF;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 0px;
	border: 1px solid #FFEDB8;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	position: relative;
	left: 0px;
	top: 0px;
}

#header {
	background-attachment: fixed;
	background-image: url(assets/img/design/bgHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 220px;
	width: 950px;
	clear: both;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
#center {
	width: 950px;
	background-attachment: fixed;
	background: url(assets/img/design/bgCenter.gif);
	background-repeat: repeat-y;
	background-position: left top;
	clear: none;
	z-index: 1;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}

#navMain {
	background-color: #FFEEB9;
	width: 130px;
	padding-top: 26px;
	padding-right: 10px;
	padding-bottom: 50px;
	padding-left: 10px;
	z-index: 100;
	clear: left;
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
}
a#navMainHere:link, a#navMainHere:hover, a#navMainHere:visited,
a#navT2Here:link, a#navT2Here:hover, a#navT2Here:visited {
	color: #e3861b;
}
#content {
	padding-top: 26px;
	font-family: Arial, Helvetica, sans-serif;
	padding-right: 0px;
	z-index: 1;
	width: 753px;
	float: left;
	clear: none;
	padding-left: 47px;
	border: 0px solid #FFEEB8;
	background-color: #FFFFFF;
	text-indent: 0px;
	margin: 0px;
	padding-bottom: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}

#contentIE6Fix {
	width: 590px;
	height: 23px;
	float: none;
	clear: none;
}

#imgRightSpaceAbove {
	height: 155px;
	width: 175px;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#imgRight {
	height: 390px;
	width: 359px;
	z-index: 100;
	clear: right;
	float: right;
	margin: 0px;
	padding-top: 25px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 25px;
}
#imgRightSpaceBelow {
	height: 1px;
	width: 175px;
	float: right;
	clear: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}
#footerAbove {
	clear: none;
	float: left;
	width: 1px;
	height: 535px;
}

#footer {
	width: 800px;
	padding-left: 0px;
	padding-top: 15px;
	background-color: #FFFFFF;
	font-size: .7em;
	color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	clear: left;
	padding-bottom: 20px;
	margin: 0px;
	padding-right: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 150px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFEEB8;
	border-right-color: #FFEEB8;
	border-bottom-color: #FFEEB8;
	border-left-color: #FFEEB8;
	position: relative;
	left: 0px;
	top: 0px;
}
#footerCopy {
	padding-left: 47px;
}

#footer a:link, #footer a:hover, #footer a:visited {
	font-weight: bold;
	color: #E68E1B;
	text-decoration: none;
}
#footer a:hover {
	color: #5E9732;

}
#pageEnd {
	clear: both;
	float: none;
	height: 1px;
	width: 950px;
	margin: 0px;
	padding: 0px;
}
.socialMediaLinks {
	text-align: right;
	margin: 0px;
	clear: none;
	float: none;
	height: 20px;
	width: 753px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: -30px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 47px;
}
.socialMediaLinks a.facebook-share, .socialMediaLinks a.tweet {
	height:20px;
}
.navMainCopy, .navT2Copy {
	font-size: 0.8em;
	font-weight: bold;
	color: #5D9632;
	padding-bottom: 15px;
	line-height: 1.4em;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
	float: left;
	clear: none;
	width: 130px;
}
.navT2Copy {
	font-size: .7em;
	margin: 0px;
	top: -12px;
	left: 12px;
	width: 118px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}

.navMainTitle {
	color: #E68E1B;
	padding-bottom: 15px;
	font-weight: bold;
	font-size: 0.9em;
}
.columnQtrWidth {
	display: block;
	clear: none;
	float: left;
	width: 160px;
	padding-right: 18px;
}
.columnHalfWidth {
	margin: 0px;
	clear: none;
	float: left;
	width: 340px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: relative;
	left: 0px;
	top: 0px;
}
.columnFullWidth {
	margin: 0px;
	padding: 0px;
	clear: both;
	float: left;
	width: 100%;
}


.padLeft {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.padRight {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.greenCopy {
	color: #5E9732;
}
.blueCopy {
	color: #026288;
}

.padCopyTop07 {
	padding-top: 7px;
}
.padCopyTop10 {
	padding-top: 10px;
}
.padCopyTop15 {
	padding-top: 15px;
}
.padCopyTop20 {
	padding-top: 20px;
}
.padCopyTop25 {
	padding-top: 25px;
}
.pinkCopy {
	color: #d21241;
}
.orangeCopy {
	color: #e3861b;
}

.noteCardContainer {
	width: 365px;
	float: left;
	clear: none;
}
.noteCardThumb {
	display: inline;
	padding: 0px;
	clear: none;
	float: left;
	height: 132px;
	width: 95px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 0px;
	border: 0px none #FFFFFF;
}
/* ////////////////// LIGHTBOX //////////// */
#caption {
	color: #d21241;
	margin-bottom: 5px;
}
#numberDisplay {
	color: #d21241;
}

