/* CSS Document */

/* Default styles for the document */
html {
	min-height: 100%; 
	margin-bottom: 1px;
}

body {
	margin:0;
	padding:5px;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	text-align:center;
	background-color:#000;
}

:active, :focus{
	outline:none;
}

.nomargin {
	margin:0;
	padding:0;
}

form {
	margin:0;
	padding:0;
}

.clearall {
	clear:both;
}

.error {
	color:#B91C0B;
}

hr {
	margin-bottom:10px;
}

/* Default font styles */
ul {
	font-size:1.2em;
	padding:0 0 0 15px;
	margin:0;
}

p {
	margin:0;
	padding:0 0 10px 0;
	font-size:12px;
	line-height:140%;
}

p.line {
	margin:4px;
	padding:0;
	border-bottom:1px dashed #CCCCCC;
	height:1px;
}

p.nomargin {
	margin:0;
	padding:0;
}
	
h1, h2, h3, h4 {
	margin:0 0 10px 0;
	padding:0;
	color:#000;
	text-align:left;
	font-weight:normal;
}

h1 {font-size:1.8em;}
h2 {font-size:1.6em;}
h3 {font-size:1.4em;}
h4 {font-size:1.3em;}

h1 em, h2 em, h3 em, h4 em {
	font-size:0.7em;
	font-style:italic;
}
/* Link styles */
a {
	color:#B91C0B;
	text-decoration:none;
	border-bottom:0px dashed;
}

a:hover {
	color:#000000;
	text-decoration:underline;
}

a img {
	border:none;
}

h1 a, h2 a, h3 a, h4 a {
	color:#333;
	text-decoration:none;
	border:none;
}

/* FOOTER */
.copyright {
	clear:both;
}

.copyright p {
	font-size:9px;
	margin:0;
	color:#999;
	padding:5px 0 3px 0;
}

.copyright p a {
	font-size:9px;
	color:#999;
}
	
/* Page wrapper with some fancy css to make sure min and max with works in IE */
#wrapper {
	text-align:left;
	/*border:1px solid #CCCCCC;*/
	position:relative;
	margin:0 auto;
	width:990px;
	background:#FFF;
}
	
/* Banner */
#banner {
	position:relative;
	background: #FFF;
	height:124px;
	border-bottom:1px solid #000;
	background:top left url(../images/headers/blades-header2.jpg) no-repeat;
}

/* Navbar */	
#tabs {
	position:absolute;
	top:100px; 
	left:10px;
	overflow:hidden;
	border:0px solid B91C0B;
}	
	
ul#navlist {
	list-style-type: none;
	padding-bottom: 24px;
	margin: 0;
	padding:0;
}
	
ul#navlist li {
	float: left;
	height: 21px;
	background-color: #FFF;
	margin: 2px 1px 0 1px;
	border: 1px solid #000;
}
	
#navlist a {
	font-size:11px;
	float: left;
	display: block;
	border:none;
	color: #000;
	outline:none;
	text-decoration: none;
	padding: 4px 6px 4px 6px;
}

#navlist a:hover { 
	color:#FFF; 
	background-color:#B91C0B;
}	
	
ul#navlist li#active a {
	border-bottom: 1px solid #B91C0B;
	background:#B91C0B;
	color:#FFF;
	font-weight:bold;
}

ul#navlist li#active a:hover {
	background:#B91C0B;
}
	
/* NEW CONTENT */
div #mainholder {
	background-color:#B91C0B;
	min-height:450px;
}

div #mainleftcol {
	background-color:#FFFFFF;
	border:1px solid #000000;
	width:180px;
	min-height:420px;
	float:left;
	padding:5px;
	margin:10px 10px 10px 10px;
}

.lefttable {
	width:180px;
	padding: 0;
	margin: 0;
}

.lefttable caption {
	padding:0 0 5px 0;
	width:180px;
	font-weight:bold;
	text-align:left;
}

.lefttable th {
	font: bold;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #CAE8EA;
}

.lefttable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.lefttable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 3px;
}

.lefttable td.top{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 3px;
}

.lefttable td.alt {
	background: #F5FAFA;
}

.lefttable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold;
}

.lefttable th.spectop {
	border-left: 1px solid #C1DAD7;
	background: #fff;
	font: bold;
}

.lefttable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold;
}


.centertable {
	width:554px;
	padding: 0;
	margin: 0;
}

.centertable caption {
	padding:0 0 5px 0;
	width:180px;
	font-weight:bold;
	text-align:left;
}

.centertable th {
	font: bold;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	text-align: left;
	padding: 3px 3px 3px 3px;
	background: #CAE8EA;
}

.centertable th.nobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.centertable td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 3px;
}

.centertable td.top{
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	background: #fff;
	padding: 3px 3px 3px 3px;
}

.centertable td.alt {
	background: #F5FAFA;
}

.centertable th.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff;
	font: bold;
}

.centertable th.spectop {
	background: #fff;
	font: bold;
}
.centertable th.spectopleft {
	border-left: 1px solid #C1DAD7;
	background: #fff;
	font: bold;
}

.centertable th.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #f5fafa;
	font: bold;
}

div #maincenter {
	background-color:#FFFFFF;
	border:1px solid #000000;
	width:554px;
	min-height:420px;
	float:left;
	padding:5px;
	margin:10px 10px 10px 0;
}

div #mainrightcol {
	background-color:#FFFFFF;
	border:1px solid #000000;
	width:180px;
	min-height:420px;
	float:left;
	padding:5px;
	margin:10px 10px 10px 0;
}

div #logos {
	background-color:#FFFFFF;
	border:1px solid #000000;
	height:100px;
	width:180px;
	padding:5px;
	position:absolute;
	top:5px;
	right:10px;
}

div #logos #logo {
	padding:0 5px 0 0;
	height:90px;
	float:right;
}

div #logos #buafl {
	padding:13px 0 0 10px;
	height:90px;
	float:left;
}

/* Twitter */
div.bubble {
	width: auto;
	margin-bottom: 24px;
}

div.bubble blockquote {
	margin: 0px;
	padding: 0px;
	border: 1px solid #c9c2c1;
	background-color: #fff;
}

div.bubble blockquote p {
	margin: 3px;
	padding: 0px;
}

div.bubble cite {
	position: relative;
	margin: 0px;
	padding: 7px 0px 15px 60px;
	top: 6px;
	background:url(../images/tip.gif) no-repeat 20px 0;
	font-style: normal;
}

/* Awards Pages */
.rightSelectHolder {
	float:right;
}

.rightSelectHolder select {
	width:100px;
	padding:2px;
	border:1px solid #B91C0B;
}

.awardsHolder, .newsHolder {
	clear:both;
	padding-top:10px;
}

/* Contact Form */
.contactForm input {
	padding:2px;
	border:1px solid #B91C0B;
	width:150px;
}

.contactForm input:hover {
	background-color:#FFF4C6;
}

.contactForm input.subject {
	width:250px;
}

.contactForm textarea {
	width:250px;
	height:130px;
	padding:2px;
	border:1px solid #B91C0B;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}

.contactForm textarea:hover {
	background-color:#FFF4C6;
}

.contactForm .submitButton {
	background-color:#FFF4C6;
	cursor:pointer;
}

.contactFormError {
	float:right;
}

.accordion-image {
	float:left;
	padding:2px;
	border:1px solid #ccc;
}

.accordion-text {
	float:left;
	margin-left:10px;
}
