/* HTML Tags
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Arial, Helvetica, sans-serif;
}
body.home, body.default {
	text-align: center;
	background: #a7bf35 url(/img/layout/bg-green-1.jpg);
}
div, ul, td, li, th, span, span, p, select, input, form, textarea, label, table	{
	font-size: 1em;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, blockquote, pre, form {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 1em;
	line-height: 1.4em;
}
h1 {
	font-size:1.3em;
	font-weight:bold;
	text-transform: uppercase;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.5em;
}
h3 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 0.5em;
}
h4 {
	font-size:1.1em;
	font-weight:bold;
	margin-bottom: 0.5em;
}
h5 {
	font-size:1em;
	font-weight:bold;
	margin-bottom: 0.5em;
}
h6 {
	font-size:1em;
	font-weight:bold;
	font-style:italic;
	margin-bottom: 0.5em;
}
form {
	display: inline;
}
input {
}
blockquote, ul, ol, dl, pre {
	margin: 1em 4em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 1em 2em;
}
code {
	font-size: 1em;
}
caption {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}
td, th {
	text-align:left;
}
thead th {
	text-align: center;
}
fieldset { 
	padding: 1em;
	margin: 1em;
}
legend { 
	padding: 0.5em;
}
ul {
	margin-left: 20px;
	padding-left: 0px;
}
li {
	margin-bottom: 5px;
}
hr {
	border: none 0;
	height: 1px;
	border-top: dotted 1px #fff;
	margin-bottom: 1em;
}
img {
	border: 0;
}
a:link, a:visited, a:active {
	color: #b4cc42;
	text-decoration: none;
}
a:hover {
	color: #b4cc42;
	text-decoration: underline;
}


/* Page Layout
----------------------------------------------- */

#swoosh {
	width: 100%;
	height: 480px;
	background: url(/img/layout/swoosh-top.gif) center top no-repeat;
	text-align: center;
}
#container {
	width: 760px;
	margin: 0 auto;
	padding-top: 40px;
	text-align: left;
}
#content {
	padding-left: 10px;
	background-color: #ffffff;
	padding-top: 15px;
	padding-bottom: 15px;
}
#header {
	width: 740px;
	height: 170px;
	background: #ffffff url(/img/layout/bg-header.jpg) no-repeat;
	margin-bottom: 10px;
}
#logo {
	position: absolute;
	margin-left: 21px;
	margin-top: 17px;
}
#utility-nav {
	position: absolute;
	margin-left: 509px;
	margin-top: 12px;
}
#mailing-list {
	position: absolute;
	margin-left: 470px;
	margin-top: 48px;
	font-size: 11px;
}
#mailing-list td {
	color: #b09dc2;
}
#mailing-list #txtName, #mailing-list #txtEMail {
	width: 90px;
	margin-right: 3px;
	font-size: 10px;
}
#top-menu {
	width: 726px;
	height: 30px;
	position: absolute;
	margin-left: 7px;
	margin-top: 140px;
	text-align: center;
}
#top-menu a:link, #top-menu a:visited, #top-menu a:active  {
	color: #f2d01a;
	text-decoration: none;
}
#top-menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#top-menu a:link, #top-menu a:visited, #top-menu a:active  {
	color: #f2d01a;
	text-decoration: none;
}
#top-menu a:hover {
	color: #ffffff;
	text-decoration: none;
}
#btm-corners {
	height: 10px;
	margin-top: -10px;
	position: absolute;
}
#footer {
	padding: 10px 15px;
}
#footer a:link, #footer a:visited, #footer a:active  {
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	color: #ffffff;
	text-decoration: underline;
}
#tbl-main {
	margin-left: 5px;
	height: 230px;
}
#main {
	width: 690px;
	padding: 20px;
}
#right {
	width: 455px;
	padding: 20px;
}
.backlink {
	display: block;
	height: 20px;
	padding-left: 25px;
	padding-top: 2px;
}
.orange {
	color: #fff;
	background: #b45305 url(/img/layout/bg-orange-1.jpg);
}
.orange h5 {
	font-size: 0.9em;
}
.orange a:link, .orange a:visited, .orange a:active  {
	color: #fc9;
}
.orange a:hover {
	color: #fc9;
}
.orange .backlink {
	background: url(/img/layout/bullet-o-off.gif) no-repeat;
}
.orange hr {
	border-top: dashed 1px #fc9;
}
.purple {
	color: #fff;
	background: #271737 url(/img/layout/bg-purple-1.jpg);
}
.purple a:link, .purple a:visited, .purple a:active  {
	color: #bbd738;
}
.purple a:hover {
	color: #bbd738;
}
.purple .backlink {
	background: url(/img/layout/bullet-p-off.gif) no-repeat;
}
.purple hr {
	border-top: dashed 1px #99c;
}
#page-title {
	margin-bottom: 15px;
}


/* Editable styles
----------------------------------------------- */

.purple .tbl-right {
	clear: both;
	font-size: 0.95em;
	background-color: #271737;
	border-top: 1px solid #503a64;
	margin-top: -38px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
.purple .tbl-right p {
	line-height: 1.2em;
}
.purple .tbl-right ul {
	margin-left: 20px;
}
.purple .photo {
	padding: 5px;
	background-image: url(/img/layout/bg-photo-purple.gif);
}
.orange .tbl-right {
	clear: both;
	font-size: 0.95em;
	background-color: #ac4b04;
	border-top: 1px solid #984204;
	margin-top: -38px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 10px;
}
.orange .tbl-right p {
	line-height: 1.2em;
}
.orange .tbl-right ul {
	margin-left: 20px;
}
.orange .photo {
	padding: 5px;
	background-image: url(/img/layout/bg-thumb.gif);
}
.purple .simple-table td {
	padding: 5px 10px;
	background: #271737;
	border-top: 1px solid #503a64;
}
.orange .simple-table td {
	padding: 5px 10px;
	background-color: #ac4b04;
	border-top: 1px solid #984204;
}
.shop-table {
	padding-top: 10px;
	margin-bottom: 10px;
}
.shop-title {
	font-size: 1.1em;
	font-weight: bold;
}
.shop-code {
	font-size: 0.9em;
	color: #99c;
}
.shop-form-tbl {
}
.shop-form-tbl td {
	font-size: 0.9em;
	padding-bottom: 10px;
	padding-right: 10px;
}
.shop-form-tbl input {
}
.shop-description {
	font-size: 1.1em;
	line-height: 1.4em;
}
.shop-button {
	margin-left: 5px;
	margin-bottom: -4px;
}
.shop-link {
	font-size: 1.2em;
	font-weight: bold;
}
#cd-display-1 {
	width: 585px;
	height: 115px;
	background: #ffffff url(/img/layout/bg-cd-display-1.gif) no-repeat;
}
.cd-slot-left {
	padding-left: 15px;
	padding-right: 10px;
}
.cd-slot-mid {
	padding-left: 10px;
	padding-right: 10px;
}
.cd-slot-right {
	padding-left: 10px;
	padding-right: 15px;
}


/* Side Nav Layout
----------------------------------------------- */

#side{
	width: 195px;
	float: left;
	padding: 20px 15px;
}
#sidemenuParent {
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 6px;
	margin-bottom: 17px;
}
#sidemenuParent a:link, #sidemenuParent a:visited, #sidemenuParent a:active {
	color: #fec596;
}
#sidemenuParent a:hover {
	color: #fff;
	text-decoration: none;
}
#side #nav ul, #side #nav ul li {
	list-style: none; 
	margin: 0; 
	padding: 0;
	overflow:hidden;
	display:inline;
}
#side #nav ul li {
	margin: 0px;
}
#side #nav ul li ul li {
	margin: 0px;
}
#side #nav ul li a {
	margin: 0px;
	display:block;
}
#side #nav ul li ul li a {
	margin: 0px;
}
#side #nav ul li ul li ul li a {
	margin: 0px;
}
#side #nav ul li a {
	padding: 4px 6px;
	margin: 0px;
	display:block;
	border-top: 1px solid #984204;
}
#side #nav ul li a:link, #side #nav ul li a:visited, #side #nav ul li a:active {
	color: #fc9;
	background-color: #ac4b04;
}
#side #nav ul li a:hover {
	color: #ffffff;
	background-color: #a34704;
	text-decoration: none;
}
#side #nav ul li.selected a:link, #side #nav ul li.selected a:visited, #side #nav ul li.selected a:active {
	color: #fff;
	background-color: #ac4b04;
}
#side #nav ul li.selected a:hover {
	color: #fff;
	background-color: #a34704;
	text-decoration: none;
}

#side #nav ul li ul li a {
	padding-left: 20px;
	display: block;
}
#side #nav ul li ul li a:link, #side #nav ul li ul li a:visited, #side #nav ul li ul li a:active {
	color: #fc9;
	background-color: #ac4b04;
}
#side #nav ul li ul li a:hover {
	color: #fff;
	background-color: #a34704;
	text-decoration: none;
}


/* Sidebars
----------------------------------------------- */

#sidesidebar {
	margin: 35px 5px 0px 5px;
}
#sidesidebar p {
	font-size: 0.9em;
}


/* Breadcrumbs Layout
----------------------------------------------- */
#breadCrumbs{
}


/* News styles
----------------------------------------------- */

h1.news {
	text-transform: none;
}
.newsrelease {
	margin-bottom: 1em;
}
.newscategory {
	font-weight: bold;
	line-height: 1.35em;
	color: #fff;
	margin-bottom: 1em;
}
.newsdate {
	font-size: 1em;
	line-height: 1.35em;
}
.newsheadline {
	font-weight: bold;
}
.newsleadin, .newsleadin p {
	line-height: 1.35em;
}
.newscopy {
	line-height: 1.35em;
}
.newsbyline {
	font-size: 1em;
	color: #999999;
}
.purple .newsdate {
	color: #99c;
}
.orange .newsdate {
	color: #4e2403;
	font-weight: bold;
}
#newsshort {
	margin-bottom: 2em;
}
.newsshortcategory {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.35em;
	color: #fff;
	margin-bottom: 0.7em;
}
.newsshortitem {
	margin-bottom: 0.7em;
}
.newsshortdate {
	color: #4e2403;
	font-weight: bold;
}
.newsshorttext {
}


/* Reviews styles
----------------------------------------------- */

.reviewcategory {
	padding: 5px 10px;
	background-color: #a34704;
	border-top: 1px solid #984204;
	color: #411e03;
	font-weight: bold;
	text-transform: uppercase;
}
.review {
	padding: 5px 10px;
	background-color: #ac4b04;
	border-top: 1px solid #984204;
}
.reviewquote {
	width: 520px;
}
.reviewcredit {
	font-weight: bold;
}
.reviewdate {
}
.reviewlink {
	float: right;
	height: 20px;
	padding-right: 25px;
	padding-top: 2px;
	background: url(/img/layout/bullet-o-off.gif) top right no-repeat;
}
.reviewshort {
}
.reviewshortcategory {
	text-transform: uppercase;
	color: #411e03;
	font-weight: bold;
	margin-bottom: 0.7em;
}
.reviewshorttext {
	margin-bottom: 0.7em;
}


/* Calendar styles
----------------------------------------------- */

#events-calendar td {
	padding: 5px 10px;
	background: #271737;
	border-top: 1px solid #503a64;
}
#cal-month-control {
	margin-bottom: 10px;
}
.cal-day {
	white-space: nowrap;
}


/* Image library styles
----------------------------------------------- */

.thumb {
	float: left;
	width: 140px;
	margin-right: 25px;
	margin-bottom: 25px;
}
.thumbimage {
	padding: 5px;
	background-image: url(/img/layout/bg-thumb.gif);
}
.thumbcat {
	float: left;
	display: block;
	width: 100%;
	margin-bottom: 10px;
}
.thumbcattitle {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #300;
}
.thumbtitle {
	font-weight: bold;
	line-height: 1.2em;
	margin-top: 4px;
}
.thumbcaption {
}
.thumbedit {
	float: left;
	margin-left: 10px;
}
.thumbtitle a:active, .thumbnailtitle a:link, .thumbnailtitle a:visited {
}
.thumbtitle a:hover {
}


/* Admin styles
----------------------------------------------- */

#admin {
	text-align: left;
}
#admin #container {
	margin-left: 0;
	left: 0;
}

/* Inline admin styles */
.admin a:link, .admin a:active, .admin a:visited {
}
.admin a:hover {
}

/* Admin pop-up window styles */
.window-admin {
	font-family: arial,helvetica,sans-serif;
	font-size: 11px;
	background-color: #fff;
}
.window-admin td, .window-admin p {
	line-height: 15px;
}
.window-admin textarea {
	font-family: arial,helvetica,sans-serif;
}
.window-admin table {
	width: 100%;
}
.admin-header {
	background-color: #c00;
	color: #fff;
	padding: 10px 5px;
}
.admin-header td, .admin-header p {
	color: #fff;
}
.admin-instructions {
	background-color: #fff;
	border: 1px solid #c00;
	padding: 10px 5px;
}
.admin-footer {
	background-color: #c00;
	padding: 10px 5px;
}
.admin-title {
	font-size: 13px;
	font-weight: bold;
}

.admin-tbl-head {
	background-color: #ddd;
	padding: 5px;
}
.admin-tbl-row1 {
	background-color: #eee;
	padding: 5px;
}
.admin-text {
}
.window-admin a:link, .window-admin a:active, .window-admin a:visited {
	color: #005595;
}
.window-admin a:hover {
	color: #c00;
}
.admin-header a:link, .admin-header a:active, .admin-header a:visited {
	color: #fff;
}
.admin-header a:hover {
	color: #fff;
	text-decoration: underline;
}

/* Sidebar admin */
.admin-sidebar {
	background-color: #c00;
	color: #000;
	padding: 15px;
	margin-top: 6px;
	margin-bottom: 6px;
}
.admin-sidebar a:link, .admin-sidebar a:visited, .admin-sidebar a:active {
	color: #fff;
	text-decoration: none;
}
.admin-sidebar a:hover {
	color: #fff;
	text-decoration: underline;
}


/* Odds and ends
----------------------------------------------- */

.no-margin {
	margin: 0;
}
.printshow {
	display: none;
}
.clear {
	clear: both;
	font-size: 1px; 
}