a:link, body_alink {
	color: #2a323f;
	text-decoration: none;
}
a:visited, body_avisited {
	color: #2a323f;
	text-decoration: none;
}
a:hover, a:active, body_ahover {
	color: #3a758e;
	text-decoration: none;
}
#header {
	background: #2E2E2E;
	padding:0 50px;
	height:35px; 
	border-bottom:2px solid #3A758E;
}
#logo { 
	background:url(logo.png) no-repeat top left;
	text-indent: -999em;
	width:247px;
	height:28px;
}


#navigation a {
	float:left;
	background:url(navLeftBlue.gif) no-repeat left top;
	margin:0 8px 0 0;
	padding:0;
	text-decoration:none;
}
#navigation a span {
	float:left;
	display:block;
	background:url(navRightBlue.gif) no-repeat right top;
	padding:0 11px 0 11px;
	line-height:35px;	
	color:#ddd;
}
.breadcrumb strong {
	color:#3a758e;
}
.breadcrumb a:hover {
	color:#3a758e;
	text-decoration:none;
}

.tcat_alt_title a, .tcat_alt_title a:visited {
	color:#3a758e;
	text-decoration:none;
}

.bigfont a:hover {
	color:#3a758e;
	text-decoration:none;
}
a:hover.bigusername {
	color:#3a758e;
}
.smallfont a strong,.smallfont a:visited strong {
	color:#3a758e;
	font-weight:400;
}
.lastpost_user a:hover a,.lastpost_user a:visited {
	color:#3a758e;
}
.lastpost_user a:hover {
	color:#3a758e;
}
.thead {
	background: #3a758e;
	color: #eae7df;
	font: 11px arial, helvetica, sans-serif;
}
.post_field strong {
	color: #3a758e;
}
.post_field2 strong {
	color: #3a758e;
}
.vbmenu_alt a:hover, .vbmenu_alt a:active {
	color: #3a758e;
	text-decoration: none;
}
.contentNav a:hover {
	color:#3a758e;
	text-decoration:none;
}
.copyright a:hover {
	color:#3a758e;
	text-decoration:none;
}
.memberBox a:hover {
	color:#3a758e;
}
#footerLogo { 
	background:url(footerLogo.png) no-repeat top left;
	text-indent: -999em;
	width:161px;
	height:18px;
}



/* ######### CSS for Tabbed Forum Home ######### */

.TFHmenu2{
padding: 0;
width: 100%; float:left;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.TFHmenu2 ul{
margin:0;
margin-left: 0px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.TFHmenu2 li{
display: inline;
margin: 0 0 0 0;
padding: 0;
/*text-transform:uppercase;*/
}

.TFHmenu2 span{
float: left;
display: block;
font:bold 10pt arial, helvetica, sans-serif;
color: #837e6e;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;

}

.TFHmenu2 a{
float: left;
display: block;
font:bold 11pt arial, helvetica, sans-serif;
color: #837e6e;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px;
}

.TFHmenu2 a:hover{
font:bold 11pt arial, helvetica, sans-serif;
background: #E9E6DF;
-moz-border-radius:1em;
-webkit-border-radius:1em;

color: #3a758e;
}

.TFHmenu2 a.selected{ 
font:bold 11pt arial, helvetica, sans-serif;
background: #E9E6DF;
-moz-border-radius:1em;
-webkit-border-radius:1em;

color: #3a758e;

}

.TFHmenu2line{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 5px;
background: #F5F4F0;  
}



