/* top bar nav on top of template good for staic links link sections etc.*/
.topbar{
color:#fff;
background-color:#222;
/*ajust the top bar height*/
height:30px;
text-align:right;
text-decoration:none;
padding-top:5px;
padding-right:5px;
display:block;
white-space:nowrap;
}
.topbar a:link{color:White;}
.topbar a:visited{color:White;}
.topbar a:hover{color:White;}

/* Wrapper Footer Trick */
#Wrapper {
height:auto !important;
/*this works hand in hand with the #FooterWrapper min-height: settings */
min-height:90%;
}

/* Heading Color and Height control*/
#Header {
background-image:url(../images/brb.png);
background-repeat: repeat-x;
}

/*Menu Wrapper to cover the width if needed*/
#MenuWrapper{
	background-color:#333;
	width:100%;
	height:25px;
	white-space:nowrap;
	/*need for  FF div not working right*/
	margin:0 auto;
	padding-top:5px;
	}

/* Main Body Padding */
.MainBody{padding:8px;}
	
/* Start of layout Center Mass */

/* End of layout Center Mass */

/* Centers the footer links etc.*/
.center{margin:0 auto;text-align: center; }
#FooterWrapper{
padding:10px;
clear:both;	
/*this works hand in hand with the #Wrapper min-height: settings */
min-height:10%;
background-color: #222;
}

#masthead{
	width: 980px;
	height:210px;
	margin: 0 auto;
	background-image:url(../images/tbd_logo.png);
	background-repeat:no-repeat;
	background-position: top left;
	
}

#dropshadow{
	margin:0 auto;
	width:980px;
	}

#container {
	width: 980px;
	margin: 25px auto;
	
}

#social{
	height:45px;
	position:inherit;
	z-index:9;
	margin: 0 auto;
	width:870px;
	padding-left: 242px;
	padding-bottom: 5px;
}

#topnav{
	height:30px;
	position:inherit;
	z-index:9;
	margin: 0 auto;
	width:870px;
	padding-left: 110px;
	
}

#scroller{
width:980px;
height:350px;
position:relative;
z-index:2;
display:none;
}



#title{
	width:980px;
	height:155px;
	margin: 0 auto;
	

}

#content{
	padding:50px 35px 50px 160px;
	/*overflow: auto;
background-image:url(../images/content_bg.png);*/
}



#twitter{
	width:940px;
}

#facebook{
	width: 940px;
	
}


#slider {
	width: 940px;
	height: 270px;
	float:left;
	border: 1px solid #fff;
	margin-bottom: 20px;
}

#leftcol{
	float:left;
	width: 680px;

}

#rightcol{
	float:right;
	width:225px;
	height:130px;
	margin-bottom: 20px;
}




#footer{
	width: 100%;
	height:120px;
	margin: 0 auto;
	padding:0px 35px 0px 160px;
	
}

/*#footer td th{
	color:#000;
	font-family: Verdana, Geneva, sans-serif;
	font-size:1em;
	line-height: 1.2em;
	}

#footer a:link {
	color: #fff;
	text-decoration:none;
	}
	
#footer a:visited {
	color: #fff;
	text-decoration:none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration:underline;
	}
	
.designer {
	color: #fff;
	font-weight:normal;
	padding: 10px 0;
	font-size:10px;
	}	
	
	
.designer a:link {
	color: #fff;
	text-decoration:none;
	}
	
.designer a:visited {
	color: #fff;
	text-decoration:none;
	}
	
.designer a:hover {
	color: #fff;
	text-decoration:underline;
	}	*/ 