#content {
	min-width: 270px;
}

.floatLeft {
	float: left;	
}

.floatRight {
	float: right;	
}

.containerBoxes {
	margin: 0px auto 15px auto;	
}

.messageCongrats {
	padding: 0 0 20px 0;
	text-align: center;	
}

.newsBoxes {
	background-color: #fff;
	width: 30.5%;
	color: #000;
	min-height: 150px;
	border: 5px solid #a0a0a0;
	float: left;
	margin: .5%;
	padding: .5%;
	text-align: center;
	border-radius: 3px;
	background: #f0f0f0;
}

.newsDate {
	color: #1c3340;
	font-weight: bold;
	margin: 10px 0px;
	display: block;
}

.newsBoxes h3 {
	padding-bottom: 5px;
	max-width: 340px;
	margin: 0 auto 10px auto;
	padding: 0 20px;
}

.newsBoxes p {
	padding-bottom: 5px;
	max-width: 300px;
	margin: 0 auto 10px auto;
	padding: 0 20px;
}

.newsBoxes h3 a:link, .newsBoxes h3 a:visited {
	color: #219ee5;
	text-decoration: underline;
}

.newsBoxes h3 a:hover {
	color: #1c3340;
	text-decoration: underline;
}

.ipAddress {
	float: left;
	font-size: 14px;
	margin-top: 7px;
	color: #FFF;
	font-weight: bold;
}

.footerSocial {
	margin: 0 auto 30px auto;
	width: 950px;
	padding: 5px;
}

.footerSocialIcons {
	margin-bottom: 20px;
	width: 260px;
	margin: 0 auto 20px auto;
}

.socialTitle {
	margin-top: 10px;	
}

.copyrightFooter {
	text-align: center;
	font-size: 11px;
	margin-bottom: 10px;
}

.footerSuggestionForm {
	display: none;
	z-index: 100;
	position: fixed;
	bottom: 30px;
	left: 0;
	margin:0;
	border-top: 1px solid #6292be;
	height: 240px;
	width: 100%;
	background-color: #1d1d1d;
	padding: 10px 0;
}

.footerSuggestionForm p, .footerSuggestionForm h2 {
	color:#fff;
}

.footerSuggestionForm .submit {
	width: 97%;
	height: 30px;
	font-weight: bold;
	padding: 5px;
	cursor: pointer;
	background: #ededed;
	border: none;
	margin-left: 1.5%;
}

.containerSuggestBox {
	padding: 20px;	
}

.footerMenuBar {
	z-index: 99;
	position: fixed;
	bottom: 0;
	left: 0;
	margin:0;
	border-top: 1px solid #767575;
	height: auto;
	width: 100%;
	background-color: #353434;
	padding: 0;
	margin-top: 34px;
}

.footerMenuBarLinks {
	margin: 0 auto;
	padding: 0 10px;
}

.footerMenuBarLinks UL {
	float: right;
	margin:	0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

.footerMenuBarLinks LI {
	float: left;
	margin: 0;
	border-right: 1px solid #767575;
	border-left: 1px solid #767575;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}

.footerMenuBarLinks LI:first-child {
	border-left: 0 solid #1175ae;
}

.footerMenuBarLinks LI:last-child {
	border-right: 0 solid #0d5995;
}

.footerMenuBarLinks A:link, .footerMenuBarLinks A:active, .footerMenuBarLinks A:visited {
	display: block;
	position: relative;
	margin: 0;
	padding: 0 10px;
	line-height: 30px;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	text-transform: capitalize;
}

.footerMenuBarLinks A:hover {
	color: #e5e5e5;
}

#suggestBoxComment {
	width: 94%;	
	height: 70px;
	padding: 10px;
	margin: 0 auto;
	margin-left: 1.5%;
	background: #ededed;
}

.bannerFooter {
	width: 	auto;
	max-width: 975px;
	margin: 0 auto;
}

.footerSocial {
	width: auto;
}

#credits {
	margin-bottom: 10px;
}

#info_bar_wrap {
	width: 100%;
}


@media all and (max-width: 1280px) {
	
	.newsBoxes {
		width: 30.4%;
	}
	
}

@media all and (max-width: 1150px) {
	
	.newsBoxes {
		width: 30.3%;
	}
	
}

@media all and (max-width: 1040px) {
	
	.newsBoxes {
		width: 30.2%;
	}
	
}

@media all and (max-width: 960px) {
	
	.newsBoxes {
		width: 30%;
		min-height: 170px;
	}
	
}

@media all and (max-width: 820px) {
	
	.newsBoxes {
		width: 29.5%;
		min-height: 190px;
	}
	
}

@media all and (max-width: 760px) {
	
	.ipAddress {
		font-size: 11px;
		margin-top: 9px;
	}
	
	.footerMenuBarLinks A:link, .footerMenuBarLinks A:active, .footerMenuBarLinks A:visited {
		font-size: 12px;
	}
	
	.newsBoxes {
		min-height: 220px;
	}
	
}

@media all and (max-width: 640px) {

	.ipAddress {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.footerMenuBarLinks LI {
		float: none;
		border-right: none;
		border-left: none;
		text-align: center;
	}
	
	.footerMenuBarLinks UL {
		float: none;
	}
	
	.ipAddress {
		font-size: 14px;
		width: 100%;
		height: 30px;
		background: #131313;
		padding: 10px 0;
		margin-bottom: -10px;
	}
	
	.footerMenuBarLinks A:link, .footerMenuBarLinks A:active, .footerMenuBarLinks A:visited {
		width: 100%;
		height: 44px;
		line-height: 44px;
		background: #222;
		border-bottom: 1px solid #555;
		font-size: 16px;
		padding: 0;
	}
	
	.footerMenuBarLinks A:link:hover, .footerMenuBarLinks A:active:hover, .footerMenuBarLinks A:visited:hover {
		background: #000;
	}
	
	.footerMenuBarLinks {
		padding: 0;
	}
	
	.footerMenuBar {
		margin-bottom: -17px;
		background: none;
		border: none;
		position: relative;
	}
	
	.footerSuggestionForm {
		position: relative;	
		margin-bottom: -64px;
		height: 220px;
	}

	.footerSuggestionForm .submit {
		width: 96.5%;
	}
	
	.newsBoxes {
		width: 97%;
		min-height: 110px;
	}

	#suggestBoxComment {
		width: 93%;	
	}
	
	.footerSuggestionForm p {
		font-size: 12px;	
	}
	
	.containerSuggestBox {
		padding: 10px;	
	}

}

@media all and (max-width: 540px) {

	#suggestBoxComment {
		width: 91%;	
	}
	
	.newsBoxes {
		width: 96%;
	}

}

@media all and (max-width: 440px) {

	#suggestBoxComment {
		width: 90%;	
	}
}

@media all and (max-width: 360px) {
	
	#suggestBoxComment {
		width: 89%;	
	}
	
	.footerSuggestionForm .submit {
		width: 96%;
	}
	
	.newsBoxes {
		width: 95%;
	}

}