@charset "UTF-8";
/* CSS Document */

html {
	font-family: verdana;}
	
p, blockquote, ul li {
	font-size: 12px;}
	
	
em {
	font-weight: bold;}
	
.phoneHeading {
	display: none;
	font-size: 28px;}

.heading1 {
	font-size: 23px;
	color: #2b4578;
	margin-top: 0;}
	
.heading2 {
	font-size: 18px;
	color: #2b4578;
	margin-top: 5px;
	font-weight: bold;}
	
#bottomNav {
	color: #a0a6b9;}
	
#navContent ul {
	margin-top: 25px;}
	
#navContent ul li {
	display: inline;}
	
	#navContent a {
		color: white;
		text-decoration: none;
		text-transform:uppercase;}
		
	#navContent a:hover {
		text-decoration: underline;}
		
.floatRight {
	border: 1px solid #333333;
	float: right;
	margin: 10px 0 10px 25px;}



/* ========== SPONSORS SETTINGS ============ */

.sponsorHeading {
	font-size: 18px;
	color: #4771c5;}

.sponsors {
	width: 90%;
	margin: 0 auto;}
	
	.sponsors td {
		text-align: center;
		font-size: 11px;
		width: 200px;}
		
	.sponsors img {
		border: none;}
		
/* =========== Button Settings =========== */

.buttonContainer {
	float: right;}

.button {
	background: url(../../images/buttonBack.gif) top left repeat-x;
	height: 32px;
	display: block;
	width: 185px;
	border: 1px solid white;
	margin-top: 5px;}
	
	.button a {
		height: 27px;
		color: white;
		width: 185px;
		text-align: center;
		display: block;
		padding-top: 5px;
		text-decoration: none;}
	
		.button a:hover {
			background: url(../../images/buttonBackHover.gif) top left repeat-x;}