﻿/* COLORS
Red - #6C1120
Blue - #2C498B
Lt.Blue - #8f9ec2
*/

/*GENERAL*/
body {
	margin: 0;
	padding: 0;
	font: 75% Arial, Verdana, Helvetica, sans-serif;
	text-align: center;
	background: #fff url(images/fbtco_stripes.gif) fixed;
}
table {
	border-collapse: collapse;
}
h1 {
	font-family: "Futura Md BT", Arial, Verdana, Helvetica, sans-serif;
	font-weight: normal;
	color: #441a24;
	border-bottom: 1px #441a24 solid;
	text-align: right;
	margin: .7em 0;
	line-height: .7em;
}
h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #2C498B;
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;	

}
/*h2 {
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #5c3840;
	margin: .5em 0;
	line-height: .5em;
}*/

hr {
	height: 1px;
	color: #441a24;
}
ul {
	list-style-image: url(images/ul_bullet.gif);
}
a:link, a:active {color: #6C1120;}
a:hover {color: #2C498B; text-decoration: none;}
a:visited {}
a img {
	border: none;
}

/*SHELL*/
#shell {
	width: 790px;
	margin: 0 auto;
	text-align: left;
	background: #ffffff;
}

/*HEADER*/
#header {
	height: 88px;
	background: #fff url('images/fbtco_tag.gif') no-repeat 183px bottom;
}
#header #top_nav {
	width: 450px;
	float: right;
	text-align: right;
	color: #2C498B;
	margin-right: 5px;
	margin-top: 2px;
	/*font-size: .9em;*/
}
#header #top_nav a {
	color: #2C498B;
	text-decoration: none;
}
#header #top_nav a:hover {
	text-decoration: underline;
}
#header #top_nav select {
	margin: 20px 0 0 0;
	font-size: 12px;
}
#main_nav {
	height: 32px;
	background: #2C498B url('images/fbtco_converse.jpg') no-repeat;
}
#main_nav #clock {
	float: left;
	width: 200px;
	color: #999;
	background: #2C498B;
	line-height: 32px;
}

/*NAVIGATION*/
#nav, 
#nav ul {
	float: left;
	list-style: none;
	line-height: 1;
	background: #2C498B;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
#nav a {
	display: block;
	color: #fff;
	text-decoration: none;
	text-align: center;
	padding: 0 10px;
	line-height: 32px;
	border-left: 1px #8f9ec2 solid;
}
#nav li {
	float: left;
	padding: 0;
}
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	font-weight: normal;
	margin: 0;
	line-height: 16px;
	border: 1px #8f9ec2 solid;
	background: #fff;
	color: #441A24;
}
#nav li li {
	width: 15em
}
#nav li ul a {
	width: 15em;
	line-height: 16px;
	color: #5c3840;
	text-align: left;
	border: none;
	padding: 0 3px;
}
#nav li ul a:hover {
	color: #fff;
}
#nav li ul ul {
	margin: -1.3em 0 0 15em;
}
#nav li ul.noclip ul {
	margin-left: -15em;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul {
	left: auto;
}
#nav li:hover, 
#nav li.sfhover {
	background: #8f9ec2;
	color: #fff;
}

/*CONTENT*/
#primary {
	float: left;
	width: 586px;
	padding: 0 4px;
	display: inline;
	margin: 5px 0 5px 190px;
	background: #fff;
	color: #000;
	border-left: 1px #ccc solid;
	min-height: 300px;
}
#home #primary {
	width: 400px;
	border-right: 1px #ccc solid;
}
#home #secondary {
	float: left;
	width: 180px;
	margin: 5px 0 5px 5px;
}
#sidebar {
	float: left;
	width: 180px;
	margin: 5px 0 5px -780px;
	font-size: 11px;
}
/*FOOTER*/
#footer {
	height: 80px;
	border-top: 5px solid #2C498B;
	background: #6C1120;
	position: relative;
	clear: both;
}
#footer #legal_bugs {
	position: absolute;
	left: 5px;
	bottom: 5px
}
#footer #bottom_nav {
	color: #fff;
	position: absolute;
	right: 5px;
	bottom: 5px;
	text-align: right;
}
#footer #bottom_nav a {
	color: #fff;
	text-decoration: none;
}
#footer #bottom_nav a:hover {
	text-decoration: underline;
}
/* DIRECT LOGIN */
#login {
	background: #fff url('images/fbtco_login_grad.jpg') repeat-x left bottom;
	padding: 5px 5px 15px 5px;
	text-align: center;
	font-size: 11px;
	margin-bottom: 5px;
	color: #fff;
}
#login form {
	margin: 0;
	padding: 0;
	text-align: right;
}
#login #AccessIDVisible {
	width: 100px; font-size: 12px; border: 1px #2C498B solid;
}
#login div {
	margin: 5px 0;
}
#login label {
	margin-right: 5px;
}
#login a {
	color: #fff;
}
#login h3 {
	text-align: left;
	color: #6C1120;
	font: bold 15px Times, "Times New Roman", serif;
	margin: 0 0 10px 0;
	padding: 0;
}
#sub_login_links {
	text-align: center;
	color: #888;
	font-size: 11px;
}
#sub_login_links a {
	color: #888;
}

/* SPECIFIC CLASSES */
h4.sidebar_heading {
	background: url(images/sidebar_heading_bg.gif) no-repeat center center;
	text-align: center;
	color: #441a24;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
ul.quicklinks {
	list-style-image: url(images/fbtco_arrow.gif);
	font-size: 11px;
}
ul.quicklinks li {
	margin: 5px 0;
}
ul.quicklinks a {
	color: #2C498B;
	text-decoration: none;
}
ul.quicklinks a:hover {
	color: #6C1120;
	text-decoration: underline;
}
div.promotions {
	margin-left: 10px;
}
div.content_box, p.content_box, table.content_box {
	padding: 5px;
	margin-bottom: 5px;
}
div.content_box_home, p.content_box_home, table.content_box_home {
	border: 1px #441a24 solid;
	padding: 5px;
	margin-bottom: 5px;
}
h4.content_box_heading, p.content_box_heading {
	color: #441a24;
	font-size: 12px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	border-bottom: 1px #848484 solid;
}
a.button {
	font-weight: bold;
	color: #fff;
	display: block;
	width: 5em;
	background-color: #5C3840;
	border: 3px #441a24 double;
	line-height: 2em;
	text-align: center;
	margin: 0 5px;
}

/* GENERIC CLASSES */
.float_left {
	float: left;
}
.float_right {
	float: right;
}
.clear {
	clear: both;
}