.footerlinks {
}

.footerlinks a {
	color: #f3c;
}

.close-x {
	float: right; 
	font-weight: bold; 
	font-size: 20pt;
	color: #ccc;
	margin: 10px;
	cursor:pointer;
}

#footer {
	 width: 100%; 
	 background-color: #3300CC;
}

#footer a:link {font-family: arial; text-decoration: none; color: white;}
#footer a:visited {font-family: arial; text-decoration: none; color: white;}
#footer a:hover {font-family: arial; text-decoration: none; color: #f3c;}
#footer a:active {font-family: arial; text-decoration: none; color: #f3c;}

#footContent {
	width: 100%; 
	background-color: white; 
	margin: 10px auto;
}

.footInnerContent {
	 margin: 0 30px; 
	 padding: 30px 0;
}

a#privacyLink:link {color: #ff0;}
a#privacyLink:visited {color: #ff0;}
a#privacyLink:hover {color: #f3c;}
a#privacyLink:active {color: #f3c;}

.oneSponsor {
	float: left; 
	width: 100%;
	margin: 10px 0;
}

.sponsorLeft {
	 width: 50px; 
	 float: left;
}

.sponsorLeft img {
	width: 50px; 
	height: 50px;
}

.sponsorMiddle {
	float: left; 
	width: 811px; 
	margin: 0 20px;
}

.sponsorRight {
	float: left; 
	width: 219px;
}

.sponsorRight img {
	width: 219px; 
	height: 130px; 
}

.footpad {
	 padding: 30px 0 0 0; 
	 margin: 0 auto; 
	 width: 90%;
}

.footerColumn {
	float: left; 
	width: 22%; 
	
	margin: 0 15px;
	
	/*border: 1px solid red;*/
}
.foot-heading {
	margin: 15px;
}
.foot-column {
	list-style: none;
	padding: 0 15px;
}

.socialIcon {
	width: 44px; 
	height: 44px; 
	margin: 10px 2px 0;
}

.text-bold { font-weight: bold; }
.text-italic { font-style: italic; }

.color-darkturquoise { color: darkturquoise; }
.color-blue { color: #3399CC; }
.color-darkblue { color: #0000CC; }
.color-lightblue { color: #66CCFF; }
.color-black { color: black; }
.color-white { color: white; }

.text-small { font-size: 13px; font-family: arial; }
.text-mid { font-size: 16px; font-family: arial; }
.text-medium { font-size: 18px; font-family: arial; }
.text-big { font-size: 20px; font-family: arial;}
.text-large { font-size: 22px; font-family: arial; }
.text-giant { font-size: 24px; font-family: arial; }

.bodyTxt{ font-size: 12px; font-family: Arial, Helvetica, sans-serif; color: black; }
.purpleTxt { font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #990099; font-style: normal; text-decoration: none; text-align: center; }
.yellowlink A:link { font-size: 10pt; color: #DDFF00; font-weight: bold; text-decoration: none;}
.yellowlink A:visited { font-size: 10pt; color: #DDFF00; font-weight: bold; text-decoration: none; }

.margin-less { margin: 0; }
.clear { clear: both; }