@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font: 12px Tahoma, Geneva, sans-serif;
	background: #004B6B url(/img/bdbckv2.png) repeat-x top;
}
body p {
	font-size: 12px;
	line-height: 18px;
	margin: 8px 28px;
	text-align: justify;
}
body p a{
	color: #036;
	text-decoration: none;
	border-bottom: 1px solid #ECECEC;
}
body p a:hover{
	border-bottom: 1px solid #CC2915;
	color: #30F;
}
.clear {
	clear: both
}
#page {
	width: 1000px;
	position: relative;
	margin: 20px auto;
	background: url(/img/pageBck.png);
}
#header {
	background: url(/img/hdBck.gif);
	position: relative;
	height: 126px;
}
#logo {
	position: relative;
	top: 16px;
	left: 20px;
	padding: 6px 10px;
	display: block;
	border: 1px solid #FFF;
	height: 54px;
	width: 194px;
}
#logo:hover {
	border-top-color: #EDEDED;
}
#joinBt {
	display: block;
	height: 101px;
	width: 106px;
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 2;
	background: url(/img/joinHereBt.png) left;
}
#joinBt strong {
	display: none;
}
#joinBt:hover {
	background-position: right;
}
#memberLogin {
	position: absolute;
	z-index: 2;
	top: 12px;
	width: 180px;
	height: 60px;
	right: 120px;
}
#memberLogin h4 {
	color: #CCC;
	font-size: 9px;
	text-transform: uppercase;
	margin-bottom: 3px;
}
#memberLogin input {
	font-size: 11px;
	margin-bottom: 2px;
}
#memberLoginLnk {
	position: absolute;
	z-index: 2;
	top: 20px;
	width: 140px;
	height: 50px;
	display: block;
	right: 145px;
	color: #CCC;
	text-decoration: none;
	font-size: 14px;
	text-align: center;
	border: 1px solid #333;
	padding-top: 10px;
}
#footer {
	background: url(/img/ftBck.gif) no-repeat center bottom;
	height: 50px;
	clear: both;
	position: relative;
	text-decoration: none;
}
#footer p {
	color: #666!important;
	font: 11px Tahoma, Geneva, sans-serif!important;
}
#footer p a, #footer ul a {
	text-decoration: none;
	font: 11px Tahoma, Geneva, sans-serif!important;
	color: #666!important;
}
#footer p a:hover, #footer ul a:hover {
}
#footer p a {
	float: right;
}
#footer ul {
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 9px;
	left: 314px;
}
#footer ul li {
	display: inline;
}
#footer ul li a {
	border-right: 1px solid #CACACA;
	padding-right: 5px;
	padding-left: 5px;
}
#footer ul li .lst {
	border-style: none;
}
.gnBt strong {
	background-position: right bottom;
	background-image: url(/img/gnBtRtBck.gif);
	background-repeat: no-repeat;
	display: block;
	height: 25px;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	font-size: 12px;
	padding-left: 11px;
	padding-top: 6px;
	padding-right: 38px;
	text-transform: capitalize;
}
.gnBt {
	background-position: left bottom;
	background-image: url(/img/gnBtLtBck.gif);
	background-repeat: no-repeat;
	display: block;
	text-decoration: none;
	border-style: none;
}
.gnBt:hover {
	background-position: left top;
	text-decoration: none!important;
	border-bottom: none!important;
}
.gnBt:hover strong {
	background-position: right top;
	color: #00587E;
}
.gnBt.accMenu {
	width: 300px;
	margin-left: 100px;
	margin-top: 30px;
}
.gnBt.accMenu strong{
	font-size: 12px;
	font-weight: bold;
	height: 27px;
	padding-top: 5px;
}




#mainMenu {
	height: 34px;
	position: absolute;
	top: 92px;
	padding-left: 8px;
	width: 657px;
}
#mainMenu li {
	float: left;
}
#mainMenu li a {
	display: block;
	text-decoration: none;
	height: 26px;
	padding-top: 8px;
	padding-right: 16px;
	padding-left: 16px;
	font-size: 14px;
	text-transform: uppercase;
	color: #FFF;
}
#mainMenu li .current, #mainMenu li .current:hover {
	background: url(/img/menuCurrent.gif) no-repeat center top;
	color: #FFF;
}
#mainMenu li a:hover {
	background: #FFF;
	color: #CC2915;
}
#searchFrm {
	width: 278px;
	position: absolute;
	right: 10px;
	top: 96px;
	background: url(/img/icons/search.gif) no-repeat left center;
	padding-left: 40px;
	height: 24px;
	padding-top: 2px;
}
#searchFrm input {
	font-size: 14px;
	width: 238px;
}
#searchFrm a {
	display: block;
	text-decoration: none;
	float: right;
	height: 19px;
	background: #0A668F;
	color: #FFF;
	padding-top: 4px;
	padding-right: 3px;
	padding-left: 3px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	margin-right: 5px;
}
#searchFrm a:hover {
	color: #0A668F;
	background: #FFF;
}
#promoSlideShow {
	height: 200px;
	width: 656px;
	overflow: hidden;
}


#content {
	width: 656px;
	margin-left: 8px;
	float: left;
}
#content h1 {
	font: normal 22px Tahoma, Geneva, sans-serif;
	color: #CC2915;
	padding-top: 24px;
	margin: 0px 28px 10px;
}
#content h1 em, #content h2 em, #content h3 em{
	font-size: smaller;
	font-weight: normal;
	color: #999;
	float: right;
	font-style: normal;
}
#content h2 {
	font: normal 20px Tahoma, Geneva, sans-serif;
	color: #00587E;
	margin: 14px 28px 10px;
}
#content h3 {
	font: normal 18px Tahoma, Geneva, sans-serif;
	color: #333;
	margin: 12px 28px 8px;
}
#content h4 {
	font: normal 16px Tahoma, Geneva, sans-serif;
	color: #CC2915;
	margin: 12px 28px 8px;
}
#content h5 {
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #00587E;
	margin: 12px 28px 8px;
}
#content h6 {
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #666;
	margin: 12px 28px 8px;
}
.breadCrumbs {
	font-size: 10px;
	margin-top: -6px!important;
	margin-bottom: 10px!important;
}

#subContent {
	float: left;
	width: 328px;
}
#introBx {
	height: 244px;
	position: relative;
}

.infoBx {
	background: url(/img/infoBxBck.gif) repeat-y;
	overflow: auto;
}
.infoBx h2 {
	font: normal 16px Tahoma, Geneva, sans-serif;
	background: url(/img/infoBx/calendar.gif) no-repeat center top;
	height: 34px;
	color: #FFF!important;
	margin: 0px!important;
	padding: 6px 10px 0px 54px!important;
}
.infoBx .eventList a strong {
	padding-top: 10px;
	font-size: 12px!important;
}
.duoCol h2 a {
	text-decoration: none;
	background-image: url(/img/icons/rss.png);
	background-position: left;
	display: block;
	height: 38px;
	width: 35px;
	float: right;
	text-indent: -999px;
	margin-right: 5px;
	margin-top: -2px;
}
.duoCol h2 a:hover {
	background-position: right;
}
.duoCol {
	float: left;
	width: 328px;
	height: 180px;
	border-bottom: 1px solid #CACACA;
}
.duoCol a em {
	height: 38px!important;
	width: 38px!important;
}
.duoCol .articleList a {
	font-size: 11px!important;
	min-height: 45px;
	margin: 0px 20px 5px!important;
}

.duoCol .articleList big {
	font-size: 12px!important;
}


.newsNavy h2{
	background-image: url(/img/infoBx/newsNavy.gif);
}
.newsBlue h2{
	background-image: url(/img/infoBx/newsBlue.gif);
}
.downloads {
	height: 180px;
	border-bottom: 1px solid #CACACA;
	margin-bottom: 0px;
}

.downloads h2{
	background-image: url(/img/infoBx/downloads.gif);
}
.spotlight {
	height: 200px;
}
.spotlight h2{
	background-image: url(/img/infoBx/spotlight.gif);
	padding-left: 108px!important;
}
.spotlight .pic {
	float: left;
	margin: 12px 20px 10px;
	border: 1px solid #00587E;
}
.spotlight p {
	margin-right: 20px;
}
.spotlight .gnBt {
	float: right;
	margin-right: 18px;
	margin-bottom: 0px;
	margin-top: 2px;
}


.contactBx {
	padding-bottom: 10px;
}
.contactBx h2{
	background-image: url(/img/infoBx/contact.gif);
	margin-bottom: 10px;
}
.contactBx p{
	margin-top: 10px;
	margin-bottom: 14px;
}
.calendar {
	height: 244px;
}

.calendar h2{
	background-image: url(/img/infoBx/calendar.gif);
}
.calendar h2 a, .sideCalendar h2 a {
	text-transform: uppercase;
	color: #FFF;
	text-decoration: none;
	font-size: 12px;
	float: right;
	padding: 3px;
	margin-right: 8px;
}
.calendar .eventList a {
	margin-right: 8px;
	margin-left: 8px;
	padding-right: 6px!important;
}

.fileList {
	margin: 10px 13px;
}
.fileList li a {
	display: block;
	height: 19px;
	text-decoration: none;
	margin-bottom: 1px;
	background-position:10px center;
	background-repeat: no-repeat;
	padding: 8px 10px 2px 42px;
}
.big.fileList a{
	height: 42px!important;
	padding: 8px 10px 2px 70px!important;
	margin-bottom: 5px;
}
.fileList li a:hover {
	background-color: #DCEBFC;
}
#topAd {
	position: absolute;
	top: 20px;
	left: 250px;
}
#bigCalendar {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
#bigCalendar h2 {
	font-size: 16px;
	color: #00587E!important;
	font-weight: normal;
}
table.data {
	border-style: none;
	background: url(/img/tableBL.gif) no-repeat left bottom;
	width: 580px;
	margin: 0px 28px 20px;
}
table.data th {
	padding: 8px 9px;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	background-color: #23567B;
	background-repeat: no-repeat;
	color: #FFF;
	height: auto;
	vertical-align: middle;
}
table.data td img {
	margin: 0px!important;
	padding: 0px;
}

table.data th em {
	font: normal 12px Arial, Helvetica, sans-serif!important;
}

table.data td {
	border-top: 1px solid #D0D0D0;
	padding: 10px 8px;
	text-align: center;
	border-right: 1px solid #D0D0D0;
	vertical-align: middle;
}
table.data .tl {background-image: url(/img/tableTL.gif); background-position: left top;}
table.data .tr {background-image: url(/img/tableTR.gif); background-position: right top;}
.data td a {
	text-decoration: none;
	color: #333;
}
.data td a:hover {
	color: #C00;
}
.data tr .vw a {
	display: block;
	height: 22px;
	width: 22px;
	background-image: url(/img/tableBt.gif);
	text-indent: -999;
}
.data tr .vw a em{display:none;}
.data tr .vw a:hover {
	background-position: center bottom;
}
.infoBx .calendar {
	margin-bottom: 20px!important;
	clear: both!important;
}
.infoBx #homeCal {
	height: auto!important;
	margin-bottom: 20px!important;
	clear: both!important;
}
.sideCalendar #calLoad {
	text-align: center;
}
.articleList em {
	background-image: url(/img/newspaperIcon.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.memberList em {
	background-image: url(/img/memberIcon.gif);
}
.filterList a {
	text-decoration: none;
	display: block;
	background-image: url(/img/members/filter.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 6px;
	padding-left: 30px;
	font-size: 12px;
	margin: 4px 20px 6px;
	color: #333;
	padding-bottom: 6px;
}
.filterList a:hover {
	background-color: #EBF0FC;
	color: #00C;
}
.filterList .filtered {
	background-image: url(/img/members/filteron.png);
}
.filterByName p {
	margin-left: 5px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-bottom: 20px;
}
.filterByName a {
	font-size: 14px;
	height: 19px;
	width: 20px;
	padding-top: 1px;
	border: 3px solid #00587E;
	display: block;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
}
.filterByName a:hover {
	border: 3px solid #F90;
	color: #00F;
}
.filterByName .filtered {
	border-color: #CC2915;
}
.summary {
	color: #666;
	border-bottom: 1px solid #DCDEE2;
	padding-bottom: 4px;
}
#letterFilter {
	background-color: #6CF;
	height: 22px;
	margin-right: 30px;
	margin-left: 30px;
}
#letterFilter a {
	text-decoration: none;
	display: block;
	border: 1px solid #D1D1D1;
	height: 24px;
	width: 20px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-left: 2px;
	text-align: center;
}
#letterFilter .ltrFiltered {
	color: #333;
	border-color: #B9B9B9;
}
