@charset "ISO-8859-1";

a {
	color:#003366;
}
#mediakitsite #heading{
	padding-top:8px;
}

#mediakitsite #all_logos img.padding{
margin: 10px 30px 10px 0;
}


.mainLayout #leftColumn, .welcomeLayout #leftColumn {
	width: 970px;
	float:none;
}
.mainLayout #rightColumn, .welcomeLayout #rightColumn {
	display: none;
}
/*two column layout for media kit pages */
#mediakitsite .kitLayout #leftColumn {
	width: 170px;
	border:none;
	margin-top: 0px;
}
#mediakitsite .kitLayout #rightColumn {
	width: 775px;
	border:solid 1px #CCCCCC;
	margin-top: 0px;

}
#navigation {
	height:4px;
	background-color:#003366;
}
#mediakitsite #all_logos {
	margin-top: 0px;
}

.boldBlue {
	color: #003366;
	font-weight: bold;
}



/* styles for the welcome/registration page */
.welcomeLayout #leftColumn {
	height: 480px;
	background-image:url(../images/background-Image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.welcomeLayout #Homepage_thumbnails {
	top: 30px;
	text-align:center;
	position: relative;
	z-index: 100;
}
#Homepage_thumbnails img {
	border: 2px solid #FFFFFF;
	margin: 0px 5px;
}
.welcomeLayout #leftColumn #textArea {
	text-align: center;
	background-color:#FFFFFF;
	width:675px;
	margin: 0 auto;
	padding: 50px 20px 15px;
	opacity: .8;
	filter: alpha(opacity=80);
	border: 3px solid #8BCF48;
	z-index: 10;
	font-size:18px;
	top: -10px;
	position: relative;
	color:#000000;
}
.welcomeLayout #textArea .mediumText {
	font-size: 14px;
	line-height: 14px;
}
/* styles for page main page (after registration) */
.mainLayout #leftColumn{
	background-image:url(../images/background-Image.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	padding:20px 5px;
}
.mainLayout #Homepage_thumbnails {
	text-align:right;
	position: relative;
	z-index: 100;
	top: 15px;
	margin-right: 30px;
}
.mainLayout #textArea {
	background-color:#FFFFFF;
	border: 3px solid #8BCF48;
	font-size:16px;
	margin:0px 10px 0 10px;
	z-index: 10;
	top: -20px;
	position: relative;
}
.mainLayout #textArea .mediumText {
	font-size: 12px;
}
.mainLayout #textArea .mediumText li {
	padding-bottom:8px;
	font-size: 12px;
}
.mainLayout #textArea ul {
	margin-left:40px;
	margin-right:0px;
}
#regionalLinks {
	padding: 5px;
	height: 144px;
	width: 148px;
	border: 1px solid #333333;
	overflow: hidden;
	font-size: 11px;
	line-height: 13px;
	background-color: #f5f5f5;
}
.comingsoon {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	background-color: #FFFFFF;
	text-align: center;
	padding: 3px;
	border: 1px solid #8BCF48;
	width: 80px;
	white-space: nowrap;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: -90px;
	color: #003366;
}
#textArea img, #textArea table {
	position: relative;
}