/**
	// from SES
	light blue:  #00B2CF
	dark blue:   #00525F
	middle blue: #008297

	// from PDF
	light blue:  #95C1C9
	dark blue:   #387B97
	//middle blue: #671EB0
	middle blue: #679EB0
 */

html {
	background: none repeat scroll 0 0 #E8E8E7;
}

body {
	background: none repeat scroll 0 0 #FFFFFF;
	box-shadow: 0 0 1em 0.5em #999999;
	font-family: helvetica, arial, sans-serif;
	margin: 0 auto;
	width: 50em;
	height: 100%;
}

.account-links {
	background: none repeat scroll 0 0 #008297;
	background: -ms-linear-gradient(left, #00525F 0%, #00B2CF 50%, #00525F 100%) repeat scroll 0 0 #008297;
	background: -moz-linear-gradient(left, #00525F 0%, #00B2CF 50%, #00525F 100%) repeat scroll 0 0 #008297;
	background: -o-linear-gradient(left, #00525F 0%, #00B2CF 50%, #00525F 100%) repeat scroll 0 0 #008297;
	background: -webkit-gradient(linear, left top, right top, color-stop(0, #00525F), color-stop(0.5, #00B2CF), color-stop(1, #00525F)) repeat scroll 0 0 #008297;
	background: -webkit-linear-gradient(left, #00525F 0%, #00B2CF 50%, #00525F 100%) repeat scroll 0 0 #008297;
	background: linear-gradient(right, #00525F 0%, #00B2CF 50%, #00525F 100%) repeat scroll 0 0 #008297;
	padding: 2.5em 0 0.25em;
	text-align: right;
}

.account-links a {
	color: #FFFFFF;
	display: inline-block;
	font-weight: bold;
	margin: 0 0.5em 0 0;
	text-decoration: none;
}

.account-links a:hover {
	color: #CCCCCC;
}

.logo {
	padding: 0.5em;
}

.navigation {
	padding: 0.25em 0 0.5em;
	border-bottom: 0.25em solid #00525F;
}

.navigation a {
	color: #008297;
	display: inline-block;
	font-weight: bold;
	margin: 0 0 0 0.5em;
	text-decoration: none;
}

.navigation a:hover {
	color: #00B2CF;
}

.search {
	display: inline-block;
	float: right;
	margin: -0.375em 0.5em 0 0;
}

.search input[type='text'] {
	border: 0.0625em solid #008297;
	border-radius: 0.375em 0 0 0.375em;
	color: #AAAAAA;
	font-size: 1em;
	font-weight: bold;
	padding: 0.0625em 0.0625em 0.0625em 0.25em;
	vertical-align: top;
	width: 10em;
}

.search input[type='text']:focus {
	color: #333333;
	border-color: #00B2CF;
}

.search input[type='submit'] {
	background: url('/images/search-button.png') no-repeat scroll 0 0 transparent;
	border: 0.0625em solid #008297;
	border-radius: 0 0.375em 0.375em 0;
	border-left: none 0;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0;
	vertical-align: top;
	width: 1.875em;
}

.search input[type='submit']:hover {
	background-position: left bottom;
	border: 0.0625em solid #00B2CF;
	margin-left: -0.0625em;
	width: 1.9375em;
}

.body {
	clear: both;
}

.footer {
	clear: both;
	background: none repeat scroll 0 0 #EEF6F7;
	border-top: 0.0625em solid #999999;
}

.footer a {
	text-decoration: none;
}

.footer > a {
	display: block;
	float: left;
	margin: 1.5em;
}

.site-map {
	float: left;
	margin: 2em 1.5em 1.5em;
}

.social-media-links {
	float: right;
	margin: 2em 1.5em 1.5em;
}

.social-media-links a {
	color: #008297;
	display: inline-block;
	font-size: 0.75em;
	margin: 0;
}

#social-media-facebook {
	background: url('/images/social-media-facebook.png') no-repeat scroll left bottom transparent;
	height: 1.5em;
	margin: 0 1.25em 0 0;
	padding: 0.333em 0 0 1.667em;
}

#social-media-twitter {
	background: url('/images/social-media-twitter.png') no-repeat scroll left bottom transparent;
	height: 1.417em;
	padding: 0.333em 0 0 2.833em;
}

#social-media-facebook:hover {
	background-position: 0 0;
	color: #00B2CF;
}

#social-media-twitter:hover {
	background-position: 0 0;
	color: #00B2CF;
}

.copyright-notice {
	clear: both;
	color: #00525F;
	display: block;
	padding: 0.5em 0;
	text-align: center;
}

.copyright-notice a {
	color: #008297;
	text-decoration: none;
}

.copyright-notice a:hover {
	color: #00B2CF;
}

::selection {
	background-color: #008297;
	color: #FFFFFF;
}

::-moz-selection {
	background-color: #008297;
	color: #FFFFFF;
}

::-webkit-selection {
	background-color: #008297;
	color: #FFFFFF;
}

@media print {
	
	.page-break { display: block; page-break-before: always }
	
	.footer {display: none;}
	.account-links {display: none;}
	
}