
/* default 0 paddings */
html, 
body, 
form {
	padding: 0px ;
	margin: 0px ; 
}

/* general font sizing */
body, 
input, 
select, 
textarea, 
button, 
h1, 
h2,
h3
h4,
h5, 
h6 {
	font-family: 'Noto Sans' ;
	font-size: 14px ;
	line-height: 1.25; /* should never change */
}

/* general font color */
body {
	color: #121212;
}

p,
.par {
	margin: 14px 0px; /* top and bottom padding should match font-size */
}

p:first-child,
.par:first-child {
	/*margin-top: 0px; */
}

p,
.par, 
blockquote,
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

h1,
h2,
h3,
.inline_h,
.h {
	font-family: 'Julius Sans One' ;
	color: #0F228C ;
	font-weight: normal ;
	margin-top: 14px; 
	margin-bottom: 14px;
}
/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 2.25em ;
}

h2 {
	font-size: 1.75em ;
}

h3,
.inline_h,
.h {
	font-size: 1.25em ;
}

h4 {
	font-size: 1.5em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h5 {
	font-size: 1.25em;
	margin-top: 11px; 
	margin-bottom: 0px; 
}

h6 {
	margin-top: 11px; 
	margin-bottom: 0px; 
}

.inline {
	display: inline; 
}


/* set anchor styles */
a, 
a:link {
	color: #0f228c;
}

a:active, 
a:visited {
	color: #48528c;
}

a:hover {
	color: #1835d9;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
	border-collapse: separate; /* for ie9 */
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding: 0px;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
	opacity: 0.4;
}

/*	template styles	*/

body {
	background: #0F228C ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 0px; 
	position: relative; 
}

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #cccccc;
}

.page_top a img {
	border: 0px !important; 
}

.info_bar {
	background-color: #963a16;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #963a16;
	border: solid 0px #cccccc;
}

.page_body_div {
	border-top: solid 1px #cccccc;
}

.page_body_table {
	width: 100%;
}

.nav_cell {
	background-color: #145163;
	width: 250px;
	border: solid 0px #cccccc;
	vertical-align: top;
}

.content_cell {
	background-color: #ffffff;
	border: solid 0px #cccccc;
	vertical-align: top;
}

.content {
	padding: 6px 20px ;
}

.td_home {
	vertical-align: top ;
	border: 1px solid #000000 ;	
	/*
	background: url(/images/td_home.gif) ;
	background-repeat: repeat-x ;
	*/
	background-image: linear-gradient(to bottom, rgba(26, 44, 204, 1) , rgba(18, 31, 145, 1) );
	width: 320px ;
}

.td_spacer-h {
	font-size: 1px ;
	line-height: 1px ;
	width: 20px ;
}

.td_spacer-v {
	font-size: 1px ;
	line-height: 1px ;
	height: 20px ;
}

a.td_home-title:link, a.td_home-title:active, a.td_home-title:visited, a.td_home-title:hover {
	/*background-image: url(/images/td_home-title.gif) ;*/
	background-image: linear-gradient(to bottom, rgba(204, 204, 204, 1) , rgba(145, 145, 145, 1) );
	color: #333333 ;
	font-size: 18px ;
	font-weight: normal ;
	letter-spacing: -1px ;
	border-bottom: 1px solid #000000 ;
	padding: 6px 10px ;
	text-decoration: none ;
	display: block ;
}

a.td_home-title:hover {
	/*background-image: url(/images/td_home-title_up.gif) ;*/
	background-image: linear-gradient(to bottom, rgba(26, 44, 204, 1) , rgba(18, 31, 145, 1) );
	text-decoration: underline ;
	color: #ffffff ;
}

.td_home-desc {
	padding: 10px ;
	font-size: 11px ;
	color: #ffffff ;
	line-height: 15px ;
}

.td_home-img {
	float: right ;
	margin: 0px 0px 0px 10px ;
	border: 1px solid #ffffff ;
}

a.td_home-link:link, a.td_home-link:active, a.td_home-link:visited, a.td_home-link:hover {
	display: block ;
	padding: 10px ;
	padding-top: 0px ;
	color: #ffffff ;
	font-size: 12px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
}

a.td_home-link:hover {
	text-decoration: underline ;
}

/* footer styles */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited {
	color: #cccccc ;
	text-decoration: none ;
}
.foot a:hover {
	text-decoration: underline ;
}

/* link_white */

a.link_white, 
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #ffffff ;
	text-decoration: none ;
}

a.link_white:hover {
	text-decoration: underline ;
}

/* nav */

.nav {
	margin: 0px;
	padding: 0px;
	overflow: visible;
	list-style: none;
	list-style-image: none;
	clear: both;
}

.nav li {
	display: inline-block;
}


.nav li a {
	display: block ;
}

.nav li {
	width: 100%; 
	margin: 0px;
	padding: 0px;
	position: relative;
}

/* sub nav */
.nav li ul {
	display: none;
	margin: 0px ;
	padding: 0px ;
	position: absolute;
	list-style: none;
	list-style-image: none;
}
.nav_horizontal li ul.button_sub_left {
	left: 0;
	top: 100%;
}
.nav_vertical li ul {
	left: 100%;
	top: 0;
}
.nav_horizontal li ul.button_sub_right {
	left: default !important; 
	right: 0;
	top: 100%;
}

.nav li:hover > ul {
	display: block;
	z-index: 5;
}
.nav li ul li a {
	display: block;
}

/* sub-sub nav */
.nav li ul li ul {
	display: none;
}
.nav li ul li:hover ul {
	left: 100%;
	top: 0;
}


/* misc standard styles */

img.img_float,
p.img_float img {
	clear: right; 
	float: right;
	/*border: solid 1px #145163;*/
	margin: 0px 0px 10px 10px; 
}

img.img_float_left,
p.img_float_left img {
	clear: left; 
	float: left;
	border: solid 1px #145163;
	margin: 0px 10px 10px 0px; 
}

.footnote {
	font-style: italic; 
	font-size: .8em; 
}

.box {
}

.box_h {
	border: solid 1px #ffffff; 
	background-color: #cccccc;
	color: #ffffff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.gb {
	font-weight: bold; 
	color: #666666;
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}

/* overlay */


.overlay_cont {
	position: relative; 
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
	border-collapse: separate; 
	margin: 10px; 
	border: solid 6px #d5d5d5; 
	border-radius: 20px; 
	background-color: #ffffff;
	padding: 0px 20px; 
}

.overlay_cont h2 {
	text-shadow: 2px 2px .1em rgba(0, 0, 0, 0.2);
}

.overlay_close {
	display: block; 
	position: absolute ;
	top: -9px; 
	right: 14px; 
	border: solid 1px #b5b5b5;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px; 
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px; 
	background-color: #dddddd; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15) , rgba(0, 0, 0, 0.1) ); 
	padding: 3px 6px; 
	text-decoration: none; 
	line-height: 1;
	color: #7f7f7f !important; 
	text-shadow: 0px 0px .1em rgba(255, 255, 255, 1);
}

.overlay_close:hover,
.overlay_close:focus {
	background-color: #cacaca; 
	border-color: #aaaaaa;
	color: #6a6a6a !important; 
}

.proc_win {
	padding: 40px 75px; 
	background-color: #eee; 
	text-align: center; 
}

.proc_win h2 {
	font-size: 26px; 
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 14px; 
}

/* done box */


.done {
	margin-bottom: 14px; 
	background-color: #e7edef; 
	text-align: center; 
	color: #145163; 
	border: solid 1px #145163; 
}

.done_standard, 
.done_message {
	margin: 7px; 
}

.done_message p {
	margin: 7px 0px; 
}

.done_message > *:first-child {
	margin-top: 0px; 
}
.done_message > *:last-child {
	margin-bottom: 0px; 
}

.done_1 {
	
}
.done_0 {
	font-style: italic; 
}

.done_1 .done_standard {
	font-weight: bold; 
}

.done_0 .done_standard {
	font-weight: bold; 
}

.done_message {
	
}

/* missing items box */

.missing {
	margin-bottom: 14px;
	background-color: #e7edef; 
	padding: 7px;
	text-align: center; 
	color: #145163; 
	font-size: 1.6em; 
	border: solid 1px #145163; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
	z-index: 4000 !important;
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 4px;
}

/* html5 style placeholder */

input.watermark {
	color: #888; 
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a, 
.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.addThis a, 
.addThis a:link,
.addThis a:active,
.addThis a:visited {
	text-decoration: none ;
	color: #1C6E35 ;
	font-size: 12px ;
}

.addThis a:hover,
.shareThis a:hover {
	text-decoration: underline ;
}

.addThis a, 
.addThis a:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

.top_search {
	border: 1px solid #e0e0e0 ;
	background: #fff ;
	padding: 5px 10px ;
	padding-left: 10px ;
}

.top_input {
	padding: 0px ;
	margin: 0px ;
	border: 0px ;
	background: #fff ;
	width: 100% ;
	position: relative ;
	color: #999 ;
}

#tooltip.tooltipText {
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	/*
	opacity: 0.85;
	*/
}

/* COMMON STYLES (for site side only, generally doesn't change between sites) */

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #0f228c;
}
a:hover img {
	border-color: #1835d9;
}

a img.no_border,
a:link img.no_border,
a:active img.no_border,
a:visited img.no_border,
a:hover img.no_border {
	border-width: 0px !important; 
}

textarea {
	resize: vertical;
}

input {
	margin: 2px; 
	margin-left: 0px; 
}

label, 
input[type="radio"], 
input[type="checkbox"] {
	vertical-align: middle; 
}

/* TinyMCE specific rules */


body.mceContentBody {
	background: #ffffff;
	padding: 20px; 
}

.mceContentBody a {
	color: #0f228c !important; /* Should match standard anchors; FF requires a important here for mceContentBody */
}

/*Misc Standard Styles*/

.w100 {
	width: 100%; 
}

.vat,
table.vat td,
tr.vat td {
	vertical-align: top; 
}

.vabl,
table.vabl td,
tr.vabl td {
	vertical-align: baseline; 
}

.vam,
table.vam td,
tr.vam td {
	vertical-align: middle; 
}

.tar {
	text-align: right; 
}

.important {
	color: #963a16;
}

.required {
	text-align: center;
	color: #963a16;
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #687819;
}

.bad, 
.status0 {
	color: #963a16;
}

table.form td {
	vertical-align: baseline; 
	text-align: left; 
}

table.form td.label {
	/*text-align: right; */
}

div.label {
	margin-top: 14px; 
}

div.field {
	margin-bottom: 14px; 
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
	border-top: dotted 1px #666666;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	width: 1%; 
	text-align: center; 
}

div.list_item {
	padding: 10px 0px; 
	border-top: dotted 0px #666666;
	clear: both;
}

div.list_item:first-child {
	border-top: 0px; 
}

tr.list_item td {
	padding-top: 10px; 
	padding-bottom: 10px; 
}

table.hor_list_cont {
	width: 100%; 
}

td.hor_list_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
	padding-bottom: 12px; 
}

table.hor_list_item {
	margin: auto; 
}

table.hor_list_item td {
	text-align: center; 
}

.view_all {
	margin-top: 10px; 
	border-top: solid 0px #666666;
}

.name {
	font-size: 16px ;
	font-weight: bold; 
	letter-spacing: -1px ;
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
	font-size: 14px ;
}

.teaser {
	
}

/* Edit Me */

div.edit_me {
	opacity: 0.65; 
	position: fixed; 
	bottom: 0px;
	right: 10px; 
}

div.edit_me:hover {
	opacity: 1; 
}

div.edit_me_inner {
	box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.4);
	border-collapse: separate; 
	border-radius: 5px 5px 0px 0px; 
	border: solid 1px #5a8591; 
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) , rgba(91, 133, 146, 1) ); 
	padding: 5px 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

div.edit_me a {
	color: #145163; 
	text-decoration: none; 
}

div.edit_me a:hover, 
div.edit_me:hover a {
	text-decoration: underline; 
}

/* paging links */

div.paging {
	margin: 14px 0px; 
}

div.paging_np {
	
}

div.paging_pages {
	margin-top: 7px; 
}

a.paging, 
a.paging:link, 
a.paging:active, 
a.paging:visited,
a.paging:hover {
	display: inline-block; 
	border: solid 1px #0f228c; 
	border-radius: 4.6666666666667px;
	background-color: #1b2d91;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, .2) , rgba(15, 34, 140, 0.2) ); 
	padding: 4.6666666666667px 7px; 
	text-align: center;
	text-decoration: none; 
	color: #ffffff;
}

a.paging:hover {
	background-color: #31429c;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #47559f; 
	background-color: #505ca3; 
	background-image: none;
	color: #969ec6;
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 3.6666666666667px 6px !important; 
	font-weight: bold; 
	text-decoration: underline; 
}


/* GALLERIES STYLES */

/* generic */


/* list */


/* detail */

table.gal_id.detail.img_add_cont {
	width: 100%; 
}

td.gal_id.detail.img_add_item {
	text-align: center; 
	vertical-align: top; 
	padding: 6px; 
}

table.gal_id.detail.img_add_item {
	width: 100%; 
}

table.gal_id.detail.img_add_item td {
	text-align: center; 
}

/* module */


/* SPECIALS STYLES */

/* generic */


/* list */


/* detail */

div.home_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.home_img_cont {
	border: solid 1px #cccccc;
	/*background-color: #eeeeee;*/
	background-image: linear-gradient(to bottom, rgba(251, 251, 251, 1) , rgba(242, 242, 242, 1) ); 
	border-radius: 10px;
}

/*
div.home_float_spaced:first-child div.home_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.home_float_spaced:last-child div.home_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.home_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.home_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.home_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	border-radius: 3px;
	*/
}

table.home_pdfs_cont {
	width: 100%; 
}

table.home_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.home_pdfs_name {
	font-size: 10px; 
}

.home_id.form_label {
	font-weight: bold; 
	color: #145163; 
}


/* module */


/* SPECIALS STYLES */

/* generic */


/* list */


/* detail */


/* module */


/* SPECIALS STYLES */

/* generic */


/* list */


/* detail */

div.home_float_spaced {
	/*margin: -1px 0px;*/
	margin: 10px 0px; 
}

div.home_img_cont {
	border: solid 1px #cccccc;
	/*background-color: #eeeeee;*/
	background-image: linear-gradient(to bottom, rgba(251, 251, 251, 1) , rgba(242, 242, 242, 1) ); 
	border-radius: 10px;
}

/*
div.home_float_spaced:first-child div.home_img_cont {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

div.home_float_spaced:last-child div.home_img_cont {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
*/

table.home_img_main_cont td {
	text-align: center; 
	padding: 0px; 
}

table.home_img_add_cont {
	width: 100%; 
	border-collapse: separate; 
}

table.home_img_add_cont td {
	text-align: center; 
	padding: 0px; 
	/*
	border: solid 1px #cccccc;
	background-color: #eeeeee;
	border-radius: 3px;
	*/
}

table.home_pdfs_cont {
	width: 100%; 
}

table.home_pdfs_cont td {
	text-align: center; 
	vertical-align: top; 
	padding: 3px; 
}

.home_pdfs_name {
	font-size: 10px; 
}

.home_id.form_label {
	font-weight: bold; 
	color: #145163; 
}


/* module */

/* for both site and cms (generally doesn't change between sites) */

/* print styles */

.print_only {
	display: none !important; 
}

@media print {
	
	.print_only {
		display: block !important;
	}
	
	.no_print {
		display: none !important; 
	}
	
	.container {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}
	
	.content {
		margin: 0px !important;
		padding: 0px !important; 
		float: none !important;
	}
	
}

a.link_blue:link,
a.link_blue:active,
a.link_blue:visited {
	color: #0F228C ;
	text-decoration: none ;
}
a.link_blue:hover {
	text-decoration: underline ;
}
a.link_blueLt:link,
a.link_blueLt:active,
a.link_blueLt:visited {
	color: #1835D9 ;
	text-decoration: none ;
}
a.link_blueLt:hover {
	text-decoration: underline ;
}
a.link_slate:link,
a.link_slate:active,
a.link_slate:visited {
	color: #48528C ;
	text-decoration: none ;
}
a.link_slate:hover {
	text-decoration: underline ;
}
a.link_slateLt:link,
a.link_slateLt:active,
a.link_slateLt:visited {
	color: #6F7ED9 ;
	text-decoration: none ;
}
a.link_slateLt:hover {
	text-decoration: underline ;
}
a.link_grayLt:link,
a.link_grayLt:active,
a.link_grayLt:visited {
	color: #8C8C8C ;
	text-decoration: none ;
}
a.link_grayLt:hover {
	text-decoration: underline ;
}
a.link_gray:link,
a.link_gray:active,
a.link_gray:visited {
	color: #737373 ;
	text-decoration: none ;
}
a.link_gray:hover {
	text-decoration: underline ;
}
a.link_sky:link,
a.link_sky:active,
a.link_sky:visited {
	color: #909DD4 ;
	text-decoration: none ;
}
a.link_sky:hover {
	text-decoration: underline ;
}
a.link_skyDk:link,
a.link_skyDk:active,
a.link_skyDk:visited {
	color: #5C6587 ;
	text-decoration: none ;
}
a.link_skyDk:hover {
	text-decoration: underline ;
}
a.link_1:link,
a.link_1:active,
a.link_1:visited {
	color: #145163 ;
	text-decoration: none ;
}
a.link_1:hover {
	text-decoration: underline ;
}
a.link_2:link,
a.link_2:active,
a.link_2:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_2:hover {
	text-decoration: underline ;
}
a.link_3:link,
a.link_3:active,
a.link_3:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_3:hover {
	text-decoration: underline ;
}
a.link_4:link,
a.link_4:active,
a.link_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_4:hover {
	text-decoration: underline ;
}
a.link_5:link,
a.link_5:active,
a.link_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_5:hover {
	text-decoration: underline ;
}
a.link_6:link,
a.link_6:active,
a.link_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_6:hover {
	text-decoration: underline ;
}
a.link_main_1:link,
a.link_main_1:active,
a.link_main_1:visited {
	color: #145163 ;
	text-decoration: none ;
}
a.link_main_1:hover {
	text-decoration: underline ;
}
a.link_main_2:link,
a.link_main_2:active,
a.link_main_2:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_main_2:hover {
	text-decoration: underline ;
}
a.link_main_3:link,
a.link_main_3:active,
a.link_main_3:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_main_3:hover {
	text-decoration: underline ;
}
a.link_main_4:link,
a.link_main_4:active,
a.link_main_4:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_main_4:hover {
	text-decoration: underline ;
}
a.link_main_5:link,
a.link_main_5:active,
a.link_main_5:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_main_5:hover {
	text-decoration: underline ;
}
a.link_main_6:link,
a.link_main_6:active,
a.link_main_6:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_main_6:hover {
	text-decoration: underline ;
}
a.link_trim_1:link,
a.link_trim_1:active,
a.link_trim_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_trim_1:hover {
	text-decoration: underline ;
}
a.link_trim_2:link,
a.link_trim_2:active,
a.link_trim_2:visited {
	color: #999999 ;
	text-decoration: none ;
}
a.link_trim_2:hover {
	text-decoration: underline ;
}
a.link_trim_3:link,
a.link_trim_3:active,
a.link_trim_3:visited {
	color: #666666 ;
	text-decoration: none ;
}
a.link_trim_3:hover {
	text-decoration: underline ;
}
a.link_bg:link,
a.link_bg:active,
a.link_bg:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_bg:hover {
	text-decoration: underline ;
}
a.link_font:link,
a.link_font:active,
a.link_font:visited {
	color: #121212 ;
	text-decoration: none ;
}
a.link_font:hover {
	text-decoration: underline ;
}
a.link_heading:link,
a.link_heading:active,
a.link_heading:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_heading:hover {
	text-decoration: underline ;
}
a.link_anchor_1:link,
a.link_anchor_1:active,
a.link_anchor_1:visited {
	color: #0f228c ;
	text-decoration: none ;
}
a.link_anchor_1:hover {
	text-decoration: underline ;
}
a.link_anchor_2:link,
a.link_anchor_2:active,
a.link_anchor_2:visited {
	color: #48528c ;
	text-decoration: none ;
}
a.link_anchor_2:hover {
	text-decoration: underline ;
}
a.link_anchor_3:link,
a.link_anchor_3:active,
a.link_anchor_3:visited {
	color: #1835d9 ;
	text-decoration: none ;
}
a.link_anchor_3:hover {
	text-decoration: underline ;
}
a.link_nav_1:link,
a.link_nav_1:active,
a.link_nav_1:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_1:hover {
	text-decoration: underline ;
}
a.link_nav_2:link,
a.link_nav_2:active,
a.link_nav_2:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_nav_2:hover {
	text-decoration: underline ;
}
a.link_content:link,
a.link_content:active,
a.link_content:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_content:hover {
	text-decoration: underline ;
}
a.link_light:link,
a.link_light:active,
a.link_light:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_light:hover {
	text-decoration: underline ;
}
a.link_foot:link,
a.link_foot:active,
a.link_foot:visited {
	color: #cccccc ;
	text-decoration: none ;
}
a.link_foot:hover {
	text-decoration: underline ;
}
a.link_even:link,
a.link_even:active,
a.link_even:visited {
	color: #eeeeee ;
	text-decoration: none ;
}
a.link_even:hover {
	text-decoration: underline ;
}
a.link_odd:link,
a.link_odd:active,
a.link_odd:visited {
	color: #ffffff ;
	text-decoration: none ;
}
a.link_odd:hover {
	text-decoration: underline ;
}
a.link_good:link,
a.link_good:active,
a.link_good:visited {
	color: #687819 ;
	text-decoration: none ;
}
a.link_good:hover {
	text-decoration: underline ;
}
a.link_bad:link,
a.link_bad:active,
a.link_bad:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_bad:hover {
	text-decoration: underline ;
}
a.link_important:link,
a.link_important:active,
a.link_important:visited {
	color: #963a16 ;
	text-decoration: none ;
}
a.link_important:hover {
	text-decoration: underline ;
}

/*
 * simplyScroll 1.0.3 - a scroll-tastic jQuery plugin
 *
 * http://logicbox.net/jquery/simplyscroll
 * http://logicbox.net/blog/simplyscroll-jquery-plugin
 * http://plugins.jquery.com/project/simplyScroll
 *
 * Copyright (c) 2009 Will Kelly - http://logicbox.net
 *
 * Dual licensed under the MIT (MIT-LICENSE.txt)
 * and GPL (GPL-LICENSE.txt) licenses.
 *
 * Last revised: 03/07/2009 21:13
 *
 */

/* Default/Master classes 

Example markup format (for horizontal scroller)
Note all DIVs are generated and should not be hard-coded

<div class="your-custom-class simply-scroll-container">
	<div class="simply-scroll-btn simply-scroll-btn-left"></div>
	<div class="simply-scroll-btn simply-scroll-btn-right"></div>
	<div class="simply-scroll-clip">
		<ul class="simply-scroll-list">
			<li>...</li>
			...
		</ul>
	</div>
</div>


*/

.simply-scroll-container { /* Container DIV - automatically generated */
	position: relative;
}

	.simply-scroll-clip { /* Clip DIV - automatically generated */
		position: relative;
		overflow: hidden;
		z-index: 2;
	}

	.simply-scroll-list { /* UL/OL/DIV - the element that simplyScroll is inited on */
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		overflow: hidden;
		margin: 0;
		padding: 0;
		list-style: none;
	}
	
		.simply-scroll-list li {
			padding: 0;
			margin: 0;
			list-style: none;
		}
	
		.simply-scroll-list li img {
			border: none;
			display: block;
		}
	
	.simply-scroll-btn {
		position: absolute;
		background-image: url(buttons.png);
		width: 42px;
		height: 44px;
		z-index:3;
		cursor: pointer;
	}
	
	.simply-scroll-btn-left {
		left: 6px;
		bottom: 6px;
		background-position: 0 -44px;
	}
	.simply-scroll-btn-left.disabled {
		background-position: 0 0 !important;
	}
	.simply-scroll-btn-left:hover {
		background-position: 0 -88px;
	}
	
	.simply-scroll-btn-right {
		right: 6px;
		bottom: 6px;
		background-position: 84px -44px;
	}
	.simply-scroll-btn-right.disabled {
		background-position: 84px 0 !important;
	}
	.simply-scroll-btn-right:hover {
		background-position: 84px -88px;
	}
	
	.simply-scroll-btn-up {
		right: 6px;
		top: 6px;
		background-position: -126px -44px;
	}
	.simply-scroll-btn-up.disabled {
		background-position: -126px 0 !important;
	}
	.simply-scroll-btn-up:hover {
		background-position: -126px -88px;
	}
	
	.simply-scroll-btn-down {
		right: 6px;
		bottom: 6px;
		background-position: -42px -44px;
	}
	.simply-scroll-btn-down.disabled {
		background-position: -42px 0 !important;
	}
	.simply-scroll-btn-down:hover {
		background-position: -42px -88px;
	}

/* Custom class modifications - override classees

.simply-scroll is default

*/

.simply-scroll { /* Customisable base class for style override DIV */
	width: 100% ;
	height: 350px ;
}

	.simply-scroll .simply-scroll-clip {
		width: 100% ;
		height: 350px ;
	}
	
		.simply-scroll .simply-scroll-list {}
		
		.simply-scroll .simply-scroll-list li {
			float: left;
		}
		.simply-scroll .simply-scroll-list li img {}
	
	.simply-scroll .simply-scroll-btn {}
	
	.simply-scroll .simply-scroll-btn-left {}
	.simply-scroll .simply-scroll-btn-left.disabled {}
	.simply-scroll .simply-scroll-btn-left:hover {}
	
	.simply-scroll .simply-scroll-btn-right {}
	.simply-scroll .simply-scroll-btn-right.disabled {}
	.simply-scroll .simply-scroll-btn-right:hover {}
	
	.simply-scroll .simply-scroll-btn-up {}
	.simply-scroll .simply-scroll-btn-up.disabled {}
	.simply-scroll .simply-scroll-btn-up:hover {}
	
	.simply-scroll .simply-scroll-btn-down {}
	.simply-scroll .simply-scroll-btn-down.disabled {}
	.simply-scroll .simply-scroll-btn-down:hover {}
	


/* Vertical scroller example */

.vert { /* wider than clip to position buttons to side */
	width: 220px;
	height: 280px;
	margin-bottom: 1.5em;
}

	.vert .simply-scroll-clip {
		width: 290px;
		height: 400px;
	}
	
		.vert .simply-scroll-list {}
		
		.vert .simply-scroll-list li {
			width: 290px;
			height: 200px;
		}
		.vert .simply-scroll-list li img {}
	
	.vert .simply-scroll-btn {}

	.vert .simply-scroll-btn-up { /* modified btn pos */
		right: 0;
		top: 0;
	}
	.vert .simply-scroll-btn-up.disabled {}
	.vert .simply-scroll-btn-up:hover {}
	
	.vert .simply-scroll-btn-down { /* modified btn pos */
		right: 0;
		top: 52px;
	}
	.vert .simply-scroll-btn-down.disabled {}
	.vert .simply-scroll-btn-down:hover {}
	
	/* NOTE left-right classes wouldn't be needed on vertical scroller */
	
/* Flickr example 

Images created from a data source use simpler format i.e.

<div>
	<img/>
	<img/>
	...
</div>

*/

.flickr {
	width: 576px;
	height: 180px;
	margin-bottom: 1.5em;
}

	.flickr .simply-scroll-clip {
		width: 576px;
		height: 180px;
	}
		
		.flickr .simply-scroll-list img {
			float: left;
			border: none;
			display: block;
		}

.scroller_shadow {
	background-position: center center ;
	background-size: cover ;
	background-repeat: no-repeat ;
	text-align: center ;
	height: 350px ;
	width: 350px ;
}

.top_logos,
.top_logos_lg {
	text-align: center ;
	margin: 0px 20px ;
}
.top_logos {
	margin-top: 10px ;
}
.top_logos img {
	margin: 0px 5px ;
	height: 40px ;
}
.top_logos_lg img {
	margin: 0px 5px ;
	height: 90px ;
}

.bottom_logos {
	text-align: center; 
}

.bottom_logos img {
	margin: 5px 5px ;
	height: 60px; 
}

/* nav styles */

.sf-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sf-menu li {
	flex: auto;
}

.sf-menu li ul {
	width: 260px; 
	box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.2);
	border-collapse: separate;
}

a.button_a, 
a.button_a:link, 
a.button_a:active, 
a.button_a:visited {
	font-family: 'Noto Sans' ;
	color: #0F228C ;
	text-decoration: none ;
	font-size: 16px ;
	line-height: 1 ;
	font-weight: normal ;
	text-align: center ;
	padding: 0px 12px ;
	border-right: 1px solid #ccc ;
	margin-bottom: 20px ;
}

a.button_a:hover {
	color: #6F7ED9 ;
}

.sf-menu li:last-child a.button_a {
	border-right: 0 ;
	padding-right: 0 ;
}

/* nav sub */

a.button_b, 
a.button_b:link, 
a.button_b:active, 
a.button_b:visited {
	font-family: 'Noto Sans' ;
	font-size: 14px ;
	font-weight: normal ;
	text-decoration: none ;
	color: #fff ;
	background: #48528C ;
	padding: 4px 12px ;
}
a.button_b:hover {
	background: #6F7ED9 ;
}

.sf-sub-indicator {
	display: none !important ;
}

.top_container {
		background-image: url(/images/top-container-bg.png) ;
	background-position: center center ;
	background-size: auto 100% ;
	padding: 1px 0 ;
}

.container {
	width: 100% ;
	max-width: 1180px ;
	margin: auto ;
}

a img {
	border: 0 !important ;
}

.top_info {
	display: table ;
	width: 100% ;
}

.top_left {
	display: table-cell ;
	width: 120px ;
}
.logo img {
	margin: 20px 0 ;
	width: 100% ;
	max-width: 120px ;
}
.top_right {
	display: table-cell ;
	vertical-align: bottom ;
}
.top_phone {
	float: right ;
	margin-bottom: 20px ;
	font-size: 1.3em ;
	font-weight: bold ;
	color: #0F228C;
	font-family: Julius Sans One ;
}
.social_container {
	float: right ;
	margin-bottom: 20px ;
}
.social_container img {
	height: 30px ;
	margin-left: 5px ;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.social_container img:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.nav_container {
	clear: right ;
	float: right ;
}

.responsive_only {
	display: none ;
}

.column {
	vertical-align: top ;
	display: inline-block ;
	margin: 0px 2% 14px 0 ;
	font-size: 14px ;
	text-align: left ;
}

.cols_4,
.cols_3 {
	font-size: 0 ;
}

.col {
	display: inline-block ;
	vertical-align: top ;
	font-size: 14px ;
	text-align: center ;
}

.cols_4 .col {
	width: 23% ;
	margin: 14px 1% ;
}

.cols_2 .column {
	width: 47% ;
}

.cols_3 .column {
	width: 31% ;
}

.content img {
	max-width: 100% ;
	height: auto ;
}

.content_container {
	background: url(/images/content-bg.png) top repeat-x white ;
}

.bottom_container {
	padding: 20px ;
	font-size: .9em ;	
	text-align: center ;
}

.icons_container {
	background: #48528C ;
	padding: 20px ;
}

.cols_3 {
	font-size: 0 ;
}

.box {
	font-size: 14px ;
	vertical-align: top ;
}

.cols_3 .box {
	display: inline-block ;
	width: 31% ;
	margin: 14px 1% ;
}

.box_photo {
	background-position: center center ;
	background-size: cover ;
	padding-top: 60% ;
}

.box_photo img {
	width: 100% ;
	height: 1px ;
}

.box_title a {
	display: block ;
	text-decoration: none ;
	font-family: 'Julius Sans One' ;
	font-size: 20px ;
	color: white ;
	background: #0F228C ;
	padding: 8px 12px ;
}

.box_content {
	font-size: .9em ;
	line-height: 1.5 ;
	padding: 15px ;
}

.box_more a {
	border: 1px solid #ccc ;
	color: #999 ;
	margin: 0 15px ;
	margin-top: 10px ;
	padding: 4px 12px ;
	text-decoration: none ;
	font-family: 'Julius Sans One' ;
}

.box_more a:hover {
	background: #f0f0f0 ;
	color: #666 ;
}

.page_subs a {
	display: block ;
	background-image: url(/images/logo.png) ;
	background-size: auto 40% ;
	background-position: 20px center ;
	background-repeat: no-repeat ;
	background-color: #f0f0f0 ;
	padding: 12px ;
	padding-left: 80px ;
	margin: 14px 0 ;
	border: 1px solid #999 ;
	border-radius: 50px ;
	text-decoration: none ;
	font-family: 'Julius Sans One' ;
	font-size: 24px ;
}
.page_subs a:hover {
	background-color: white ;
}

.energy_container {
	background-image: url(/images/energy-bg.jpg) ;
	background-position: center center ;
	background-size: cover ;
	padding: 20px 0 ;
}

.energy_table {
	display: table ;
	margin: auto ;
}

.energy_right,
.energy_left {
	display: table-cell ;
	vertical-align: middle ;
}

.energy_left img {
	height: 200px ;
}

.energy_right {
	padding: 20px ;
	padding-right: 0 ;
}

.responsive_nav_menu {
	display: none ;
}

@media (max-width: 980px) {
	
	.col,
	.column {
		display: block !important ;
		width: auto !important ;
		margin: 20px 0 !important ;
	}
	
	.bottom_logos img {
		height: 50px ;
	}
	
	.top_left,
	.top_info {
		float: none ;
		width: auto ;
		margin: 20px ;
	}
	
	.top_info {
		font-size: .8em ;
	}
	
	.desktop_only {
		display: none ;
	}
	.responsive_only {
		display: block ;
	}	
	.sf-menu {
		display: block;
	}
	
	.sf-menu ul {
		position: static !important;
		width: auto !important;
	}
	
	.sf-menu li {
		/*float: none !important;*/
		display: block !important;
	}
	
	.sf-menu li ul li a {
		/*width: auto !important; */
	}
	
	a.button_a {
		padding: 8px 12px !important ;
		margin: 0 !important ;
		border: 0 ;
		border-bottom: 1px solid #e0e0e0 ;
	}
	
	a.button_b {
		text-align: center; 
	}
	
	.box {
		display: block !important ;
		width: auto !important ;
		margin: 14px 0 !important ;
	}
	.energy_right,
	.energy_left {
		display: block ;
		text-align: center ;
	}
	
	.energy_left img {
		height: auto ;
		width: 60% ;
	}
	
	.energy_right {
		padding: 20px ;
	}
	h1 {
		font-size: 1.75em ;
	}
	.responsive_nav_menu {
		display: block ;
	}
	.responsive_nav_menu a {
		display: block ;
		color: #0F228C !important ;
		text-decoration: none !important ;
		font-size: 36px ;
		margin-top: 10px ;
	}
	.nav_container {
		display: none ;
		float: none ;
		width: auto ;
	}
	.top_phone {
		float: none ;
		display: block ;
		text-align: center ;
		margin: 10px 0 ;
	}
	.top_info {
		display: block ;
		width: auto ;
		margin: 0 ;

	}
	.top_left,
	.top_right {
		display: block ;
		text-align: center ;
		width: auto ;
		margin: 0 ;
	}
	.social_container {
		float: none ;
		margin: 0 ;
		width: auto ;
	}
	.top_container {
		padding-bottom: 10px ;
	}
}

.filter_box {
	margin: 20px 0 ;
	border: 1px solid #e0e0e0 ;
	background: white ;
	padding: 5px ;
}

.filter_box input,
.filter_box select {
	margin: 10px ;
	font-size: 1.2em ;
}

.difference {
	width: 100% ;
}
.difference td {
	padding: 8px 12px ;
}
.difference tr:nth-child(even) {
	background: #f0f0f0 ;
}
.difference tr:first-child{
	color: white;
	background: #0F228C ;
	font-weight: bold ;
}

.warranty {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	border-collapse: separate ;
	padding: 15px ;
}

.memberships {
	text-align: center ;
}

.memberships img {
	height: 60px ;
	margin: 0 10px ;
}