﻿/* color swatches
------------------------------------------------------------*/

.blue {
	color: #052c89;
}
.content-blue-bold {
	color: #052c89;
	font-weight:bold;
}
.orange {
	color: #f7a12f;
}
.yellow {
	color: #FFCC00;
}
.pale yellow {
	color: #f6eeb4;
}
.red {
	color: #c00;
}
.dark red {
	color: #990033;
}

/*---general formatting---*/

a {
	color: #052c89;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #F7A22E
}
p {
	margin: 0px;
	line-height: 1.5em;
	text-align: justify;
	font-size: 100%;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: .25em;
	padding-left: 0px;
	line-height: 1.5em;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #052c89;
	margin-left: 10px;
}
h2 {
	font-size: 1.2em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
	color: #052c89;
	font-weight: bold;
}
h3 {
	font-size: 1.15em;
	line-height: 1.5em;
	font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
	color: #000;
	letter-spacing: 0.10em;
/*	font-size: 1.15em;
	line-height: 1.5em;
	font-family: Arial, helvetica, sans-serif;
	font-weight: bold;*/
}
h5 {
	background-color: #f6dc35;
	font-size: 1.15em;
	font-weight: bold;
	color: #052c89;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	margin-top: 10px;
	margin-right: -10px;
	margin-bottom: 10px;
	margin-left: -10px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
	border: 1px solid #f7a12f;
	letter-spacing: 0.15em;
}
h5 a:hover{
	color:#C00}
h6 {
	background-color: #f6dc35;
	font-size: 1em;
	font-weight: bold;
	color: #052c89;
	margin-top: 15px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: -10px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}
.title_featured_main {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #c00;
	font-weight: bold;
	letter-spacing: 0.3em;
	text-align: center;
	padding-top: 0.25em;
	padding-right: 0px;
	padding-bottom: 0.25em;
	padding-left: 0px;
	line-height: 1.5em;
	margin-right: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #052c89;
	margin-left: 10px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #052c89;
}

h6 {
	background-color: #f6dc35;
	font-size: 1em;
	font-weight: bold;
	color: #052c89;
	margin-top: 15px;
	margin-right: -10px;
	margin-bottom: 15px;
	margin-left: -10px;
	text-transform: uppercase;
	text-align: left;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 10px;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.right {
	display: block;
	text-align: right;
	float: right;
}
pre {
	margin: 0px;
	padding: 0px;
}
blockquote {
	border-left: #ccc 4px solid;
	padding-left: 1em;
	font-size: 12em;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/*---top header---*/

#topheader h1 {
	font-size: 18px;
	font-weight: bold;
	color: #052c89;
	text-align: right;
	letter-spacing: 0.15em;
	line-height: 1.25em;
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	border-bottom-width: 0px;
}
#topheader h2 {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.15em;
	line-height: 1.3em;
	width: auto;
	margin: 0px 10px 1px 0px;
	padding: 0px 0px 0px 0px;
}
#topheader h3 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	text-align: right;
	letter-spacing: 0.15em;
	line-height: 1.2em;
	width: auto;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#topheader h4 {
	font-size: 11px;
	font-weight: bold;
	color: #052c89;
	text-align: right;
	letter-spacing: 0.10em;
	line-height: 1.05em;
	width: auto;
	margin: 0px 10px 3px 0px;
	padding: 0px 0px 0px 0px;
}

/*---feature box---*/

.feature .box {
	margin-top: 0px;
	margin-right: -7px;
	margin-bottom: 0px;
	margin-left: -7px;
	width: auto;
	background-color: #FFF;
	background-image: url(/images/featurehdr_bkgnd.png);
	background-position: right bottom;
}
.feature p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: #000;
	text-align: justify;
	margin: 0px 10px 5px 10px ;
	padding-top: 0px;
	padding-bottom: 0px;
	line-height: normal;
}
.feature h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #c00;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	margin: 10px;
	line-height: normal;
}
.feature h4 {
	font-size: 12px;
	line-height: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #052c89;
}
.feature h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #052C89;
	text-transform: uppercase;
	text-align: center;
	background-color: #f6dc35;
	padding: 2px;
	margin: 5px 10px 5px 10px ;
	border: 1px solid #f7a12f;
	letter-spacing: normal;
	line-height: 1em;
}
.feature ul {
	text-align: left;
	padding: 0px;
	list-style-image: url(/images/blt_rd.gif);
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 25px;
}
.feature ul li {
	padding-bottom: 10px;
	line-height: normal;
	font-weight: bold;
	font-size: 1em;
	text-align: left;
}

/*---left text---*/

.lefttxt h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #c00;
	font-weight: bold;
	letter-spacing: .2em;
	text-transform: uppercase;
	text-align: center;
	padding: 5px;
	margin: 0px;
	border: thin solid #f6dc35;
}
.lefttxt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
	text-align: justify;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
}
.moreinfo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	text-decoration: underline;
}

/*---tables---*/

table {
	margin: 0px;
	padding: 0px;
	font-size: 1em;
/*	text-align: center;*/
}
#table_centerlist{
	font-weight: bold;
	font-size: 1em;
	text-align: center;
	text-transform: uppercase;
	line-height: 3em;
	color: #C00;
	border: none;
	margin-right: auto;
	margin-left: auto;
}
#table_contact {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: none;
}
#table_contact td {
	line-height: 1.5em;
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	}
#table_listing {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: 1px solid #CCC;
}
#table_listing td {
	line-height: 1.5em;
	vertical-align:top;
	padding: 5px 10px 5px 10px;
	}
.main_textform table {
	text-align: center;
}
.table01 {
	font-size: 1em;
	line-height: 2em;
	font-weight: bold;
	color: #C00;
	text-align: center;
	border: none;
	margin-right: auto;
	margin-left: auto;
}
.table02 {
	font-size: 1em;
	font-weight: bold;
	color: #000;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2em;
	width: auto;
}
.table03 {
	font-size: 1em;
	font-weight: bold;
	color: #333;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 2em;
	width: 100%;
	text-align: center;
}
.officers td {
	vertical-align:top;
	color: #333333;
}

/*---lists---*/

.main_text li {
	list-style-image: url(/images/blt_rd.gif);
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}
.main_text ul li strong {
	color: #052c89;
}
.checklist {
	text-align: left;
	line-height: 2em;
	padding-right: 20px;
	padding-left: 20px;
}
.main_text .checklist li {

	list-style-image: url(/images/checkbox_red.gif);
}


/*---links---*/
.breadcrumbs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding-bottom: 5px;
	padding-right: 10px;
	color: #C00;
}
.breadcrumbs a {
	font-weight: bold;
	font-style: normal;
	text-align: right;
	padding: 0px 5px 0px 5px;
	color: #052c89;
}

.breadcrumbs a:hover {
	color: #C00;
}
.breadcrumbs a:active {
	color: #FFCC00;
}

/*---buttons---*/

.email a {
	background-image: url(/images/email1.png);
	height: 25px;
	width: 90px;
	display: block;
	color: #052C89;
	text-align: center;
	background-repeat: no-repeat;
	padding: 6px 0px 5px 0px;
	vertical-align:middle;
}
.email a:hover {
	background-image: url(/images/email2.png);
	color: #C00;
}
.email a:active {
	color: #f6dc35;
}
.return a {
	background-image: url(/images/email1.png);
	height: 25px;
	width: 90px;
	display: block;
	color: #052C89;
	text-align: center;
	/*	margin-left: auto;
	margin-right: auto;*/
	background-repeat: no-repeat;
	padding: 7px 20px 5px 0px;
	font-size: 14px;
}
.return a:hover {
	background-image: url(/images/email2.png);
	color: #C00;
}
.return a:active {
	color: #f6dc35;
}
.search a {
	color: #052C89;
	background-image: url(/images/search_btn1.png);
	background-repeat: no-repeat;
	text-decoration: none;
    display: block;
	height: 27px;
    width: 158px;
	padding: 5px 0px 5px 0px;
	margin: 0px 0px 0px 0px ;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.search a:hover {
	background-image: url(/images/search_btn2.png);
	color: #C00;
}
.search a:active {
	color: #f6dc35;
}

.chapter a {
	background-image: url(/images/chapter_btn1.png);
	height: 35px;
	width: 200px;
	display: block;
	color: #052C89;
	text-align: center;
	/*	margin-left: auto;
	margin-right: auto;*/
	background-repeat: no-repeat;
	font-size: 14px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 2em;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.chapter a:hover {
	background-image: url(/images/chapter_btn2.png);
	color: #C00;
}
.chapter a:active {
	color: #f6dc35;
}
/*---misc text---*/


.contact{
	padding:10px 0px 10px 0px
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #039;
	padding: 5px;
	text-align: center;
}
.heading {
	font-weight: bold;
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: .2em;
	text-align: left;
	line-height: 1em;
}
.instructions {
	font-size: 1em;
	color: #333;
	text-align: left;
	border: none;
	line-height: 1.5em;
	vertical-align:top;
	padding-bottom: 5px;
	display: block;
	width: auto;
	margin-right: 20px;
	margin-left: 30px;
	padding-top: 5px;
	font-weight: bold;
}
#memberinfo {
	width: 100%;
}
.officer {
	font-size:1.1em;
	font-style:normal;
	font-weight:bold;
	text-align: left;
	line-height: 2em;
}
.phone {
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	text-align: center;
	color: #052c89;
}
.print {
	display: inline;
	float: right;
	margin-left: 0%;
	margin-right: 0%;
	width: 200px;
	background-image: url(../images/hdr_print.png);
	height: 170px;
	background-repeat: no-repeat;
}
.print_txt {
	display: block;
	float: right;
	margin-left: 0px;
	margin-right: 0px;
	width: 200px;
	text-align: left;
	padding: 10px 0px 10px 25px;
}
.required {
	line-height: 2em;
	margin-bottom: 0.3em;
	text-transform: uppercase;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #C00;
	font-weight: bold;
	font-size: 1em;
}
.title {
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
	text-align: center;
	color: #052c89;
	line-height: 2.0em;
}

.style1 {
	line-height: 5px
}

/*---forms---*/

/*.input {
	border: thin solid #72B0FB;
	margin: 5px;
	padding: 5px;
}*/



/*---rule---*/
hr {
	display: block;
	margin: 10px 0px 10px 0px;
	height:3px;
	width:100%;
	text-align: center;
	color:#FFCC00;
	background:#FFCC00;
	vertical-align: top;
}

.yellow {
	background-color: #FFCC00;
	display: block;
	height: 2px;
	margin: 10px 0px 10px 0px;
}
.yellow_rule {
	background-color: #FFCC00;
	display: block;
	height: 2px;
	margin: 10px 0px 10px 0px;
}
.pale_yellow_rule {
	background-color: #F8EEA9;
	display: block;
	height: 2px;
	margin: 5px 0px 5px 0px;
}
.featured {
	cursor:url(/images/magnify.cur),pointer;
}
.featured_item {
	font-size: .85em;
	line-height: 1em;
	text-align: right;
	margin: 0px;
	padding: 0px;
	display: block;
	color: #333;
}
.featured_data {
	font-size: .85em;
	line-height: 1em;
	text-align: left;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	display: block;
	font-weight: bold;
	color: #333;
}
.featured_summary {
	font-size: .85em;
	line-height: 1.5em;
	text-align: justify;
	margin: 0px;
	padding: 10px 3px 10px 3px;
	display: block;
	color: #333;
}
.borderhead {
	padding:5px;
	background-color: #F6F6F6;
	border: 1px solid #E1E1E1;
	color: #9F0000;
	font-size: 14px;
	font-weight: bold;
}
.borderhead a:link, .selectable {
	color: #052c89;
	text-decoration: none;
	cursor:url(/images/magnify.cur),pointer;
}
.borderhead a:visited {
	color: #052c89;
	text-decoration: none;
	cursor:url(/images/magnify.cur),pointer;
}
.borderhead a:hover {
	color: #FFCC00;
	text-decoration: underline;
}
.borderhead a:active {
	color: #052c89;
	text-decoration: underline;
}

.feature .borderhead {
	padding:5px;
	background-color: #F6F6F6;
	border: 1px solid #E1E1E1;
	color: #9F0000;
	font-size: 12px;
	font-weight: bold;
}
.feature table data {
	padding-right: 3px;
	padding-left: 3px;
}
