@charset "utf-8";
/* CSS Document */

html, body {
	height: 100%;
	background-color: #172e47;
	margin: 0px;
}

body {
	padding: 0px;
	background: #172e47;
	width: 100%;
	display: table;
	font-family:Arial, Helvetica, sans-serif;
}

.yeatsBanner {
	background-color: #868275;
}

.yeatsBanner img {
	width: 100%;
}

.largeBanner {
	display: inline;
}

.smallBanner {
	display: none;
}

.topDivider {
	background-color: #ffd33b;
	width: 100%;
	height: 8px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.descriptionEntry {
	margin: 5px 0 20px 0;
}

.descriptionEntryHeader {
	background-color: #121e2b;
	height: 30px;
	color: white;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.descriptionEntryBody {
	background-color: #353126;
	color: #9f9b8d;
	font-size: 15px;
	min-height: 20px;
}

.descriptionEntryFooter {
	height: 10px;
	background-color: #121e2b;
}

.exampleImage {
	width: 46.875%;
	max-width: 480px;
	margin-right: 10px;
	float: left;
}

.explanationText {
	padding: 10px;
	margin-left: 490px;
	max-width: 512px;
}

.explanationText p {
	margin-top: 0px;
	margin-bottom: 15px;
}

.explanationText p:last-child {
	margin-bottom: 0px;
}

.clear {
	clear:both;
}

.callout {
	font-weight: bold;
	color: white;
	font-style:italic;
}

.engageLink {
	font-weight: bold;
	color: #ffd33b;
	font-size: 15px;
	text-decoration: none;
	padding-left: 5px;
}

.engageLink img {
	position: relative;
	top: 1px;
}

.bottomFooter {
	background-color: #ffd33b;
	width: 100%;
	height: 30px;
}

.sectionHeader {
	color: #121e2b;
	width: 100%;
	background: url('../images/background_header.jpg') left center no-repeat, url('../images/background_headerFloat.jpg') right -20px no-repeat, #ffd33b;
	padding-top: 10px;
	padding-bottom: 10px; 
	margin-top: 50px;
	font-weight:100;
}

.sectionHeader span {
	padding-left: 10px;
}

.pageTitle {
	color: #ffd33b;
	text-transform: uppercase;
	padding-left: 10px;
}

.subNav {
	padding: 0px;
	margin: 0px;
	padding-left: 10px;
}

.subNav li {
	list-style: none;	
}

.subNav a {
	font-weight: bold;
	color: #ffd33b;
	font-size: 15px;
	text-decoration: none;
	padding-left: 5px;
}

@media only screen and (max-width: 1024px), only screen and (max-device-width: 1024px) {

	.explanationText {
		width: 52.1484375%;
		margin-left: 46.875%;
	}

}

@media only screen and (max-width: 960px), only screen and (max-device-width: 960px) {
	
	.largeBanner {
		display: none;
	}
	
	.smallBanner {
		display: inline;
	}
}

@media only screen and (max-width: 640px), only screen and (max-device-width: 640px) {
	
	.exampleImage {
		float: none;
		width: 100%;
		display: block;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10px;
	}
	
	.explanationText {
		width: auto;
		margin:auto;
		padding-left: 10px;
		padding-right: 10px;
	}

}

@media only screen and (max-width: 500px), only screen and (max-device-width: 500px) {

	.sectionHeader {
		color: #121e2b;
		width: 100%;
		background: url('../images/background_header.jpg') left center no-repeat, #ffd33b;
		padding-top: 10px;
		padding-bottom: 10px; 
		margin-top: 50px;
		font-weight:100;
	}

}