@charset "UTF-8";

body {
	font-family: myriad-pro, sans-serif;
	font-size: 12px;
	color: #333;
	line-height: 20px;
	margin: 0px;
}

a:link {
	color: #8045C7;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8045C7;
}
a:hover {
	text-decoration: underline;
	color: #FF8000;
}
a:active {
	text-decoration: none;
	color: #FF8000;
}
h1 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 18px;
}
h2 {
	clear: both;
	margin-top: 0px;
	margin-bottom: 15px;
	font-size: 12px;
}
#package {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 15px;
}
#content {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
}
#banner {
	clear: both;
	text-align: center;
}
#banner-sub img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#banner-sub {
	clear: both;
	text-align: center;
}
#banner-sub-home  {
	float: left;
}
#banner-sub-nav {
	float: right;
	margin-top: 43px;
	font-family: adobe-caslon-pro, serif;
	font-size: 12px;
	text-transform: uppercase;
}
#banner-sub-headline {
	clear: both;
	padding-top: 45px;
	padding-bottom: 24px;
}
#nav {
	font-family: adobe-caslon-pro, serif;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	text-transform: uppercase;
	padding-top: 9px;
}
#notes-hero {
	margin-bottom: 50px;
	text-align: center;
}
#main {
	clear: both;
}
#main-colLeft {
	float: left;
	width: 200px;
	margin-right: 30px;
}
#main-colRight {
	float: left;
	width: 670px;
	margin-bottom: 30px;
	text-align: justify;
}
#main-gallery {
	clear: both;
	text-align: center;
}
.gallery-pod-left {
	float: left;
	width: 290px;
	margin-right: 15px;
	text-align: center;
	margin-bottom: 36px;
}
.gallery-pod-right {
	float: left;
	width: 290px;
	text-align: center;
	margin-bottom: 36px;
}
#sidebar {
	float: left;
	width: 275px;
	margin-left: 25px;
}
#footer {
	clear: both;
	font-size: 0.9em;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer img {
	margin-left: 36px;
}
.clearfix {
	clear: both;
}
