@charset "utf-8";
/* CSS Document */
/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul {list-style:none;}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

/*
Copyright (c) 2007, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.2.2
*/
body {font:13px arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}table {font-size:inherit;font:100%;}select, input, textarea {font:99% arial,helvetica,clean,sans-serif;}pre, code {font:115% monospace;*font-size:100%;}body * {line-height:1.22em;}

img { behavior: url(/css/resources/iepngfix.htc) }
.png { behavior: url(/css/resources/iepngfix.htc) }

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000;
}
.oneColFixCtrHdr #container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:url(/images/t/bkg-container.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0 17px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	/*128 x 960*/
	background: #362f2d; 
	padding:0;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height:128px;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	width:784px;
	height:77px;
	background:url(/images/t/bkg-header.jpg) no-repeat;
	background-position:53px center;
	text-indent:-5000px;
	float:right;
}
.oneColFixCtrHdr #branding {
	height:96px;
}
.oneColFixCtrHdr #logo {
	float:left;
	padding:22px 0 0 20px;
}

.oneColFixCtrHdr #mainContent {
	padding:30px 20px 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin-top:1px;
	background:url(/images/t/bkg-body.jpg) no-repeat #f1eee9;
}
.oneColFixCtrHdr #footer {
	/*994 x 57*/
	padding: 0 17px;/* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:url(/images/t/bkg-footer.jpg) no-repeat;
	height:56px;
	padding-top:1px;
	margin: 0 auto;
	width:960px;
}
#ftr-main {
	background:#493320;
	/*border-top:1px solid #fffdfa;*/
	margin-top:0px;
	color:#fff;
	font-size:.6em;
	height:39px;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 12px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
/*
ul.nav-h {
	position:relative;
	margin:0;
	padding:0;
}
ul.nav-h li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}*/
#toolbar {
	margin:0;
	padding:0;
	float:right;
	background:url(/images/t/bkg-toolbar.jpg) no-repeat;
	height:19px;
	width:634px;
	text-align:right;
}
#toolbar li {
	list-style:none;
	float:right;
}
#toolbar li a {
	display:block;
	border-right:1px solid #fff;
	margin-top:2px;
	padding:0 5px;
	color:#fff;
	font-size:10px;
	text-decoration:none;
}
#toolbar li a.last {border:none;padding-right:20px;}
#toolbar li a:hover {
	text-decoration:underline;
}
#main-nav {	
	/*height:32px*/
	list-style:none;
	margin:0;
	padding:0;
	height:30px;
	border-top:1px solid #5c3714;
	border-bottom:1px solid #5d3c1c;
	background:url(/images/t/bkg-nav.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
}
#main-nav li {
	position:relative;
	margin:0;
	list-style:none;
	float:left;
	background:url(/images/t/bkg-nav-sep.jpg) no-repeat;
	background-position:right top;
}
#main-nav li.last {
	background:none;
}
#main-nav li a {
	background-color:none;
	padding:6px 22px;
	display:block;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-decoration:none;

}
#main-nav li a:hover {
	background:url(/images/t/bkg-nav-over.jpg) repeat-x;
	margin-right:2px;
	padding-right:20px;
}
#main-nav li a.last {
	padding:6px 22px;
}
#main-nav li a.last:hover {
	margin:0;
	padding-right:23px;
}
.clrflt { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.ftr {
	height:30px;
	background:url(/images/t/bkg-body-ftr.jpg) repeat-x;
}
#frame {
	/*920 x 320*/
	width:892px;
	height:292px;
	padding:14px;
	background:url(/images/t/bkg-flash.png) no-repeat;
}