/* Eric Meyer reset */
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, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {line-height: 1;}
/*ol, ul {list-style: none;}*/
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* General reset */
* { font-size: 100.01% }
html { font-size: 62.5%; }
body {
	color:#000;
	font:1.2em Tahoma, Geneva, sans-serif;
	background:#0b4b6e;
	background-image:url(../images/layout/body-bg.jpg);
}
a {
	text-decoration:none;
	color:#000;
}
a:hover {text-decoration:underline;}
/* General settings */
#wrapper {
	width:1000px;
	margin:0 auto;
	background:url(../images/bg-wrapper.jpg) repeat-y;
}
/* header */
#header {
	width:973px;
	height:176px;
	padding:17px 0 19px 27px;
	background:url(../images/bg-header.jpg) no-repeat;
}
/* logo */
#header h1 {
	background:url(../images/logo.jpg) no-repeat;
	width: 731px;
	height: 176px;
	text-indent:-9999px;
	overflow:hidden;
}
#header h1 a {
	display:block;
	height:100%;
}
/* main */
#main {
	width:990px;
	padding:0 0 17px 10px;
	background:url(../images/bg-main.jpg) no-repeat;
	overflow:hidden;
}
#twocolumns {
	float:right;
	width:747px;
	background: url(../images/bg-twocolumns.jpg) repeat-y 504px 0;
}
.twocolumns-holder {
	width:747px;
	overflow:hidden;
	background: url(../images/bg-twocolumns-b.jpg) no-repeat 504px 100%;
}
/* content */
#content {
	position:relative;
	width:494px;
	float:left;
	padding:11px 0 0;
	margin:0 0 -8px;
	min-height: 1009px;
}
* html #content {height:1009px;}
.box2 {
	margin:0 0 9px;
	padding-bottom:12px;
	overflow:hidden;
	word-spacing:-1px;
	background:url(../images/layout/bg-box-b2.gif) no-repeat 0 100%;
}
.box2 p {margin:0 0 10px;}
.box2 h3 {
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	padding:0px 0 1px;
}
.box2 .heading {
	width: 738px;
	background:url(../images/layout/bg-box-title-b2.gif) no-repeat 0 100%;
	padding-bottom:12px;
}
.box2 .heading .inner {
	padding:18px 19px 0 20px;
	min-height:19px;
	background:url(../images/layout/bg-box-title2.gif) no-repeat;
}
.box2 .holder {
	width:730px;
	background:url(../images/layout/bg-box2.gif) repeat-y;
	padding:9px 7px 0 5px;
	overflow:hidden;
}
.box2 .b {
	height:12px;
	overflow:hidden;
	background:url(../images/layout/bg-box-b2.gif) no-repeat;
}
.box {
	margin:0 0 9px;
	padding-bottom:12px;
	overflow:hidden;
	word-spacing:-1px;
	background:url(../images/bg-box-b.gif) no-repeat 0 100%;
}
.box p {margin:0 0 10px;}
.heading h2 {
	font-size:1.66em;
	line-height:1.15em;
	color:#fff;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
}
.heading img {display:block;}
.box h3 {
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	padding:0px 0 1px;
}
.box h2{

	font:italic 1.633em/1.182em Arial, Helvetica, sans-serif;
	padding:10px 0 5px;
}
.box h2 a{
	
	text-decoration:underline;
}
.box .heading {
	width: 493px;
	background:url(../images/bg-box-title-b.gif) no-repeat 0 100%;
	padding-bottom:12px;
}
.box .heading .inner {
	padding:18px 19px 0 20px;
	min-height:19px;
	background:url(../images/bg-box-title.gif) no-repeat;
}
* html .heading .inner {height:19px;}
.box .holder {
	width:474px;
	background:url(../images/bg-box.gif) repeat-y;
	padding:9px 7px 0 12px;
	overflow:hidden;
}
.meetings-box .holder {
	padding:9px 7px 0 9px;
	width:477px;
}
.box .b {
	height:12px;
	overflow:hidden;
	background:url(../images/bg-box-b.gif) no-repeat;
}
.links {
	overflow:hidden;
	height:1%;
	margin:-6px 0 0;
	padding:0 18px 0 14px;
}
.more2 {
	background: url(../images/bg-more2.png) no-repeat;
	width:80px;
	height:30px;
	padding:19px;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
	margin:-16px -19px -11px 0;
}
.more2 a {
	display:block;
	height:100%;
	position:relative;
}
.attachments {
	font-size:1.25em;
	line-height:1.2em;
	color:#642800;
	float:left;
	margin-top:12px;
}
.container {width:100%;}
.container:after{
	content:"";
	display:block;
	clear:both;
}
.visual {
	position:relative;
	height:1%;
	float:right;
	margin:-1px 0 0 5px;
}
* html .visual {margin-left:2px;}
.visual img {
	display:block;
	border:1px solid #eb8210;
}
.gallery {margin-bottom:5px;}
.gallery .holder {
	padding:8px 7px 16px 9px;
	width:477px;
}
.gallery h3 {
	margin:0 0 3px;
	line-height:1.02em;
	padding:2px 0 3px;
}
.gallery .visual {
	float:left;
	margin:0 ;
}
* html .gallery .visual {margin-right:-3px;}
.visual-t {
	background:url(../images/bg-visual-t.png) no-repeat;
	width: 6px;
	height: 18px;
	float:right;
	position:relative;
	z-index:100;
	margin:0 0 -18px -6px;
}
.visual-b {
	font-size:0;
	line-height:0;
	background:url(../images/bg-visual-b.png) repeat-x;
	height: 7px;
	margin:0 6px 0 21px;
	clear:both;
}
.visual-b span {
	position:absolute;
	left:0px;
	background:url(../images/bg-visual-bl.png) no-repeat;
	width: 21px;
	height: 7px;
}
.visual-b em {
	float:right;
	position:relative;
	z-index:100;
	margin-right:-6px;
	height:100%;
	background:url(../images/bg-visual-br.png) no-repeat;
	width: 6px;
}
.visual-holder {
	overflow:hidden;
	float:left;
	position:relative;
}
.visual-r {
	background:url(../images/bg-visual-r.png) repeat-y;
	width: 6px;
	overflow:hidden;
	padding:0 0 9999px;
	float:right;
	margin:18px 0px -9999px 0;
}
.visual-frame {
	float:left;
	width:auto;
	background:#fff;
}
.text-box {
	text-align:center;
	height:1%;
	overflow:hidden;
	padding:1px 0 0 2px;
	line-height:1.2em;
}
.text-box p {margin:0 0 2px;}
.btn-story,
.btn-gallery {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	padding:19px 17px 19px 19px;
}
.btn-story {
	background: url(../images/bg-story.png) no-repeat;
	width: 80px;
	height: 30px;
	margin:0 auto -23px;
}
.btn-gallery {
	background: url(../images/bg-gallery.png) no-repeat;
	width: 98px;
	height: 30px;
	margin:0 auto;
}
.btn-story a, 
.btn-gallery a {
	display:block;
	height:100%;
	position:relative;
}
/**********Buttons*********/
.btn-previous
{
	background: url(../images/buttons/prev.png) no-repeat;
	width: 87px;
	height: 38px;
	margin:0 auto;
	text-indent:-9999px;
}
.btn-previous a
{
	display:block;
	height:100%;
	position:relative;
}
.btn-next
{
	background: url(../images/buttons/next.png) no-repeat;
	width: 87px;
	height: 38px;
	margin:0 auto;
	text-indent:-9999px;
}
.btn-next a
{
	display:block;
	height:100%;
	position:relative;
}
.meetings h3,
.events h3 {
	text-align:center;
	margin:0 0 6px;
	font-size:1.571em;
	line-height:1.136em;
}
.meetings,
.events {
	text-align:center;
	width:236px;
	font-size:1.16em;
	font-family:Arial, Helvetica, sans-serif;
}
.meetings {
	float:left;
	margin:1px 0 -14px -2px;
}
.events {
	float:right;
	margin:2px 0 -14px;
}
.events h3 {margin-bottom:5px;}
.date {font-style:normal;}
.meetings address,
.events address {
	font-style:normal;
	margin:0 0 18px;
}
/* aside */
.aside {
	float:right;
	width:223px;
	padding:10px 14px 0 15px;
	background: url(../images/bg-aside.jpg) no-repeat;
	min-height: 994px;
}
* html .aside {height:994px;}
.aside img {display:block;}
.aside h2 {
	color:#ccf234;
	font-size:2.25em;
	font-weight:normal;
	text-indent:-9999px;
	overflow:hidden;
}
.photo {margin:0 0 16px;}
.photo img {
	border:1px solid;
	border-color:#d35808 #d35808 #a45e2b;
}
.photo h2 {background: url(../images/bg-photo.gif) no-repeat 50% 0;}
.weather {margin:0 0 22px;}
.weather h2 {
	background: url(../images/bg-weather.gif) no-repeat 20px 0;
	margin:0 0 3px;
}
.weather img {margin:0 0 11px 23px;}
.forecast {
	display:block;
	background: url(../images/bg-forecast.png) no-repeat;
	width: 113px;
	height: 32px;
	text-indent:-9999px;
	overflow:hidden;
	margin:-11px 0 -10px 24px;
	padding:18px 18px;
}
.forecast a {
	display:block;
	height:100%;
	position:relative;
}
.widget-box {margin:0 0 19px;}
.widget-box img {margin:0 0 0 36px;}
.software {
	width:215px;
	padding:49px 0 0;
	background:url(../images/bg-software-t.gif) no-repeat;
	font:1.58em/1.05em Arial, Helvetica, sans-serif;
	color:#fff;
	margin:33px 0 10px 4px;
}
.software .holder {
	background: url(../images/bg-software-b.gif) no-repeat 0 100%;
	padding-bottom: 62px;
}
.software .frame {
	width:215px;
	background: url(../images/bg-software-c.gif) repeat-y;
}
.software .frame:after {
	content:"";
	display:block;
	clear:both;
}
.software .inner {
	float:left;
	width:195px;
	position:relative;
	padding:10px 10px 0;
	margin:-45px 0 -68px;
}
.software h3 {
	margin:0 10px -11px;
	text-align:center;
	font-size:1em;
	line-height:1.21em;
	font-weight:normal;
}
.download {
	display:block;
	background: url(../images/bg-download.png) no-repeat;
	width: 115px;
	height: 32px;
	padding:18px 16px 18px;
	overflow:hidden;
	margin:0 auto;
	text-indent:-9999px;
}
.download a {
	height:100%;
	display:block;
	position:relative;
}
/* sidebar */
#sidebar {
	float:left;
	width:235px;
	padding:9px 0 0;
}
/* navigation */
#nav {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	list-style:none;
	
	margin:0 0 7px;
	width:100%;
	padding-bottom:6px;
}
#nav li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	
	margin:0 0 -6px;
	text-transform:uppercase;
	vertical-align:top;
	width:236px;
	background: url(../images/bg-li-t.png) no-repeat;
	padding:22px 0 0;
}
.li-holder {
	width:236px;
	background: url(../images/bg-li-c.png) repeat-y;
}
.li-holder:after {
	content:"";
	display:block;
	clear:both;
}
.li-frame {
	float:left;
	position:relative;
	width:180px;
	margin:-20px 0 -22px;
	padding:0 36px 0 20px;
	cursor:pointer;
}
.li-b {
	background: url(../images/bg-li-b.png) no-repeat;
	height: 25px;
}
#nav a {
	display:block;
	width: 180px;
	height:100%;
	font-size:1.417em;
	line-height:2.42em;
	position:relative;
	color:#434a4f;
}
#nav li .subnav {
	position:absolute;
	background: url(../images/arrow.gif) no-repeat;
	width: 20px;
	height: 18px;
	top:11px;
	left:201px;
}
#nav li:hover .subnav {width:700px;}
#nav li.hover .subnav .subnav-holder {display:block;}
#nav li:hover .subnav .subnav-holder {display:table;}
#nav li.hover a,
#nav li:hover a {text-decoration:underline;}
#nav li.hover li a,
#nav li:hover li a {text-decoration:none;} 
#nav li li a:hover {text-decoration:underline;}
.subnav-holder {
	display:none;
	position:absolute;
	padding:0;
	top:-19px;
	left:30px;
	z-index:2;
}
.subnav .c {display: table-row;}
.subnav .l,
.subnav .r {
	background:url(../images/bg-subnav-left.png) repeat-y;
	width: 26px;
	display: table-cell;
}
.subnav .r { background:url(../images/bg-subnav-right.png) repeat-y; width:28px;}
.subnav .inner {
	height: 1%;
	background-color: #f8f8f9;
	display: table-cell;
}
.subnav .lt,
.subnav .rt,
.subnav .lb,
.subnav .rb {
	background:url(../images/bg-subnav-top-left.png) no-repeat;
	width: 26px;
	height: 34px;
	font-size: 0;
	display: table-cell;
}
.subnav .rt {
	background:url(../images/bg-subnav-top-right.png) no-repeat;
	width: 28px;
	height: 34px;
}
.subnav .lb {
	background:url(../images/bg-subnav-bottom-left.png) no-repeat;
	width: 26px;
	height: 20px;
}
.subnav .rb {
	background:url(../images/bg-subnav-bottom-right.png) no-repeat;
	width: 27px;
	height: 20px;
}
.subnav .t,
.subnav .b {
	background:url(../images/bg-subnav-top.png) repeat-x;
	height: 34px;
	display: table-cell;
	font-size: 0;
	overflow:hidden;
}
.subnav .b {background:url(../images/bg-subnav-bottom.png) repeat-x; height:20px;}
#nav ul {
	margin:-17px 0 -2px;
	float:left;
	padding:0 19px 0 6px;
}
#nav ul li {
	background:none;
	height:auto;
	padding:0;
	margin:0 0 3px 0;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:-1px;
	width:auto;
	overflow:hidden;
}
#nav ul a {
	padding:0;
	font-size:1.14em;
	line-height:1.35em;
	width:auto;
	background:none;
	white-space:nowrap;
}
.block {
	width:231px;
	font:1em/1.5em Georgia, "Times New Roman", Times, serif;
	color:#7fd8e3;
	margin:0 0 13px 2px;
	overflow:hidden;
}
.block p {position:relative;}
.block .title {
	padding:24px 0 0;
	background:url(../images/bg-block-title.gif) no-repeat;
}
.block .title img {
	display:block;
	margin:0 auto;
}
.block .holder {background:url(../images/bg-block-title-c.gif) repeat-y;}
.block .frame {
	width:211px;
	padding:0 10px 14px;
	background:url(../images/bg-block-title-b.gif) no-repeat 0 100%;
}
.block h2 {
	position:relative;
	top:-8px;
	margin:0 0 -8px;
	padding:2px 0 2px;
	text-align:center;
	color:#fff;
	font:normal 1.66em/1.1em Arial, Helvetica, sans-serif;
	word-spacing:-3px;
}
.block-holder {
	width:231px;
	background:url(../images/bg-block-b.gif) no-repeat 0 100%;
	padding-bottom:66px;
}
.block-frame {
	background:url(../images/bg-block.gif) repeat-y;
	width:231px;
}
.block-frame:after {
	content:"";
	display:block;
	clear:both;
}
.block-inner {
	float:left;
	width:193px;
	padding:8px 19px 0;
	margin:0 0 -66px;
	position:relative;
	line-height:1.50em;
}
.block-inner p span{
	display:inline-block;
	width:70px;
	height:1em;
}
.more {
	background: url(../images/bg-more.png) no-repeat;
	width: 62px;
	height: 23px;
	text-indent:-9999px;
	overflow:hidden;
	float:right;
	margin:-28px -21px -10px 0;
	padding:19px 29px 19px 20px;
}
.more a {
	height:100%;
	display:block;
	position:relative;
}
/* footer */
#footer {
	width:100%;
	background:url(../images/bg-footer.jpg) repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	
}
#footer .frame {
	width:967px;
	background:url(../images/bg-footer-t.jpg) no-repeat;
	overflow:hidden;
	padding:9px 14px 11px 19px;
}
#footer address {
	text-align:center;
	font-style:normal;
	font-size:1.33em;
	line-height:1.225em;
	width:340px;
	float:left;
	word-spacing:2px;
	padding-left:4px;
}
#footer address span {
	display:block;
	margin:20px 0 0;
}
.info-box {
	width:350px;
	text-align:right;
	color:#d7e3f1;
	font-size:1em;
	line-height:1.22em;
	float:right;
	margin:2px 0 0;
}
/* logo-footer block */
.logo-footer {
	background:url(../images/logo-footer.jpg);
	width: 171px;
	height: 89px;
	text-indent:-9999px;
	overflow:hidden;
	float:left;
	margin:7px 99px 0 0;
}
.logo-footer a {
	display:block;
	height:100%;
}
.psimg
{
	border:1px solid #eb871a;	
}
#divToolTip
{
	position: absolute;
	width: 250px;
	padding: 0px;
	visibility: hidden;
	z-index:1001;
}

.tooltip_td1
{
	border-top: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	border-left: 1px solid #0b4160;
	background-color:#1470a4;
	padding:0px;
	color:white;
	padding:5px;
	text-align:center;
	font-size:18px;
}

.tooltip_td2
{
	background-color:#ccdcee;
	margin:0px;
	border: 1px solid #0b4160;
	padding:5px;
	text-align:center;
	font-size:1.2em;
	line-height:1.0833em;
}
#calendar { margin:10px 0 10px 0px; }
.cal_head
{
	color:#000;
	font-size:20px;
	margin:5px 0 0;
	font-weight:normal;
	text-align:center;
}
#calendar table
{
	margin:0 0 0 0;
	padding:0px;
	display:block;
	clear:left;
	border-collapse:collapse;
}
#calendar td
{
	height:80px;
	width: 97px;
	padding:2px;
	text-align:left;
	font-size: 12px;
	background-color:#ccdcee;
}

#calendar .lgev_calentry{
	padding:2px 0 5px 2px;
	font-size:1.2em;
}

#calendar .lgev_calnum{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .lgev_calnum_off{
	text-align:right;
	font-weight:bold;
	font-size:14px;
	color:black;
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .lgev_caldnr{
	float:left; 
	width: 91px;
	margin:0;
	overflow:hidden;
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	border-top: 1px solid #0b4160;
	text-align:center;		
	padding:5px;
	font-size:17px;
	background-color:#1470a4;
	color:#fff;
	padding:7px 5px 7px 5px;
}
	
#calendar .lgev_caldnm{
	 float:left; 
	width: 91px;
	margin:0;
	overflow:hidden;
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	border-top: 1px solid #0b4160;
	text-align:center;		
	padding:5px;
	font-size:17px;
	background-color:#1470a4;
	color:#fff;
	padding:7px 5px 7px 5px;
}
	
#calendar .lgev_caldnl{
	float:left; 
	width: 91px;
	margin:0;
	overflow:hidden;
	border: 1px solid #0b4160;
	text-align:center;		
	padding:5px;
	font-size:17px;
	background-color:#1470a4;
	color:#fff;
	padding:7px 5px 7px 5px;
}

#calendar .lgev_cal_l { 
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	border-left: 1px solid #0b4160;
	color:#000;
}

#calendar .lgev_cal_l a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_cal_m {
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	color:#000;
}

#calendar .lgev_cal_m a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_cal_r {
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	color:#000;
	
}

#calendar .lgev_cal_r a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_today_l {
	border-bottom: 1px solid #0b4160;
	border-left: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	color:#000;
	
}

#calendar .lgev_today_l_off a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_today_m {
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	color:#000;
	
}

#calendar .lgev_today_m_off a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_today_r {
	color:#000;
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
}

#calendar .lgev_today_r_off a{
	color:#000;
	text-decoration:underline;
}

#calendar .lgev_cal_l_off {
	border-bottom: 1px solid #0b4160;
	border-left: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	
	background-color:#1470a4;
}

#calendar .lgev_cal_l_off a{
	color:white;
	text-decoration:underline;
}

#calendar .lgev_cal_m_off{
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	background-color:#1470a4;
}

#calendar .lgev_cal_m_off a{
	color:white;
	text-decoration:underline;
}

#calendar .lgev_cal_r_off {
	border-bottom: 1px solid #0b4160;
	border-right: 1px solid #0b4160;
	background-color:#1470a4;
}

#calendar .lgev_cal_r_off a{
	color:white;
	text-decoration:underline;
}
/*ps listing styles*/
.ps-hold
{
	padding:10px 20px 18px 7px;
	clear:left;
}

.ps-tag
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align: center;
}
.ps-location
{
	font: normal 1.533em/1.182em Arial, Helvetica, sans-serif;
	color: #000;
	text-align: center;
}
.ps-pic-hold
{
	clear:left;
	width:750px;
}
.ps-pic
{
	float:left;
	width:238px;
	text-align:center;
	padding-bottom:10px;
}
.ps-text
{
	text-align:left;
	font-size:14px;
	line-height:1.1em;
}
.ps-text a
{
	color:#0868d3;
}

.ps-links{
	clear:both;
	overflow:hidden;
	padding:0px 30px 10px 50px;
}
/*profile style*/
.profile-hold
{
	padding:0 10px 0 10px;
	clear:left;
	display:block;
}

.profile-message
{
	display: block;
	padding:10px 0 5px 0;
	margin:0 0 2px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:center;
}

.profile-pic-hold
{
	float:right;
	padding:0px 0 10px 10px;
}

.profile-pic-hold img
{
	display:block;
}
.profile-text
{
	text-align:left;
	padding:0px 20px 10px 5px;
	color:#000;
	font:14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*officers styles*/
.officers-hold
{
	padding:5px 0 0 0px;
}
.officers-pic-hold
{
	float:left;
	width:183px;
	text-align:center;
}
.officers-group-name
{
	padding:10px 0 20px 0;

	margin:0 0 2px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:center;
}

.officers-summary
{
	text-align:center;
	font:14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	color:#000;
}

.officers-summary a
{
	text-decoration:underline;
	color:#000;
}
/*contact us styles*/
.contact-us-required
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	display: block;
	padding:0 0 10px 0;
	text-align:center;
}

.contact-us-field-id
{
	color:#000;
	padding-right:5px;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
}

.contact-us-field
{
	padding:2px 0 2px 0;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:left;
}

.contact-us-field-req-marker
{
	font:1.1333em/1.182em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#820e0b;
	padding-right:5px;
}
.contact-us-text
{
	color:#000;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:0 0 0 20px;
}
/*guestbook styles*/
.guestbook-hold
{
	padding:0 0 0 10px;
	clear:both;
}
.guestbook-text
{
	color:#000;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:20px;
}
.guestbook-button
{
	margin:0 10px 10px 0;
	float:right;
}

.guestbook-tag
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	display: block;
	padding:0px 0 10px 0;
	text-align:center;
}
.guestbook-required
{
	font:1.1333em/1.182em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0868d3;
	display: block;
	padding:0px 0 10px 0;
	text-align:center;
}
.guestbook-field-id
{
	color:#000;
	padding-right:5px;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
}
.guestbook-field-left
{
	color:#000;
	padding-right:5px;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	text-align:right;
	font-weight:bold;
}

.guestbook-field
{
	padding:2px 0 2px 0;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#000;
	text-align:left;
}

.guestbook-field-req-marker
{
	font:1.1333em/1.182em Verdana, Geneva, Arial, Helvetica, sans-serif;
	color:#b4635c;
	padding-right:5px;
}
/* member styles*/
.member-hold
{
	padding:0 0 0 10px;
	font-size:13px;
	clear:left;
	color:#000;
}

.member-select-box
{

	width:560px;
	margin:-19px 0 0 0;
	z-index:1;
	position:absolute;
	float:right;
	text-align:right;
}
.member-tag
{
	padding-bottom:5px;
	display: block;
	margin:0 0 2px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:center;
}

.member-hold a
{
	text-decoration:underline;
	color:#000;
}

.member-inner-hold-left
{
	width:210px;
	float:left;
	border-right:1px solid #6f7269;
	clear:left;
	padding:5px 10px 5px 10px;
	text-align:center;height:25px;
	margin:0px;display:inline;
}

.member-inner-hold-middle
{
	width:220px;
	padding:5px 10px 5px 10px;
	float:left;
	border-right:1px solid #6f7269;
	text-align:center;
	margin:0px;height:25px;
	display:inline;
}

.member-inner-hold-right
{
	width:210px;
	float:left;
	padding:5px 10px 5px 10px;
	text-align:center;
	margin:0px;height:25px;
	display:inline;
}
.pages
{
	clear:left;	
	text-align: center;
	padding:5px;
}
.pages_tag
{
	font:1.133em/1.182em Arial, Helvetica, sans-serif;
	padding-bottom:5px;
}
.pages_hold
{
	clear:left;
	margin: 0 auto; /* this centers the DIV */
	font-size:1.2em;
	line-height:1.0833em;
}
.pages_hold a
{
	color:#005aff;
	text-decoration:underline;
}
.pages_left
{
	padding:3px;
}
.pages_page_one
{
	padding:3px;
}
.pages-page
{
	color: #000;
	padding:3px;
}
.pages_last_page
{
	padding:3px;
}
.pages_right
{
	padding:3px;
}
.pages-sep
{
	color: #005aff;
	padding:3px 2px 3px 2px;
}

/*document styles*/
.documents-hold
{
	padding:0 20px 20px 0px;
	font-size:1.2em;
	ine-height:1.7em;
}
.documents-hold ul
{
	padding:0 0 0 40px;
	margin:0px;
	list-style:square;
}
.documents-hold li
{
	padding: 5px 0 5px 0;
	margin-left:10px;	
}
.documents-hold a
{
	color:black;
	text-decoration:underline;
}
.documents-group-name
{
	clear:left;
	text-align: left;
	padding: 10px 20px 0px 20px;
	display: block;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
}
.sep
{
	border-bottom:2px solid #81adc7;
	padding-top:3px;
	clear:both;
	margin:0 -2px 0 -5px;
}
.sep2
{
	border-bottom:2px solid #81adc7;
	padding-top:3px;
	clear:both;
	margin:0 -10px 0 -10px;
}
/* committee styles*/
.committee-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.6em;
	font-size:1.1em;
	font-family:Verdana, Geneva, sans-serif;
}
.committee-tag
{
	padding-bottom:5px;
	text-align: left;
	display: block;
	color:#005aff;
	font:italic 1.533em/1.182em Arial, Helvetica, sans-serif;
}
.committee-hold a
{
	padding-top:5px;
	color:white;
	text-decoration:underline;
	display:block;
}
.committee-inner-hold-left
{
	width:350px;
	float:left;
	border-right:1px solid grey;
	clear:left;
	padding-right:10px;
	padding-bottom:20px;
}
.committee-inner-hold-right
{
	width:340px;
	float:right;
	padding-right:10px;
	padding-bottom:10px;
}
.awards-hold
{
	padding:10px 20px 10px 20px;
	font:14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.awards-hold .tag
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:left;
	padding-bottom:10px;
}
.awards-hold a
{
	text-decoration:underline;
	color:#000;
}
.awards-hold ul
{
	margin:0 0 10px 20px;
	line-height:1.7em;
}
.awards-tag
{
	text-align: left;
	display: block;
	color:#005aff;
	font:italic 1.533em/1.182em Arial, Helvetica, sans-serif;
}
.awards-tag a
{
	color:#005aff;
}
.faq-hold
{
	padding:10px; 
	padding-left:30px;
	padding-bottom:0px;
	line-height:1.6em;
	color:#000;
}
.faq-num
{
	width:30px;
	float:left;
	margin-bottom:10px;
	font-size:1.4em;
	color:#005aff;
}
.faq-num a
{
	text-decoration:none;
	color:#005aff;
}
.faq-question
{
	float:left;
	margin-bottom:10px;
	width:450px;
	text-align: left;
	display: block;
	color:#000;
	font-size:1.4em;
}
.faq-question a
{
	text-decoration:underline;
	color:#000;
}
.faq-tag
{
	text-align: left;
	color:#000;
	clear:both;
}
.faq-text
{
	text-align: left;
	display: block;
	clear:left;
	padding:0 0 5px 30px;
	color:#000;
	font-size:1.3em;
}
.faq-hold a
{
	
}
/*weather styles*/
.weather-left
{
	float:left;

	width:340px;
	font-size:1em;
	line-height:1.4em;
}
.weather-left img
{
	float:left;
	margin:0 0px 40px 10px;
}
.weather-current-tag
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	padding-bottom:10px;
}
.weather-current-conditions
{
	padding-left:30px;
	font-size:1.2em;
}
.weather-right
{
	float:left;

	width:390px;
	font-size:1.2em;
	line-height:1.4em;
}
.weather-right-img
{
	float:left;
	width:150px;
	clear:left;
}
.weather-right-condition
{
	float:left;
	text-align:center;
}
.weather-right-condition-tag
{
	padding-bottom:15px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
}
/* links styles */
.links-hold
{
	margin:20px 10px 20px 15px;
	font:14px/23px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.links-hold a
{
	padding-top:5px;
	color:#000;
	text-decoration:underline;
}

.links-left
{
	clear:left;
	float:left;
	width:350px;
}

.links-right
{
	float:left;
	width:350px;
}

.links-tag
{
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	display: block;
	padding:0px 0 10px 0;
	text-align:left;
}

/* apparatus styles*/
.ap_select_box
{
	width:700px;
	padding:0 40px 0 0;
	margin:-45px 0 0 0;
	z-index:1;
	position:absolute;float:right;
	text-align:right;
}

.ap_number
{
	margin:0;
	margin:0 0 2px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:center;
}
.ap_tag
{

	margin:0 0 5px;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	text-align:center;
}
.ap_hold
{
	padding:10px 0px 18px 10px;
}
.ap_hold a
{
	color:#fff;	
}

.ap_pic_hold
{
	clear:left;
	text-align:center;
	padding:10px 20px 18px 0px;
}

.ap_text
{
	text-align:left;
	font:14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ap_details_text
{
	text-align:left;
	font:14px/18px Verdana, Geneva, Arial, Helvetica, sans-serif;
	padding:15px 30px 0 30px;
}

.ap_inner_pic_hold_left
{
	float:left;
	padding:5px 5px 10px 0;
	width:260px;
}

.ap_inner_pic_hold_right
{
	float:right;	
	margin:0 5px 10px 20px;
	width:252px;
}
.follow-us-icons
{
	margin:15px 0 15px 10px;
}
.fb-icon
{
	display:block;
	background-image:url(../images/icon_twitter.png);
	background-repeat:no-repeat;
	width:80px;
	height:100px;
	float:left;
}
.t-icon
{
	display:block;
	background-image:url(../images/icon_facebook.png);
	background-repeat:no-repeat;
	width:80px;
	height:100px;
	margin:0 0 0 17px;
	float:left;
}
/* info block styles */
.info-holder {
	overflow: hidden;
	margin: 10px 0 0 20px;
	width: 100%;
}
.info-holder .block-title {
	margin:0;
	color:#005aff;
	font:italic 1.833em/1.182em Arial, Helvetica, sans-serif;
	padding:10px 0 10px 0;
}

.info-holder .block-title strong {
	font-weight: normal;
}
.info-block {
	border-top: 1px solid #d2d2d2;
	margin: -8px 0 0px;
	padding: 8px 0 0px;
}
.info-block .info-columns {
	overflow: hidden;
	width: 100%;
}
.info-block .column {
	overflow: hidden;
	margin: 0 0 0 0;
	float: left;
	font-size:13px;
	width: 570px;
}
.info-block ul {
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.info-block ul li {
	overflow: hidden;
	padding: 0 0 4px;
	width: 100%;
}
.info-block ul dl {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
}
.info-block ul dl dt {
	font-weight: bold;
	text-align: right;
	display: inline;
	color:#000;
	float: left;
	width: 100px;
	margin: 0 3px 0 0;
}

.info-block ul dl dt a{
	color:#000;
	padding-right:5px;
	text-decoration:underline;
}

.info-block ul dl dd {
	margin: 0;
	display: inline;
	float: left;
	color:#000;
	margin: 0 3px 0 0;
}

.info-block ul dl dd a{
	color:#000;
	text-decoration:underline;
	line-height:1em;
	padding:0px;
}

