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

/* FOOTER ELEMENTS */

#footer_background {
	background: url(../images/ui/content_bg_white.png) center repeat-y; 
}
#footer {
	text-align: center;
	border-top: 1px solid #627ca4;
	position: relative;
	width: 100%;
	height: 108px; /* #footer must be the same height as #push minus 2px */
	bottom: 0;
}
#footer_content {
	text-align: left;
	margin: 0px auto;
	padding: 0px;
	width: 1000px;
}
#footer_logo {
	background: url(../images/ui/logo_footer.png);
	display: inline;
	margin: 16px 0px 0px 20px;
	padding: 0px;
	float: left;
	height: 27px;
	width: 122px;
}

#follow_us {
	margin: 38px 0px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 60px;
	float: bottom;
}

#footer_twitter {
	margin: 0px 8px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 20px;
	float: left;
}

#footer_youtube {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 20px;
	width: 46px;
	float: left;
}

#copyright {
	font: 11px/15px Georgia, "Times New Roman", Times, serif;
	color: #2c384c;
	text-align: left;
	margin: 12px 0px 0px 123px;
	padding: 0px;
	float: left;
	width: 715px;
}
#copyright p {
	margin: 0px 0px 6px;
}

/* THE FOLLOWING IS FOR THE SOCIAL MEDIA FOLLOW US TEXT */

#follow_us li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
}


#follow_us li a, #follow_us li a:visited {
	text-decoration: none;
	display: block;
	height: 20px;
}

#followus {
	background: url(../images/ui/followus_icon.png) no-repeat 0px 0px;
	width: 60px;
}

#followus a:link, #followus a:active, #followus a:visited {
	background: url(../images/ui/followus_icon.png) no-repeat 0px 0px;
}

/* THE FOLLOWING ARE FOR THE TWITTER FOOTER BUTTON */


#footer_twitter li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
}


#footer_twitter li a, #footer_twitter li a:visited {
	text-decoration: none;
	display: block;
	height: 20px;
}

#twitterTwitter {
	background: url(../images/ui/twitter_icon.png) no-repeat 0px 0px;
	width: 20px;
}

#twitterTwitter a:link, #twitterTwitter a:active, #twitterTwitter a:visited {
	background: url(../images/ui/twitter_icon.png) no-repeat 0px 0px;
}

/* THE FOLLOWING ARE FOR THE YOUTUBE FOOTER BUTTON */

#footer_youtube li {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 20px;
	list-style-type: none;
	overflow: hidden;
}
#footer_youtube li a, #footer_youtube li a:visited {
	text-decoration: none;
	display: block;
	height: 20px;
}

#youtubeYoutube {
	background: url(../images/ui/youTube_icon.png) no-repeat 0px 0px;
	width: 46px;
}

#youtubeYoutube a:link, #youtubeYoutube a:active, #youtubeYoutube a:visited {
	background: url(../images/ui/youTube_icon.png) no-repeat 0px 0px;
}
