@charset "utf-8";
/* CSS Document */
#newstab {
	position:absolute;
	background:url(../images/left_tab.png);
	background-repeat:no-repeat;
	width:34px;
	height:104px;
	left: -36px;
	top: 142px;
	text-align:center;
	border:none;
	margin:0;
	padding:0;
	z-index:1;
	display:none;
}
#newstab:hover {
	cursor:pointer;
}
#newstabRight {
	position:absolute;
	background:url(../images/right_tab.png);
	background-repeat:no-repeat;
	width:34px;
	height:124px;
	left: 980px;
	top: 143px;
	text-align:center;
	border:none;
	margin:0;
	padding:0;
	z-index:1;
	display:block;
}
#newstabRight:hover {
	cursor:pointer;
}
#defaultCountdown {
	width: 240px;
	height: 45px;
}
#popupContact {
	display:none;
	position:absolute;
	width:300px;
	height:240px;
	background:url(../images/slideInbackground.png);
	border:4px solid #9BBAFD;
	z-index:1100;
	font-size:13px;
	top:141px;
	float:left;
	clear:left;
	left: -2px;
	z-index:1200;
}
#popupContact2 {
	display:none;
	position:absolute;
	width:300px;
	height:240px;
	background:url(../images/slideInbackground.png);
	border:4px solid #9BBAFD;
	z-index:1100;
	font-size:13px;
	top:441px;
	float:left;
	clear:left;
	left: -2px;
	z-index:1200;
}
.divhead {
	position:relative;
	/*background:url(../images/afcea_west-300w.jpg);*/
	background-repeat:no-repeat;
	height:143px;
	width:300px;
	position:relative;
	float:left;
	font-size:1.2em;
	color:#039;
	font-weight:bold;
}
.closex {
	position:relative;
	background:url(../images/cancel-red.png);
	background-repeat:no-repeat;
	width:13px;
	height:13px;
	left:-40px;
	z-index:1000;
}
.closex:hover {
	cursor:pointer;
}
#outerheading {
	width:300px;
}
#outerheading2 {
	width:300px;
	margin-top:20px;
}
span {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
#link {
	margin-top:10px;
	font-size:11px;
}
