body {
	margin: 0;
	padding: 0;
	font: 12px Georgia, Garamond, serif;
	color: #FFF;
	text-align: center;
	background: #19263B;
	line-height: 1.5;
}

p,h1,h2,h3,h4,h5,h6 {
	margin: 10px 0;
}

h2 {
	font-size: 31px;
	font-weight: normal;
	font-style: italic;
}

h3, h3 a {
	font-size: 21px;
	font-weight: bold;
	color: #EEDEA4;
	margin-bottom: 0;
}

h4 {
	font-size: 18px;
	font-weight: bold;
	color: #EEDEA4;
	margin: 0;
}

h5 {
	font-size: 14px;
	font-weight: bold;
}

h6 {
	font-size: 16px;
	font-weight: bold;
}

ul {
	margin: 0 20px;
	padding: 0;
}

li {
	margin: 0;
	padding: 0;
}

a {
	color: #FFF;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #EEDEA4;
}

a.active {
	color: #FFF;
	text-decoration: underline;
}

.post a {
	color: #EEDEA4;
	text-decoration: underline;
}

.post a:hover {
	text-decoration: none;
}

.post ul {
	margin: 0 10px;
	padding: 0;
}

.post li {
	padding: 0;
	margin: 0 0 0 10px;
}

.indent {
	margin-left: 15px;
}

#topWrapper, #top {
	background: url(../img/background.page.top.gif) top center repeat-x;
	height: 421px;
	position: relative;
	color: #562224;
}

#home #topWrapper, #home #top {
	background: url(../img/background.home.top.gif) top center repeat-x;
	height: 547px;
}

#topLogo {
	position: absolute;
	top: 11px;
	left: 318px;
}

#topMenu {
	position: absolute;
	top: 143px;
	left: 0;
	width: 1000px;
	text-align: center;
	list-style: none;
	font-variant: small-caps;
	z-index: 20;
}

#topMenu li {
	padding: 0;
	margin: 0 3px 0 0;
	float: left;
}

#topMenu li.tabImage {
	margin: 0 10px 0 7px;
}

#topMenu li.tabImage a {
	display: block;
}

#topMenu li.tabCss a {
	display: block;
	margin: 0 15px;
	color: #FFF;
	text-decoration: none;
	padding-right: 6px;
}

#topMenu li.tabCss a div {
	padding: 6px 6px 12px 12px;
}

#topMenu li.tabCss a:hover, #topMenu li.tabCss a.active {
	background: url('img/background.tab.right.gif') top right no-repeat;
}

#topMenu li.tabCss a:hover div, #topMenu li.tabCss a.active div {
	background: url('img/background.tab.left.gif') top left no-repeat;
}

#topMenu li ul {
	list-style: none;
	background: #FFF;
	z-index: 9999;
	position: absolute;
	width: 200px;
	left: -999em;
	margin-left: 0;
	margin-top: 0;
	line-height: 1;
}

#topMenu li:hover ul ul, #topMenu li.sfhover ul ul {
	left: -999em;
}

#topMenu li:hover ul, #topMenu li li:hover ul, #topMenu li.sfhover ul, #topMenu li li.sfhover ul {
	left: auto;
}

#topMenu ul li:hover {
	background: #19263B;
}

#topMenu li ul ul {
	margin: -29px 0 0 199px;
}

#topMenu ul li {
	float: none;
	display: block;
	background: #354B6A;
	margin: 1px;
}

#topMenu ul li a {
	display: block;
	width: 100%;
	padding: 7px;
	font-size: 14px;
	text-align: left;
}

#bannerWrapper {
	position: absolute;
	top: 177px;
	left: 20px;
	z-index: 10;
}

#home #bannerWrapper {
	top: 173px;
}

#topOrnament {
	position: absolute;
	bottom: 0;
	left: 399px;
}

#headerWrapper {
	position: absolute;
	top: 190px;
	left: 320px;
	width: 500px;
	color: #562224;
	text-align: left;
	z-index: 10;
}

#home #headerWrapper {
	left: 520px;
	width: 400px;
}

#headerWrapper p {
	margin-left: 20px;
}

#home #headerWrapper h3 {
	margin-left: 60px;
	color: #562224;
	font-weight: normal;
	font-size: 18px;
}

#home #headerWrapper p {
	margin-left: 160px;
}

#headerWrapper a {
	color: #562224;
	text-decoration: underline;
}

#headerWrapper a:hover {
	text-decoration: none;
}

#middleWrapper, #middle {
	background: url(../img/background.content.gif) top center;
}

#middleWrapper {
	text-align: left;
}

#middle {
	padding: 10px;
}

#bottomWrapper, #bottom {
	background: url(../img/background.page.bottom.gif) top center repeat-x;
	height: 119px;
	position: relative;
	color: #562224;
}

#bottom a {
	color: #562224;
}

#bottom a:hover {
	text-decoration: underline;
}

#bottomOrnament {
	position: absolute;
	top: 0;
	left: 399px;
}

#bottomContact {
	padding-top: 45px;
}

#footerLogo {
	margin: 20px;
}

#footerSmack {
	margin: 30px;
	font-size: 10px;
}

#top, #middle, #bottom, #footer {
	width: 1000px;
	margin: 0 auto;
}

#rightSide {
	float: left;
	width: 1000px;
}

.displayWrapper {
	padding-top: 30px;
}

.display {
	border-right: 1px solid #5B6F8B;
	border-left: 1px solid #5B6F8B;
	background: url('img/background.twocol.gif') repeat-y;
}

.contentWrapper {
	float: left;
	width: 700px;
}

.content {
	padding: 0 20px;
}

#centerCol {
	padding-right: 15px;
}

.summaryImageCol {
	float: left;
	width: 160px;
	text-align: center;
}

.summaryImage {
	margin: 0 20px 0 0;
	border: 1px solid #000;
}

.logoImage {
	margin: 10px auto;
}

.contentImageCol {
	float: right;
	width: 100px;
	text-align: center;
}

#pageMenu, #calendarMenu {
	margin-bottom: 10px;
}

#contactLink {
	margin: 20px 0;
	font-weight: bold;
}

.featured {
	border: 1px solid #5B6F8B;
}

.featured h2 {
	padding: 2px 0;
	font-size: 15px;
	font-weight: bold;
	background: #5B622C;
	font-style: normal;
}

.subsection {
	padding: 10px;
	font-size: 10px;
	color: #7D7D7D;
}

.subsection h3 {
	margin: 0;
	font-size: 16px;
	color: #26618F;
}

.subsection ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.subsection li {
	margin: 0 2px 0 0;
	padding: 0;
	display: inline;
}

.post h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
}

#home .post h3 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #FFF;
}

.post h4 {
	margin: 0;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
}

.linkText {
	text-align: right;
}

.linkText a {
	font-weight: normal;
}

.post h5 {
	margin: 0;
	font-size: 12px;
	font-weight: bold;
}

.post p {
	margin-top: 0;
}

.post {
	clear: left;
}

#rightColWrapper {
	float: left;
	width: 275px;
}

#rightCol {
	padding: 0 20px;
}

.clearBoth {
	clear: both;
}

#menu {
	margin: 0;
	padding: 0;
	width: 187px;
	list-style: none;
	border-top: 3px solid #5B6F8B;
}

#menu li {
	padding: 0;
	border: 1px solid #818181;
	border-top: 0;
}

#menu li a {
	width: 185px;
	color: #FFF;
	text-decoration: none;
	display: block;
	background: url(img/background.button.out.jpg) no-repeat #474747;
}

#menu li a.parent {
	height: 37px;
}

#menu li a div {
	padding: 12px 0 0 25px;
}

#menu li a:hover, #menu li a.active {
	background: url(img/background.button.over.jpg) no-repeat #3B7601;
	font-weight: bold;
}

#menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li ul li {
	padding: 0;
	border: 0;
}

#menu li ul li a {
	padding: 3px 0 3px 25px;
	width: 160px;
	background: url(img/background.submenu.jpg) repeat-y #83B357;
}

#menu li ul li a:hover, #menu li ul li a.active {
	background: url(img/background.submenu.over.jpg) repeat-y #6CA03A;
	font-weight: bold;
}

.promos {
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}

.promos h3, .promos h3 a {
	margin: 0;
	padding: 0;
}

.promos form input {
	border: 1px solid #CCC;
	margin: 2px 0;
	padding-left: 5px;
}

.promos #mb-huutt-huutt, .promos #mb-name {
	width: 160px;
}

.submit input {
	background: url(img/background.button2.over.jpg) 50% 50% #3B7601;
	font-size: 10px;
	border: 0;
	color: #FFF;
	cursor: pointer;
}

#searchForm {
	float: right;
	margin: 3px 10px;
}

#centerCol #searchForm {
	float: none;
}

#searchForm .submit {
	font-size: 10px;
	display: inline;
}

#searchForm .input {
	padding: 0;
	margin: 0;
	border: 0;
	display: inline;
}

#SearchKeywords {
	width: 250px;
	padding-left: 5px;
}

.enterName {
	background: url(img/form.name.gif) #FFF;
}

.enterEmail {
	background: url(img/form.email.gif) #FFF;
}

.enterKeywords {
	background: url(img/form.search.gif) #FFF;
}

.promos li {
	margin: 0 auto 10px auto;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px solid #5B6F8B;
}

.promos ul, .newsLink {
	margin: 0;
	padding: 0 0 0 15px;
	list-style: none;
}

.promos ul {
	padding: 0;
}

.promos ul ul {
	padding-left: 25px;
}

.promos ul li {
	margin: 0;
	padding: 0;
	border: 0;
}

.promos li a, .promos li h3 {
	color: #EEDEA4;
	text-decoration: none;
}

.paging {
	text-align: center;
}

.paging ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.paging li {
	margin: 0;
	padding: 0;
	display: inline;
}

.paging .disabled {
	display: inline;
}

form {
	margin: 0;
	padding: 0;
}

.input, .textBox {
	clear: both;
	margin: 5px 0;
	padding: 10px;
}

.subInputs .input {
	margin: 0;
	padding: 0;
}

.required {
	font-weight: bold;
	color: #EEDEA4;
}

.submit {
	padding: 0;
	border: 0;
	clear: both;
	margin: 0;
}

.formBlock label {
	display: block;
}

.formBlock input, .formBlock select, textarea {
	clear: both;
	display: block;
	width: 95%;
}

.twoUp {
	float: left;
	width: 48%;
}

.threeUp {
	float: left;
	width: 32%;
}

.fourUp {
	float: left;
	width: 24%;
}

textarea {
	height: 200px;
}

form div.error-message {
	margin: 0;
	padding: 0;
	border: 0;
}

#loginBoxWrapper {
	position: absolute;
	width: 170px;
	height: 80px;
	right: 20px;
	top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	background: #FF9D17;
}

#loginBox {
	padding: 2px 5px;
}

#loginBox ul {
	margin: 2px 20px;
}

#loginBox a:hover {
	color: #07226A;
}

#loginBox .input {
	border: 0;
	clear: left;
	margin: 2px 0;
	padding: 0;
	background: none;
}

#loginBox .formBlock, #loginBox .submit {
	display: inline;
}

#loginBox form {
	display: block;
}

#loginBox .formBlock input {
	clear: none;
	width: 120px;
	height: 12px;
	font-size: 10px;
}

#loginBox .submit input {
	float: right;
	width: 30px;
	height: 18px;
	font-size: 10px;
	color: #FFF;
	background: #07226A;
	border: 0;
	padding: 0;
	margin-top: 1px;
}

div.message,p.error,div.error-message {
	margin: 5px 0;
	color: #F99;
	font-weight: bold;
}

div.error-message {
	clear: both;
}

div.error em {
	color: #003d4c;
}

div.message {
	margin: 5px 20px;
}

span.notice {
	margin: 5px 0;
	padding: 5px;
	background-color: #c6c65b;
	display: block;
}

.calendar {
	text-align: center;
}

.calendar td {
	width: 14%;
	font-size: 13px;
	font-weight: bold;
}

.calendar td a {
	display: block;
	padding: 2px;
}

.today a {
	background: #5B622C;
}

.currentDay a {
	background: #72784A;
}

.today a, .currentDay a {
	color: #FFF;
}

h2 a {
	color: #FFF;
	text-decoration: none;
}

h2 a:hover {
	color: #FFF;
	text-decoration: underline;
}

#tableLayout table {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
	font-size: 12px;
	text-align: left;
	color: #000;
}

table {
	font-size: 12px;
	text-align: left;
}

tr.even {
	background: #CCC;
}

tr.odd {
	background: #DDD;
}

#tableLayout td {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 2px 10px;
	height: 38px;
}

#tableLayout tr.header td {
	background: #B2CB66;
	font-weight: bold;
	height: 43px;
}

.table h3 {
	margin: 10px 0 0 0;
}

.table p {
	margin: 0;
}

.tableLinks {
	text-align: right;
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}

.tableLinks li {
	display: inline;
	margin: 0 5px;
	padding: 0;
}

.tableLinks a {
	color: #26618F;
	text-decoration: none;
}

.tableLinks a:hover, .tableLinks a.active {
	color: #659C32;
}

.tableFooter {
	text-align: right;
	font-style: italic;
}

.report li.topLevel {
	font-size: 14px;
	font-weight: bold;
	color: #26618F;
	width: 325px;
	float: left;
}

.report ul {
	list-style: none;
}

.report .post li {
	background: none;
}

.report li li {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	margin: 0;
	padding: 0;
	border: 0;
}

.report ul ul {
	margin-bottom: 5px;
}

.report ul ul li {
	font-size: 11px;
	margin-bottom: 0;
}

.report ul ul li input {
	width: 10px;
	height: 10px;
}

#centerCol .associatedAssets {
	float: right;
	margin: 5px 0;
	padding: 2px;
}

.associatedAssets img, .associatedAssets a, .downloads img, .downloads a {
	vertical-align: middle;
}

.firstImage {
	text-align: center;
	font-size: 10px;
}

.hidden {
	display: none;
}

#centerCol .post .associatedAssets {
	float: none;
	clear: both;
}

.associatedAssets ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.associatedAssets li, #rightCol .associatedAssets li {
	margin: 2px 0;
	padding: 0;
}

.associatedAssets a:hover {
	text-decoration: underline;
}

.instructions {
	margin-bottom: 10px;
}

.lightBox {
	float: left;
	margin: 0 5px 5px 0;
}

.flashContent {
	margin-top: 3px;
}

.sitemap li h3 {
	margin: 5px 0;
}

.sitemap li h3 a {
	padding: 0;
}

.sitemap ul {
	margin: 5px 30px;
}

.publishDate {
	display: none;
}

.calendarDateWrapper {
	padding-right: 10px;
	margin-right: 10px;
	float: left;
	border-right: 1px solid #5B6F8B;
	line-height: 1;
	text-align: center;
}

.calendarDate {
	width: 50px;
}

.calendarDate h4, .calendarDate p {
	margin: 0;
	color: #EEDEA4;
}

.calendarDate h4 {
	font-size: 30px;
}

.calendarContent {
	float: left;
	width: 575px;
}

.gallery, .store, .hi-res {
	margin: 10px 0;
}

.galleryImageWrapper {
	width: 140px;
	height: 160px;
	float: left;
	background: #FAF8EB;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1;
	color: #562224;
	font-style: italic;
}

.store .galleryImageWrapper {
	width: 250px;
	height: 245px;
	background: none;
}

.galleryImage {
	padding: 5px 2px;
}

.galleryImage a {
	color: #562224;
}

.store .galleryThumb {
	background: #FAF8EB;
	width: 250px;
	height: 200px;
}

.store .galleryThumb img {
	margin-top: 10px;
}

.galleryDescription {
	text-align: left;
	padding: 2px;
}

.store .galleryDescription {
	text-align: center;
	background: url('img/tab.store.gif') no-repeat 50%;
	height: 34px;
	color: #FFF;
	padding-top: 10px;
}

#availabilityCalendar {
	line-height: 1;
	width: 200px;
	text-align: center;
}

#availabilityCalendar h2 {
	font-size: 12px;
	margin: 0;
	padding: 5px;
	background: #B57C4F;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #000;
	color: #000;
}

#availabilityCalendar table {
	border-bottom: 1px solid #000;
	border-left: 1px solid #000;
}

#availabilityCalendar th, #availabilityCalendar td {
	padding: 2px;
	text-align: center;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	font-weight: bold;
}

#availabilityCalendar th, .availability0 {
	background: #FFF;
	color: #000;
}

.availability1 {
	background: #BF827D;
	color: #FFF;
}

.availability2 {
	background: #664175;
	color: #FFF;
}

.availability3 {
	background: #51779B;
	color: #FFF;
}

#availabilityCalendar ul {
	margin: 10px 0;
}

#availabilityCalendar li {
	padding: 2px;
	margin: 2px 0;
}

#availabilityCalendar li span {
	border: 1px solid #000;
}

.more a {
	padding-left: 15px;
	background: url('img/more.gif') no-repeat left 3px;
}

img {
	border-color: #FFF;
}

.firstImage img {
	border-width: 2px;
}

.likeBox iframe, .likeBoxSimple iframe {
	background: #FFF;
}

.connect_widget_text {
	color: #EEDEA4;
}

.twtr-hd h3 {
	display: none;
}