.vLogo{
	list-style: none;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	max-width:304px;
}
.well-light { 
	background-color: #3a3f44;
}
#top-link-block.affix-top {
	position: absolute; /* allows it to "slide" up into view */
	bottom: -82px;
	left: 10px;
}
#top-link-block.affix {
	position: fixed; /* keeps it on the bottom once in view */
	bottom: 18px;
	left: 10px;
}
body {
	/*background-image: url('../isis-small.png');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: right bottom;
	padding-top: 50px;*/			
}
.navbar-nav {
	width: 100%;
	text-align: center;
}
.navbar-nav li {
	float: none;
	display: inline-block;
}
.navbar .navbar-collapse {
	text-align: center;
}
#banner
{
	overflow: hidden;
	padding: 1em 0em 2em 0em;
	background: #000000;
	background-size: cover;
	text-align: center;
	color: rgba(255,255,255,.8);
}
#banner .title
{
	margin-bottom: 0em;
	text-transform: uppercase !important;
}
#banner .title h2
{
	color: #fff;
}
#banner .title .byline
{
	color: rgba(255,255,255,.6);
}
#bannerchristmas
{
	overflow: hidden;
	padding: 0em 0em 1em 0em;
	background: repeating-linear-gradient(45deg,#FFFFFF,#FFFFFF 60px,#FF0000 60px,#FF0000 120px);
	background-size: cover;
	text-align: center;
	color: rgba(255,255,255,.8);
	font-weight: 900;
	font-size: 1.2em;
}
#bannerchristmas .title
{
	color: white;
	text-shadow: 0px 0px 7px rgba(255, 00, 00, 1);
	margin-bottom: 0em;
	text-transform: uppercase !important;
}
#bannerchristmas .title h2
{
	font-weight: 900;
	font-size: 1.8em;
	text-shadow: 0px 0px 7px rgba(255, 00, 00, 1);
	color: #FFF;
}
#bannerchristmas.title .byline
{
	color: rgba(255,255,255,.6);
}
.container
{
	overflow: hidden;
	margin: 0em auto;
	width: 100%;
	max-width: 1200px;
}
.image
{
	display: inline-block;
}
.image img
{
	display: block;
	width: 100%;
}
.image-full
{
	display: block;
	width: 100%;
	margin: 0;
}
.image-left
{
	float: left;
	margin: 0 2em 2em 0;
}
.image-centered
{
	display: block;
	margin: 0 0 2em 0;
}
.image-centered img
{
	margin: 0 auto;
	width: auto;
}
.button
{
	display: inline-block;
	margin-top: 0em;
	padding: 1em 2em 1em 2em;
	background: #000000;
	letter-spacing: 0.20em;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 900;
	font-size: 0.90em;
	color: #FFF;
}
.boxA,
.boxB
{
	width: 100%;
	max-width: 384px;
	display: inline-block;
	text-align: center;
}
.boxA h2,
.boxB h2
{
	margin-bottom: 1em;
	font-weight: 900;
	font-size: 1.7em;
}
.boxA p,
.boxB p
{
	padding: 0em 0em;
}
.boxA,
.boxB
{
	margin-left: 20px;
}
#page
	{
		position: relative;
		overflow: hidden;
		padding: 1em 0em;
	}
.box
{
	margin-bottom: 1em;
	padding-bottom: 0em;
	
}
.box span
{
	margin: 0;
	padding: 1em 1em;
	background: #000000;
	display: block;
	line-height: 2em;
	text-align: center;
	text-transform: uppercase;
	font-weight: 450;
	font-size: 1.4em;
	color: #FFF;
	
}
#site_footer {    
	position: relative;  
	max-height:100px;
}
.parentscroll{
    position: relative;
    width: 370px;
    height: 300px;
    border: 2px solid black;
    overflow: hidden;}
.childscroll{
    height: 300px;   
    width: 384px;
    overflow-y: scroll;
	background-color: #444a51;
}

.wrap {
    position: relative;
	z-index: 8888;
	height: 100%;
	width: 100%;
	text-align: center;
}