@charset "utf-8";
p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #282828;
	text-shadow: 0px 1px 0px #A4A4A4;
	filter: dropshadow(color=#A4A4A4, offx=0, offy=1);
	padding-bottom: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.p-right {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #272727;
	margin: 0px;
	padding: 0px;
	text-align: right;
}
.p-small {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
}
.p-smallbold {
	font-size: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	margin-left: 15px;
}
.p-smaller {
	font-size: 9px;
	font-family: Verdana, Geneva, sans-serif;
}


a:link, a:visited {
	font-weight: bold;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	color: #039;
	transition: 1s;
	position: relative;
}
a:hover, a:active, a:focus {
	color: #00C;
	transition: 1s;
	position: relative;
}
a[title]:hover:after {
	content: attr(title);
	padding: 8px;
	color: #333;
	position: absolute;
	top: -250%;
	white-space: nowrap;
	z-index: 99;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: rgba(204, 204, 204, 0.5);
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	margin-right: auto;
	margin-left: auto;
	border: 1px solid rgba(215, 215, 215, 0.7);
	left: -10px;
	-webkit-box-shadow:  0px 8px 4px -6px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 8px 4px -6px rgba(0, 0, 0, 0.7);
}
h1 {
	text-transform: uppercase;
	text-shadow: 0px 1px 0px #A4A4A4;
	filter: dropshadow(color=#A4A4A4, offx=0, offy=1);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #333;
	margin-bottom: 25px;
	background-color: #898989;
	margin-top: -25px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 10px;
	text-align: center;
	width: 560px;
}
/*h2 reserved for logo*/
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
}
h4 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.footer-text {
	color: #FFF;
	text-align: center;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
}
/*----- CSS RIBBON -----*/
.ribbon
{
	position: relative;
	width: 91%;
	font-size: 16px;
	font-weight: bold;
	color: #305C89;
	background-color: #6799CD;
	text-shadow: 0px 1px 2px #bbb;
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	text-transform: uppercase;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: -30px;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 30px;
	-webkit-border-radius: 5px 0px 0px 0px;
	border-radius: 5px 0px 0px 0px;
	font-family: 'Exo', sans-serif;
}
.ribbon:after
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 0px;
	top: 100%;
	border-top-width: 5px;
	border-right-width: 10px;
	border-bottom-width: 5px;
	border-left-width: 10px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #29547E;
	border-right-color: #29547E;
	border-bottom-color: transparent;
	border-left-color: transparent;
}
.ribbon:before
{
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	right: -2px;
	top: 0px;
	border-color: transparent #fff transparent transparent;
}
.ribbon span {
	font-size: 11px;
}
.bold {
	font-weight: bold;
}
.boldBIG {
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
}

.bold-centered {
	font-weight: bold;
	text-align: center;
}

.subtitle {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	color: #333;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin-top: 10px;
	margin-right: -15px;
	margin-bottom: 25px;
	margin-left: -15px;
	background-color: #999;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-shadow: 0px 1px 0px #CCC;
	-webkit-box-shadow: 0px 2px 4px #000;
	-moz-box-shadow: 0px 2px 4px #000;
	box-shadow: 0px 2px 4px #000;
	clear: both;
}
.warning {
	font-weight: bold;
	color: #F00;
	font-size: 16px;
}
.nice-text {
	font-family: 'Exo', sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	color: #22416A;
	margin-top: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 25px;
	background-image: url(../site-data/Icon-Gear01-Grey.png);
	background-position: 0px 0px;
	background-repeat: no-repeat;
	text-transform: uppercase;
}
.nice-text span {
	font-style: oblique;
	text-transform: lowercase;
}
.back-btn {
	float: right;
}
.back-btn a:link, .back-btn a:visited {
	text-align: center;
	margin-top: 10px;
	width: 50px;
	background-color: #999999;
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	padding: 10px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	box-shadow:  0px 5px 3px -3px rgba(0, 0, 0, 0.7);
	text-shadow: 0px 1px 0px #CCCCCC;
	filter: dropshadow(color=#CCCCCC, offx=0, offy=1);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #CCC;
	transition: 0s;
}
.back-btn a:hover, .back-btn a:active {
	background-color: #666;
	-webkit-box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	box-shadow:  0px 0px 0px 0px rgba(0, 0, 0, 0);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #333;
	transition: 0s;
	color: #202020;
}
