@charset "UTF-8";
@import url("../_webfonts/Comic_Sans_MS/stylesheet.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 19px;
	margin-top: 22px;
	margin-right: 18px;
	margin-bottom: 18px;
	margin-left: 18px;
}
body p {
	margin-top: 0px;
	margin-bottom: 12px;
}	
body a:link, body a:visited {
	color: #CC3300;
	text-decoration: underline;
}
body a:hover {
	color: #005E9A;
	text-decoration: underline;
}
body ul   {
	margin-top: 0px;
	margin-bottom: 6px;
	padding-left: 30px;
}
body li {
	list-style-position: outside;
	list-style-image: url(../_assets/branding/bullet.png);
	margin-bottom: 3px;
}
.small-print {
	font-size: 13px;
	line-height: 15px;
	margin-bottom: 4px;
	font-style: italic;
	padding-top: 0px;
}
h1 {
	font-size: 26px;
	color: #005E9A;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
	line-height: 26px;
}
h2 {
	font-size: 18px;
	color: #C30;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 2px;
	line-height: 20px;
	padding-top: 6px;
}
h3 {
	font-size: 16px;
	line-height: 18px;
	margin-top: 0px;
	margin-bottom: 4px;
	font-weight: normal;
}
.body-image01 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #2F698A;
	background-image: url(../_assets/backgrounds/bg-cover01.jpg);
}
.body-image02 {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #316513;
	background-image: url(../_assets/backgrounds/bg-cover02.jpg);
}
#WRAPPER {
	margin-right: auto;
	margin-left: auto;
	max-width: 1146px;
	background-image: url(../_assets/backgrounds/bg-trans40white.png);
	background-repeat: repeat;
	padding-top: 18px;
	padding-right: 18px;
	padding-left: 18px;
	min-height: 400px;
	padding-bottom: 34px;
}
.wrapper-iframe-inner250 {
	background-color: #266180;
	border: 0;
	height: 250px;
	width: 100%;
	display: block; !important; /* stops the EXTRA 4px padding show below iframe */
}
.wrapper-iframe-inner520 {
	display: block; !important; /* stops the EXTRA 4px padding show below iframe */
	border: 0;
	height: 484px;
	width: 100%;
}
#captions {
	-webkit-font-smoothing: antialiased;
!important;
	-moz-osx-font-smoothing: grayscale;
!important;
	font-smoothing: antialiased;
!important;
	font-size: 14px;
	line-height: 16px;
	z-index: 1000;
	margin-bottom: 0px;
	min-height: 50px;
	font-style: italic;
	position: relative;
}
#captions p{
	-webkit-font-smoothing: antialiased;
!important;
	-moz-osx-font-smoothing: grayscale;
!important;
	font-smoothing: antialiased;
!important;
	margin-bottom: 6px;
	margin-top: 0px;
}
.caption01 {
	text-align: right;
	margin-right: 10px;
	margin-left: 30%;
	margin-top: 6px;
}
.caption02a {
	text-align: right;
	margin-top: 1px;
}
.caption02b {
	text-align: right;
	margin-top: 1px;
	margin-right: 10px;
}
******************* RESPONSIVE CSS {
}
@media (max-width:800px) {
body {
	margin: 10px;
}
#WRAPPER {
	padding: 0px;
	margin-bottom: 24px;
	background-image: none;
}
#captions {
	min-height: 8px;
}
.caption01    {
	text-align: left;
	margin-left: 8px;
	margin-right: 8px;
}
.wrapper-iframe-inner250 {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
