@charset "UTF-8";
/* CSS Document */

#adBar {
	position:fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height:100%;
	background-image:url("../grcs/black60pc.png");
	z-index: 1000;
}

#adFrame {
	position: relative;
	overflow: hidden;
	top: 0px;
	width: 600px;
	height: 345px;
	border: none;
}

#ads {
	width: 640px;
	height: 410px;
	
	background-color: black;
	box-shadow: 3px 3px 12px rgba(0, 0, 0, .75);
	border: black solid 0;
}

#adBox {
	width: 400px;
	height: 400px;
	border: red dashed 0;
}

.blurbText {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color:black;
	font-weight: normal;
	text-align: justify;
	margin: 0px 15px 0px 15px;
}

.blurbTextCENTERED {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color: black;
	font-weight: bold;
	text-align: center;
}

.blurbTextWIDE {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	color:black;
	font-weight: normal;
	text-align: justify;
	margin: 10px 35px 10px 35px;
}

.call2Action {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	text-align: center;
	color:red;
	font-weight: bold;
}
		
.closeBox {
	position: relative;
	top: -4px;
	border: none;
	background-color: transparent;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	width: 24px;
	height: 24px;
	font-size: 24px;
	color:#999;
	font-weight: normal;
}
		
.closeBox:hover {
	color: #fff;
	text-decoration: none;
}

.headline {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 22px;
	text-align: center;
	color:black;
	font-weight: bold;
}

.headlineWhite {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 18px;
	text-align: center;
	color:white;
	font-weight: bold;
}

.sponsor {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color:#999;
	font-weight: normal;
}
