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

/* MAIN SITE STYLES */
a:link    { font-size: 12px; font-weight: bold; text-decoration: none; color: white; }
a:visited { font-size: 12px; font-weight: bold; text-decoration: none; color: white; }
a:active  { font-size: 12px; font-weight: bold; text-decoration: none; color: white; }
a:hover   { font-size: 12px; font-weight: bold; text-decoration: underline; color: white; }
t1        { font-size: 12px; color: "#ffffff"; font-family: Helvetica; }

#bottomspacing {
	padding-top: 20px;
}

/* STYLES FOR MADISON PAGE */
#madison {
	background-color:#b32d38;
}

#madison #contact {
	color: black;
	font:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
}

#madison #contact a {
	font-size: 16px; font-weight: bold; text-decoration: none; color: black;
}

#madison #contact .title {
	font-size: 20px;
	color: black;
}

#madison #pressSection #articles {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: white;
}

#madison #pressSection #articles a {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: underline;
	color: white;
}

#madison #pressSection #articles th {
	background-color: black;
}

/* STYLES FOR CHAMPAIGN PAGE */
#champaign {
	background-color:#222E54;
}

/* STYLES FOR NORMAN MAIN PAGE  */
#norman {
	background-color:#000000;
}

#norman #page {
}

#norman #page #mainsection {
}

#norman #page #masthead {
}

#norman #page #masthead #topbanner {
}

#norman #page #masthead #toplinks {
}

/* STYLES FOR THE LOCATION PAGE */
#location #topspacing {
	padding-top: 70px;
}

#location #contentarea{
	overflow: auto;
	width: 780px;
	height: 420px;
}

#location #contentarea .text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

#location #contentarea .title {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 18px;
	text-decoration:underline;
}

#location #contentarea #leftsection {
	float: left;
}

#location #contentarea #rightsection {
	float: right;
}


/* STYLES FOR THE HISTORY PAGE */

#history #topspacing {
	padding-top: 60px;
}

#history #pagetitle {
	color: #FFFFFF;
	padding-left:3px;
	padding-top:5px;
	padding-bottom:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
}

#history #contentarea{
	overflow: auto;
	width: 780px;
	height: 420px;
}

#history #contentarea .text {
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size: 14px;
}

#history #contentarea .text p {
	text-indent: 40px;
}

/* STYLES FOR THE IPHONE PAGE */
#iphone {
	vertical-align: top;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 100%;
	height: 100%;
}

/* NORMAN IPHONE STYLES */
#iphone_norman {
	color: #000000;
}

#iphone_norman #title {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
}

#iphone_norman #links {
	text-align: left;
	color:#000000;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 30px;
	margin: 0;
}

#iphone_norman #info {
	clear: left;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}

/* CHAMPAIGN IPHONE STYLES */
#iphone_champaign {
	color: #222E54;
}

#iphone_champaign #title {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
}

#iphone_champaign #links {
	text-align: left;
	color: #222E54;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 30px;
	text-decoration: underline;
	margin: 0;
}

#iphone_champaign #info {
	clear: left;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}

#iphone_champaign #info a {
	color: #222E54;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
}


/* MADISON IPHONE STYLES */
#iphone_madison {
	color: #b32d38;
}

#iphone_madison #title {
	font-weight: bold;
	font-size: 36px;
	padding-bottom: 20px;
}

#iphone_madison #links {
	text-align: left;
	color: #b32d38;
	padding-left: 20px;
	padding-top: 20px;
	font-weight: bold;
	font-size: 30px;
	text-decoration: underline;
	margin: 0;
}

#iphone_madison #info {
	clear: left;
	font-weight: bold;
	font-size: 20px;
	padding-top: 20px;
}

#iphone_madison #info a {
	color: #b32d38;
	text-decoration: underline;
	font-weight: bold;
	font-size: 20px;
}

#wildCard {	
	visibility:hidden;
}