/* cascading style sheet for LBW Enviroment

Copyright 2009 J6 design. All Rights Reserved. 
................................................................ */

body {
	color: #8b8b8b;
	PADDING: 0px;
	margin: 20px 0px 10px;
	text-align: center;
	FONT-FAMILY: Geneva, Arial, Helvetica, sans-serif;
	background: url(images/LBW_RH_BT.gif) no-repeat bottom right fixed;
}



/* GLOBAL TEXT PROPERTIES
................................................................ */

h1 {
	font-size: 18px;
	padding: 0px;
	margin: 30px 0px 5px;
	font-weight: normal;
	color: #8ba220;
	line-height: 1.5;
}

h2 {
	font-size: 16px;
	padding: 0px;
	margin: 20px 0px 10px;
	font-weight: normal;
	color: #8ba220;
	line-height: 1.2;
}


p {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 14px;
}

td, li { font-size: 14px;
}

a:link, a:visited {
	color: #8ba220;
	text-decoration: none;
	padding: 0px;
}

a:hover {
	color:  #666666;
	text-decoration: none;
}



/* if css disabled
................................................................ */
.css { 
	display: none;
	}
	

/* main content
................................................................ */

.banner {
	PADDING: 0px;
	margin: 0px;
	background: #8ba220;
	width: 100%;
	float: left;
}
.main {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
}

.navbanner {
	color: #8b8b8b;
	PADDING: 0px;
	margin: 0px;
	background: url(images/navBanner.gif) repeat-x top left;
	width: 100%;
	float: left;
}

.content {
	margin: 0px;
	padding: 0px;
	width: 850px;
	float: left;
}

.content2 {
	margin: 20px 0px 0px;
	padding: 0px;
	width: 850px;
	float: left;
}

.headTxt {
	width: auto;
	margin: 0px;
	padding: 0px;
	float: right;
	text-align: right;
}



.headTBA {
	width: auto;
	margin: 0px;
	padding: 10px;
	float: center;
	text-align: left;
}




.col1 {
	margin: 10px 0px 5px 0px;
	padding: 0px;
	float: left;
	width: 540px;
	text-align: left;
}

.col2 {
	margin: 10px 0px 0px;
	padding: 0px 0px;
	width: 270px;
	float: right;
	text-align: left;
}
/* MENU 
................................................................ */
.nav {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	text-align: left;
}

.nav UL {
	FLOAT: left;
	MARGIN: 0px;
	padding: 0px;
}

.nav LI {
	FLOAT: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-size: 14px;
	border-left: 1px solid #ffffff;
}

.last {
	border-right: 1px solid #ffffff;
}

.nav a:link, .nav a:visited {
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;	
	padding: 10px 20px 7px;
	background: #8ba220;
}

.nav a:hover {
	color:  #fffff;
	text-decoration: none;	
	background: #213e99;
}

.navActive {
	background: #904a2c;
	DISPLAY: block;
	color: #ffffff;
	text-decoration: none;	
	padding: 10px 20px 7px;
}


/* IMAGE PROPERTIES
................................................................ */


.logo {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 300px;

}

img#TBA{ 
	background:url(images/TBA_Logo.jpg); 
	width:275px; 
	height:94px; 
}


.left {
    float: left;
	margin: 0px 10px 10px 0px;
	padding: 0px;
}

/* footer
................................................................ */
.footer {
	width:100%;
	margin: 30px 0px 0px;
	padding: 0px;
	color: #cccccc;
	float: left;
	font-size: 0.75em;
	line-height: 1.5;	
}
.footer a:link, .footer a:visited{
	text-decoration: none;
	color: #cccccc;	
}

.footer a:hover
{
	color:  #8ba220;
	text-decoration: none;	
}
