html, body { margin: 0; padding: 0; }
body { background: #F9F3E3 url(/ui/img/background_body.jpg) top left repeat-x; }
a img { border: 0; }
a {
	color: #007BCE;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.printonly {
	display: none;
}
/************************************************
	HEADER STYLES
************************************************/
#header {
	position: relative;
	top: 0; left: 0;
}
#header #top_address p {
	position: absolute;
	font: italic 9px/1 Verdana, Arial, sans-serif;
	color: #B2AD9D;
	margin: 0; padding: 0;
	top: 5px;
	left: 25px;
}
#top_logo {
	position: absolute;
	top: 0; left: 0;
	width: 30px;
	height: 120px;
	background: url(/ui/img/background_top_logo.gif) top left no-repeat;
}
#top_logo a {
	width: 145px;
	height: 50px;
	position: absolute;
	top: 40px;
	left: 50px;
	background: url(/ui/img/logo.gif) top left no-repeat;
}
img.print_logo {
	display: none;
}
#top_nav ul {
	position: absolute;
	margin: 0; 		padding: 0 1em 0 0;
	top: 0;			left: 350px;
	height: 30px;	width: auto;
	background: url(/ui/img/background_top_nav.gif) bottom right no-repeat;
}
#top_nav li {
	float: left;
	height: 30px;		width: auto;
	padding: 0 0.25em 0 1.75em;
	font: 9px/1 Verdana, Arial, sans-serif;
	background: url(/ui/img/background_top_nav_li.jpg) bottom left no-repeat;
	list-style-type: none;
}
#top_nav li a {
	font: 9px/1 Verdana, Arial, sans-serif;
	display: block;
	/* letter-spacing: 0.03em; */
	color: #675546;
	padding-top: 5px;
	text-decoration: none;
}
#top_nav li a:hover {
	text-decoration: underline;
}
#top_nav li.first {
	background: url(/ui/img/background_top_nav_li_first.jpg) bottom left no-repeat;
}
.clear {
	clear: both;
	display: block;
}
/************************************************
	CONTENT STYLES
************************************************/
#main {
	float: left;
	position: relative;
	width: 713px;
	margin-top: 46px;
	border-right: 1px solid #C8C3B2;
	margin-bottom: 0;
}
#hero {
	position: relative;
	width: 665px; /* THIS REDUNDANT HEIGHT DECLARATION NECESSARY FOR IE6/WIN */
	top: 0;
	left: 0;
	background-color: #ccc;
	margin-right: 23px;
	margin-left: 25px;
}
#hero {
	height: 170px;
}
.level1 #hero {
	height: 280px;
}
.home #hero {
	height: 398px;
}
#hero .overlay {
	position: absolute;
	bottom: 35px;
	left: 45px;
	font: 15px/1 Georgia, serif;
	color: #588703;
}
#hero .overlay2 {
	position: absolute;
	bottom: 50px;
	left: 45px;
	font: 11px/1 Georgia, serif;
	color: #588703;
}
#hero .overlay3 {
	position: absolute;
	bottom: 62px;
	left: 45px;
	font: 9px/1 Georgia, serif;
	color: #588703;
}
#hero .overlay a {
	color: #588703;
}
#hero .overlay2 a, #hero .overlay3 a {
	color: #79AF13;
}

#hero .mainimage {
	display: block;
	position: relative;
}
.home #hero {
	/* left: -25px; */
	margin-left: 0;
}
.home #hero form{
	position: absolute;
	top: 0; left: 0;
	display: block;
}
.home #hero form input.text {
	position: absolute;
	top: 175px;
	left: 450px;
	width: 200px;
	border-width: 2px;
}
.home #hero form select {
	position: absolute;
	top: 210px;
	left: 410px;
	width: 160px;
}
.home #hero form input.submit {
	position: absolute;
	top: 210px;
	left: 580px;
}
.gallery_link img{
	border: 2px solid #fff;
}
.gallery_link:hover img {
	border: 2px solid #12BEFC;
}

#content {
	background-color: #fff;
	border-left: 1px solid #C8C3B2;
	border-right: 1px solid #C8C3B2;
	padding-top: 20px;
	margin-right: 23px;
	margin-left: 25px;
	height: 300px;
}
html > body #content {
	height: auto;
	min-height: 300px;	
}

#content .font_size_up_link, 
#content .font_size_down_link {
/*	float: right; */
	display: block;
	text-align: right;
	margin-bottom: 16px;
}
/*
position: absolute;
	top: 16px;
	right: 16px;
	*/

.home #content {
	position: relative;
	height: 76px;
	padding-top: 12px;
	padding-right: 15px;
	padding-bottom: 0;
}
#homepage_tabs {
	height: 29px;
	width: 483px;
	position: absolute;
	top: -29px;
	padding-bottom: 0;
	left: 0;
	color: #fff;
	background: url(/ui/img/tabs_1.gif) top left no-repeat;
}
#content .tab1 { background: url(/ui/img/tabs_1.gif) top left no-repeat; }
#content .tab2 { background: url(/ui/img/tabs_2.gif) top left no-repeat; }
#content .tab3 { background: url(/ui/img/tabs_3.gif) top left no-repeat; }
.initially_hidden {
	position: absolute;
	top: 0;
	left: -9999px;
}
#homepage_tabs a {
	float: left;
	margin: 0;
	padding: 8px 10px;
	width: 141px;
	height: 13px;
	font: normal 12px/1 "Trebuchet MS", sans-serif;
	color: #fff;
	text-decoration: none;
}
.tab_contents img {
	position: absolute;
	bottom: -15px; left: 0;
}
.tab_contents {
	padding-left: 190px;
	height: 79px;
	padding-bottom: 0;
	margin-bottom: 0;
	line-height: 0;
}
#content .tab_contents p {
	margin-bottom: 0;
	line-height: 1.6;
}
#content h2 {
	font: 24px/1 Georgia, serif;
	color: #625E5B;
	margin: 0 0 10px 0;
	padding: 0;
}
.largeprint #content h2 { font: 29px/1 Georgia, serif; }
#content h3 {
	font: 15px/1 Georgia, serif;
	color: #625E5B;
	margin: 0 0 5px 0;
}
.largeprint #content h3 { font: 18px/1 Georgia, serif; }
#content h5 {
	font: 11px/1 Georgia, serif;
	font-weight: bold;
	color: #625E5B;
	margin: 0 0 5px 0;
}
.largeprint #content h5 { font: 15px/1 Georgia, serif; }
#content .left-col {
	width: 390px;
	margin-left: 40px;
	float: left;
	display: inline;

}
#content p {
	font: 11px/1.8 Georgia, serif;
	color: #635e4e;
	margin-top: 0;
	margin-bottom: 1em;
}

/* blog styles */

#content .blog_reply {
	padding-left: 10px;
	border-style: solid;
	border-width: 0px;
	border-left-width: 2px;
}
#content .blog_reply h3,
#content .blog_comment h3 {
	color: #635e4e;
}
#content .blog_reply h3 ,
#content .blog_comment h3 {
	font-weight: bold;
	font-size: 16px;
}
#content .blog_reply h3 span,
#content .blog_comment h3 span {
	color: #635e4e;
	font-weight: normal;
	font-size: 11px;
}
#content .blog_topic_date {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

/* end blog styles */

	.largeprint #content p { font: 13px/1.8 Georgia, serif; }
#content li {
	font: 11px/1.8 Georgia, serif;
	color: #635e4e;
}
	.largeprint #content li {	font: 13px/1.8 Georgia, serif; }
#content .intro {
	margin-bottom: 20px;
}
#content .intro p, #content .intro li {
	font: 13px/2 Georgia, serif;
	color: #635e4e;
}
	.largeprint #content .intro p, .largeprint #content .intro li { font: 16px/2 Georgia, serif; }
#content .chunk, #content .spotlight, #content .review {
	margin-bottom: 10px;
	border: 1px solid #fff;
	padding: 5px;
	position: relative;
	left: -6px;
}
#content .chunk-over {
	border: 1px solid #007BCE;
	color: #007BCE;
	cursor: pointer;
}
#content .chunk-over h2,
#content .chunk-over h3,
#content .chunk-over h4,
#content .chunk-over a,
#content .chunk-over p,
#content .chunk-over li {
	color: #007BCE !important;
}
#content .review-over {
	border: 1px solid #007BCE;
	color: #007BCE;
	cursor: pointer;
}
#content .review-over h2,
#content .review-over h3,
#content .review-over h4,
#content .review-over a,
#content .review-over p,
#content .review-over li {
	color: #007BCE !important;
}
#content .chunk h2 {
	color: #679800;
	font: 14px/1 Georgia, serif;
	margin: 0 0 5px 0; padding: 0;
}
	.largeprint #content .chunk h2 { font: 17px/1 Georgia, serif; }
#content .chunk h2 a {
	color: #679800;
	text-decoration: none;
}
#content .chunk h2 .arrow {
	margin-left: 6px;
}
#content .chunk p {
	font: 11px/1.65 Georgia, serif;
}
	.largeprint #content .chunk p { font: 13px/1.8 Georgia, serif; }
#content .chunk a.more_link {
	display: block;
	width: 5em;
	color: #12BEFC;
	text-decoration: none;
	margin-top: -0.5em;
}
#content .chunk a.more_link:hover {
	color: #12BEFC;
	text-decoration: underline;
}

#main .right-col {
	float: left;
	width: 180px;
	margin-left: 20px;
}
#main .right-col h3 {
	color: #679800;
	font: 15px/1 Georgia, serif;
	margin: 6px 0 7px 0; padding: 0;
}
	.largeprint #main .right-col h3 { font: 18px/1.8 Georgia, serif; }
#main .right-col p {
	font-size: 12px;
	font-family: Verdana, sans-serif;
	line-height: 1.3;
}
	.largeprint #main .right-col p { font: 14px/1.8 Verdana, sans-serif; }

#main .right-col h5 {
	font: 11px/1 Georgia, serif;
	font-weight: bold;
	color: #625E5B;
	margin: 0 0 5px 0;
}
.largeprint #main .right-col h5 { font: 15px/1 Georgia, serif; }

.review {
	margin: 10px 0;
	clear: left;
}
.review img {
	float: left;
	display: inline;
	margin-right: 10px;
	margin-bottom: 10px;
}

#main #extra {
	background: #F9F3E3 url(/ui/img/background_extra.jpg) top right no-repeat;
	padding-top: 20px;
	padding-bottom: 15px;	
	padding-left: 30px;
	color: #472E18;
	font: 11px/1.65 Georgia, "Times New Roman", serif;
	border-bottom: 1px solid #C8C3B2;	
}

	.largeprint #extra  { font: 13px/1.65 Georgia, serif; }
.home #main #extra,
.level1 #main #extra,
.level2 #main #extra {
	border-bottom: 0;	
}



#main #extra .left-col {
	width: 420px;
	float: left;
}
#main #extra h2 {
	font: 24px/1 "Trebuchet MS", Arial, sans-serif;
	margin: 10px 0 15px;
}
	.largeprint #main #extra h2 { font: 29px/1 "Trebuchet MS", Arial, sans-serif; }
#main #extra h3 {
	font: 13px/1 Georgia, "Times New Roman", serif;
	margin: 0 0 2px;
	color: #372311;
}
	.largeprint #main #extra h3 { font: 15px/1 "Trebuchet MS", Arial, sans-serif; }
#main #extra p {
	margin: 0 0 1.5em;
}
	.largeprint #main #extra p { font: 1.3em/1.2 Georgia, serif; }
img.bookreview {
	float: left;
	clear: left;
}
#main_photo {
	background-color: #fff;
	padding: 10px;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #888;
	border-bottom: 1px solid #444;
	margin-left: 15px;
	margin-bottom: 10px;
}
#main_photo_caption {
	font-style: italic;
	text-align: center;
	padding: 0 15px;
}
#content form.commentform fieldset {
	border: 1px solid #ccc;
	margin: 0; padding: 10px;
}
#content form.commentform table {
	margin: 0 0 15px 0; padding: 0;
	border-collapse: collapse;
}
#content form.commentform label {
	width: 130px;
	display: block;
}
#content form.commentform input.text {
	width: 250px;
}
#content form.commentform textarea {
	width: 380px;
	height: 120px;
}

/************************************************
	SIDE_NAV STYLES
************************************************/
#sidebar {
	margin-top: 46px;
	float: left;
	width: 500px;
}
#side_navs {
	position: absolute;
	top: 46px;
	left: 690px;
	height: 400px;
	background: url(/ui/img/background_side_navs.jpg) bottom left;
}
.side_nav {
	margin-top: 40px;
	width: 220px;
	height: 316px;
	float: left;
	padding: 0;
	background: url(/ui/img/background_side_nav.jpg) top left no-repeat;
}
#side_navs .side_nav ul {
	margin: 15px 0 0; padding: 0;
	position: relative;
	line-height: 1;
}
#side_navs .side_nav ul li a {
	display: block;
	padding: 0.2em 0 0.2em 40px;
	height: 1em;
	margin: 0;
	text-decoration: none;
	font: 11px/1 Verdana, Arial, sans-serif;
	white-space: nowrap;
}
#side_navs .side_nav li {
	font: 11px/1 Verdana, Arial, sans-serif;
	line-height: 0;
	margin: 0;
	position: relative;
	display: block;
	padding: 0;
	list-style-type: none;
}
#side_navs .side_nav li.current {
	background: url(/ui/img/background_side_nav_a.gif) top left repeat;
}
.side_nav li a {
	color: #fff;
}
#side_content {
	position: absolute;
	top: 446px;
	/*  border-left: 1px solid #C8C3B2; */
	left: 713px;
	padding-bottom: 100px;
	padding-left: 16px;
	padding-top: 25px;
	width: 140px;
	color: #492D18;
	font: 10px/1.4 Georgia, serif;
}
#side_content h2 {
	font: 21px/1.2 "Trebuchet MS", sans-serif;
	color: #492d18;
	margin: 0;
}
#side_content h3 {
	font: 12px/1.16 Georgia, serif;
	margin: 0;
}
.home #side_content a.whatshot_img {
	display: block;
	margin: 5px 0;
	line-height: 0;
}
.home #side_content a.whatshot_img img,
.home .homepage_hotstuff img {
	background-color: #fff;
	padding: 4px;
	border-bottom: 1px solid #888;
	border-right: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	margin: 5px 0;
}

/* "view all" links */

#extra h5 a {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-transform: uppercase;
	color: #635e4e;
}
#related_events ul.eventslist {
	margin: 0;
	padding: 0;
}
#related_events ul.eventslist li {
	margin: 0 0 5px 0;
	padding: 0;
	list-style: none;
}
#content .right-col #related_events li {
	font-family: Verdana, sans-serif;
}
.pods {
	border-top: 1px solid #C8C3B2;	
	border-bottom: 1px solid #D1CDB7;
	background: url(/ui/img/background_pods.jpg) top right no-repeat;
	color: #472d12;
	font: 10px/1.4 Arial, sans-serif;
}
.pod {
	float: left;
	width: 189px;
	padding: 0 24px 24px;
}
.pod h2, .pod h3 {
	font: bold 12px/1.16 Arial, sans-serif;
	margin: 8px 0 8px;
}
.pod p {
	margin: 0 0 5px;
}
.pod .more_link a {
	color: #10bcfa;
	text-decoration: none;
}
.pod .more_link a:hover {
	text-decoration: underline;
}
.pod.first {
	border-left: 0;
	width: 189px;
	clear: left;
}
#footer {
	clear: both;
	position: relative;
}
#footer #footer_nav {
	padding-bottom: 20px;
}
#footer #footer_nav ul {
	margin: 0 0 0 35px; padding: 0 0 1em;
}
#footer #footer_nav ul li {
	border-left: 1px solid #5A4228;
	list-style-type: none;
	padding: 0;
	display: inline;
	font: 10px/1 Verdana, sans-serif;
}
#footer #footer_nav ul li.first {
	border-left: none;
}
#footer #footer_nav ul li a {
	margin: 0 15px;
	font: 10px/1 Verdana, sans-serif;
	color: #5A4228;
	text-decoration: none;
}
#footer #footer_nav ul li.first a {
	margin-left: 0;
}

/************************************************
	FORM STYLES
************************************************/
.formsection {
	margin: 20px 0;
}
.formsection h3 {
	border-bottom: 1px solid #635e4e;
	padding-bottom: 3px;
}
#content fieldset {
	margin: 10px 0;
	border: 1px solid #635e4e;
}
#content legend {
	color: #635e4e;
	font-size: 13px;
}
#content table {
	width: 100%;
}
#content label {
	color: #000;
	font-size: 13px;
}
#content form table td {
	vertical-align: top;
	color: #635e4e;
	font-size: 11px;
}
#content input,
#content select {
	color: #635e4e;	
}
div.filter_hr {
	margin: 10px 0;
	border-bottom: 1px solid #D2CDBA;
}


/* THESE STYLES MEANT FOR TEXT INPUTS ONLY */
input.long {
	width: 250px;
}
input.medium {
	width: 150px;
}
input.short {
	width: 50px;
}
select.short {
	width: 48px;
}
/* END TEXT INPUT WIDTHS */

#content form table td input.checkbox {
	margin-top: 3px;
}

/*****************
my account styles
*****************/
.full {
	width: auto !important;	
}
.forgot {
	text-decoration: none;
	display: block;
	color: #635e4e;
	margin: 5px 22px 10px 0;
	padding-right: 15px;
	text-align: right;
	background: url(/ui/img/arrow.gif) right center no-repeat;
}
/**************************
tab styles
**************************/
#hero .tabs {
	position: absolute;
	bottom: 17px;
	right: 50px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#hero ul.tabs li {
	float: left;
	background: url(/ui/img/headertab_left.gif) no-repeat;
	opacity: .5;
	filter: alpha(opacity=50);
}
#hero .tabs a {
	float: left;
	height: 15px;
	padding: 5px 15px 0 5px;
	margin: 0 1px 0 10px;
	text-align: center;
	text-decoration: none;
	font: 10px/1em Arial, sans-serif;
	background: url(/ui/img/headertab_right.gif) top right;
}
#hero .tabs li.activetab {
	opacity: 1;
	filter: alpha(opacity=100);
}

.inline {
	display: inline !important;
}
.block {
	padding: 5px 0 0 0;
	display: block !important;
}