/* This CSS sets the template styles and layout for ALL elemnets */

/* --------------------------------------------------------- =BROWSER =NORMALIZATION */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend/*, table, caption, tbody, tfoot, thead, tr, th, td */ {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* div {border:1px solid #090;}   */


/* --------------------------------------------------------- =BASE =STYLES */

body {
	background: #fff;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	font-size: 10pt;
	text-align:center;
}

body, table, td, div, input {
	font-family: Arial, Trebuchet, Tahoma, Helvetica, sans-serif;
}

a:link, a:visited {	
	color:#005288;
	text-decoration: underline;
	}
	
a:hover, a:active {
	color:#005288;
	text-decoration: none;
	}

h1 {
	margin: 0 0 10px 0;
	padding: 0;
	color: #00528a;
	font-size: 10pt;
	text-transform:uppercase;
	}
	
h2 {
	color: #000;
	margin: 0 0 8px 0;
	font-size: 10pt;
	text-transform:uppercase;
}

h3 {
	color: #00528a;
	margin: 0 0 6px 0;
	font-size: 8pt;
	text-transform:uppercase;
}

h4 {
	color: #000;
	margin: 0 0 4px 0;
	font-size: 8pt;
	text-transform:uppercase;
}

p {
	padding: 0 0 12px 0;
}

hr {
	background: #e8d4a3;
  	border: 0;
  	color: #e8d4a3;
  	height: 1px;
	margin: 10px 0;
	}
	
ol li {
	list-style-type: decimal;
	}
	
table {
	border-collapse: collapse;
	border-spacing: 0;
} /* tables still need 'cellspacing="0"' in the markup */

table {	font-size: 100%; } /* IE inheritance fix */

ins {
	text-decoration: none;
	border-bottom: 1px dotted;
} /* remember to highlight inserts somehow! */

del {
	text-decoration: line-through;
}

img,
object {
	max-width: 100%;
}

sup {
	font-size: 70%;
}

/* --------------------------------------------------------- =CLEAR =FLOATS/=FIXS */

.clearfloat {
	clear: both;
	height: 1px;
	}
	
.clear0 {
	height: 0;
	clear: both;
	}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;} /* Hides from IE-mac \*/

* html .clearfix {height: 1%;}

.clearfix {display: block;} /* End hide from IE-mac */


/* --------------------------------------------------------- =PAGE WRAPS/=COLUMNS */

.pageWrap {
	
	}

.page {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	}
.contentWrap {
	background:url(../images/bg_contenttiley.gif) top left repeat-y;
	margin-top:5px;
	}
#home .contentWrap {
	margin-top:20px;
	}
.contentL {
	float: left;
	width: 666px;
	margin-top:25px;
	}
#home .contentL {
	margin-top:0px;
}
.contentR {
	float: right;
	width: 224px;
	padding-left:10px;
	}



/* --------------------------------------------------------- =MASTHEAD */
.mastWrap {
	width:100%;
	display:block;
	background-color:#005288;
	padding-bottom:4px;
	text-align:center;
	}
.mast {
	margin:0 auto;
	width:900px;
	text-align:left;
	background-color:#005288;
	}
	
.mastL {
	float: left;
	width: 366px;
	}
	
.mastR {
	float: right;
	width: 234px;
	text-align: right;
	}
.pNavWrap {
	width:697px;
	margin:0 0 0 203px;
display:inline-block;
}	
/* --------------------------------------------------------- =UTILITY */
	
.uti {
	background:url(../images/dividebylocations.gif) top left no-repeat;
	padding-left:15px;
	width:225px;
	float:right;
	}
	
.uti ul {
	margin: -3px 0 0 0;
	padding: 2px 0 2px 0;
}

.uti li {
	margin: 0 2px;
	padding: 0;
	display: inline;
}

.uti a:link, .uti a:visited {	
	font-size:8pt;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	}
	
.uti a:hover, .uti a:active, .indicated a:link, .indicated a:visited {
	color:#e8d4a3;
	text-decoration: none;
	}
	
/* --------------------------------------------------------- =SEARCH =AREA */

.searchArea {
	margin-top:30px;
	margin-right:10px;
}

.searchArea form {
	margin: 0;
	padding: 0;
}

.searchArea input, .searchArea img { vertical-align: middle; }

.searchArea input.appfield1 {
	width: 168px;
	margin:0;
	padding:0;
	border: none;
	background-color: #fff;
	color: #000;
	}
* html .searchArea input.appfield1 {height:17px;}

.searchBtn {
	
}



/* --------------------------------------------------------- =LOGIN =AREA */

.loginAreaWrapMain {
	width:100%;
}
.loginAreaWrapMain h1 {}
.loginAreaWrapMain h1 a:link, .loginAreaWrapMain h1 a:visited {text-decoration:none; }
.loginAreaWrapMain h1 a:active, .loginAreaWrapMain h1 a:hover {text-decoration:none;}
.bb h1 a:link, .bb h1 a:visited {color:#d1c2a3;}
.bb {margin-top:10px;}
.bb h1 {margin-bottom:0;}

.bb p a:link, .bb p a:visited {
    font-size:9px;
    text-decoration:none;
    text-transform:uppercase;
}
.bb p a:hover, .bb p a:active {
    font-size:9px;
    text-decoration:underline;
    text-transform:uppercase;
}

.loginAreaWrapOB {padding:10px 0 0 0;}
.loginOB form {padding:0;}
.loginOB {position:relative;}

.loginCol * {font-size:8pt; }
.loginCol {margin:5px 0 0 0;}
.loginCol input.appfield1 {
	font-size:8pt;
	width:80px;
	border:1px solid #b0b1b3;
	padding:0 0 0 2px;
	color:#b0b1b3;
	background-color:#fff;
	float:left;
}
* html .loginCol input.appfield1 {height:15px;}
input.password {
	margin:0 1px;
}
input.password:focus {
	background:none;
	background-color:#fff;
}
input.userid {
	margin:0 1px;
}
.loginCol a:link, .loginCol a:visited,
.loginLinks a:link, .loginLinks a:visited {
	text-decoration: none;
}
.loginCol a:hover, .loginCol a:active,
.loginLinks a:hover, .loginLinks a:active {
	text-decoration:underline;
}
.loginLinks {
	padding:0;
	margin:2px 4px 0 0;
	text-align:right;
}
.loginLinks ul {margin:0; padding:0;}
.loginLinks li {
	display:inline;
	list-style:none;
	margin:0;
	padding:0;
	text-transform:uppercase;
	font-size:9px;
}

.loginForgot {padding:8px 0 8px 0;}
#home .loginBtn {position:absolute; top:90px; right:7px;}





/* --------------------------------------------------------- =PRRIMARY =NAV */

.pNav {

	width:450px;
	padding:2px 0;
	float:left;
}
.pNav a:link, .pNav a:visited {	
	font-size:8pt;
	color:#fff;
	text-decoration: none;
	text-transform:uppercase;
	display:block;
	padding:0 12px 0 0;
	}
.pNav a:hover, .pNav a:active, .pNav a.indicated:link, .pNav a.indicated:visited {
	color:#e8d4a3;
	text-decoration: none;
	}
.pNav ul {
	margin:0;
	padding:0;
}
.pNav li {
	list-style-image:none;
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
}


/* --------------------------------------------------------- =SUB =NAV */

.sNav {
	padding:2px 0 0 25px;
	
}

.sNav ul {
	margin: 0;
	padding: 0;
	display:inline;
}

.sNav li {
	margin: 0;
	padding: 0;
	display:inline;
	list-style-image:none;
	list-style-type:none;
}

.sNav a:link, .sNav a:visited {	
	color:#005288;
	text-decoration: none;
	text-transform:uppercase;
	font-size:7pt;
	margin:0 5px 0 0;
	}
	
.sNav a:hover, .sNav a:active, .sNav a.indicated:link, .sNav a.indicated:visited {
	color:#000;
	text-decoration: underline;
	}
	
/* --------------------------------------------------------- =HOME =CONTENT */

.home {
	width:655px;
	
	}
	
.homeL {
	float: left;
	width: 320px;
	margin:0 10px;
	}
	
.homeR {
	float: right;
	width: 315px;
	}
*html .home {margin-left:-10px;}

.backcontentWrap {
	margin:60px 20px 20px 60px;
	width:585px;
}
.backcontentL {
	float:left;
	width:313px;
	padding-right:20px;
	padding-bottom:10px;
	border-right:1px solid #cbb692;
	margin-right:10px;
	font-size:8pt;
	line-height:20pt;
}
.backcontentR {
	float:right;
	width:240px;
	font-size:7pt;
}
.backcontentR ul {
	margin: 0;
	padding: 0;
}

.backcontentR li {
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	display:block;
	background:url(../images/bullet.gif) 0 .4em no-repeat;
}
.membernav ul {
	padding: 0;
	margin: 0;
	display: block;
	width: 565px;
}
.membernav a {
	margin:0 7px 0 0;
	width: 24px;
}
.membernav li {
	display: block;
	height: 37px;
	width: 31px;
	float: left;
}

.memberName {
    position:absolute;
    visibility:hidden;
	padding:3px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:100;
	border:1px solid #3A302F;
}

#directors .backcontentWrap, #officers .backcontentWrap {margin:20px 20px 0 40px;}
#directors .backcontentL, #officers .backcontentL {width:180px; border:none;padding-bottom:0;}
#directors .backcontentL img, #officers .backcontentL img {vertical-align:bottom;}
#directors .backcontentR, #officers .backcontentR {width:360px; font-size:8pt;padding-top:10px;}
#directors .backcontentWrap h2, #officers .backcontentWrap h2 {text-transform:none;font-size:14pt;padding-bottom:15px;}
#backpage .backcontentWrap {margin:20px 20px 0 40px; }

/* --------------------------------------------------------- =PROMOS */
.promoWrap {
	width:655px;
	height:338px;
	position:relative;
	}
#home_promo, a.home_promo_promo:link, a.home_promo_promo:visited, 
a.home_promo_promo:hover, a.home_promo_promo:active, a.home_promo_promo img {
    height: 328px;
    width: 636px;
}
#home_promo {
	float: left;
    position: relative;
    overflow: scroll;
}

#sitewide_promo_sm, a.sitewide_promo_sm_promo:link, a.sitewide_promo_sm_promo:visited, 
a.sitewide_promo_sm_promo:hover, a.sitewide_promo_sm_promo:active, a.sitewide_promo_sm_promo img {
    height: 121px;
    width: 212px;
}
#sitewide_promo_sm {
    position: relative;
    overflow: scroll;
}

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

.promoNav {
	width:10px;
	float:right;
	position:absolute;
	right:0;
	top:0;
	z-index:100;
}
.promoNav ul, .promoNav li {
	margin: 0;
	padding: 0;
	list-style: none;
}
.promoNav a:link, .promoNav a:visited {
	text-decoration:none; 
	color:#c0c1c4;
	display:block;
	margin:0 2px 8px 2px;
	
	}
.promoNav a:active, .promoNav a:hover, .promoNav a.on {color:#005288;}

/* --------------------------------------------------------- =NEWS/=ALERTS */

.alerts {
	font-size:9pt;
	padding-right:10px !important;
}
.alerts a:link, .alerts a:visited {text-decoration:none;}
.alerts a:active, .alerts a:hover {text-decoration:underline;}
.sideAlerts ul, .sideAlerts ol, .sideAlerts li {
	margin: 0;
	padding: 0;
	list-style: none;
}
	
/* --------------------------------------------------------- =RATES */

.ratesWrap {

}

/* --------------------------------------------------------- = SITE =CONTENT */

.content {
	padding: 0 30px 30px 30px;
	line-height: 11.8pt;
	}
	
.content ul, .content ol {
	margin: 0 0 0 0;
	padding: 0 0 6px 0;
	}
	
.content ul li { 
	padding: 0 0 6px 10px;
	}
	
.content ol li {
	margin: 0 0 6px 12px;
	}
	
.content ul ul, .content ol ol {
	margin-bottom: -6px;
	padding: 6px 0 0 0;
	}
	
.content ul li {
	background: url(../images/bullet.gif) no-repeat 0 .5em; 
}

.contentImg {
	}
	
/* --------------------------------------------------------- =FOOTER */
	
.foot {
	background:url(../images/bg_foot.gif) top left no-repeat;
	width:900px;
	height:49px;
	margin-top:10px;
	}

.footL {
	float: left;
	width: 170px;
	color:#fff;
	font-size:8pt;
	margin:8px 0 0 10px;
	display:inline;
	}
.foot a:link, .foot a:visited {
	color:#fff;
	text-decoration:none;
	margin:0 6px;
}
.foot a:hover, .foot a:active {
	color:#fff;
	text-decoration:underline;
}
	
.footR {
	text-align: right;
	float: right;
	width: 635px;
	display:inline;
	margin:20px 15px 0 0;
	font-size:8pt;
	}
.foot img {
	vertical-align:middle;
	
}	
	
/* --------------------------------------------------------- =FORMS */

label {
	display: block;
	margin: 2px 0 0 0;
}

	
.appfield1 {
	border: 1px solid #dddedf;
	background: #fff;
}

/* --- 	This is your FOCUS style, when you click into an input field --- */
.appfield2 {
	border: 1px solid #ccc;
	background:#fff;
}

.submitBtn {
	margin-top: 7px;
}

/* --------------------------------------------------------- =TABLES */

table { width: 100%; }

.tableheader {
	background: #005288;
	color: #fff;
	font-weight: bold;
	vertical-align:top;
	padding:2px 6px;
	}
	
th {
	border-bottom: 1px solid #fff;
	background-color:#e8d4a3;
	color:#fff;
	text-align: left;
	vertical-align:top;
	padding:2px 6px;
}
	
.tablecontent1 {
	border-bottom: 1px solid #fff;
	background-color: #f7f7f7;
	vertical-align:top;
	padding:2px 6px;
}
	
.tablecontent2 {
	border-bottom: 1px solid #fff;
	background-color:#fff;
	vertical-align:top;
	padding:2px 6px;
}

/* --------------------------------------------------------- =OTHER */

.faqQ, .faqA { 
	font-weight: bold;
	}

.faqQ { color:#005288; }
.faqA {  }
	
.xsmall {
    font-size:.8em; 
	}
.small {
    font-size:.9em;
	}
.medium {
    font-size:1em;
	}
.large {
    font-size:1.1em;
	}
.xlarge{
    font-size:1.2em;
	}

.special3 {
	}
.special2 {
	}
.special1 {
	}

.disclaimer {
	font-style:italic;
	font-weight: normal;
	font-size:9pt;
	color: #7e7e7e;
}
	
.required {
	color: #dd2525;
}


/* suggested order for properties [ based on mozilla.org ] */
/* 
display
list-style
position
float
clear
width
height
min-width
min-height
margin
padding
border
background [ color, image, repeat, attachment, position, inherit ]
color
font
text-decoration
text-align
vertical-align
white-space
other text
 */

#ex_dis{
	display:none;
	width:40%;
	padding:10px;
	background-color:#FFFFFF;
	position:absolute;
	z-index:10000;
	border:1px solid #3A302F;
	top: 50px;
	left: 30%;
	overflow: hidden;
}

.editor {
	padding-right: 10px;
}

.locations_table {
	width: 98%;
}
.locations_table .col1 {
	width: 30%;
	padding-right: 10px;
	vertical-align: top;
}
.locations_table .col2 {
	width: 286px;
	vertical-align: top;
}
.locations_table .col3 {
	padding-left: 10px;
	vertical-align: top;
}
.locations_table h1 {
	color: #C9B18B;
	text-transform: none;
}
.locations_table h2 {
	color: #C9B18B;
	font-size: 8pt;
	text-transform: none;
}
.locations_table h2 a:link, .locations_table h2 a:visited {
	color: #005288;
	text-decoration: none;
}
.locations_table h2 a:hover, .locations_table h2 a:active {
	color: #005288;
	text-decoration: underline;
}
.locations_table h3 {
	color: #005288;
	text-transform: none;
}
.locations_table h4 {
	font-style: italic;
	text-transform: none;
}
.locations_table p {
	font-size: 8pt;
	font-weight: bold;
}
.locations_table p a:link, .locations_table p a:visited, .locations_table p a:hover, .locations_table p a:active {
	color: #C9B18B;
}
