﻿body {
	background-color: #FFFFFF;
	background-image: url(/webdata/graphics/bt_bodyBG.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	}

ul.accessibility {
	margin: 0;
	padding: 0;
	position: absolute;
	left: -1000px;
	top: -1000px;
	list-style-type: none;
	}

#container {
	position: relative;
	margin: auto;
	margin-top:10px;
	margin-bottom:10px;
	width:982px;
	background-color: #FFF;	
	}

#MainNav {
	clear:both;
	width: 980px;
	border-left:1px solid #C7ADAD;
	border-right:1px solid #C7ADAD;
	}

#header { width:982px;  }
#logoArea {
	float:left;
	width:403px;
	height: 124px;
	border-top:1px solid #C7ADAD;
	border-left:1px solid #C7ADAD;
	}
#logo {
	padding-top:20px;
	padding-left:20px;
	}
#headerImages {
	float:right;
	width:577px;
	height: 124px;
	overflow:hidden;
	border-top:1px solid #C7ADAD;
	border-right:1px solid #C7ADAD;
	}

#contentBg {
	clear:both;
	float:left;
	background-color: #FFF;
	border-left:1px solid #C7ADAD;
	border-right:1px solid #C7ADAD;
	border-bottom:1px solid #C7ADAD;
	width:980px;
	}	

/* Main content columns */
#leftCol {
	clear:both;
	float:left;
	width:225px;
	margin-bottom: 20px;
	margin-top: 37px;
	}
#leftColPad {
	padding-left: 20px;
	padding-right: 0px;
	}
#rightCol {
	float:left;
	width: 753px;
	margin-bottom: 20px;
	margin-top: 20px;
	}

#rightColPad {
	padding-left: 35px;
	padding-right: 30px;
	}
	
#box01 {
	border: 1px solid #D73B39;
	width:202px;
	}	
#box02 {
	border: 1px solid #D73B39;	
	width:202px;
	margin-top:30px;
	}
#socialLinks {
	margin-top:25px;	
	}

/* Breadcruming nav */

.breadCrumb {
	color:#999;
	font-size:95%;
	width:430px;
	overflow:hidden;
	}
.breadCrumb span {
	color:#999;
	font-size:95%;	
	}		
.breadCrumb a:link {
	color:#999;
	text-decoration:none;	
	}
.breadCrumb a:active {
	color:#FF0000;
	text-decoration:none;	
	}
.breadCrumb a:visited {
	color:#999;
	text-decoration:none;
	}
.breadCrumb a:hover {
	color:#999;
	text-decoration:underline;	
	}

#pageTitle {
	padding-top:15px;
	}	 
	 
/* SEARCH */
#searchForm form {
	margin:0;
	padding:0;	
	}
#searchForm {
	position: absolute;
	left: 779px;
	top: 181px;
	width:180px;
	}
.searchInput { 
	margin-right: 0px;	
	padding:4px 2px 4px 2px;	
	width:140px;
	border:1px solid #C7ADAD;
	background-color: #FCFCFC;
	color:#333;
	font-size:95%;
	}
.searchBtn {
	position: absolute;
	left: 150px;
	top: 2px;
	}


#fontSizerPos {
	position: absolute;
	left: 702px;
	top: 185px;
	}
	

/*======================*/
/* footer */

.footerBlock	{
	clear: both;
	float:left;
	margin-top: 5px;
	margin-left:20px;
	margin-right:20px;
	width:940px;
	height: 50px;
	border-top:1px solid #D83C39;
	background-color: #FFF;
	}

.footerTxt1 {
	font-size: 85%;
	color: #333;
	}
	
#footAddr { 
	float:left;
	padding-top:15px;
	}	
#footLinks { 
	float:right;
	padding-top:15px;
	}

.fPipe {
	padding-left:5px;
	padding-right:5px;
	}
	
a.footer:link {
	color:#333;
	background-color:#FFFFFF;
	text-decoration:none;
	}
a.footer:active {
	color:#FF0000;
	background-color:#FFFFFF;
	text-decoration:none;
	}
a.footer:visited {
	color:#333;
	background-color:#FFFFFF;
	text-decoration:none;
	}
a.footer:hover {
	color:#000;
	background-color:#FFFFFF;
	text-decoration:underline;
	}