html {
	font: 13px Verdana, Geneva, Arial, Helvetica, sans-serif;
  /* this keeps text same size on tablets */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; 
}

   /* BODY STYLES */

body{
	margin: 0;
	padding: 0;
	color: #000000;
	/*background-image: url(../images/noise_even_less.png);
	background-repeat: repeat;*/
	background-color: #fff;
	background-position: center;
	/*line-height: 30px;*/
}

.article_header {
	margin-top: 10px;
	margin-bottom: 20px;
	font-weight: 600;
	color:#555753;
}

.left_membership_box {
	background-color: #004c89;
	text-align: center;
	line-height: 30px;
	padding: 30px;
}

.right_membership_box {
	background-color: #5ea6d2;
	text-align: center;
	line-height: 30px;
	padding: 30px;
}

.popup {
	padding: 5px;
	color: #717171;
	border: 1px solid #dfdfdf;
	font-size: 90%;
	background-image: url(../images/noise_even_less.png);
	background-repeat: repeat;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

a.invisible-link { display: none }

#tag_line {
	font-size: 12px;
	letter-spacing: 2px;
	margin-left: -5px;
	text-align: left;
	line-height: 20px;	
	position: relative;
	top: 65px;
	left: 18px;
}

#tagline {
	position: relative;
	font-size: 24px;
	top: 15px;
	left: 150px;
	line-height: 27px;
	color: #00386f;
}

#tagline_ec {
	position: relative;	
	top: -145px;
	left: 150px;
}

#gpbch_logo_r5 {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 379px;
	height: 140px;
	z-index: 9999999;
}

#serving_txt {
	color: #004c89; /*#004c89*/
	font-weight: normal;
	letter-spacing: 1px;
}

#top_band {
	text-align: left;
	width: 100%;
	padding-top: 0px;
	color: #fff;
	background-color: #2eb0fa;
	height: 315px;
	background-image: url(../images/apsl_r5g.png); /*url(../images/apsl.8r.png); */
	background-repeat: repeat-x;
	border-bottom: none;
	background-position: center;
}	

#top_band_mobile {
	text-align: left;
	width: 100%;
	padding-top: 0px;
	color: #fff;
	background-color: #2cb7ff;
	height: 400px;
	background-image: url(../images/apsl_r5c.png); /*url(../images/apsl.8r.png); */
	background-repeat: no-repeat;
	border-bottom: none;
	background-position: top;
}	

#top_bevel {
	background-image: url(../images/light_bevel_3.png);
	width: 100%;
	height: 34px;
	background-repeat: repeat-x;
}

#container {
	width: 100%;
	padding-top: 20px;
	text-align: left;
	line-height: 24px;
	min-height: 620px;
	color: #211B17;
	background-color: White;
	/*background-image: url(../images/noise_less.png);
	background-repeat: repeat;*/
}

#inner_container { 
	width: 90%;
	margin: 20px;
	text-align:left;
	position:relative; 
	top:0px
}

#lanterns_page_container { 
	width: 95%;
	margin: 20px;
	text-align:left;
	position:relative; 
	top:10px
}

#top_menu {
	text-align:right; 
	margin-right:1px; 
	position:relative; 
	top: 25px;
	right: 15px;
	float:right;
	z-index: 10000;
}

#top_menu_mobile {
	text-align:center; 
	position:relative; 
	top: 25px;
	z-index: 10000;
}

.nice_button {
	background-image: url(../images/opaque_3.png); /**/
	background-repeat: repeat;
	color: #111;
	position: relative;
	padding: 10px;
	border-top: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

.red {
	color: #7E2319;
}

 /* LINK STYLES */

a:link {
	color: #3c6da4;
	text-decoration: none;
}

a:visited  {
	color: #3c6da4;
	text-decoration: none;
}

a:active  {
	color: #3c6da4;
	text-decoration: none;
}

a:hover  {
	color: #89b7da;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	text-decoration: none;
}

a.selected {
	color: #fff;
	text-decoration: none;
}

a.unselected {
	text-decoration: none;
	color: #F5F5F5;
}

.eric1 {
	color: #000;
	text-decoration: none;
	font-weight: 300;
	cursor: pointer;
}

.eric1:hover {
	color: #7E2319;
	text-decoration: none;

}

.eric_highlt {
	color: #7E2319;
	text-decoration: none;
	font-weight: 600;
	cursor: pointer;
}

td.product_canvas {
	background-image: url(../images/opaque_3.png);
	background-repeat: repeat;
	border: 2px solid #EEEEEE;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}

a.plain:link, a.plain:hover, a.plain:active, a.plain:visited {
	text-decoration: none;
	color: #222;
	border-bottom: none;
}


.greyout {
	color: #6E645E;
}

.strikeout {
	text-decoration: line-through;
	color: #6E645E;
}

.greyout_letter {
	color: #C7C7C0;
	text-decoration: none;
	padding: 5px;
	border-bottom: none;
}

a.letter_on_tablet:link,a.letter_on_tablet:visited,a.letter_on_tablet:hover,a.letter_on_tablet:active {
	text-decoration: none;
	background-color: #EFEFEF;
	padding: 2px;
	background-position: center;
	background-repeat: no-repeat;
	border-bottom: none;
}

a.letter_off_tablet:link,a.letter_off_tablet:visited,a.letter_off_tablet:hover,a.letter_off_tablet:active {
	text-decoration: none;
	padding: 2px;
	border-bottom: none;
}

span.clickable {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index:1;
}

a.clickable {
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index:1;
}

.greyout_letter_tablet {
	color: #C7C7C0;
	text-decoration: none;
	padding: 2px;
	border-bottom: none;
}

/* IMAGE STYLES */

img { border:0 none}

span.thumb {
	width: 142px;
	height: 142px;
	background-image: url(../images/opaque_5.png);
}

/*
div.separator_2 {
	background: url(../images/line_horizo_w4.png);
	background-repeat: repeat-x;
	height: 2px;
	margin-bottom: 5px;
}
*/

div.separator_2 {
	background: url(../images/line_horizo_r2.png);
	/*background-image: url(../images/divider-callout.png);*/
	background-repeat: repeat-x;
	margin-bottom: 5px;
}

div.divider-callout {
	background-image: url(../images/divider-callout.png);
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom:-15px;
}

div.divider-callout-solid {
	background-image: url(../images/divider-callout-solid.png);	
	background-repeat: no-repeat;
	margin-top: 15px;
	margin-bottom:-25px;
}

a.greybutton {
	background: #004c89;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #660707 #660707 #5e0f0d;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	padding: 10px 15px 10px 15px;
	color: #F5F5F5;
	opacity: 85%;
}

a.greybutton:hover {
	background: #3c6da4;
	color: #000;
}

td.greybutton {
	background: #004c89;		
	padding: 10px 15px 10px 15px;
	color: #fff;
	opacity: 85%;
}

td.greybutton_rnd {
	background: #004c89;		
	padding: 10px 15px 10px 15px;
	color: #fff;
	opacity: 85%;
	-moz-border-top-left-radius: 7px;
	border-top-left-radius: 7px;
	-moz-border-top-right-radius: 7px;
	border-top-right-radius: 7px;
}

td.greybutton_btm_rnd {
	background: #004c89;		
	padding: 10px 15px 10px 15px;
	color: #fff;

	-moz-border-bottom-left-radius: 7px;
	border-bottom-left-radius: 7px;
	-moz-border-bottom-right-radius: 7px;
	border-bottom-right-radius: 7px;
	opacity: 85%;
}

a.side_unselected {
	color: #CECEC2;
}

a.side_unselected:hover {
	color: #fff;
}

a.side_selected {
	color: #fff;
}

a.newsletter_years_off {
	color: #8f8f8f;
}

a.newsletter_years_off:hover {
	color: #000;
}

a.newsletter_years_on {
	color: #000;
}

a.submenu:link {

	text-align: left;

	color: #CECEC2;

	margin-left: 10px;

}

a.revolver_top {
	color: #012449;
}

.revolver_box {
	margin-left: 20px;
	width:42%;	
}


/* redbutton */

a.redbutton, a.red:hover {
	background: #BDBFB2 url(../images/noise_even_less.png) repeat;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #660707 #660707 #5e0f0d;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	color: #000;
	padding: 10px 15px 10px 15px;
	margin-right: 0px;
}

a.redbutton {
	color: #000;
}

a.redbutton:hover {
	color: #000;
}

#side_div {
	background: none;
	width: 12%;
	text-align: center;
}

.side_menu {
	padding: 2px;
	background: #6B6B6B url(../images/noise-11.png) repeat;
	
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

#side_div_test {
	background: none;
	text-align: center;
   width: 12%;
	vertical-align: top;
	position:relative;
	top: -10px;
}

.side_menu_test {
	padding: 2px;
	background: #6B6B6B url(../images/noise-11.png) repeat;
	position:relative;
	left: -10px;
	text-align: center;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

td.side_menu_separator{
	text-align: center;
	background-color: #777777;
	border-bottom: none;
}

.page_heading {
	color: #F5F5F5;
	text-align: right;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #EFEFEF;;
}

.page_heading_left {
	color: #F5F5F5;
	text-align: left;
	font-size: 16px;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

/* embedded fonts */
@font-face {
    font-family: meiryo;
    src: url('../fonts/meiryo.ttc');
}
 
@font-face { 
	font-family:'engravers_gothic_bt_top_on'; 
	src:url('../fonts/engravers_gothic_bt.eot'); 
	src: url('../fonts/engravers_gothic_bt.woff') format('woff'), url('../fonts/engravers_gothic_bt.otf') format('opentype');
} 

.engravers_gothic_bt_top_on {
	font-family: 'engravers_gothic_bt_top_on', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*color:#004c89*/
	background: #89b7da;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #660707 #660707 #5e0f0d;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	padding: 5px 15px 10px 15px;
	margin-right: 0px;
	font-size: 17px;
}

a.engravers_gothic_bt_top_on {
	color: #fff; /*#004c89;*/
}

@font-face { 
	font-family:'engravers_gothic_bt_top_off'; 
	src:url('../fonts/engravers_gothic_bt.eot'); 
	src: url('../fonts/engravers_gothic_bt.woff') format('woff'), url('../fonts/engravers_gothic_bt.otf') format('opentype');
} 

.engravers_gothic_bt_top_off {
	font-family: 'engravers_gothic_bt_top_off', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	/*color: #589ace*/
	background: #004c89;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #660707 #660707 #5e0f0d;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	padding: 5px 15px 10px 15px;
	font-size: 17px;
	opacity: 80%;
}

a.engravers_gothic_bt_top_off {
	color: #fff;
}

a.engravers_gothic_bt_top_off:hover {
	background: #3c6da4;
	color: #fff;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

@font-face { 
	font-family:'Engravers_Gothic_BT_Tag'; 
	src:url('../fonts/engravers_gothic_bt.eot'); 
	src: url('../fonts/engravers_gothic_bt.woff') format('woff'), url('../fonts/engravers_gothic_bt.otf') format('opentype');
} 

.Engravers_Gothic_BT_Tag {
	font-family: 'Engravers_Gothic_BT_Tag', Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
}

@font-face {
    font-family: Worstveld_Sling;
    src: url('../fonts/Worstveld_Sling.otf');
}

.Worstveld_Sling{
	font-family: Worstveld_Sling;
	font-size: 17pt;
	line-height: 23px;
	letter-spacing: 2px;
	font-weight: bold;
	color: #4A8E78;
}

@font-face {
    font-family: AlexaStd;
    src: url('../fonts/Adobe - AlexaStd.otf');
}

.AlexaStd{
	font-family: AlexaStd;
	font-size: 17pt;
	line-height: 23px;
	letter-spacing: 2px;
	font-weight: normal;
	color: #702017;
}

@font-face { 
	font-family:'ProximaNova-Regular'; 
	src:url('../fonts/29E2BE_2_0.eot'); 
	src: url('../fonts/29E2BE_2_0.woff') format('woff'), url('../fonts/29E2BE_2_0.otf') format('opentype'); 
} 

.ProximaNova-Regular { 
	font-family:'ProximaNova-Regular', Verdana, Arial, Helvetica, sans-serif;
	color: #2E2620;
	font-size: 15px;
}

@font-face { 
	font-family:'Worstveld_Sting'; 
	src:url('../fonts/Worstveld_Sting.eot'); 
	src: url('../fonts/Worstveld_Sting.woff') format('woff'), url('../fonts/Worstveld_Sting.otf') format('opentype');
} 

.Worstveld_Sting {
	font-family: 'Worstveld_Sting', Verdana, Arial, Helvetica, sans-serif;
	color: #0A101F;
	font-size: 22px;
}

@font-face { 
	font-family:'constantia'; 
	src:url('../fonts/constantia.eot'); 
	src: url('../fonts/constantia.woff') format('woff'), url('../fonts/constantia.ttf') format('truetype');
} 

.constantia {
	font-family: 'constantia', Verdana, Arial, Helvetica, sans-serif;
	color: #004c89; /*#525252;*/
	font-size: 15px;
}



@font-face { 
	font-family:'Stripwriter'; 
	src:url('../fonts/stripwriter.eot'); 
	src: url('../fonts/stripwriter.woff') format('woff'), url('../fonts/stripwriter.otf') format('opentype'); 
} 

.Stripwriter { 
	font-family:'Stripwriter', Verdana, Arial, Helvetica, sans-serif;
	color: #2E2620;
	font-size: 15px;
	color: #702017;
}


/* end fonts */

a.mild_greyout:link,a.mild_greyout:visited,a.mild_greyout:hover,a.mild_greyout:active, .mild_greyout {
	color: #222;
	text-decoration: none;
	border-bottom: none;
}

/*inputs*/







.text {
	
}



.search_img {
	background: url(../images/find_16.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #fffffe;
	padding-left: 22px;
}

.search_img:focus {
	background: url(../images/find_16.png);
	background-position: left;
	background-repeat: no-repeat;
	color: #fffffe;
	padding-left: 22px;
}





div.color_band {
	background: url(../images/noise_less.png) repeat;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #111 #111 #000;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	text-align: left;
	padding: 10px 20px 10px 20px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
	background-color: #3c6da4;
	color:#fff;
}

div.color_band a {
	color: #fff;
}
/* clean table */

table.clean {
  /*border: 1px solid #E0E0E0;*/
  
}

table.clean td {
	/*border: 1px solid #E0E0E0;*/
	text-align:left;
	padding: 0px 5px 0px 5px;
}

table.clean tr.alt_on {
	background-image: url(../images/opaque_3.png);
	border: none;
	height: 35px;
}

table.clean tr.alt_on td {
	border: none;	
}

table.clean tr.alt_off {
	background-image: none;
	border:none;
	height: 35px;
}

table.clean th {
	background-image: url(../images/opaque_3.png);
	
	text-align:left;
	padding: 8px;
}

table.clean th {
	background: #eee url(../images/noise_even_less.png) repeat;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #660707 #660707 #5e0f0d;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	padding: 10px 15px 10px 15px;
	color: #2E2620;
	font-weight: normal;
}

/* end clean table */

/* icon positions */
.inline_5 {
	position: relative;
	top: -2px;
}

.inline_12 {
	position: relative;
	top: 1px;
}

.inline_14 {
	position: relative;
	top: 3px;
}

.inline_16 {
	position: relative;
	top: 3px;
}

.inline_18 {
	position: relative;
	top: 5px;
}

.inline_24 {
	position: relative;
	top: 8px;
}

.inline_32 {
	position: relative;
	top: 8px;
}

.inline_48 {
	position: relative;
	top: 17px;
}

.inline_64 {
	position: relative;
	top: 20px;
}

/* links page formatting*/

.link_headers {
	font-weight: bold;
}

a.other_links {
	color: #333;
}

ul.links {
	margin-left: -40px;
}

/* end links page formatting*/

/*fieldset*/

fieldset {
	padding: 1em;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	line-height: 20px;
}  

div.generic_contact {
	border: none;
	line-height: 20px;
	margin-top: -45px;
	border-right:1px solid #eee; 
	border-bottom:1px solid #eee;
	border-left:1px solid #eee;
}  

div.inner_generic_contact {
	padding: 0px 20px 0px 20px;
}

fieldset.shaded {
	background-image: url(../images/opaque_5.png); 
	background-repeat: repeat;
}

fieldset.shaded_50 {
	width:50%; 
	background-image: url(../images/opaque_5.png); 
	background-repeat: repeat;
}

fieldset.hover {
	/*padding: 1em;*/
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-image: url(../images/opaque_3.png);
	background-repeat: repeat;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}  

fieldset.hover:hover {
	/*padding: 1em;*/
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-right: 1px solid #eee;
   background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
}  

tr.hover, td.hover {
	background-image: none;
	background-repeat: repeat;	
	text-align:left; 
	
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}  

tr.hover:hover, td.hover:hover {
	/*padding: 1em;*/
	background-image: url(../images/opaque_5.png);
	background-repeat: repeat;
}  

legend, legend a {
	margin-left: 1em;
	color: #FFF0C7;
	font-size: 11px;
	letter-spacing: 4px;
	font-weight:bold;
} 

fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;  
}  

fieldset li {  
	padding-bottom: 1em;  
}  

fieldset.submit {  
	border-style: none;  
	float: none;    
   width: auto;  
	padding-left: 11em;
	margin-top: -10px;
}

label {    
	float: left;   
	position: relative;  
	width: 10em;    
	margin-right: 1em;  
	text-align: left;
}

label em {        
	position: absolute;        
	left: 9.8em;        
	top: 1;   
	color: #AF652E;
	font-size: 90%em;   
}

.required_field {
	color: #AF652E;
	font-size: 90%em;
}

label.token {
	float: none;	
}

label.wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 19em;
	margin-right: 1em;
	text-align: left;
}

label.narrow {
	float: left; 
	position: relative;
	top: .2em;
	width: 7em;
	margin-right: 1em;
	text-align: left;
}

label.semi-wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 12em;
	margin-right: 1em;
	text-align: left;
}

label.mid-wide {
	float: left; 
	position: relative;
	top: .2em;
	width: 14em;
	margin-right: 1em;
	text-align: left;
}

label.tag-only {
	float: none;
	width: auto;
	margin-right: auto;
	text-align: left;
}

/*end fieldset*/

img.desaturate {
	-webkit-filter: grayscale(100%); 
	-moz-filter: grayscale(100%);
	filter: gray; filter: grayscale(100%);
	filter: url(../images/desaturate.svg#greyscale);
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'https://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.indent {
	margin-left: 20px;
	margin-right: 20px;
}

#coolmenu a {
	display: block;
	width: 100%;
}

html>body #coolmenu a{ /*Non IE rule*/
	width: auto;
}

#tabledescription {
	height: 100%;
	filter:alpha(opacity=0);
	-moz-opacity:0;
}

#footer a {
	color: #89b7da;
}

#footer {
	text-align: center;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 100%;
	background-color: #004c89;
	background-image: url(../images/noise_less.png);
	background-repeat: repeat;
	border-top: 1px solid #3c6da4;
	color: #fff;
}

.dark_blue {
	color: #004c89;
}

.medium_blue {
	color: #3c6da4;
}

.blue {
	color: #489dca;
}

.light_blue {
	color: #89b7da;
}

.gold {
	color: #fabe60;
}

input, textarea, select, option {
	margin: 0;
	border: 1px solid #e9e9e6;
	background: transparent url(../images/noise_even_less.png) repeat;
	padding: 15px 5px 15px 5px;
	outline: none;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}

input:focus, select:focus, textarea:focus {
	box-shadow: 0 0 15px rgba(60, 109, 164, .4);
	border: 1px solid #5cc0fc;
	padding: 15px 5px 15px 5px;
	outline: none;
}

input[type=submit], .submit_button, a.submit_button {
	background: url(../images/noise_less.png) repeat;
	-moz-background-clip: padding-box;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border-color: #3c6da4 #3c6da4 #004c89;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), inset 1px 0 0 rgba(255, 255, 255, 0.15);
	text-align: center;
	padding: 15px 10px 15px 10px;
	line-height: 30px;
	margin-bottom: 10px;
	position: relative;
	background-color: #3c6da4;
	color:#fff;
	cursor:pointer;
	-moz-border-radius: 10px;
	border-radius: 10px;
 }
 
 input.invalid, textarea.invalid, input.invalid:focus, textarea.invalid:focus {
	 color: Black;
	 box-shadow: 0 0 5px rgb(86,19,22); /*rgba(230, 219, 85, 1)*/
	 border: 1px solid rgb(86,19,22); /*rgba(230, 219, 85, 1)*/
	 background-image: url(../images/opaque_5.png);
	 background-repeat: repeat;
	 padding: 15px 5px 15px 5px;
 }

 /*fonts*/

.trirong {
	font-family: 'Trirong', serif;
  }
  
  .marcellus {
	font-family: 'Marcellus', serif;
  }
  
  .cormorant_unicase {
	font-family: 'Cormorant Unicase', serif
  }
  
  .cinzel {
	font-family: 'Cinzel', serif;
  }
  
  .antic_didone {
	font-family: 'Antic Didone', serif;
  }
  
  
  .baloo_2 {
	  font-family: 'Baloo 2', cursive;
  }
  
  .baloo_paaji_2 {
	  font-family: 'Baloo Paaji 2', cursive;
  }
  
  .gruppo {
	  font-family: 'Gruppo', cursive;
  }
  
  .sofadi_one {
	  font-family: 'Sofadi One', cursive;
  }
  
  .assistant {
	  font-family: 'Assistant', sans-serif;
  }
  
  .belleza {
	  font-family: 'Belleza', sans-serif;
  }
  
  .mallanna {
	  font-family: 'Mallanna', sans-serif;
  }
  
  .montserrat_alternates {
	  font-family: 'Montserrat Alternates', sans-serif;
  }
  
  .open_sans {
	  font-family: 'Open Sans', sans-serif; 
  }
  
  .quattrocento_sans {
	  font-family: 'Quattrocento Sans', sans-serif;
  }
  
  .titillium_web {
	  font-family: 'Titillium Web', sans-serif;
  }
  
  .nothing_you_could_do {
	  font-family: 'Nothing You Could Do', cursive;
  }
  
  .indie_flower {
	  font-family: 'Indie Flower', cursive;
  }
  
  .oooh_baby {
	  font-family: 'Oooh Baby', cursive;
  }
  
  a.letter_on:link,a.letter_on:visited,a.letter_on:hover,a.letter_on:active, span.letter_on {
	text-decoration: none;
	color: #fff;
	padding: 5px 10px 5px 10px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}

  a.letter_on2:link,a.letter_on2:visited,a.letter_on2:hover,a.letter_on2:active, span.letter_on2 {
	text-decoration: none;
	color: #004c89;
	padding: 5px 10px 5px 10px;
	background-position: center;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
}

a.letter_off:link,a.letter_off:visited,a.letter_off:hover,a.letter_off:active {
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-bottom: none;
	color: #89b7da;
}

.separator_2a {

	background-image: url(https://www.gpbch.org/images/line_horizo.png);

	height: 2px;

	width: 100%;

	background-repeat: repeat-x;

	margin-bottom: 10px;

}
