/********************************* BASIC ELEMENTS ***************************/
@charset "utf-8";
body  {
	font: Arial, Helvetica, sans-serif;
	background: #000c48;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
html {
	margin: 0;
	padding: 0;
	}

p { 
	margin-top: 0; 
	text-align: left;
	}

a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #000000;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #01167e;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #01167e;
	}
/* below is an optional but suggested clearing utility class */
.clear_both {clear:both; height:0; overflow:hidden; margin:-1px 0 0 0;}

/***************************** DIVE BASED ELEMENTS ****************************/

.BTpage #container {
	width: 910px;
	background: #0139b8;
	margin: 0 auto;
	border-left: 2px #000;


} 
.BTpage #header { 
	background: transparent url(images/bt_topbar.gif) no-repeat top; 
	height: 39px;
} 
.BTpage #header p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: right;
	padding-top: 13px;
	margin-right: 25px;

}
.BTpage #header p a {
	color: #fff;

}

/*************SIDEBAR ******************/
.BTpage #sidebar1 {
	float: left;
	width: 307px;	
	background: transparent url(images/bt_logo.gif) no-repeat top left;
	background-color: #0139b8;
	padding: 133px 0px 5px 0px; /* top and bottom padding create visual space within this div  */
	display: inline;
}
.BTpage #logo a {
	width: 307px;
	display: block; 
	margin: 0;
	height: 156px;
	padding: 60px, 0px, 0px, 0px;
	text-decoration: none;
} 
.BTpage #logo a span {
	visibility: hidden; 
} 


.subheader {
	font: 12px arial, sans-serif; 
	font-weight: bold; 
	color: #066ab5;
	text-align:right;
	margin-right: 40px;
	margin-bottom: -15px;
	}


.divider {
	display: block;
	text-align: right;
	margin-right: 40px;
}

.leftnav {
	width: 230px;
	display: block;
	margin-right: 40px;
	font: 11px arial, sans-serif; 
  	font-weight: bold; 
  	color: #318037;
  	text-align:right;
}
.leftnav span {
	font: 10px Arial, Helvetica, sans-serif;

}
.boxcontainer {
	height: 160px;
	display: block;
}



/************************ CONTENT ******************************/



.BTpage #mainContent {
	float: right;
	width: 603px;
	padding: 0px;
	background-color: #f5f4dd;
	display: inline;
} 
.BTpage #mainContent h1 {
	text-align: left;
	margin-left: 35px; 
	margin-right: 20px;
	padding: 15px 0 0px; 
	font: bold 16pt Times, serif;
	color: #bf1e2e;
}

.BTpage #mainContent h1 span {
	font: bold italic 18pt Times, serif;
	color: #01167e;
}
.BTpage #mainContent h2 {
	display:block;
	background-color:#309afc;
	text-align: left;
	margin-left: 35px; 
	margin-right: 20px;
	padding: 15px 10px 10px 10px; 
	font: bold Italic 14pt arial;
	color: #efefef;
}
.BTpage #mainContent h3 {
	text-align: left;
	margin-left: 35px; 
	margin-right: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size:12px;
	line-height: 1.6;
	color: #000000;
}
.BTpage #mainContent h4 {
	display:block;
	width: 240px;
	float: left;
	text-align: left;
	margin-left: 35px; 
	margin-right: 5px;
	padding: 2px 0px 2px 0px; 
	color: #01167e;
	font: bold 10pt Arial, sans-serif;
	display: inline;
}
.BTpage #mainContent h5 {
	display:block;
	width: 250px;
	float: right;
	text-align: left;
	margin-left: 0px; 
	margin-right: 60px;
	padding: 2px 0px 2px 0px; 
	color: #01167e;
	font: bold 10pt Arial, sans-serif;
	display: inline;
}
.BTpage #mainContent h6 {
	text-align: left;
	margin-left: 35px; 
	margin-right: 20px;
	padding: 15px 0 0px; 
	font: bold 16pt Times, serif;
	color: #ffffff;
}
.BTpage #mainContent p {
	padding: 0px 0px 0px 0px; 
	text-align: left;
	margin-left: 35px; 
	margin-right: 30px;
	font: normal 10pt Arial, sans-serif;
	line-height: 1.7;
	color: #000000;
}
.BTpage #mainContent p span {
	color: #01167e;
	font: bold 10pt Arial, sans-serif;
}
#contentlist ul {
  float: left;
  width: 560px;
  margin: 10px;
  padding: 0px 10px 10px 10px;
  font: normal 10pt Arial, sans-serif;
  list-style: none;
  display: inline;
}
 
#contentlist li {
  float: left;
  width: 145px;
  margin: 0;
  padding: 0px;
  line-height: 22px;
  background-image: url(images/bullet_paw.gif);
  background-position: 0 0px;
  background-repeat: no-repeat;
  padding: 0 0 0 22px; /* left padding moves the text away from the bullet */
display: inline;
} 

.BTpage #topImage {
	float: left;
	width: 302px;
	height: 289px;
	background:url(images/bt_photo.jpg) no-repeat top left;
	display: inline;

} 
.BTpage #topSlideshow {
	float: right;
	width: 301px;
	height: 289px;
	background:url(images/bt_slideshow.gif) no-repeat top left;
	display: inline;
} 
.BTpage #slider_wrap {
	margin:29px 0px 0px 26px;
} 
	
.BTpage #promo {
	width: 603px;
	padding: 0px;
} 
.BTpage #promo1 {
	float: left;
	width: 201px;
	background: transparent url(images/promo_BK01.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 245px;
	padding: 20px 0px 0px 0px;
	display: inline;
} 
.BTpage #promo2 {
	float: left;
	width: 205px;
	background: transparent url(images/promo_BK02.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 245px;
	padding: 20px 0 0px;
	display: inline;
} 
.BTpage #promo3 {
	float: right;
	width: 197px;
	background: transparent url(images/promo_BK03.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 245px;
	padding: 20px 0 0px;
	display: inline;
} 

.BTpage #promo4 {
	float: left;
	width: 201px;
	background: transparent url(images/promo_BK01.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 200px;
	padding: 20px 0px 15px 0px;
	display: inline;
} 
.BTpage #promo5 {
	float: left;
	width: 205px;
	background: transparent url(images/promo_BK02.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 200px;
	padding: 20px 0px 15px 0px;
	display: inline;
} 
.BTpage #promo6 {
	float: right;
	width: 197px;
	background: transparent url(images/promo_BK03.gif) no-repeat top left;
	background-color: #d7d5c2;
	height: 200px;
	padding: 20px 0px 15px 0px;
	display: inline;
} 
.BTpage #promo1 p, .BTpage #promo2 p, .BTpage #promo3 p, .BTpage #promo4 p, .BTpage #promo5 p, .BTpage #promo6 p {
	font: Arial, Helvetica, sans-serif;
	font-size:13px;
	text-align: center;
	color: #0139b8;
	font-weight: bold;
	line-height: 1.2em;
	margin: 10px;
}
.BTpage #promo1 p a, .BTpage #promo2 p a, .BTpage #promo3 p a, .BTpage #promo4 p a, .BTpage #promo5 p a, .BTpage #promo6 p a {
	color: #0139b8;
	text-decoration: underline;

}

.BTpage #promo1 p span, .BTpage #promo2 p span, .BTpage #promo3 p span, .BTpage #promo4 p span, .BTpage #promo5 p span, .BTpage #promo6 p span {
	color: #01167e;
}
.BTpage #leftcolumn {
	float: left;
	width: 235px;
	display: block; 
	margin-left: 20px;
	display: inline;
} 
.BTpage #leftcolumn h6 {
	font: bold 10pt Arial, sans-serif;
	color: #3f9939;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
} 
.BTpage #leftcolumn p {
	font: normal 9pt Arial, sans-serif;
	color: #5D5D5D;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 0px 5px 0px;
	
} 
.BTpage #leftbox {
	float: left;
	width: 330px;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	display: inline;
} 
.BTpage #leftbox4 {
	float: left;
	width: 240px;
	display: block;
	margin-left: 35px;
	padding: 10px 10px 15px 10px;
	background-color:#b5dc80;
	border: 2px dotted #519d27;
	font: normal 10pt Arial, sans-serif;
	display: inline;
} 
.BTpage #leftbox4 span {
	font: bold 12pt Arial, sans-serif;
	color: #006;
	display: inline;
} 
.BTpage #rightbox {
	float: right;
	width: 240px;
	display: block;
	margin-right: 20px;
	padding: 10px 10px 15px 10px;
	background-color:#b5dc80;
	border: 2px dotted #519d27;
	font: normal 10pt Arial, sans-serif;
	display: inline;
} 
.BTpage #rightbox span {
	font: bold 12pt Arial, sans-serif;
	color: #006;
	display: inline;
} 
.BTpage #rightbox3 {
	float: right;
	width: 230px;
	display: block;
	margin-right: 20px;
	padding: 15px 10px 10px 0px;
	background-color:#d0ce97;
	border: 2px dotted #309afc;
	font: normal 10pt Arial, sans-serif;
	display: inline;
} 

.BTpage #leftbox2 {
	float: left;
	width: 260px;
	display: block;
	margin-right: 0px;
	padding: 0px;
	display: inline;
} 
.BTpage #rightbox2 {
	float: right;
	width: 275px;
	display: block;
	margin-right: 45px;
	padding: 0px;
	display: inline;
} 
.BTpage #rightcolumn {
	float: right;
	width: 240px;
	display: block; 
	margin-left: 16px;
	display: inline;
	
} 
.BTpage #rightcolumn h6 {
	font: bold 10pt Arial, sans-serif;
	color: #3f9939;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	
} 
.BTpage #rightcolumn p {
	font: normal 9pt Arial, sans-serif;
	color: #5D5D5D;
	line-height: 1.4;
	margin: 0px;
	padding: 5px 5px 5px 0px;
	
	
} 
/******************************* FOOTER for both Main and Page Content *****************************/
#footer { 
	padding: 0px 0px 0px 10px; 
	background-color: #bf1e2e;
	height: 48px;
} 
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFF;
	text-align: right;
	padding-top: 20px;
	margin-right: 25px;

}
#footer p a {
	color: #FFF;
}


				
/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

