body {
	background: url(/img/bg.png) repeat-x 0 123px;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
	font-size: 14px;
    line-height: 1.5;
}

#container {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

#header {
	width: 980px;
	height: 123px;
	position: relative;
}

#header #logo {
	position: absolute;
	top: 40px;
	left: 0px;
}

#content {
	width: 980px;
	background: url(/img/content-bg.png) repeat-x 0 0;
	position: relative;
}

#slider {
	background: url(/img/slider-bg.png) repeat-x 0 0;
	width: 980px;
	height: 207px;
	position: relative;
	color: #fff;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

#slider #scroller {
	margin: 0 auto;
	padding-top: 9px;
	font-size: 11px;
	color: #fff;
}

#scroller ul li {
	list-style-type: none;
	list-style-position: inside;
	padding: 10px 15px;
	font-size: 12px;
    text-align: left;
    font-weight: normal;
    text-align: center;
}
	
#scroller a {
	color: #b5ccd8;
	text-decoration: none;
	outline: none;
}

#scroller ul li a img {
/* 	border: 1px solid #2f627b; */
	-moz-box-shadow: 1px 1px 4px #003c5a;
	-webkit-box-shadow: 1px 1px 4px #003c5a;
	width: 130px;
	height: 130px;
}

#slider #text {
	position: absolute;
	width: 980px;
	bottom: 10px;
	left: 0;
	height: 20px;
	color: #fff;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
	font-weight: 600;
	text-align: center;
}

#slider .leftbutton {
	position: absolute;
	left: 15px;
	top: 80px;
	opacity: 0.3;
}

#slider .leftbutton:hover {
	position: absolute;
	left: 15px;
	top: 80px;
	opacity: 1;
}

#slider .rightbutton {
	position: absolute;
	right: 15px;
	top: 80px;
	opacity: 0.3;
}

#slider .rightbutton:hover {
	position: absolute;
	right: 15px;
	top: 80px;
	opacity: 1;
}


.clear { 
	clear: both;
}


p {
	font-size: 14px;
}

.button {
	display: block;
	border: 0px solid #fff;
	color: #fff;
	font-weight: 900;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
	font-size: 15px;
}

.listreg {
	background: url(/img/listreg.png) no-repeat left top;
	width: 187px;
	height: 35px;
}

.becomereg {
	background: url(/img/becomereg.png) no-repeat left top;
	width: 187px;
	height: 35px;
}

.searchnow {
	background: url(/img/searchnow.png) no-repeat left top;
	width: 155px;
	height: 35px;
	margin: 0 auto;
}

a:link { color: #0088cc; text-decoration: none;}
a:visited { color: #0088cc; text-decoration: none;}
a:active { color: #0088cc; text-decoration: underline;}
a:hover { color: #0088cc; text-decoration: underline;}

#col1 {
	width: 470px;
	float: left;
	color: #748995;
	padding: 20px 10px 0 10px;
}

#col2 {
	width: 470px;
	float: right;
	color: #748995;
	padding: 20px 10px 0 10px;
}

.ltquo {
	background: url(/img/ltquo.png) no-repeat left top;
}

.rtquo {
	background: url(/img/rtquo.png) no-repeat right bottom;
}

h1 {
	font-size: 30px;
	color: #ef8407;
	font-weight: bold;
	text-transform: normal;
	padding: 0 0 10px 0;
}

h2 {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
	color: #003c5a;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}

h2 .highlight {
	color: #e4bb2e;
}

h2 img {
	margin-bottom: -1px;
}

ul.list li {
	list-style-type: disc;
	list-style-position: inside;
	padding: 0px 6px 15px 5px;
	font-size: 1em;
    text-align: left;
    font-weight: normal;
}

label {
	color: #3C6E85;
	font-weight: bold;
}

#search-box {
	position: absolute;
	right: 0px;
	top: 30px;
	text-align: right;
	color: #4f788c;
/* 	display: none; */
}

#search-box form {
	text-align: right;
	position: absolute;
	right: 0;
}

#search-box .textbox {
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
	background: url(/img/textbox.png) no-repeat left top;
	padding: 5px;
	border: 0px solid #fff;
	width: 301px;
	height: 25px;
	color: #506f7a;
}

#search-box .searchbutton {
	background: url(/img/searchbutton.png) no-repeat left top;
	padding: 0px;
	border: 0px solid #fff;
	width: 38px;
	height: 35px;
	text-indent: -9999px;
}

#search-box .searchbutton:hover {
	background: url(/img/searchbutton.png) no-repeat -38px top;
	padding: 0px;
	border: 0px solid #fff;
	width: 38px;
	height: 35px;
}

#search-box .button {
	background: url(/img/button.png) no-repeat left top;
	width: 117px;
	height: 27px;
	border: 0px;
	color: #fff;
}

#lang-links {
	width: 922px;
	margin: 5px auto;
	text-align: right;
	font-size: 1em;
}

#lang-links a:link, #lang-links a:hover, #lang-links a:active, #lang-links a:visited {
	color: #fff !important;
}

#footer {
	margin: 0 auto;
	text-align: center;
	font-size: 13px;
	color: #8ba0a7;
	background: #e8eef0;
	padding: 5px 0px;
	margin-top: 30px;
	position: relative;
}

#footer a:link, #footer a:hover, #footer a:active, #footer a:visited  {
	color: #8ba0a7;
	text-decoration: none !important;
}


/*
-----------------------------------
	Header CTA button
-----------------------------------
 */
.cta-wrapper,
a.cta-wrapper {
	position: absolute;
	right: 0;
	top: 40px;
}
	/*#77a4b9 - #a4c1d1*/

.cta-button,
a.cta-button {
	background-color: none; /*#e4bb2e*/
	color: #ffffff;
	font-size: 16px;
	padding: 8px 32px;
	text-decoration: none;
	border-radius: 8px;

	background-image: -ms-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -moz-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -o-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #F51A19), color-stop(100, #C21514));
	background-image: -webkit-linear-gradient(top, #F51A19 30%, #C21514 100%);
	background-image: linear-gradient(to bottom, #F51A19 30%, #C21514 100%);
}
.cta-button__alt, 
a.cta-button__alt{
	background-color: none; /*#e4bb2e*/
	color: #ffffff;
	font-size: 16px;
	padding: 8px 32px;
	text-decoration: none;
	border-radius: 8px;

	background-image: -ms-linear-gradient(top, #a9c3d3 30%, #6d8898 100%);
	background-image: -moz-linear-gradient(top, #a9c3d3 30%, #6d8898 100%);
	background-image: -o-linear-gradient(top, #a9c3d3 30%, #6d8898 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #a9c3d3), color-stop(100, #6d8898));
	background-image: -webkit-linear-gradient(top, #a9c3d3 30%, #6d8898 100%);
	background-image: linear-gradient(to bottom, #a9c3d3 30%, #6d8898 100%);
}

.cta-button:hover, .cta-button__alt:hover { text-decoration: none;}

/* Push the search box down to accommodate the CTA button. */
#search-box { top: 58px; }

#search-box form { margin-top: -10px; }



/*
-----------------------------------
	Homepage search
-----------------------------------
 */

.search {
	width: 60%;
	margin: 0 auto;
	padding: 15px 0 20px 0;
}

.search:after {
	display: table;
	content: '';
	clear: both;
}

.search input {
	float: left;
	width: 320px;
	padding: 0 7px;
	height: 30px;
	font-size: 18px;
	line-height: 1;
	margin-top: 2px;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
}

.search button {
	float: right;
	display: inline-block;
	font-family: "myriad-pro-1","myriad-pro-2", Arial, Tahoma, Helvetica, serif;
}



/*
-----------------------------------
	Contact Form
-----------------------------------
 */

.sld-contact {
	width: 50%;
	padding: 2em;
	margin: 0 auto;
}

.sld-contact .form-group {
	margin-bottom: 18px;
}

.sld-contact label {
	display: block;
	font-weight: 600;
}

.sld-contact input,
.sld-contact textarea {
	width: 100%;
	padding: 7px;
	border-radius: 3px;
	border: 1px solid #777;
	font-size: 1em;
}

.sld-contact textarea {
	height: 10em;
}

.sld-contact button {
	font-family: inherit;
}