/* Splash 2 */

body {
	background-image:url(/images/bac_body.jpg);
	background-repeat:repeat-x;
	background-position:top left;
	background-color:#d5dce1;
	font-size:80%;
	line-height: 1.5; /* Unitless for proper inheritance */
	font-family:Arial, Helvetica, sans-serif;
	color:#505050;

}


h1 {
	font-size:2.5em;
	color:#FFFFFF;
}
h1 strong {
	color:#FFFFFF;
	font-weight:bold;
	font-size:.95em;
}

h2 {
	color:#15365d;
	font-size:1.7em;
	line-height:1.2em;
	margin-bottom:.2em;
}

h3 {
	color:#15365c;
	font-size:1.3em;
	font-weight:bold;
	margin-bottom:.5em;
}

h4 {
	color:#116d9e;
	font-size:1.53em;
	margin-bottom:1.2em;
}

p {
	margin-bottom:1em;
}

ul, ol { 
	margin: 0 0 1.5em 1.5em; 
	}
	
ul ul, ol ol { 
	margin-bottom: 0; 
	}
UL {
	list-style-type:disc;
}
ol { 
	list-style-type: decimal; 
	}
	
li {
	margin-bottom:.2em;
	}
	
dl {
	margin: 1.5em 0;
	}
	
dl dt { 
	font-weight: bold; 
	}
	
dl dd {
	margin-left:2em;
	margin-bottom:1em;
}

a { 
	color: #116d9e;
}

blockquote { 
	margin-bottom:1em;
	}
	
cite {
	display:block;
	font-style:italic;
	text-align:right;
	margin-right:3em;
}
	
strong { 
	font-weight: bold;
	}
	
em { 
	font-style: italic;
	}

.right {
	float:right;
	margin-left:10px;
}

.body_shell {
	width:880px;
	background-color:#FFFFFF;
	margin-right:auto;
	margin-left:auto;
	position:relative;
	overflow:hidden;
	margin-bottom:4em;
}

.head_shell {
	position:relative;
	overflow:hidden;
	background-image:url(/images/bac_head.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:269px;
	margin-top:12px;
	padding: 28px 56px 0 56px;
}

.head_shell h2 {
	margin-top:40px;
	padding-right:340px;
	margin-bottom:10px;
}

.contact-promo {
	right:0px;
	top:20px;
	left:auto;
}
.page-body {
	overflow:hidden;
}

.promo-column {
	background-image:url(/images/bac_promo-column.jpg);
	background-position:left top;
	background-repeat:no-repeat;
	float:right;
	height:443px;
	padding-left:0;
	padding-right:50px;
	padding-top:74px;
	text-align:right;
	width:451px;
	}
	
#content {
	padding:0 430px 0 56px;
}

.content-footer {
	text-align:center;
	padding:0 56px 0 56px;
	position:relative;
	overflow:hidden;
	clear:both;
}

.content-footer h3 {
	font-size:1.1em;
	margin-bottom:1em;
}
.content-footer p {
	margin-bottom:0;
}

.content-footer ul {
	margin:0 auto 1.5em auto;
	width:283px;
	position:relative;
	overflow:hidden;
}
.content-footer ul li {
	list-style-type:none;
	width:140px;
	float:left;
	font-size:.9em;
	text-align:left;
}
.globalfooter {
	padding:0 56px 1em 56px;
	padding-top:1em;
	clear:both;
	text-align:center;
	border-bottom:19px solid #15365c;
	font-size:.8em;
}

.globalfooter p {
	margin-bottom:0;

}

/* ARRAY */
.array {
	display: block;
	height: auto;
	position:relative;
	overflow:hidden;
	}

div.array:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
	}
	
.element {
	float:left;
	margin-bottom:1em;
	margin-right:2.8em;
	text-align:center;
	}
.element p {
	margin-top:1em;
}

