/* Splash 2 */

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

}


h1 {
	font-size:2.8em;
	color:#15365d;
	
}
h1 strong {
	color:#116d9e;
	font-weight:bold;
}

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

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

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

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: 1.5em 0 1.5em 1.5em;
	color: #666;
	font-style: italic; 
	}
	
strong { 
	font-weight: bold;
	}
	
em { 
	font-style: italic;
	}


.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:290px;
}

.head_shell .logo {
	position:absolute;
	top:32px;
	left:50px;
}

.head_shell h1 {
	position:absolute;
	top:140px;
	left:56px;
}

.head_shell h2 {
	position:absolute;
	top:230px;
	left:56px;
	padding-right:230px;
}

.content_shell {
padding:0 2em 0 0;
}

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

.promo-column {
	width:380px;
	float:right;
	background-image:url(/images/bac_promo-column.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	height:172px;
	text-align:center;
	padding-top:420px;
	padding-left:50px;
	}
	
.promo-column h2 {
	font-weight: bold;
	margin-bottom:0;
}

.promo-column h3 {
	color:#116D9E;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.6em;
	font-weight:bold;
}

.promo-column p {
	color:#15365d;
	margin-bottom:.5em;
}

.promo-column a.button {
	background-image:url(/images/bac_buy.gif);
	background-position:left top;
	background-repeat:no-repeat;
	color:#000000;
	display:block;
	font-size:1.2em;
	height:41px;
	margin-left:92px;
	padding-top:5px;
	text-decoration:none;
	width:187px;
	}

#content {
	padding:0 56px 0 56px;

}

.movie {
	padding-left:80px;
	height:240px;
	background-image:url(/images/bac_movie.gif);
	background-position:80px 175px;
	background-repeat:no-repeat;
}
.content-footer {
	padding:0 56px 1em 56px;
	font-size:.8em;
	position:relative;
	overflow:hidden;
	margin-bottom:1em;
}
.content-footer h3 {
	font-size:1.2em;
}

.content-footer ul {
	margin:0 0 1.5em 0;
	width:600px;
}

.content-footer ul li {
	list-style-type:none;
	width:200px;
	float:left;
	
}

.globalfooter {
	text-align:center;
	font-size:.8em;
	padding-bottom:2em;
	padding-top:1em;

}

.globalfooter p {
	margin-bottom:0;

}

