﻿#interContainer{
width: 620px; /*Width of interstitial box*/
padding: 15px;
padding-top: 0;
/*background-color: #B50128;*/
visibility: hidden;
z-index: 6;
float: right;
font-size: 120%;
text-decoration: none;
color: gray;
padding: 5px 0;
text-align: left;
margin-top: 185px;
margin-right: 2px;
}

#pageAlign 
{
	width: 760px;
	margin: 0 auto;
	height: auto;
	position: relative;
}

div.accept .headerbar
{
	padding: 10px;
	text-align: center;
	font-family: trebuchet ms,humanst521,gill,helvetica,sans-serif;
	font-size:13px;
	color: #000;
	font-weight: bold;
	background-color: #B50128;
	border-left: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

div.accept .headerbar a
{
	font-family: trebuchet ms,humanst521,gill,helvetica,sans-serif;
	font-size:13px;
	background-color: #B50128;
	color:#000;
}


/*#interContainer { CSS for header bar of interstitial box
color: gray;
padding: 5px 0;
text-align: left;
}

#interContainer { CSS for header bar links of interstitial box
font-size: 120%;
text-decoration: none;
}*/


#interContent{ /*CSS for div that holds the content to show*/
border: 1px solid #999999;
padding: 4px;
background-color: white;
}

#interVeil{ /*CSS for background veil that covers entire page while interstitial box is visible*/
width: 100%;
text-align: center;
position: absolute;
/*background: black url(blackdot.gif);*/
/*right: 0;*/
/*width: 10px;*/
top: 0;
left: 0;
z-index: 5;
visibility: hidden;
/*filter: progid:DXImageTransform.Microsoft.alpha(opacity=80);
opacity: 0.8;*/
}

/*clear fix from web*/

.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}

.clearfix {display:inline-block;}

/* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;}

/* End hide from IE-mac */
