/*
BTA
*/
body{
	background-color: #1D1B1C;
}
br{
	clear:both;
}
hr{
	border:1px solid #E4E4E4;
}
h1,h2,h3,h4,h5,h6,p,li,label, span, td,th, strong,html{
	font-family:Arial, Helvetica, sans-serif;
}
strong{
	font-weight:bold;
}
p, label,strong, td, th{
	font-size:12px;
	line-height: 130%; /* added by SB */
	color:#5e5e5e;	/* Dark grey*/
	margin:4px 0px;
}
th, strong{
	font-weight:bold;
}
label{
	width:150px;
	float:left;
	clear:both;
}
input, select, textarea{
	border:1px solid #333333;
	padding:2px;
	line-height:120%;
	float:left;
}
h1,h2,h3,h4,h5,h6{
	margin:4px 0px;
	font-weight:bold;
}
h1{
	font-size:20px;
	margin-bottom:8px; /* added by SB */

}
h2{
	color:#fff;
	font-size:16px;
}
h3{
	color:#636262;
	font-size:14px;
}
h4{
	font-size:12px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}
a{
	text-decoration:none;
}
i{
	font-style:normal;
}
h2.splashTitle{
	color:#fff;
	width:400px;
	/*height:70px;*/
	font-size:25px;
	line-height:25px;
	position:absolute;
	top:120px;
	left:30px;
}

h5{
	color:#8c8d8d;  /* was a6a6a6 */
	font-weight:800;
	font-size:13px;
}
h4{
	color:#8c8d8d;  /* was a6a6a6 */
	font-size:16px;
	padding-top:12px;
}
h1.pageTitle {
	font-size:30px;
}
h5.footerContact{
	font-size:16px;
	float:right
}
h5.smallLink {	
	font-size:11px;
	margin:0px 0px;
}
h5.smallLink a{
	color:#A6A6A6; /* Pink Grey (light) */
}
h5.smallLink a:hover{
	color:#2268F8; /* Blue*/
}
strong{
	font-weight:bold;
}
pre,form,fieldset,input,textarea,blockquote,th,td{
	margin:0px;
	padding:0px;
}
img{
	border:0;
}

#globalOuter{	
	width:914px; 
	height:100px;
	margin:0px auto; 
	margin-top:8px;
}
#globalInner{
	background:#fff;
	float:left;
	width:914px; 
	position:relative;
}
#footerOuter{
	height:38px;
	width:914px;	
	background-color:#000; 
}
#footerCopy{
	padding-top:5px;
	padding-left:8px;
	padding-right:8px;
	font-size:11px;
	font-weight:bold;
}
#footerCopy p{
	color:#A6A6A6;
}
/* This is the top left logo/menu box */
#navBoxOuter{
	background-color: #000000;
	height:93px; /* was 272px, changed to 264px by SB */
	width:914px;
	float:left;
	position:relative;
	margin-top:12px;
	padding-top:8px;
	overflow:hidden;
}
#footerLinksOuter{
	width:914px;
}
#footerLinks{
	clear:both;
	padding-top:8px;
	padding-bottom:12px;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	list-style:none;
	color:#a5a5a5;	
}
#footerLinks li{
	display:inline;
	margin:0px 3px;
}
#footerLinks a{
	color:#a5a5a5;
}
#footerLinks a:hover{
	color:#cccccc;
}

/* Main content for copy and CMS data */

#contentOuter{
	background:#ffffff;
	/* z-index:10;  */
	/* position:relative; */
	padding:0px 34px 20px 34px; /* was 0px 35px 20px 35px */
}
#contentOuterBottom{
    /* added by SB */
	background:#ffffff;
	/* z-index:10; */
	/* position:relative; */
	padding:0px 34px 20px 34px; /* was 0px 35px 20px 35px */
}
#contentInnerBottomCol {
	width:840px;	/* was 860px - SB */
	/* margin:35px 0px 20px 0px; /* was 10px 10px 0px 0px; */ */
	float:left;
}
#contentInnerBottomCol h3, h5 {
	margin-top:12px;
}
#contentInnerBottomCol p {
	padding:6px 40px 6px 0px;
}
#contentInnerBottomCol ul ol {
 	font-size:12px;
	color:#5e5e5e;	/* Dark grey*/
	margin:10px 30px;
	line-height: 160%; /* added by SB */
}
#contentInnerBottomCol a:hover {
	color:#11717C; /* 40CAF1 */
	font-weight:bold;
}
#contentInnerBottomCol a {
	color:#636262; /* 11717C default Dark green */
	font-weight:bold;	
}
#contentInnerBottomCol ul li {
	font-size:12px;
	color:#5e5e5e;	/* Dark grey*/
	background: transparent url(./img/rightColBoxBullet.png) no-repeat 0px 3px; 
	padding-left:20px;
}
#contentInnerBottomCol ol li {
	list-style-type:decimal;
	margin-left:20px;
	background:none;
}
/* End main content for copy and CMS data */












