/** CSS CACHE **/

.flipcountdown .digit { display: inline-block; background-repeat: no-repeat; }
.flipcountdown .digit { background-position: 0px 0px; }

.flipcountdown .digit { width: 49px; height: 76px; background-image: url('/conveyor/modules/countdown_clocks/images/flipcountdown-digits.png'); }
.flipcountdown .digit.space,
.flipcountdown .digit.separator,
.flipcountdown .digit.dot,
.flipcountdown .digit.comma { width: 26px; }

.flipcountdown .digit.space { background-image: none; }
.flipcountdown .digit.separator { background-image: none; }
.flipcountdown .digit.comma { background-image: none; }
.flipcountdown .digit.dot { background-image: none; }

.countdownclock .inner-padding {
	text-align: center;
}

.digits_container {
	margin-bottom: 15px;
}

.countdown_label {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

.flipcountdown {
	display: flex;
	flex-wrap: nowrap;
	justify-content: center;
	gap: 0;
}

.flipcountdown .wrapper {
	flex: 0 0 auto;
}

@media (max-width: 540px) {
	.digits_container {
		scale: 66.666%;
	}
}.dashboard {
	float: left;
	width: 731px;
	margin-bottom: 30px;
}

.dashboard .container {
	width: 300px;
	margin: 0 auto;
}

.dashboard .box {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.dashboard .box .box {
	margin-top: 0px;
}

.dashboard .generic_button {
	display: block;
	float: none!Important;
	margin-bottom: 20px!Important;
}

.dashboard .generic_button.register_button, .dashboard .generic_button.save_button {
	width: 298px;
	padding: 0px;
}

.dashboard h1 {
	color: #73CCAE;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	border-bottom: 1px solid #088394;
	width: 300px;
}

.dashboard h2 {
	color: #73CCAE;
	font-size: 16px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	margin-bottom: 5px;
	margin-top: 30px;
	border-bottom: 1px solid #088394;
	width: 300px;
}

.dashboard table {
	width: 300px;
	margin-bottom: 30px;
	border-collapse: collapse;
}

.dashboard table.listbox {
	
}

.dashboard table tr {
	position: relative;
}

.dashboard table td, .dashboard table th {
	float: left;
	clear: both;
	width: 280;
	font-size: 12px;
	padding: 0px;
}

.dashboard table.listbox td, .dashboard table.listbox th {
	float: none;
	width: auto;
}

.dashboard table th {
	font-weight: bold;
}

.dashboard table td {
	font-weight: normal;
	position: relative;
	line-height: 37px;
}

.dashboard table.listbox td {
	line-height: 14px;
}

.dashboard .list_box {
	position: relative;
}

.dashboard .list_box div.count_total {
	position: absolute;
	top: 0px;
	right: 0px;
	min-width: 32px;
	height: 32px;
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	background-color: #73CCAE;
	border-radius: 100px;
	text-align: center;
	line-height: 30px;
}

.dashboard table .help_text {
	font-weight: normal;
	font-size: 10px;
	font-style: italic;
}

.dashboard th.header {
	font-size: 16px;
	font-weight: 400;
	color: #73CCAE;
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
	border-top: 1px solid #045a66;
	border-bottom: 1px solid #045a66;
	padding: 10px;
	margin-top: 30px;
	width: 280px;
}

.dashboard input:not([type=submit]):not([type=radio]):not([type=checkbox]), .dashboard textarea, .dashboard.terminal {
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	float: left;
	width: 288px;
	line-height: 25px;
	margin: 0px;
	padding: 5px;
	font-size: 14px;
	border: 1px solid #042f32;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #088394;
	-webkit-box-shadow: 0px 1px 0px #088394;
	box-shadow: 0px 1px 0px #088394;
}

.dashboard textarea:focus, .dashboard input:focus{
    outline: 0;
}

.dashboard textarea, .dashboard.terminal {
	height: 100px;
	width: 288px;
	border: 1px solid #042f32;
	line-height: 16px;
	overflow: auto;
}

.dashboard .required_flag input:not([type=submit]):not([type=radio]):not([type=checkbox]),  .dashboard .required_flag textarea {
	width: 252px;
}

.dashboard td.required_flag {
	width: 264px;
	background-image: url('/images/gui/required.png');
	background-repeat: no-repeat;
	background-position: right 8px;
	padding-right: 26px;
}

.dashboard .control_strip, .control_strip_buttons_box {
	float: left;
	width: 100%;
}

.dashboard .console_button {
	float: left;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	margin: 0px;
	padding: 0px 10px;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

.dashboard .generic_button:hover, .dashboard .console_button:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}

.dashboard .console_button.create, .dashboard .console_button.create:hover, .dashboard .console_button.add, .dashboard .console_button.add:hover {
	padding-left: 25px;
	background-image: url('/images/gui/icon-add.png');
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.dashboard .console_button.delete, .dashboard .console_button.delete:hover, .dashboard .console_button.remove, .dashboard .console_button.remove:hover {
	padding-left: 25px;
	background-image: url('/images/gui/icon-delete.png');
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.dashboard .console_button.edit, .dashboard .console_button.edit:hover {
	padding-left: 25px;
	background-image: url('/images/gui/icon-edit.png');
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.dashboard .console_button.promote, .dashboard .console_button.promote:hover {
	padding-left: 25px;
	background-image: url('/images/gui/icon-admin.png');
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.dashboard .console_button.demote, .dashboard .console_button.demote:hover {
	padding-left: 25px;
	background-image: url('/images/gui/icon-revoke_admin.png');
	background-repeat: no-repeat;
	background-position: 0px -25px;
}

.dashboard .disabled, .dashboard .disabled:hover {
	filter:alpha(opacity=20);
	-moz-opacity: 0.2;
	-webkit-opacity: 0.2;
	opacity: 0.2;
	cursor: default;
	border: 1px solid #cce0f0;
}

.dashboard .listbox td {
	padding: 15px;
	border-bottom: 1px solid #088394;
}

.dashboard .listbox tr {
	background-color: rgba(10, 162, 183, 0.15);
	cursor: pointer;
}

.dashboard .listbox tr:hover {
	background-color: rgba(10, 162, 183, 0.25);
	cursor: pointer;
}

.dashboard .listbox tr.disabled-row {
	background: none;
	cursor: default;
}

.dashboard .listbox tr.disabled-row:hover {
	background: none;
	cursor: default;
}

.dashboard .listbox tr.row-even, .dashboard .listbox tr.disabled-row.row-even, .dashboard .listbox tr.disabled-row.row-even:hover  {
	background-color: rgba(10, 162, 183, 0.25);
}

.dashboard .listbox tr.row-odd, .dashboard .listbox tr.disabled-row.row-odd, .dashboard .listbox tr.disabled-row.row-odd:hover  {
	background-color: rgba(10, 162, 183, 0.15);
}

.dashboard .listbox tr.listbox_clicked {
	background-color: rgba(10, 162, 183, 0.5);
	cursor: pointer;
}

.dashboard .listbox tr.listbox_clicked:hover {
	background-color: rgba(10, 162, 183, 0.5);
	cursor: pointer;
}

.dashboard  td.valign_middle {
	vertical-align: middle!Important;
}

.dashboard  td.center_align {
	text-align: center!Important;
}

.dashboard .listbox ul, .dashboard .formbox ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px!Important;
}

.dashboard .listbox .pusher {
	width: 100%;
}

.dashboard .form_box p.instructions {
	font-size: 12px;
	font-style: italic;
}

.dashboard table p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 10px;
	line-height: 12px;
}

.dashboard .toolbar.tabbar .tab:link, .dashboard .toolbar.tabbar .tab:visited, .dashboard .toolbar.tabbar .tab:active {
	position: relative;
	float: left;
	top: 1px;
	display: block;
	margin: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 5px;
	line-height: 40px;
	font-size: 12px;
	font-weight: 800;
	text-transform: uppercase;
	text-align: center;
	cursor: pointer;
	border: solid 1px #088394;
	border-bottom: 0px;
	height: 40px;
	color: #73CCAE;
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}
.dashboard .toolbar.tabbar .tab:hover {
	color: #d2eea6;
	border: solid 1px #73CCAE;
	border-bottom: 0px;
}

.dashboard .toolbar.tabbar .tab.active_pane, .dashboard .toolbar.tabbar .tab.active_pane:link, .dashboard .toolbar.tabbar .tab.active_pane:visited, .dashboard .toolbar.tabbar .tab.active_pane:active {
	top: 1px;
	color: #d2eea6;
	border: solid 1px #088394;
	border-bottom: solid 1px #043336;
	background: none;
	text-shadow: none;
	
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 162, 183, 0.25)), to(rgba(10, 162, 183, 0.00)));
	background-image: -webkit-linear-gradient(top, rgba(10, 162, 183, 0.25), rgba(10, 162, 183, 0.00));
	background-image: -moz-linear-gradient(top, rgba(10, 162, 183, 0.25), rgba(10, 162, 183, 0.00));
	background-image: -o-linear-gradient(top, rgba(10, 162, 183, 0.25), rgba(10, 162, 183, 0.00));
	background-image: -ms-linear-gradient(top, rgba(10, 162, 183, 0.25), rgba(10, 162, 183, 0.00));
	background-image: linear-gradient(top, rgba(10, 162, 183, 0.25), rgba(10, 162, 183, 0.00));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#0aa2b7', EndColorStr='#0aa2b7');
}



.toolbar {
	border-bottom: 1px solid #088394;
	float: left;
	width: 100%;
	height: 100%;
}

.toolbar p {
	font-size: 10px;
	line-height: 10px;
}

.toolbar.icon a {
	font-weight: normal;
	display: block;
	float: left;
	width: 75px;
	height: 100%;
	color: #73CCAE;
}

.toolbar.icon a:hover {
	height: 100%;
	background-color: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 162, 183, 0.00)), to(rgba(10, 162, 183, 0.5)));
	background-image: -webkit-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.5));
	background-image: -moz-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.5));
	background-image: -o-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.5));
	background-image: -ms-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.5));
	background-image: linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.5));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#063236', EndColorStr='#1D6773');
	
	color: #d2eea6;
}

.toolbar.icon div {
	width: 65px;
	height: 100%;
	padding: 58px 5px 5px 5px;
	height: 16px;
	
	text-align: center;
	line-height: 16px;
	font-size: 10px;
	
	background-repeat: no-repeat;
	background-position: center 8px;
}

.toolbar.icon .tab.active_pane {
	height: 100%;
	background-color: none;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(10, 162, 183, 0.00)), to(rgba(10, 162, 183, 0.25)));
	background-image: -webkit-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.25));
	background-image: -moz-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.25));
	background-image: -o-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.25));
	background-image: -ms-linear-gradient(top, rgba(10, 162, 183, 0.00), rgba(10, 162, 183, 0.25));
	background-image: linear-gradient(top, rgba(210, 162, 183, 0.00), rgba(10, 162, 183, 0.25));
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#143C41', EndColorStr='#0E4B53');
	
	font-weight: bold;
	color: #d2eea6;
}

.toolbar.icon .tab.contest div {
	background-image: url('/images/gui/dashboard/toolbar-icons-contests.png');
}

.toolbar.icon .tab.ballots div {
	background-image: url('/images/gui/dashboard/toolbar-icons-ballots.png');
}

.toolbar.icon .tab.enter div {
	background-image: url('/images/gui/dashboard/toolbar-icons-enter.png');
}

.toolbar.icon .tab.profile div {
	background-image: url('/images/gui/dashboard/toolbar-icons-profile.png');
}

#live_update .loading_spinner {
	width: 300px;
	height: 112px;
}

@media screen and (max-width: 479px) {
	.dashboard {
		width: 300px;
	}

}.form.outer_container {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.form.outer_container h1 {
	float: left;
	width: 100%;
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #088394;
	padding-bottom: 15px;
}

.form.outer_container h2 {
	float: left;
	color: #0aa2b7;
	font-size: 20px;
	font-weight: normal;
	line-height: 18px;
	display: inline;
	text-shadow: 0px 0px 5px #000000;
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.form.outer_container h3 {
	color: #0aa2b7;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	display: inline;
	text-shadow: 0px 0px 5px #000000;
}

.form .outer_box {
	float: left;
	width: 50%;
}

.form .title_box {
}

.form .inner_container {
}

.form .inner_box {
	float: left;
	clear: both;
	width: 100%;
}

.form .alert_box {
	background-image: url('/images/gui/required.png');
	background-position: 5px 7px;
	background-repeat: no-repeat;
	float: left;
	clear: both;
	padding-left: 20px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.form .element_box {
	float: left;
	position: relative;
	width: 50%;
	padding-right: 15px;
	margin-bottom: 10px;
}

.form .element_box.textarea {
	width: 100%;
}

.form .error {
	color: #B54F26;
	font-size: 14px;
}

.form .field_box {
	position: relative;
}

.form .footer_box {
}

.form .text_field_input, .form .textarea_input, .form .dropdown_select {
	float: left;
	width: 100%;
	
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	line-height: 25px;
	margin: 0px;
	padding: 5px;
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	font-size: 14px;
	border: none;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
}

.form .textarea_input {
	height: 100px;
	overflow: auto;
}

.form .dropdown_select {
	height: 36px;
}

.form .element_box.select .field_box:after {
	content: "+"; 
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	position: absolute;
	top: 0px;
	right: 10px;
	color: rgba(10, 162, 183, 0.5);
}

.form .text_field_input, .form .textarea_input, .form .dropdown_select {
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.form .text_field_input:focus, .form .textarea_input:focus, .form .dropdown_select:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

.form .label_box label, form table label {
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	line-height: 30px;
}

form li {
	float: left;
	margin-right: 10px;
}

.form .required_flag {
	background-image: url('/images/gui/required.png');
	background-repeat: no-repeat;
	background-position: right 10px top 8px;
}

.form .row_box {
	clear: both;
	float: left;
	width: 100%;
}

.form_secure_box {
	float: left;
}

.form .submit_button {
	float: right;
	display: block;
	height: 30px;
	line-height: 30px;
	padding: 0px 30px;
	margin-right: 15px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

.form .submit_button:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}

.form_subtitle {
	color: #677180;
	font-size: 9px;
	clear: both;
	font-weight: bold;
}

.form .widget_box  {
	float: left;
	margin-right: 5px;
}

.form .widget_container {
	float: left;
	clear: both;
}

.form .widget_label_box {
	margin-left: 0px;
	float: left;
	color: #ffffff;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: normal;
	padding-top: 2px;
	margin-right: 15px;
}

.captcha {
	float: left;
	margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
	.form .outer_box, .form .element_box {
		width: 100%;
		padding-right: 0px;
	}
	
	.form .submit_button {
		width: 100%;
		margin: 0px;
	}
}.gallery-box {
	float: left;
	padding-bottom: 30px;
}

.gallery-title-box {
	display: none;
}

.gallery-box div.content {
	display: none;
	float: left;
	width: 731px;
}

.gallery-box div.content a {
	text-decoration: none;
}

div.navigation a {
	text-decoration: none;
}

.gallery-box div.content a:focus {
}

.gallery-box div.content a:hover {
}

.gallery-box div.content a:active {
}

div.controls {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

div.controls a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

div.ss-controls {
	float: left;
}

div.nav-controls {
	float: right;
}

div.slideshow-container {
	position: relative;
	float: left;
	width: 729px;
	height: 266px;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	overflow: hidden;
	padding: 0px;
	background: #000000;
}

div.loader {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 729px;
	height: 248px;
	background-color: #000000;
	background-image: url('/library/galleriffic/css/loader-on_black.gif');
	background-repeat: no-repeat;
	background-position: center;
}

div.slideshow {
}

div.slideshow span.image-wrapper {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

div.slideshow a.advance-link {
	display: block;
	width: 729px;
	height: 248px;
	overflow: hidden;
}

div.slideshow a.advance-link:hover {
}

div.slideshow a.advance-link:active {
}

div.slideshow a.advance-link:visited {
}

div.slideshow img {
	float: left;
	border: none;
}

div.download {
	display: none;
}

div.caption-container {
	float: left;
	width: 731px;
	padding-top: 10px;
	height: 30px;
	padding-bottom: 10px;
}

span.image-caption {
	display: block;
}

div.caption {
}

div.image-title {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	display: inline;
	text-shadow: 0px 0px 5px #000000;
}

div.image-desc {
	font-size: 12px;
	line-height: 16px;
	color: #ffffff;
}

div.navigation {
	float: left;
	width: 100%;
}

ul.thumbs {
	width: 742px;
	height: 121px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

ul.thumbs li {
	float: left;
	padding: 0;
	margin: 5px 10px 5px 0;
	list-style: none;
}

a.thumb {
	display: block;
	width: 111px;
	height: 111px;
	overflow: hidden;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
}

ul.thumbs li.selected a.thumb {
	background: #000;
}

a.thumb:focus {
	outline: none;
}

ul.thumbs img {
	border: none;
	display: block;
}

div.pagination {
	float: left;
	width: 100%;
}

div.navigation div.top {
	margin-bottom: 10px;
}

div.navigation div.bottom {
	margin-top: 40px;
}

div.pagination a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

div.pagination span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

div.pagination span.current {
	font-weight: normal;
	border-color: #ffffff;
	color: #ffffff;
}

div.pagination span.ellipsis {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

div.pagination span.ellipsis {
	border: none;
	padding: 5px 0 3px 2px;
}

div.pagination span.inactive {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
	color: #005e6a;
}

div.pagination a:hover {
	border: 1px solid #005e6a;
	text-decoration: none;
}

#home_page_promos-box {
	float: left;
	position: relative;
	width: 959px;
	height: 370px;
	z-index: 100;
}

#home_scroll_panes {
	float: left;
	position: relative;
	clear: both;
	width: 959px;
	height: 320px;
	left: 20px;
}

.item {
	position: relative;
	float: left;
	display: block;
	width: 959px;
	height: 320px;
	margin-right: 10px;
}

#home_scroll_panes .items {
	width: 20000px;
	position: absolute;
	clear: both;
	margin: 0;
	padding: 0;
}

a.browse_back {
	background: url('/images/gui/home_page_promo-previous.png') no-repeat;
	background-position: 0px 0px;
	display: block;
	width: 48px;
	height: 73px;
	cursor: pointer;
	position: absolute;
	top: 63px;
	left: 71px;
	z-index: 150;
}

a.browse_back:hover {
	background: url('/images/gui/home_page_promo-previous.png') no-repeat;
	background-position: 0px -73px;
}

a.browse_forward {
	background: url('/images/gui/home_page_promo-next.png') no-repeat;
	display: block;
	width: 48px;
	height: 73px;
	cursor: pointer;
	position: absolute;
	top: 63px;
	left: 881px;
	z-index: 150;
}

a.browse_forward:hover {
	background: url('/images/gui/home_page_promo-next.png') no-repeat;
	background-position: 0px -73px;
}

.home_page_promo-box {
	position: relative;
	display: inline;
	visibility: visible;
	width: 959px;
	height: 320px;
	float: left;
}

.home_page_promo_link-box {
	width: 240px;
	padding: 20px;
	padding-bottom: 0px;
}

.home_page_promo-title {
	display: block;
	width: 310px;
	padding: 30px;
	padding-bottom: 0px;
	z-index: 100;
}

.overflow .home_page_promo-title {
	position: relative;
	width: 410px;
	padding: 30px;
	padding-bottom: 0px;
}

.home_page_promo-title a:link, .home_page_promo-title a:visited, .home_page_promo-title a:active {
	font-size: 24px;
	text-decoration: none;
	color: #d2eea6;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
}

.home_page_promo-title a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #0aa2b7;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
}

.overflow .home_page_promo-title a:link, .overflow .home_page_promo-title a:visited, .overflow .home_page_promo-title a:active {
	font-size: 24px;
	text-decoration: none;
	color: #01262c;
	line-height: 20px;
	text-shadow: none;
}

.overflow .home_page_promo-title a:hover {
	font-size: 24px;
	text-decoration: none;
	color: #014f56;
	line-height: 20px;
}

.home_page_promo_button-box {
	background: url('/images/gui/home_page_promo-more_info_button_bg.png') no-repeat;
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 114px;
	z-index: 110;
}

.overflow .home_page_promo_button-box {
	background: url('/images/gui/home_page_promo-more_info_button_bg-overflow.png') no-repeat;
	width: 250px;
	height: 200px;
	position: absolute;
	top: 0px;
	right: 114px;
	z-index: 110;
}

.home_page_promo-button, .home_page_promo-button:link, .home_page_promo-button:visited, .home_page_promo-button:active {
	position: absolute;
	top: 11px;
	right: 11px;
	display: block;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	padding: 0px 10px;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

.home_page_promo-button:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}

.home_page_promo-button-dimmed {
}

.home_page_promo-date_box {
	position: absolute;
	top: 0px;
	left: 275px;
	background: url('/images/gui/home_page_promo-date_box_bg.gif') repeat-x;
	background-color: #00171a;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	padding: 5px;
	padding-left: 8px;
	padding-right: 8px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
}

.home_page_promo-date_box-month {
	text-transform: uppercase;
	display: block;
	font-size: 14px;
	color: #0aa2b6;
}

.home_page_promo-date_box-day {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #0aa2b6;
}

.home_page_promo-date_box-year {
	display: block;
	font-size: 14px;
	color: #0aa2b6;
}

.home_page_promo-image {
	position: absolute;
	width: 450px;
	height: 200px;
	right: 114px;
}

.overflow .home_page_promo-image {
	position: absolute;
	width: 450px;
	height: 300px;
	top: -100px;
	right: 114px;
	z-index: 100;
}

.home_page_promo-image:link, .home_page_promo-image:visited, .home_page_promo-image:active {
}

.home_page_promo-image:hover {
}


.home_page_promo_text-box {
	background: url('/images/gui/home_page_promo-bg.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 959px;
	height: 320px;
	padding-left: 114px;
	padding-right: 114px;
}

.overflow .home_page_promo_text-box {
	background: url('/images/gui/home_page_promo-bg-overflow.png') no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 959px;
	height: 320px;
	padding-left: 114px;
	padding-right: 114px;
}

.home_page_promo-description {
	position: relative;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #ffffff;
	width: 280px;
	padding-left: 30px;
	padding-top: 10px;
	text-shadow: 0px 0px 5px #000000;
}

.overflow .home_page_promo-description {
	position: relative;
	float: left;
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #01262c;
	width: 380px;
	padding-left: 30px;
	padding-top: 10px;
	text-shadow: none;
}

#home_page_promos-box .navi {
	position: absolute;
	bottom: 120px;
	cursor: pointer;
	width: 1000px;
	text-align: center;
	z-index: 200;
}

#home_page_promos-box .navi a {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 3px;
    background: url('/images/gui/navigator.png') 0 0 no-repeat;
    font-size: 1px;
}

#home_page_promos-box .navi a:hover {
    background-position: 0 -10px;
}

#home_page_promos-box .navi a.active {
    background-position: 0 -20px;
}

@media screen and (max-width: 479px) {
	#home_page_promos-box {
		width: 100%;
	}

	#home_scroll_panes {
		float: none;
		width: 320px;
		left: auto;
		margin: 0px auto;
	}

	.item {
		width: 320px;
		margin-right: 0px;
	}
	
	.home_page_promo-box {
		width: 320px;
	}
	
	.home_page_promo_text-box {
		background: url('/images/gui/home_page_promo-bg-320.png') no-repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 320px;
		height: 320px;
		padding-left: 0px;
		padding-right: 0px;
	}

	.overflow .home_page_promo_text-box {
		background: url('/images/gui/home_page_promo-bg-overflow-320.png') no-repeat;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 320px;
		height: 320px;
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.home_page_promo_link-box {
		width: auto;
	}

	.home_page_promo-title, .home_page_promo-title a:link {
		width: 60%;
	}

	.overflow .home_page_promo-title, .overflow .home_page_promo-title a:link {
		width: 150px;
	}

	.home_page_promo-description {
		width: auto;
	}

	.overflow .home_page_promo-description, .home_page_promo-description {
		width: auto;
		padding-right: 30px;
		line-height: 14px;
	}
	
	.home_page_promo-image {
		position: absolute;
		width: 320px;
		height: auto;
		left: 0px;
	}

	.overflow .home_page_promo-image {
		position: absolute;
		width: 250px;
		height: 250px;
		top: -90px;
		left: 120px;
		z-index: 100;
		background-size: 320px!Important;
		background-repeat: no-repeat!Important;
	}
	
	a.browse_back, a.browse_forward {
		display: none;
	}
	
	.home_page_promo_button-box {
		display: none;
	}
	
	#home_page_promos-box .navi {
		width: 100%;
		bottom: auto;
		top: 228px;
	}
}.zone10 .html_snippet.outer_container {
	float: left;
	width: 500px;
}

.zone10 .html_snippet .outer_box {
}

.zone10 .html_snippet .title-box {
}

.zone10 .html_snippet .title-box h1 {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	display: inline;
	text-shadow: 0px 0px 5px #000000;
}

.zone10 .html_snippet-size {
}

.zone10 .html_snippet .inner_container {
}

.zone10 .html_snippet .inner_box {
}

.zone10 .html_snippet .description-box {
	float: left;
	width: 500px;
	padding: 10px;
	font-size: 10px;
}

.zone10 .html_snippet .code-box {
}

#logout_container {
	float: right;
	height: 21px;
}

#logout_box {
	float: right;
	display: block;
	background-image: url('/images/gui/breadcrumb-chevron.gif');
	background-repeat: no-repeat;
	padding-left: 15px;
	padding-right: 12px;
	height: 17px;
	padding-top: 4px;
}

#logout_button {
	float: left;
	display: block;
	font-size: 10px;
}

.logout_link:link {
}

.logout_link:visited {
}

.logout_link:active {
}

.logout_link:hover {
}

#logout_user_box {
	float: left;
	display: block;
	font-size: 10px;
	padding-right: 8px;
}

#login_zone {
	position: relative;
	float: left;
	width: 100%;
	margin: 50px 0px;
}

#login_container {
	width: 271px;
	margin: 0 auto;
}

#login_box {
	position: relative;
	float: left;
	
	padding: 0px;
	margin: 0px;
	width: 271px;
	background-image: url('/images/gui/login_bg.png');
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 141px;
	padding-bottom: 23px;
	margin-bottom: 10px;
}

#login_box.access_denied {
	background-image: none;
	height: auto;
}

#login-title_box, #login-title_box h1 {
	width: 271px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #73CCAE;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
}

#login_fields {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

#register_button-box {
	margin-top: 10px;
	margin-bottom: 10px;
}

.generic_submit_button.login_button, .generic_submit_button.verify_button, .generic_button.register_button {
	width: 100%;
	padding: 0px;
}

.login_field-box {
}

#login_box label {
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	line-height: 30px;
}

.login_field {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	float: left;
	width: 100%;
	height: 35px;
	margin: 0px;
	padding: 0px;
	padding-left: 10px;
	font-size: 14px;
	border: none;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	outline: none;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.login_field:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

#login_box p {
	font-weight: 100;
	font-size: 12px;
	line-height: 12px;
	color: #ffffff;
	text-align: center;
	text-shadow: 0px 0px 5px #000000;
}

.registration_instructions {
	position: absolute;
	bottom: 10px;
	left: 590px;
	width: 200px;
	padding-left: 45px;
	padding-bottom: 70px;
	
	background-image: url('/images/gui/arrow-down_left.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	
	font-weight: 100;
	font-size: 14px;
}

#password_reset-box {
	text-align: center;
	font-size: 10px;
}

#password_reset-box .reset_password_button, #password_reset-box .reset_password_button:hover {
	display: inline;
	border: none;
	float: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}

@media screen and (max-width: 479px) {
	#login_zone {
		width: 100%;
		margin: 30px auto;
	}
	
	.registration_instructions {
		position: relative;
		float: left;
		top: auto;
		left: auto;
				
		background-image: url('/images/gui/arrow-up_left.png');
		background-repeat: no-repeat;
		background-position: top left;
		
		padding-left: 75px;
		padding-bottom: 0px;
		padding-top: 42px;
	}
}.map-outer_container {
	float: left;
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.map-outer_box {
}

.map-title_box {
}

.map-title_box h1 {
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #088394;
	padding-bottom: 15px;
}

.map-inner_container {
}

.map_canvas_container {
	float: left;
	width: 100%;
	height: 400px;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	color: #404040;
}

.map-description {
}

.map-directions {
}

.map-directions_button {
	float: left;
	clear: both;
}

.map_canvas_container h3 {
	padding: 0px;
	margin: 0px;
	font-weight: 800;
	font-size: 14px;
	text-transform: uppercase;
}

.map_canvas_container p {
	padding: 0px;
	margin: 0px;
	font-weight: 100;
	font-size: 11px;
}

.map-outer_container a {
	text-transform: uppercase;
	font-size: 8px;
}

.map-outer_container a:hover {

}

.map_canvas_container a {
	text-transform: uppercase;
	font-size: 8px;
	font-weight: 800;
	color: #0aa2b7;
}

.map_canvas_container a:hover {
	color: #404040;
}

@media screen and (max-width: 479px) {
	.map-outer_container {
		width: 100%;
		overflow: hidden;
	}
}.multimedia_file.outer_container {
	float: left;
	clear: both;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.multimedia_file .inner_container {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px dotted #088394;
}

.multimedia_file .outer_box {
}

.multimedia_file .title_box {
	float: left;
	position: relative;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.multimedia_file .title_box h1 {
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 5px #000000;
	border-bottom: 1px solid #005e6a;
}

.multimedia_file .file_size {
	font-size: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.multimedia_file .inner_container {
}

.multimedia_file .inner_box {
}

.multimedia_file .description {
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	margin-bottom: 20px;
}

.multimedia_file .player_container {
}

.multimedia_file .player_box {
	float: left;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	margin-bottom: 15px;
	width: 100%;
	height: auto;
}

.multimedia_file .details_box {
	width: 500px;
	font-size: 12px;
	line-height: 16px;
}

.multimedia_file .buttons_container {
}

.multimedia_file .button_box {
}

.button, .button:link, .button:visited, .button:active {
	float: left;
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	margin-right: 10px;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.button:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
	
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

.multimedia_group.outer_container {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.multimedia_group .outer_box {
}

.multimedia_group .title_box {
}

.multimedia_group .title_box h1 {
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #088394;
	padding-bottom: 15px;
}

.multimedia_group .inner_container {
}

.multimedia_group .inner_box {
}

.multimedia_group .description {
	float: left;
	font-size: 16px;
	line-height: 20px;
	font-weight: 100;
	margin-bottom: 20px;
}

.multimedia_group .listbox {
	float: left;
	border-collapse: collapse;
	width: 100%;
}

.multimedia_group .listbox td {
	padding: 10px;
	vertical-align: top;
}

.multimedia_group .listbox a {

}

.multimedia_group .row {
	border-bottom: 1px solid #005e6a;
}

.multimedia_group .link_column {
	width: 100%;
}

.multimedia_group .file_size {
	font-size: 8px;
	width: 50px;
	text-align: right;
	font-weight: bold;
}

.multimedia_group .file_summary {
	font-size: 12px;
	font-style: italics;
}

.multimedia_group .file_description {
	font-size: 12px;
	line-height: 14px;
	padding-left: 30px;
}

.multimedia_group-file_download_button {
	width: 50px;
}

.multimedia_group.outer_container .type_qt_video {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-play.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

.multimedia_group.outer_container .type_wm_video {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-play.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

.multimedia_group.outer_container .type_youtube {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-play.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

.multimedia_group.outer_container .type_audio {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-play.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

.multimedia_group.outer_container .type_swf {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-play.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

.multimedia_group.outer_container .type_pdf {
	padding-left: 30px;
	background: url('/images/gui/multimedia_icon-download.png');
	background-repeat: no-repeat;
	line-height: 20px;
	display: block;
}

@media screen and (max-width: 479px) {
	.multimedia_file.outer_container, .multimedia_group.outer_container {
		width: 100%;
	}
	
	.multimedia_file .title_box, .multimedia_group .title_box {
		width: 100%;
	}
	
	.multimedia_file .description, .multimedia_group .description {
		width: auto;
	}
	
	.multimedia_file .details_box {
		width: auto;
	}
	
	.multimedia_file .player_box {
	}
	
	.multimedia_group .listbox {
		width: 100%;
	}
	
	.multimedia_group .file_description {
		display: none;
	}
	
	.multimedia_group .listbox td {
		padding: 5px;
		vertical-align: middle;
	}
}#news_archive {
	float: right;
	width: 200px;
	padding-left: 10px;
	margin-bottom: 30px;
	border-left: 1px dotted #088394;
}

#news_archive .date {
	width: 100%;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	margin-left: 15px;
	margin-bottom: 5px;
}

#news_archive .title {
	font-size: 14px;
	font-weight: normal;
	display: inline;
	color: #0aa2b7;
}

#news_archive .synopsis {
	font-size: 12px;
	line-height: 16px;
	display: block;
	padding-left: 15px;
}

#news_archive .row {
	padding-bottom: 10px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #088394;
}

#news_archive .on {
	display: block;
	background-image: url('/images/gui/page_icon-over.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

#news_archive .link:link, #news_archive .link:visited, #news_archive .link:active {
	display: block;
	background-image: url('/images/gui/page_icon-off.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

#news_archive .link:hover {
	display: block;
	background-image: url('/images/gui/page_icon-over.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

#news_archive .read_more_link_box {
	padding-top: 5px;
}

#news_archive .read_more_link, #news_archive .read_more_link:link, #news_archive .read_more_link:visited, #news_archive .read_more_link:active {
	float: left;
	width: 100%;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	padding: 5px 5px 3px 5px;
	color: #d2eea6;
	display: block;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

#news_archive .read_more_link:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}



#more_news {
	position: relative;
	float: left;
	width: 100%;
}

#more_news .container {
	position: relative;
	float: left;
	width: 100%;
}

#more_news .date {
	width: 100%;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	margin-left: 15px;
	margin-bottom: 5px;
}

#more_news .title {
	font-size: 16px;
	display: block;
}

#more_news .synopsis {
	font-size: 12px;
	line-height: 16px;
	padding-left: 15px;
}

#more_news .row {
	float: left;
	padding: 5px;
	width: 100%;
	padding-bottom: 10px;
	border-bottom: 1px dotted #088394;
}

#more_news .on {
	font-size: 12px;
	color: #088394;
	font-weight: bold;
}

#more_news .link:link, #more_news .link:visited, #more_news .link:active {
	display: block;
	background-image: url('/images/gui/page_icon-off.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

#more_news .link:hover {
	display: block;
	background-image: url('/images/gui/page_icon-over.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}



.news_article.container {
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.news_article .box {
	font-size: 14px;
	line-height: 18px;
	float: left;
	width: 100%;
}

.news_article .box h1 {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
	color: #73CCAE;
	font-size: 48px;
	font-weight: 100;
	line-height: 40px;
	text-shadow: 0px 0px 5px #000000;
}

.news_article .box h2 {
	color: #0aa2b7;
	font-size: 16px;
	font-weight: normal;
	line-height: 16px;
	text-shadow: 0px 0px 5px #000000;
}

.news_article .date {
	width: 100%;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	margin-bottom: 5px;
}

.news_article p {
	margin: 0px;
	padding: 0px;
	margin-bottom: 10px;
}

.news_article .body_copy {
	font-size: 18px;
	font-weight: 100;
	line-height: 24px;
	float: left;
}

.news_article .body_copy blockquote {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 30px;
	background-image: url('/images/gui/quotes.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-shadow: 0px 0px 5px #022226;
}

.news_article .news_photo_box {
	float: left;
	margin-bottom: 20px;
	width: 500px;
}

.news_article .news_photo {
	float: left;
	width: 498px;
	overflow: hidden;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
}

.news_article .news_photo_caption_box {
	float: left;
	width: 500px;
	color: #ffffff;
	padding-top: 15px;
	font-size: 12px;
	line-height: 16px;
	text-shadow: 0px 0px 5px #000000;
}



.news_listing_component.container {
	float: left;
	width: 866px;
	margin-bottom: 20px;
}

.news_listing_component .title_box {
}

.news_listing_component .title_box h1 {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	float: left;
	width: 731px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 5px #000000;
	border-bottom: 1px solid #005e6a;
	background-image: url('/images/gui/toggle-diamond_icon-blog.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.news_listing_component .row {
	float: left;
	position: relative;
	border-right: 1px dotted #088394;
	padding-right: 10px;
	padding-bottom: 10px;
	margin-right: 10px;
	width: 237px;
}

.news_listing_component .last_row {
	border: 0px;
	padding-right: 0px;
	margin-right: 0px;
}

.news_listing_component .link:link, .news_listing_component .link:visited, .news_listing_component .link:active {
	display: block;
	background-image: url('/images/gui/page_icon-off.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

.news_listing_component .link:hover {
	display: block;
	background-image: url('/images/gui/page_icon-over.gif');
	background-repeat: no-repeat;
	background-position: 0px 8px;
	padding: 5px;
	font-size: 14px;
	text-decoration: none;
	padding-left: 15px;
}

.news_listing_component .date {
	width: 100%;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	margin-left: 15px;
	margin-bottom: 5px;
}

.news_listing_component .read_more_link_box {
	float: left;
	width: 731px;
	padding-top: 15px;
	margin-top: 20px;
	border-top: 1px solid #005e6a;
}

.news_listing_component .read_more_link, .news_listing_component .read_more_link:link, .news_listing_component .read_more_link:visited, .news_listing_component .read_more_link:active {
	float: left;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	display: block;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

.news_listing_component .read_more_link:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}

.news_listing_component .synopsis {
	position: relative;
	float: left;
	width: 202px;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding-left: 15px;
}




.news_snippets .column {
	float: left;
	width: 866px;
}

.news_snippets .row {
	float: left;
	position: relative;
	border-bottom: 1px dotted #088394;
	padding-bottom: 10px;
	margin-right: 10px;
	width: 237px;
}

.news_snippets .box_padding {
	padding-right: 15px;
}

.news_snippets .thumb_box {
	display: none;
}

.news_snippets .title_box {
	position: relative;
	float: left;
	width: 222px;
	font-size: 14px;
	line-height: 12px;
	color: #272727;
}

.news_snippets .link:link, .news_snippets .link:visited, .news_snippets .link:active {
	display: block;
	background-image: url('/images/gui/page_icon-off.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
}

.news_snippets .link:hover {
	display: block;
	background-image: url('/images/gui/page_icon-over.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	padding-left: 15px;
}

.news_snippets .date {
	width: 100%;
	display: block;
	font-size: 8px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #0aa2b7;
	margin-left: 15px;
	margin-bottom: 5px;
}

.news_snippets .synopsis_box {
	position: relative;
	float: left;
	width: 222px;
	font-size: 12px;
	color: #ffffff;
	line-height: 16px;
	padding-left: 15px;
}

.news_snippets .read_more_link_box {
	float: right;
	padding-top: 4px;
}

.news_snippets .link {
	font-size: 14px;
}

.news_snippets .read_more_link, .news_snippets .read_more_link:link, .news_snippets .read_more_link:visited, .news_snippets read_more_link:active {
	float: left;
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
}

.news_snippets .read_more_link:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background: #056471;
	background-color: rgba(10, 162, 183, 0.50);
}


.more_news .results_summary {
	float: left;
	width: 100%;
	font-size: 10px;
}

.more_news .pager {
	float: left;
	width: 100%;
}

.more_news .pager a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

.more_news .pager a:hover {
	border: 1px solid #005e6a;
	text-decoration: none;
}

.more_news .pager span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #73CCAE;
	font-size: 10px;
	color: #73CCAE;
	font-weight: normal;
}

.more_news .pager span.inactive {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
	color: #005e6a;
}


.social_box {
	float: left;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-moz-box-shadow: 0px 1px 0px #088394;
	-webkit-box-shadow: 0px 1px 0px #088394;
	box-shadow: 0px 1px 0px #088394;
	background-color: #ffffff;
	padding: 10px 10px 5px 10px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.title_box.news_group {
	position: relative;
	float: left;
	width: 100%;
	border-bottom: 1px dotted #088394;
	margin-bottom: 20px;
}

.title_box.news_group h1 {
	float: left;
	line-height: 40px;
	font-weight: 100;
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}

.title_box.news_group .back {
	position: absolute;
	display: block;
	left: -38px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	width: 28px;
	height: 42px;
	background-image: url('/images/gui/icon-back.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

.title_box.news_group .back:hover {
	background-position: 0px -42px;
}

.title_box.news_group .simple_pagination {
	position: absolute;
	top: 0px;
	right: 0px;
}

.title_box.news_group .simple_pagination .link {
	font-size: 10px;
	text-transform: uppercase;
	margin-left: 10px;
}


@media screen and (max-width: 479px) {
	.news_listing_component.container, .news_group.container, .news_article.container {
		width: 300px;
	}
	
	.news_article .box {
		width: 100%;
	}
	
	.news_listing_component .title_box h1, .news_group .title_box h1 {
		width: 200px;
		padding-right: 80px;
	}
	
	.news_group.title_box {
		width: 300px;
	}
	
	.news_listing_component .row {
		float: left;
		position: relative;
		border-right: none;
		border-bottom: 1px dotted #088394;
		padding-right: 0px;
		padding-bottom: 10px;
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
	}
	
	.news_listing_component .read_more_link_box {
		float: left;
		width: 100%;
		padding: 0px;
		margin: 0px;
		margin-top: 10px;
		border: none;
	}
	
	.news_listing_component .read_more_link, .news_listing_component .read_more_link:link, .news_listing_component .read_more_link:visited, .news_listing_component .read_more_link:active, .news_listing_component .read_more_link:hover {
		float: right;
	}
	
	.news_listing_component .synopsis {
		width: 265px;
	}
	
	#more_news {
		width: 280px;
	}
	
	#news_archive {
		display: none;
	}
	
	.social_box {
		width: 280px;
		height: auto;
	}
	
	.news_article .news_photo_box {
		width: 300px;
	}

	.news_article .news_photo {
		width: 298px;
		overflow: hidden;
	}

	.news_article .news_photo_caption_box {
		width: 300px;
	}
}.quick_image img {
	float: left;
	margin-bottom: 30px;
}

.home .quick_image {
	float: none;
	width: 200px;
	margin: 30px auto;
}

.home .zone4 .quick_image {
	float: none;
	width: 200px;
	margin: 30px auto;
}

.home .quick_image img {
	display: block;
	float: none;
	width: 200px;
	margin: 0px auto;
}

.quick_image.banner img {
	float: left;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	box-shadow: 0px 0px 5px #000000;
	margin-bottom: 30px;
}

@media screen and (max-width: 479px) {
	.quick_image {
		width: auto;
	}
	
	.quick_image.banner {
		width: 100%;
		padding: 0px 15px;
		margin: 0px auto;
	}
	
	.quick_image img {
		width: 100%;
	}
	
	.quick_image.banner img {
		width: 100%;
	}
}
.search-container {
	float: left;
	width: 100%;
}

#search_results-container {
	float: left;
	width: 100%;
	padding-top: 30px;
}

#search_results-box {
	font-size: 12px;
	margin-bottom: 20px;
}

.exclusive_search_box {
	float: left;
	padding-left: 134px;
	padding-top: 60px;
	padding-bottom: 30px;
}

#search_results-box h1 {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-shadow: 0px 0px 5px #000000;
	border-bottom: 1px solid #005e6a;
	background-image: url('/images/gui/toggle-diamond_icon-search.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

#search_results-box ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#search_results-box li {
	margin: 0px;
	margin-bottom: 10px;
	padding: 5px;
}

.search_results-odd {
	border-bottom: 1px dotted #088394;
}

.search_results-even {
	border-bottom: 1px dotted #088394;
}

.search_results-on_what_page {
	font-size: 14px;
	font-weight: bold;
	font-weight: 700;
}

.search_results-component_name {
	font-size: 14px;
}

.search_field input {
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
	
	font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	float: left;
	width: 50%;
	height: 32px;
	margin: 0px;
	padding: 5px;
	margin-right: 5px;
	font-size: 14px;
	border: 1px solid #000000;
	border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ffffff;
	outline: none;
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.search_field input:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

.search_button {
	float: left;
	display: block;
	line-height: 30px;
	margin: 0px;
	padding: 0px 20px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background-color: rgba(10, 162, 183, 0.25);
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.search_button:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	cursor: pointer;
	
	background-color: rgba(10, 162, 183, 0.50);
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

.search_tool-outer_container {
	float: left;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.search_tool-outer_box {
}

.search_tool-name-box {
}

.search_tool-name-box h1 {
	color: #73ccae;
	font-size: 24px;
	text-shadow: 0px 0px 5px #000000;
	font-weight: 100;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #005e6a;
	background-image: url('/images/gui/toggle-diamond_icon-search.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.search_tool-inner_container {
}

.search_tool-inner_box {
}

.search_tool-description {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	font-weight: 100;
}

.search_results_summary {
}

.search_results_pager {
	float: left;
	width: 100%;
}

.search_results_pager a {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
}

.search_results_pager a:hover {
	border: 1px solid #005e6a;
	text-decoration: none;
}

.search_results_pager span.current {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #ffffff;
	font-size: 10px;
	color: #ffffff;
	font-weight: normal;
}

.search_results_pager span.inactive {
	display: block;
	float: left;
	margin-right: 2px;
	padding: 4px 7px 4px 7px;
	border: 1px solid #005e6a;
	font-size: 10px;
	color: #005e6a;
}

@media screen and (max-width: 479px) {
	.search-container, .search_tool-outer_container {
		width: 100%;
	}
	
	.search_tool-name-box h1 {
		width: 100%;
		padding-right: 80px;
	}
	
	.search_field input {
		width: 100%;
		margin: 0px;
		margin-bottom: 10px;
	}
	
	.search_button {
		width: 100%;
	}
}#sb-wrapper-inner {
	position: relative;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
}

.zone4 .slideshow_box {
	float: left;
	width: 100%;
	height: 200px;
}

.zone4 .pics {
	width: 960px;
	height: 200px;
	padding: 0px;
	margin: 0px auto;
}

.zone4 .pics img {
	width: 100%;
	height: 200px;
	top: 0px;
	left: 0px;
}

.zone4 .slideshow_panel-text {
	float: left;
	width: 100%;
	height: 200px;
	position: relative;
}

.zone4 .slideshow_panel-text h1 {
	position: absolute;
	display: block;
	padding: 0px;
	margin: 0px;
	width: 100%;
	text-align: center;
	top: 90px;
	font-size: 24px;
	font-weight: normal;
	text-shadow: 0px 0px 5px #000000;
	color: #d2eea6;
}


.zone10 .slideshow_box {
	box-sizing: border-box;
	float: left;
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	margin-bottom: 30px;
}

.zone10 .slideshow_panel-photo, .zone10 .slideshow_panel-photo img {
	width: 100%;
	height: 250px;
}

.zone10 .pics {
	float: left;
	width: 100%;
	height: 250px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.zone10 .pics img {
	top: 0px;
	left: 0px;
	width: 100%;
}

.zone10 .slideshow_panel-text {
	float: left;
	width: 100%;
	height: 250px;
}

.zone10 .slideshow_panel-text h1 {
	display: none;
}

.zone10 .slideshow_panel-text p {
	display: none;
}

@media screen and (max-width: 479px) {
	.zone4 .pics {
		width: 100%;
	}
}.zone1 .subpage_listing-container {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	width: 100%;
}

.zone10 .subpage_listing-container {
	float: left;
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
}

.zone11 .subpage_listing-container {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 30px;
	width: 100%;
}

.zone11 .subpage_listing-column, .zone1 .subpage_listing-column {
	float: left;
	padding-right: 20px;
	width: 25%;
}

.zone11 .subpage_listing-column:last-of-type, .zone1 .subpage_listing-column:last-of-type {
	padding-right: 0px;
}

.zone1 .subpage_listing-link:link, .zone10 .subpage_listing-link:link, .zone11 .subpage_listing-link:link, 
.zone1 .subpage_listing-link:active, .zone10 .subpage_listing-link:active, .zone11 .subpage_listing-link:active, 
.zone1 .subpage_listing-link:visited, .zone10 .subpage_listing-link:visited, .zone11 .subpage_listing-link:visited  {
	display: block;
	background-image: url('/images/gui/page_icon-off.gif');
	background-repeat: no-repeat;
	background-position: 0px 6px;
	width: 100%;
	margin-bottom: 2px;
	padding: 5px;
	font-size: 12px;
	text-decoration: none;
	border-bottom: 1px dotted #088394;
	padding-left: 15px;
}

.zone1 .subpage_listing-link:hover, .zone10 .subpage_listing-link:hover, .zone11 .subpage_listing-link:hover {
	background-image: url('/images/gui/page_icon-over.gif');
}



.zone11 .subpage_listing-thumb, .zone1 .subpage_listing-thumb {
	float: left;
	display: block;
	width: 175px;
	height: 100px;
	overflow: hidden;
	border: 1px solid #3c6f2d;
	margin-top: 5px;
	margin-bottom: 5px;
}

.zone10 .subpage_listing-thumb {
	display: none;
}

.zone11 .subpage_listing-thumb:hover, .zone1 .subpage_listing-thumb:hover {
	border: 1px solid #2b4d21;
}

.zone10 .subpage_listing-thumb:hover {
}

.zone11 .subpage_listing-description, .zone1 .subpage_listing-description {
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding-left: 15px;
	border-bottom: 1px dotted #088394;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.zone10 .subpage_listing-description {
	display: none;
}

.zone11 .subpage_listing-title_box, .zone10 .subpage_listing-title_box, .zone1 .subpage_listing-title_box {
}

.zone11 .subpage_listing-title_box h1, .zone1 .subpage_listing-title_box h1 {
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	display: block;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	padding-top: 15px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	text-shadow: 0px 0px 5px #000000;
	border-bottom: 1px solid #005e6a;
	background-image: url('/images/gui/toggle-diamond_icon-support.png');
	background-repeat: no-repeat;
	background-position: bottom right;
}

.zone10 .subpage_listing-title_box h1 {
	display: none;
}

@media screen and (max-width: 479px) {
	.zone1 .subpage_listing-container, .zone10 .subpage_listing-container, .zone11 .subpage_listing-container {
		width: 100%;
	}
	
	.zone1 .subpage_listing-title_box h1, .zone10 .subpage_listing-title_box h1, .zone11 .subpage_listing-title_box h1 {
		width: 100%;
		padding-right: 0px;
	}
	
	.zone1 .subpage_listing-column, .zone10 .subpage_listing-column, .zone11 .subpage_listing-column {
		float: left;
		padding-right: 0px;
		width: 100%;
	}
	
	.zone1 .subpage_listing-link, .zone1 .subpage_listing-link:link, .zone1 .subpage_listing-link:active, .zone1 .subpage_listing-link:visited, .zone1 .subpage_listing-link:hover, .zone10 .subpage_listing-link, .zone10 .subpage_listing-link:link, .zone10 .subpage_listing-link:active, .zone10 .subpage_listing-link:visited, .zone10 .subpage_listing-link:hover, .zone11 .subpage_listing-link, .zone11 .subpage_listing-link:link, .zone11 .subpage_listing-link:active, .zone11 .subpage_listing-link:visited, .zone11 .subpage_listing-link:hover {
		width: 100%;
		line-height: 12px;
	}
}
.zone1 .teaser-box {
	float: left;
	width: 33.333%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.zone10 .teaser-box, .zone11 .teaser-box {
	float: left;
	width: 33.333%;
}

.zone10 .teaser-box-top, .zone1 .teaser-box-top {
}

.zone10 .teaser-box-bottom, .zone1 .teaser-box-bottom {
}

.zone10 .teaser-box-padding, .zone1 .teaser-box-padding {
}

.zone1 .teaser {
	
}

.zone10 .teaser, .zone11 .teaser {
	float: left;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 30px;
}

.teaser_image-box {
	border: 1px solid #005e6a;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
	margin-bottom: 10px;
}

.no_title .teaser_image-box {
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	margin-bottom: 0px;
}

.teaser_image-box img {
	width: 100%;
	float: left;
}

.teaser_image-box a {
	display: block;
	overflow: hidden;
	width: 100%;
	text-align: center;
}

img.teaser_image {
	cursor: pointer;
}

.teaser_name {
	display: none;
}

.teaser_name a:visited, .teaser_name a:hover, .teaser_name a:active {
}

.teaser_sub_title {
	font-size: 24px;
	line-height: 20px;
	width: 100%;
	text-shadow: 0px 0px 5px #000000;
	margin-bottom: 10px;
}

.zone1 .teaser_sub_title {
	text-align: center;
}

.zone10 .teaser_sub_title {
	text-align: left;
}


.teaser_text-box-with_image {
	float: left;
	width: 100%;
	padding-top: 10px;
}

.zone1 .teaser_text-box-without_image {
	float: left;
	width: 100%;
}

.zone10 .teaser_text-box-without_image {
	float: left;
	width: 100%;
}

.teaser_description {
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
	text-align: left;
}

.zone1 .teaser-read_more_link-box, .zone10 .teaser-read_more_link-box {

}

.teaser-read_more_link, .teaser-read_more_link:link, .teaser-read_more_link:visited, .teaser-read_more_link:active {
	display: block;
	line-height: 30px;
	padding: 0px 10px;
	font-size: 12px;
	text-align: center;
	color: #d2eea6;
	border: 1px solid #045a66;
	text-shadow: 0px -1px 0px #022226;
	border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-box-shadow: 0px 0px 5px #022226;
	-moz-box-shadow: 0px 0px 5px #022226;
	
	background: #03454e;
	background: rgba(10, 162, 183, 0.25);
	
	-webkit-transition: all 0.15s ease-in-out;
	-moz-transition: all 0.15s ease-in-out;
	-ms-transition: all 0.15s ease-in-out;
	-o-transition: all 0.15s ease-in-out;
}

.teaser-read_more_link:hover {
	border: 1px solid #0aa2b7;
	text-shadow: 0px -1px 0px #066673;
	color: #ffffff;
	
	background: #056471;
	background: rgba(10, 162, 183, 0.50);
	
	-webkit-box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
	box-shadow: 0 0 30px rgba(10, 162, 183, 0.7);
}

@media screen and (max-width: 479px) {
	.zone1 .teaser-box, .zone10 .teaser-box, .zone11 .teaser-box {
		width: 100%;
	}
	
	.teaser {
		width: 100%;
		margin: 0px;
	}
	
	.teaser_text-box-without_image, .teaser_text-box-with_image {
		width: 100%;
		padding: 0px;
		margin: 0px;
	}
}.text_block .outer_container {
	float: left;
	width: 75%;
	position: relative;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
}

.zone1 .text_block.container {
	float: left;
	width: 731px;
	margin-bottom: 30px;
}

.zone1 .text_block .outer_container {
	float: left;
	width: 681px;
	text-align: center;
	padding: 0px 25px;
}

.text_block .image img {
	float: right;
	margin-left: 15px;
}

.zone1 .text_block .image {
	position: relative;
	width: 200px;
	float: none;
	margin: 0px auto;
}

.zone1 .text_block .image img {
	margin: 0px;
}

.text_block .title_box h1 {
	color: #73ccae;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px solid #088394;
	padding-bottom: 15px;
}

.text_block .inner_box h1 {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: 100;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #088394;
	padding-bottom: 15px;
}

.text_block .inner_box h2 {
	color: #0aa2b7;
	font-size: 16px;
	font-weight: 100;
	line-height: 14px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #088394;
	padding-bottom: 5px;
}

.text_block .inner_box li {
	font-size: 14px;
	line-height: 18px;
}

.text_block .inner_box {
	font-weight: 100;
	display: block;
	font-size: 16px;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
}

.text_block .inner_box blockquote {
	font-size: 14px;
	line-height: 18px;
	font-style: italic;
	padding: 0px;
	padding-left: 40px;
	padding-right: 40px;
	margin: 30px;
	background-image: url('/images/gui/quotes.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-shadow: 0px 0px 5px #022226;
}

@media screen and (max-width: 479px) {
	.text_block .outer_container {
		width: 100%;
		margin: 0px;
	}
	
	.text_block .image img {
		width: 40%;
	}
	
	.zone1 .text_block.container {
		float: left;
		width: 100%;
	}
	
	.zone1 .text_block .outer_container {
		width: 100%;
		padding: 0px 10px;
	}
}.tweet_this_box {
	float: left;
	width: 100%;
}

.twitter-share-button {
	float: left;
	padding-bottom: 10px;
}

/** CSS CACHE **/

body {
	color: #000000;
	font-family: 'myriad-pro-1', 'myriad-pro-2', 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}

a:visited, a:link, a:active {
	color: #000000;
	text-decoration: none;
}

#main_container {
	float: left;
	width: 100%;
}

#main_box {
	float: left;
	width: 100%;
}

#logo_box {
	position: absolute;
	width: 110px;
	height: 95px;
	background-image: url('/images/gui/toggle_media-logo-print.gif');
	background-repeat: no-repeat;
}

#nav_bar {
	width: 100%;
	height: 95px;
	border-bottom: 1px dotted #505050;
	margin-bottom: 30px;
}

#tab_nav-bar {
	display: none;
}

#breadcrumb_trail {
	display: none;
}

.floating_container {
	position: relative;
	padding: 0px;
	width: 1000px;
	margin: 0px auto;
	text-align: left;
}

#home_box {
	float: left;
	position: relative;
	width: 1000px;
	background-repeat: no-repeat;
	min-height: 400px;
}

.search_h1 {
	background-image: url('/images/gui/toggle-diamond_icon-search.png');
}

.support_h1 {
	background-image: url('/images/gui/toggle-diamond_icon-support.png');
}

.home_header {
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	display: block;
	float: left;
	width: 731px;
	margin: 0px;
	padding: 0px;
	padding-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #505050;
	background-repeat: no-repeat;
	background-position: top right;
	height: 20px;
}

#home_intro-box {
	float: left;
	width: 100%;
	height: 200px;
}

#home_teasers-box {
	float: left;
	position: relative;
	width: 750px;
}

#home-below_fold-box {
	float: left;
	position: relative;
	top: -100px;
	padding-left: 134px;
}

#footer-container {
	float: left;
	width: 100%;
	background-color: #505050;
}

#footer-box {
	float: left;
	width: 1000px;
	font-size: 10px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #ffffff;
}

#footer-box a {
	color: #ffffff;
}

#footer_left-box {
	float: left;
	width: 350px;
	padding-left: 134px;
}

#footer_right-box {
	float: right;
	width: 350px;
	text-align: right;
	margin-right: 134px;
}

#footer_copyright-box {
}

#footer_nav-box {
	display: none;
}

#subpage_main-box {
	float: left;
	width: 866px;
	padding-left: 134px;
}

#subpage_content-box {
	float: left;
	width: 866px;
}

.error_404 {
	padding: 40px;
	padding-left: 134px;
}

.error_404 h1 {
	color: #0aa2b7;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	text-shadow: 0px 0px 5px #000000;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.error_404 p {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: 100;
}/* CALENDAR CSS START */

.calendar .box * {
	margin: 0;
	padding: 0;
}

.calendar .box {
	float: left;
	position: relative;
	padding: 20px;
	margin-bottom: 30px;
	width: 700px;
	background: #ffffff;
}


a.previous_month {
	display: none;
}

a.previous_month:hover {
	
}

a.next_month {
	display: none;
}

a.next_month:hover {

}

.calendar ol {
	width: 700px;
	padding: 0px;
	float: left;
	border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px 10px 10px 10px;
	border: 1px #505050 solid;
}

.calendar .box li {
	list-style: none;
	padding: 0px;
	display: block;
	margin: 0px;
	float: left;
}

p.link {
	text-align: center;
	display: block;
}

.calendar.container h1 {
	color: #505050;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
}

.calendar .box li li {
	width: 99px;
	height: 99px;
	float: left;
	padding: 0px;
	display: block;
	position: relative;
	overflow: visible;
}

.calendar .box li li {
	font-size: 10px;
	display: block;
	line-height: 10px;
}

.calendar .box li li ol {
	width: auto;
}

.calendar .box li li ul li, li li ol li {
	display: block;
	height: auto;
	width: 500px;
	background: none;
	padding: 0px;
	border: 0px;
	margin: 7px;
	margin-bottom: 0px;
}

.calendar .box li li.holiday {
	
}

.calendar .box li li .day_digit {
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	color: #505050;
	position: absolute;
	top: 5px;
	left: 5px;
}

.calendar .box li li.off_month .day_digit {
	color: #cccccc;
}

.calendar .box li li.today .day_digit {
	color: #000000;
}

.calendar .box li li.this_month {
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	background-color: #e6e6e6;
}

.calendar .box li li.off_month {
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	background-color: #f5f5f5;
}

.calendar .box li li.today {
	border-bottom: 1px solid #505050;
	border-right: 1px solid #505050;
	background-color: #cccccc;
}

.calendar .box li li.weekday {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	letter-spacing: 1px;
	text-align: center;
	color: #ffffff;
	background: #505050;
	width: 100px;
	border-bottom: 1px #505050 solid;
}

.cal_day {
	position: relative;
	top: 23px;
	height: 76px;
	outline: none;
}

/* CALENDAR CSS END */.date_groups-container {
	float: left;
	width: 731px;
	margin-bottom: 30px;
}

.date_group-year-box {
	float: left;
	width: 345px;
	margin-right: 20px;
}

.date_group-year-box h1 {
	color: #000000;
	font-size: 24px;
	font-weight: normal;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 5px;
	
}

.date_group-box {
	float: left;
	position: relative;
	width: 345px;
	padding-bottom: 10px;
}

.date_group-box h1 {
	color: #000000;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px dotted #505050;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.date_group-rows {
	float: left;
	width: 345px;
}

.date_group-row {
	float: left;
	width: 100%;
	display: block;
	font-size: 16px;
	line-height: 20px;
	border-bottom: 1px dotted #505050;
	margin-bottom: 10px;
}

.date_group-row.even {

}

.date_group-row.odd {

}

.date_group-row h2 {
	color: #000000;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;
	text-transform: uppercase;
	padding: 0px;
	margin: 0px;
	width: 100%;
}

.date_group-row h3 {
	color: #505050;
	font-size: 16px;
	font-weight: normal;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 10px;
	width: 100%;
}

.date_group-event-synopsis {
	float: left;
	font-size: 12px;
	line-height: 20px;
	font-weight: 100;
	width: 100%;
	padding-bottom: 10px;
}

.date_group-event-more_info_link {
	display: none;
}

.event-time {
	display: block;
	font-size: 10px;
	width: 100%;
	margin-bottom: 10px;
}.jspContainer {
	overflow: hidden;
	position: relative;
	outline: none;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	display: none;
}

.jspHorizontalBar {
	display: none;
}

.jspCap {
	display: none;
}

.jspVerticalBar * {
	display: none;
}

.jspHorizontalBar * {
	display: none;
}

.jspTrack {
	display: none;
}

.jspDrag {
	display: none;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

