div.divHomeQuickSearch{
	float: left;
	position: relative;
	width: 200px;
	background-color: #123462;
	padding: 10px;
	margin-top: 20px;
}

div.divHomeQuickSearch input[type=text]{
	border: 1px solid #ccc;
	font-family: arial;
	padding: 5px 35px 5px 5px;
	width: 159px;
}

div.divHomeQuickSearch input[type=submit]{
	position: absolute;
	top: 56px;
	right: 14px;
	width: 22px;
	height: 22px;
	background-image: url(/main/_images/home/search.png);
	background-color: transparent;
	padding: 0px;
	border: 0px;
	cursor: pointer;
}

div.divHomeQuickSearch h2{
	margin-top: 0px;
	line-height: 1em;
	color: white;
}

div.divHomeQuickSearch li{
	margin-top: 10px;
}

div.divHomeQuickSearch li a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #555;
	font-weight: bold;
	border-radius: 4px;
	font-size: 14px;
	background-color: white;
	padding: 10px 0px;
}

div.divHomeQuickSearch li a:hover{
	background-color: #eee;
}

div.divHomeQuickSearch li img{
	display: block;
	margin: 0px auto 7px auto;
	height: 50px;
}

div.divMobileHomeTwitterFeed{
	display: none;
	margin-top: 20px;
}

@media (max-width: 1000px) {
	div.divHomeQuickSearch{
		float: none;
		width: auto;
	}

	div.divHomeQuickSearch input[type=text]{
		width: 100%;
		box-sizing: border-box;
	}
}

@media (max-width: 760px) {
	div.divMobileHomeTwitterFeed{
		display: block;
	}
}














div.divHomeCarousel{
	position: relative;
	float: left;
	width: 710px;
	border: 1px solid #123462;
	height: 285px;
	margin-top: 20px;
	margin-left: 20px;
}

div.divHomeCarousel h2{
	margin-top: 0px;
	line-height: 1em;
	background-color: #123462;;
	padding: 10px;
	color: white;
}

div.divHomeCarouselInner{
	position: absolute;
	top: 31px;
	left: 40px !important;
}

div.divHomeCarouselInner ul li{
	padding: 0px 5px;
	width: 200px;
}

div.divHomeCarouselInner ul li a{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}

div.divHomeCarouselInner ul li a img{
	display: block;
	margin: auto;
	height: 150px;
	max-width: 200px;
	margin-bottom: 10px;
}

a.aCarouselNavigation{
	position: absolute;
	display: block;
	width: 27px;
	height: 43px;
	top: 140px;
}

a.aCarouselNavigation:hover{
	opacity: 0.8;
}

a.aCarouselLeft{
	left: 8px;
}

a.aCarouselRight{
	right: 8px;
}

@media (max-width: 1250px) {
	div.divHomeCarousel{
		float: right;
		margin-left: 0px;
	}
}

@media (max-width: 760px) {
	div.divHomeCarousel{
		display: none;
	}
}










div.divFacebookFeed{
	float: right;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 1250px) {
	div.divFacebookFeed{
		float: none;
	}

	div.divFacebookFeed iframe{
		margin-top: 20px;
	}
}

@media (max-width: 760px) {
	div.divFacebookFeed{
		display: none;
	}
}