
/* 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: georgia, times, serif ;
	font-size: 14px ;
	line-height: 1.5; /* should never change */
}

/* general font color */
body {
	color: #000000;
}

p {
	margin: 14px 0px; /* top and bottom padding should match font-size */
}

p:first-child {
	/*margin-top: 0px; */
}

p, 
ul,
ol, 
menu,
.lh {
	line-height: 1.75; /* set general line height if different than standard (no units is multiplied by font size) */
}

/* set heading styles - always set top and bottom margins */
h1 {
	font-size: 32px ;
	font-weight: bold ;
	font-style: italic ;
	font-family: arial ;
	letter-spacing: -2px ;
	color: #263167 ;
	margin-top: 0px ;
	margin-bottom: 0px ;
	line-height: 36px ;
}

h2 {
	font-size: 24px ;
	line-height: 28px ;
	font-weight: normal ;
	letter-spacing: -2px ;
	color: #263167 ;
	margin-top: 14px ;
	margin-bottom: 14px ;
}

h3 {
	margin-top: 14px ;
	margin-bottom: 14px ;
}

h3, .inline_h {
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #263167 ;
}

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; 
}

/* set anchor styles */
a:link {
	color: #263167;
}

a:active, 
a:visited {
	color: #666;
}

a:hover {
	color: #FDB826;
}

/* default table properties */
table {
	border-collapse: collapse ;
}

/* default image properties */
img {
	; 
}

/* hr styles */
hr {
	margin: 6px 0px; 
	padding:0;
	border: none; 
	border-top: solid 1px #000;
	border-bottom: solid 1px #fff;
}

/*	template styles	*/

body {
	background-color: #006EB8 ;
}

.body {
	margin: 0px; /* never change cos of ie6 */
	padding: 10px; 
}

.page_top {
	background-color: #145163;
	border-bottom: solid 1px #cccccc;
}

.page_top a img {
	border: 0px; 
}

.info_bar {
	background-color: #711028;
	padding: 15px;
	text-align: center;
	
	font-weight: bold;
	color: #fff;
}

.navigation_bar {
	background-color: #711028;
	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: 20px ;
}

/* nav styles */

.sf-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.sf-menu li {
	flex: auto;
}

.sf-menu li ul {
	width: 260px; 
}

/* nav button styles */

a.button_a, 
a.button_a:link, 
a.button_a:active, 
a.button_a:visited {
	/*display: block ;*/
	text-align: center ;
	text-decoration: none ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	color: #263167 ;
	padding: 6px 12px ;
}

a.button_a:hover {
	background: #263167 ;
	color: #fff ;
}

a.side_button_a, 
a.side_button_a:link, 
a.side_button_a:active, 
a.side_button_a:visited {
	display: block ;
	background-image: url(/images/arrow.png) ;
	background-position: 4px center ;
	background-repeat: no-repeat ;
	background-color: #263167 ;
	padding: 2px 2px 2px 26px ;
	color: #fff ;
	font-size: 14px ;
	text-decoration: none ;
}

a.side_button_a:hover {
	background-color: #FDB826 ;
	color: #263167 ;
}

/* nav sub */

.nav li ul li a {
	width: 250px; 
}

a.button_b, 
a.button_b:link, 
a.button_b:active, 
a.button_b:visited {
	font-size: 13px ;
	font-weight: normal ;
	text-decoration: none ;
	color: #263167 ;
	/*background: url(/images/arrow.png) 6px center #263167 no-repeat ;*/
	background: #FDB826 ;
	padding: 4px 12px ;
}

a.button_b:hover {
	/*background: url(/images/arrow.png) 6px center  no-repeat ;*/
	color: white ;
	background: #263167 ;
}

a.side_button_b:link,
a.side_button_b:active,
a.side_button_b:visited {
	display: block ;
	padding: 3px 9px ;
	background-color: #FDB826 ;
	color: #263167 ;
	text-decoration: none ;
	font-size: 12px ;
	background-image: none ;
	background-position: center ;
}
a.side_button_b:hover {
	background: #263167 ;
	color: #fff ;
}



/* nav button styles */

.button_holder {
	margin: 15px ;
	background: #fff ;
	border: 3px solid #FDB826 ;
}

.side_holder {
	margin: 15px ;
	background: #263167 ;
}

.side_heading {
	display: block ;
	background: #006EB8 ;
	color: #fff ;
	padding: 4px 9px ;
	text-decoration: none ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
}

.side_links_holder {
	padding: 5px ;
}

/* share this */

.shareThis, .addThis {
	float: right ;
	margin-left: 20px ;
	margin-bottom: 10px; 
}

.shareThis a:link,
.shareThis a:active,
.shareThis a:visited,
.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:link, 
.addThis a:active,
.addThis a:hover,
.addThis a:visited {
	color: #FE6D4C ;
}

/* link_white */

.foot,
.foot a:link,
.foot a:active,
.foot a:visited,
a.link_white:link, 
a.link_white:active, 
a.link_white:visited {
	color: #fff ;
	text-decoration: none ;
}

.foot a:hover,
a.link_white:hover {
	text-decoration: underline ;
}

/* misc standard styles */

img.img_float {
	clear: right; 
	float: right;
	border: solid 1px #145163;
	margin: 0px 0px 10px 10px; 
}

.box {
	margin: 10px 0px; 
	border: solid 1px #263167; 
}

.box_h {
	border: solid 1px #ffffff; 
	background-color: #263167;
	color: #ffffff; 
	font-weight: bold; 
	padding: 5px; 
}

.box_c {
	padding: 5px; 
}

.action_end {
	text-align: center; 
	border: solid 1px #cccccc;
	background-color: #fafafa;
	padding: 10px; 
	color: #711028;
	margin: 10px 0px; 
}

/* _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 {
	text-align: center; 
}

div.list_item {
	padding: 10px 0px; 
}

div.list_item:first-child {
	border-top: 0px; 
}

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: 6px; 
	border-top: solid 1px #666666;
}

.name {
	font-size: 1.2em; 
	font-weight: bold; 
}

.date {
	font-style: italic;	
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

.google_info_win {
	font-size: 12px ;
	margin-top: 10px ;
	line-height: 1.5 ;
}


/* _table default styles */

table.list_cont {
	width: 100%; 
}

table.list_cont td {
	padding: 5px; 
	vertical-align: top;
}

table.list_cont tr:first-child td {
	border-top: 0px; 
}

td.img_cont {
	text-align: center; 
}

div.list_item {
	padding: 10px 0px; 
	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: 6px; 
	border-top: solid 1px #666666;
}

.name {
	font-size: 16px ;
	font-weight: bold; 
	letter-spacing: -1px ;
}

.date {
	font-style: italic;	
	margin: 2px 0px 5px 0px ;
}

div.img_cont {
	clear: right;
	float: right; 
	margin: 0px 0px 10px 10px; 
}

.link {
	text-align: right; 
	clear: right; 
}

.teaser {
	
}

/* 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 #263167; 
	border-radius: 4.6666666666667px;
	background-color: #303b6e;
	/*linear gradient not supported*/; 
	padding: 4.6666666666667px 7px; 
	text-align: center;
	text-decoration: none; 
	color: #ffffff;
}

a.paging:hover {
	background-color: #454e7d;
}

a.paging[disabled] {
	cursor: default; 
	border: solid 1px #575f85; 
	background-color: #5f668a; 
	background-image: none;
	color: #9fa4b8;
}

a.paging.paging_cur {
	border-width: 2px !important; 
	padding: 3.6666666666667px 6px !important; 
	font-weight: bold; 
	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_hor li ul {
	left: 0;
	top: 100%;
}
.nav_ver li ul {
	left: 100%;
	top: 0;
}

.nav li:hover > ul {
	display: block;
	z-index: 2;
}
.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;
}
/*	COMMON STYLES	*/

a img, 
a:link img, 
a:active img, 
a:visited img {
	border-style: solid;
	border-width: 1px; 
	border-color: #263167;
}
a:hover img {
	border-color: #FDB826;
}

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;
}

.mceContentBody a {
	color: #263167 !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: #711028;
}

.required {
	text-align: center;
	color: #711028;
}


.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 {
	margin-bottom: 14px;
	background-color: #e7edef; 
	padding: 7px;
	text-align: center; 
	color: #145163; 
	font-size: 1.6em; 
	border: solid 1px #145163; 
}

.even_row, 
.row_0 {
	background-color: #eeeeee;
}

.odd_row, 
.row_1 {
	background-color: #ffffff;
}

.good, 
.status1 {
	color: #456314;
}

.bad, 
.status0 {
	color: #711028;
}

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; 
}

/* Edit Me */

div.edit_me {
	float: right; 
	margin: 0px 0px 10px 10px; ; 
	border-radius: 5px; 
	border: solid 1px #b8cad0; 
	/*linear gradient not supported*/; 
	padding: 8px; 
	font-family: arial,sans-serif; 
	font-size: 15px; 
}

div.edit_me img {
	border: 0px; 
	vertical-align: middle; 
}

/* jquery */

.ui-datepicker {
	font-family: Verdana,Arial,Sans-Serif;
	font-size: 12px !important; 
	font-weight: normal; 
}

img.ui-datepicker-trigger {
	cursor: pointer;
	position: relative;
	left: 0px; 
	top: 4px;
}


/* BLOGS STYLES */

/* generic */

.blg_id.aut_id {
	font-weight: bold;
}

/* list */


/* detail */


/* module */


/* comments */

table.bc_id.list_cont {
	width: 100%; 
}

table.bc_id.list_cont td {
	vertical-align: top;
}

td.bc_id.comment_form {
	text-align: right;
	width: 300px; 
}

div.bc_id.comment_box {
	margin-left: 10px; 
	background-color: #cccccc;
	padding: 0px 10px; 
	border: solid 1px #999999;
}

.bc_id.comments_result {
	text-align: center;
	font-weight: bold;
	color: #711028 ;
}

textarea.bc_id.icontent {
	width: 98%; 
	height: 6em; 
}

div.bc_id.comment {
	border: solid 1px #999999;
	border-width: 1px 0px 0px 0px;
	padding: 10px; 
}

div.bc_id.comment.row0 {
	background-color: #eeeeee;
}

div.bc_id.comment.row1 {
	background-color: #ffffff;
}

div.bc_id.comment_date {
	font-size: .8em; 
}

div.bc_id.comment_name {
	font-size: .8em;
}

div.bc_id.comment_content {
	margin-top: 10px; 
}


/* 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;
	}
	
}

.container {
	margin: auto ;
	width: 100% ;
	max-width: 980px ;
}

.topNav a:link,
.topNav a:active,
.topNav a:visited {
	color: #263167 ;
	display: block ;
	font-weight: bold ;
	text-decoration: none ;
	padding: 8px 12px 3px 12px ;
}
.topNav a:hover {
	text-decoration: underline ;
}

.home_holder {
	margin-bottom: 20px ;
}

.home_heading {
	background: #006EB8 ;
	padding: 6px 9px ;
}
.home_heading,
.home_heading a:link,
.home_heading a:active,
.home_heading a:visited {
	color: #fff ;
	font-size: 16px ;
	font-weight: bold ;
	letter-spacing: -1px ;
	text-decoration: none ;
}
.home_heading a:hover {
	text-decoration: underline ;
}
.home_photo {
	background-position: center ;
	height: 130px ;
}

.float {
	float: right ;
	clear: right ;
	margin: 0px 0px 14px 20px ;
}
.border {
	border: 1px solid #006EB8 ;
}

.partner {
	border: 1px solid #006EB8 ;
	height: 60px ;
	margin: 10px ;
}

.pages_img {
	float: right ;
	clear: right ;
	margin: 0px 0px 14px 20px ;
}
.pages_img img {
	width: 350px ;
	border: 0px ;
}

.affiliate_logo {
	padding: 15px 15px 15px 0px ;
}

.affiliate_logo img {
	width: 70px ;
}

marquee {
	background-color: #000;
	color: #fff;
	width: 100%;
	margin: auto ;
	loop: infinite;
	padding: 0;
}
marquee p {
	margin: 0;
}

.top_container {
	background: #263167 ;
	border-bottom: 3px solid #FDB826 ;
	padding-top: 1px ;
}

.content_container {
	background: url(/images/main_bg.png) #fff ; 
	background-position: top ; 
	background-repeat: repeat-x ; 
	padding-top: 4px ;
	border-bottom: 3px solid #FDB826 ;
}

.nav_top_container {
	background: #FDB826 ;
	padding: 3px 20px 0 20px ;
	border-radius: 20px 20px 0 0 ;
}

.top_slogan {
	text-align: right ; 
	color: #FDB826 ; 
	font-style: italic ; 
	font-size: 22px ; 
	letter-spacing: -1px ;
}

.logo {
	float: left ;
}

.logo img {
	width: 100% ;
	max-width: 370px ;
	height: auto ;
}

.top_info {
	float: right ;
}

.top_words {
	display: block ;
	overflow: hidden ;
}

.top_words td {
	color: #FDB826 ;
	font-size: 48px ;
	font-style: italic ;
	letter-spacing: -.05em ;
	text-align: right ;
}

.top_words table {
	width: 100% ;

}

.top_words div {
	display: none ;
	white-space: nowrap ;
}

.top_photo {
	height: 300px ;
}

.col_l {
	width: 48% ;
	float: left ;
}

.col_r {
	width: 48% ;
	float: right ;
}

.content_float {
	float: right ;
	width: 645px ;
}

.side_float {
	float: left ;
	width: 335px ;
	background: #EAF2FC ;
}

.content_bg {
	background: url(/images/content-bg.png) right repeat-y ;
}

/*	Responsive video container */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.content img {
	max-width: 100% ;
	height: auto ;
}

@media (max-width: 980px) {
	
	.pages_img {
		float: none ;
		margin: 15px 0 ;
		text-align: center ;
		display: block ;
	}
	
	.content_bg {
		background: white ;
	}
	
	.col_l,
	.col_r {
		width: auto ;
		float: none ;
		display: block ;
		margin: 15px 0 ;
	}
	
	.content_float,
	.side_float {
		float: none ;
		width: auto ;
		display: block ;
	}
	
	.top_photo {
		height: 200px ;
	}
	
	.logo,
	.top_info {
		float: none ;
		width: auto ;
		display: block ;
		margin: 10px ;
		text-align: center ;
	}
	
	.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: 3px !important ;
				
	}
	a.button_b {
		text-align: center ;
	}
}