@charset "utf-8";

.img_text
{
	font-size: 10px;
	word-spacing: -0.1em;
	font-weight: bold;
}

.video_link { text-decoration: none; }

html, body, div
{
	margin:0;
	padding:0;
}

h1
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 20px;
	word-spacing: -2px;
	color: #682f18;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

h2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	word-spacing: -0.1em;
	color: #000000;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
}

h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #672300;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	word-spacing: -0.1em;
}

p, div
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	font-size: 11px;
	word-spacing: -0.09em;
	color: #000000;
	font-weight: normal;
	text-align: left;
}

li
{
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	word-spacing: -0.1em;
	color: #000000;
	font-weight: normal;
	text-align: left;
	padding-left: 10px;
}

/* this is meant to overwriten by body.css */

/* because body.css must be seperate from the css included by gt_cms  */

body
{
	background-color: #fff7ef;
	background-repeat: repeat;
}

.oneColFixCtrHdr #container
{
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

.oneColFixCtrHdr #wrapper_top
{
	width: 1200px;
	height: 245px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/wrapper_top.jpg) no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	overflow: hidden;
	float: left;
	clear: both;
}

.oneColFixCtrHdr #wrapper_mid
{
	width: 1200px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/wrapper_mid.jpg) repeat-y;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	clear: both;
}

.oneColFixCtrHdr #wrapper_bot
{
	width: 1200px;
	height: 280px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	background: url(images/wrapper_bot.jpg) no-repeat;
	text-align: left; /* this overrides the text-align: center on the body element. */
	float: left;
	clear: both;
	overflow: visible;
}

.oneColFixCtrHdr #header
{
	width: 955px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	position: relative;
	height: 160px;
	clear: both;
	top: 80px;
}

.oneColFixCtrHdr #mainContent
{
	width: 955px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

div #navbar
{
	margin: 0 auto;
	padding-top: 0px;
	float: left;
	width: 220px;
	border: 0px solid #c2c2c2;
	background-color: #F9F4EE;
	clear: both;
}

div #navbar h3
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F1C47A;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	word-spacing: -0.1em;
}

div#vertmenu
{
	float: left;
	font-family: Tahoma, Helvetica, Sans-serif;
	font-size: 11px;
	word-spacing: -0.1em;
	width: 215px;
	padding: 0px;
	margin: 0px;
}

div#vertmenu ul
{
	list-style: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

div#vertmenu ul li
{
	margin: 0px;
	padding: 0px;
}

div#vertmenu ul li a
{
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #8A5B31;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #FFD9C6;
	width: 215px;
	word-spacing: -0.1em;
	background: #6B2918 url(images/menu.gif) no-repeat right;
	overflow: hidden;
}

.holidays
{
	font-size: 11px;
	text-decoration: none;
	width: 220px;
	word-spacing: -0.1em;
	color: #FFD9C6;
	background: #6B2918 url(images/menu.gif) no-repeat right;
	overflow: hidden;
}

.holidayHdr
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #F1C47A;
	font-weight: bold;
	text-align: left;
	word-spacing: -0.1em;
}

/*
div#vertmenu ul li a {
	font-size: 11px;
	display: block;
	border-bottom: 1px solid #c39c4e;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	color: #672300;
	width: 215px;
	word-spacing: -0.1em;
}
*/


div#vertmenu ul li a:hover, div#vertmenu ul li a:focus
{
	color: #FFF;
	word-spacing: -0.2em;
	font-weight: bold;
	background: url(images/siteback.jpg) repeat;
	overflow: hidden;
}

div#editable_content
{
	margin: 0 auto;
	/* padding-top: 10px; */
float: right;
	width: 710px;
}

.oneColFixCtrHdr #footer
{
	width: 955px;
	margin: auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	float: none;
	vertical-align: middle;
	clear: both;
	overflow: visible;
}

.oneColFixCtrHdr #footer p
{
	width: 950px;
	margin: 0px auto 0; /* the auto margins (in conjunction with a width) center the page */
	padding: 0px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

div#triplet
{
	background: url(images/footer/tripletgradient.png) repeat-x center center;
	width: 950px;
	vertical-align: bottom;
	clear: both;
	text-align: center;
}

div#copyright
{
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	word-spacing: -0.1em;
	color: #ffffff;
	font-style: normal;
}

div #copyright a
{
	color: #FFD9C6;
	word-spacing: -0.1em;
	text-decoration: none !important;
}

.videohdr
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #F1C47A;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	word-spacing: -1px;
}

.videotxt
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	color: #F1C47A;
	font-weight: bold;
	text-align: left;
	padding-left: 5px;
	word-spacing: -1px;
}

.rightjust
{
	margin: auto;
	width: 500px;
	text-align: right;
}

.uppercaseText { text-transform: uppercase; }
.mixedcaseText { text-transform: capitalize; }

