@charset "UTF-8";
/* CSS Document */
img{border:0px;}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color:#CCC;
	margin:0px;		
}
.container{
	width:890px;
	margin-left:50px;
	margin-right:50px;
	background-color:#FFF
}
.logocontainer{
	margin-left:50px;
	margin-right:50px;
	border-bottom: 4px solid #00467f;
	padding-top:25px;
}
.connectionlogo{
	background-image: url(Images/connection_logo.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	height:129px;
}
.connectionlogo2{
	background-image: url(Images/connection_logo2.gif);
	background-repeat: no-repeat;
	background-position: top left;
	height:151px;
	margin-top:15px;
}
.bluebanner{
	background-image:url(Images/blue_banner.gif);
	background-repeat: no-repeat;
	background-position:top left;
	height:151px;
	margin-top:15px;
}
.tagline{
	background-image: url(Images/tagline.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
	height:117px;
	width:530px;
}
.copysection{
}
.welcomesection{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:26px;
	color:#555555;
	padding-top:10px;
	padding-bottom:15px;
	text-align:left;
}
.welcomesection2{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	line-height:26px;
	color:#555555;
	padding-top:45px;
	padding-bottom:0px;
	text-align:left;
}
.welcomesection3{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:14px;
	color:#000;
	padding-top:45px;
	padding-bottom:15px;
	text-align:left;
}
.audiosection{
	padding-top:15px;
	border-top: 2px solid #00467f;
	border-bottom: 2px solid #00467f;
	background-image: url(Images/audio_headline.gif);
	height:100px;
	background-repeat: no-repeat;
	background-position:top left;
	text-align:left;
}
.audiosection a,.pdfsection a{color:#00467f;text-decoration:none;}
.pdfsection{
	padding-top:15px;
	background-image: url(Images/pdf_headline.gif);
	height:550px;
	background-repeat: no-repeat;
	background-position:top left;
	text-align:left;
}
.rightcontent{
	border-right: 2px solid #00467f;
}
.videosection{
	background-image: url(Images/video_headline.gif);
	height:35px;
	background-repeat: no-repeat;
	background-position:top left;
}
.videosubsection{
	background-color:#fffbc6;
	text-align:left;
	clear: both;
	padding:10px;
	margin-bottom:10px;
}
.videosubsection ul{
	list-style:none;
	margin:0px;
	padding:0px;
	clear: both;
}
.videosubsection ul li{
	clear: both;
	height: expression( this.scrollHeight < 88 ? "89px" : "auto" ); /* sets min-height for IE */
	min-height: 89px; /* sets min-height value for all standards-compliant browsers */
	padding-top:10px;
}
.videosubsection ul li img{
	margin-right:5px;
}
.videosubsection span{
	font-weight:bold;
}
.videoone{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height:16px;
	padding-bottom:10px;
	padding-left:10px;
	text-align:left;
	clear: both;
	height: expression( this.scrollHeight < 88 ? "89px" : "auto" ); /* sets min-height for IE */
	min-height: 89px; /* sets min-height value for all standards-compliant browsers */
}
.videoone img{
	margin-right:5px;
}
.attclogo{
	height:68px;
	padding-top:30px;
}
#video{
	display:none;
	width:675px;
	height:485px;
	position: absolute;
	top: 160px;
	left: 235px;
	z-index: 101;
}
.vidcontain{
	background-color:#00467f;
	padding:3px;
	margin-left:10px;
}
.viddatabox{
 	border: 1px solid white;
	padding:10px;
}
.viddatabox div.close {
	display:block;
	width:100%;
	text-align:right;
}
.viddatabox a {
	color: white;
	text-decoration: none;
}
.viddatabox a:hover {
	color: white;
	text-decoration: none;
	font-weight:bold;
}
.vidcirc{
	/*position: relative;
	top:8px;*/
}
.floatclear{
	clear: both; 
	margin: 0px; 
	padding: 0px; 
	height: 25px; 
	position: relative; 
	font-size: .05em;
}

.bottomlinks{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	height:16px;
	margin-top:15px;
	text-align:left;		
}
.bottomlinks a{
	color:#00467f;
	text-decoration:none;
}
.form{
	text-align:left;
}
.floatclear{clear: both; margin: 0px; padding: 0px; height: 0px; position: relative; font-size: .05em;}
