/* Ruby Styles */

/* Wrapper Stuff */ 
html , body {
	height: 100%;
	text-align: center;
	margin:0;
	padding:0;
	background: #e1e2e3;
	font-family:  Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}

#wrapper {
	position: relative;
	width: 982px;
	margin:0 auto 0 auto;
/*	min-height: 100%; */
	padding:10px 0 10px 0;
	z-index: 0;
	text-align: left;
}
#page {
	position: relative;
	width: 982px;
	margin:0;
	padding:0;
	background: url("/images/page_mid.png") top left repeat-y;
}
/* Header Stuff */
#header {
	position: relative;
	background: url("/images/page_top.png") top left no-repeat;
	width: 962px;
	height: 151px;
	margin:0;
	padding: 10px 10px 0 10px;
}
#header .mainlogo {
	position: relative;
	width: 220px;
	height: 98px;
	font-size: 1px;
	color: white;
	text-indent: -999em;
	overflow: hidden;
	margin:0;
	padding:0;
}
#header .mainlogo span {
	position: absolute;
	width: 220px;
	height: 98px;
	left:0;
	top:0;
	background: url("/images/main_logo.png");
}
/* main navigation */
#nav {
	float: left;
	margin: 30px 0 0 -10px;
	padding: 0;
	width: 982px;
	height: 24px;
	background: url("/images/menu_bar.jpg") 0 0 no-repeat;
	clear: both;
}
#nav li 
{
	display: block;
	float: left;
	height: 20px;
	width: auto;
	background: url("/images/menu_spacer.png") top right no-repeat;
	margin:0;
	padding: 2px 20px 2px 15px;
}
/* extra padding on first element, set this in the CMS */
#nav li#home {
	padding-left: 40px;
}
/* no spacer after last element */
#nav li#last {
	background: none;
}
#nav li a {
	color: #38383a;
	text-decoration: none;
	font-size: 14px;
	/*font-family: "Times New Roman",Times,FreeSerif,serif;*/
}
#nav li a:hover {
	color: #731538;
}
/* log in box */
.loginSelect { 
	position: absolute;
	right: 10px;
	bottom: 35px;
	width: 226px;
	height: 29px;
	margin: 0;
	background: url("/images/login.png") top left no-repeat;
}
.loginSelect a {
	width: 226px;
	height: 29px;
	text-indent: -999em;
	float: left;
}
/* Content Stuff */
#content {
	position: relative;
	width: 962px;
	min-height: 457px;
	margin:0;
	background: url("/images/page_main.png") top left no-repeat;
	padding: 10px 10px 0 10px;
}
.left {
	float: left;
	width: 220px;
	margin:0;
	padding: 10px 0 10px 10px;
}
.middle {
	float: left;
	width: 470px;
	margin:0;
	padding: 0 10px 0 10px;
}
.cardmain, .cardmain img {
	border: none;
	display: block;
	margin: 5px auto 5px auto;
	width: 233px;
}
.right {
	float: left;
	width: 220px;
	margin:0;
	padding: 10px 0 10px 10px;
}
/* side nav */
#sideNav ul { 
	width: 189px; 
	list-style-type: none; 
	padding:0;
	margin:0 0 0 -5px;
}
#sideNav ul li { 
	margin: 0 0 2px 0; 
	padding:0;
}
#sideNav ul li a { 
	display: block; 
	width: 194px; 
	height: 24px;
	padding: 5px 5px 0 14px; 
	font-size: 1.1em; 
	color: #292a2c;
	background: url(/images/nav_sub.png) no-repeat;
	text-decoration: none;
}
#sideNav ul li a:hover, #sideNav ul li.subActive a { 
	color: #731538;
	background: url(/images/nav_sub_on.png) no-repeat; 
}


/* Footer Stuff */
#footer {
	position: relative;
	background: url("/images/page_foot.png") bottom left no-repeat;
	width: 962px;
	min-height: 20px;
	margin:0;
	padding: 0 10px 0 10px;
}
.cardinfo {
	margin:0;
	padding:0;
	width: 400px
	height: 40px;
}
.cardinfo img {
	float: left;
	margin: 0 10px 0 0;
}
.cardinfo p {
	padding:4px 0 0 0 ;
	margin:0;
	height: 40px;
	font-size: 10px;
}
hr.footrule {
	border: 0;
	color: #b7b8bb;
	background-color: #b7b8bb;
	height: 1px;
}
.footlinks {
	list-style-type: none;
	display: block;
	height: 15px;
	padding:0 0 10px 0;
	margin: 0;
}
.footlinks li {
	float: left;
	padding: 0 7px 10px 7px;
	background: url("/images/links_spacer.png") 100% 2px no-repeat;
	height: 15px;
	font-size: 11px;
	text-decoration:none;
}
.footlinks li.last {
	background: none;
}
.r-float {
	float: right;
}
.l-float {
	float: left;
}
.uleft {
	width: 500px;
	margin:0;
	padding: 5px 0 0 10px;
	float: left;
	font-size: 9px;
}
.uright {
	float: right;
	margin:0;
	padding: 5px 10px 0 0 ;
	font-size: 9px;
}
/* defaults */
h1 {
	font-size: 1.65em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.3em;
}
h1,h2,h3 {
	margin:0;
	padding:5px 0 5px 0;
	font-weight: normal;
	color: #49494a;
}
h3, h5 {
	color: #731538;
}
a {
	color: #9d9ea1;
}
/* misc */
.barlnk {
	display: block;
	margin: 10px 0 15px 0;
	width: 196px;
	height: 80px;
	padding:0;
}
.barimg {
	border: none;
}


.clearing, .pound {
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
	clear: both;
	margin:0;
	padding:0;
	font-size: 1px;
}
.accessibility {
	position: absolute; 
	top: -999em;
	left: -999em;
}
.dgray {
	color: #49494a;
}
.gray {
	color: #9d9ea1;
}
.red {
	color: #bd2026;
}

/* FAQ */



#faqSelect .faqHeading { 
	color: #79797a ; 
	background: url(/images/bg_faq_select.gif) no-repeat; 
	font-size: 0.8em;
	width: 460px;
	height: 16px;
	padding: 2px 0 0 10px;
	margin:0;
}

#faqSelect .faqHeading:hover { 
	cursor: pointer; 
}

#faqSelect .faqItem { 
	padding:8px 0 5px 0;
	
}
#faqSelect .faqItem p {
	
}
.feestable {
	border: 2px solid black;
	border-collapse: collapse;
	font-size: 0.85em;
}
.feestable td, .feestable th {
	border: 1px solid black;
	padding: 2px;
	margin:0;
}
.fthead {
	background: #ae0e0b;
	color: white;
}
