/*------------------*/
/* ++++ basics ++++ */
/*------------------*/

body
{
	background-color: #4AADBE;
	background-image: url(../images/bodyback.jpg);
	background-repeat: repeat-x;
	font-family: verdana, helvetica, sans-serif;
	text-align: center;
	margin: 0em auto;
	width: 100%;
	padding-right: 0em;
	padding-left: 0em;
	padding-bottom: 0em;
	padding-top: 0em;
	font-size: 1em;
	color: #444444;
}
p
{
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.7em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
h1
{
	font-size: 1.3em;
	line-height: 1.3em;
	margin-top: 0;
	margin-bottom: 0.5em;
}
li
{
	font-size: 0.7em;
	font-weight: normal;
	line-height: 1.7em;
}




/*------------------*/
/* ++++  divs  ++++ */
/*------------------*/

.width
{
	width: 60em;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
}
#container
{
	width: 60em;
	text-align: center;
	margin: 0 auto;
	background-color: transparent;
	background-image: url(../images/container_back.png);
	background-repeat: repeat-y;
}
#banner
{
	width: 60em;
	height: 6em;
	min-height: 6em;
	max-height: 6em;
	text-align: left;
	background-color: transparent;
	overflow: hidden;
	background-image: url(../images/container_back_1.png);
	background-position: left top;
	background-repeat: no-repeat;
	vertical-align: text-bottom;
	padding-top: 1px;
}
.logo
{
	position: static;
	top: 0em;
	left: 0em;
	width: 9em;
	height: 7em;
	background-color: transparent;
	clear: left;
	float: left;
	padding-top: 0.2em;
}
#navbar
{
	width: 60em; /* 59.7em; */
	position: relative;
	z-index: 9999;
	background-color: transparent;
}
#content
{
	width: 60em;
	text-align: left;
	position: relative;
	left: 0em;
	background-color: #ffffff;
}
.content_wide
{
	width: 39em;
	float: left;
	position: relative;
	left: 0em;
	top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0px;
	background-color: #ffffff;
}
.content_narrow
{
	width: 19em;
	float: left;
	position: relative;
	top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	margin-top: 0px;
	background-color: #ffffff;
}
.content_full
{
	width: 59em;
	float: left;
	position: relative;
	left: 0em;
	top: 0em;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-top: 0.5em;
	margin-top: 0px;
	background-color: #ffffff;
}
#headliner, #footer
{
	width: 60em;
	text-align: left;
	background-color: #346D20;
	background-repeat: repeat-x;
	padding: 0;
	position: relative;
	/* overflow: hidden; */
}
#headliner
{
	background-image: url(../images/headliner_back.png);
	height: 12em;
	min-height: 12em;
	max-height: 12em;
	margin-top: 0px;
}

#footer
{
	/* background-image: url(../images/footer_back.jpg); */
}
#headleft, #headright
{
	text-align: left;
	position: static;
	clear: right;
	margin-left: 0em;
	height: 12em;
	min-height: 12em;
	max-height: 12em;
	overflow: hidden;
	background-color: transparent;
	margin-top: 0px;
	color: #ffffff;
}
#headleft, #mem_headleft
{
	float: left;
	background-position: left top;
	background-repeat: no-repeat;
}
#headleft
{
	width: 14.5em;
	background-image: url(../images/mark_banner_v2.jpg);
	padding-left: 0.5em;
}
#headright
{
	width: 43.8em;
	float:left;
	padding-left: 0.5em;
	padding-right: 0.5em;
}
#headleft H1, #headright H1
{
	font-style: normal;
	font-weight: bold;
	font-family: Palatino, 'Palatino Linotype' , 'Book Antiqua' , serif;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0.6em;
}
#headleft p, #headright p
{
	color: #ffffff;
	line-height: 1.3em;
	/* position: relative; */
	margin-top: 0px;
	margin-bottom: 0.6em;
}
#headleft p a, #headright p a
{
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0.6em;
}
span.author
{
	font-family: Palatino, 'Palatino Linotype', 'Book Antiqua', serif;
	color: #cc0000;
	font-style: italic;
	font-size: 1.5em;
}
div.clear {
	clear: both;
}
#search
{
	z-index: 10;
	left: .5em;
	position: absolute;
	top: .5em;
}
#footercr /* copyright footer */
{
	background-color: transparent;
	border-top: #333366 1px solid;
}

/*---------------------*/
/* ++++  opacity  ++++ */
/*---------------------*/

.opaque /* opaque background */
{
	/* float: left;
	width: 100%;
	height: 100%;
	clear: both; */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}
.op10 /* 10% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
	filter: alpha(opacity=10);
	-moz-opacity: 0.1;
	opacity: 0.1;
}
.op20 /* 20% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity: 0.2;
	opacity: 0.2;
}
.op30 /* 30% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
.op40 /* 40% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	filter: alpha(opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}
.op50 /* 50% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}
.op60 /* 60% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}
.op70 /* 70% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}
.op80 /* 80% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.op90 /* 90% opacity background */
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/*--------------------------------------*/
/* ++++  lists inside content div  ++++ */
/*--------------------------------------*/

#content ul 
{ 
	list-style-position: outside;
	list-style-type: square;
}
#content ol
{
	list-style-position: outside;
	list-style-type: decimal;
}

/*---------------------------*/
/* ++++  banner styles  ++++ */
/*---------------------------*/

#banner h1, #banner h2, #banner h3, #banner p
{
	font-style: normal;
	font-weight: bold;
	font-family: Palatino, 'Palatino Linotype' , 'Book Antiqua' , serif;
	color: #346D20;
	margin-top: 0.5em;
}
#banner p
{
	font-size: .9em;
}
#banner h1
{
	font-size: 2.56em;
}



/*-------------------------*/
/* ++++ image styles ++++ */
/*-------------------------*/

img {
	border: 0px;
}
img.image
{
	margin: 5px 10px;
	border-right: #888888 2px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #888888 2px solid;
	padding-left: 1px;
	padding-top: 1px;
}
div.shadow {
  float: left;
  padding: 0 1px;
  margin-right: 5px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
div.shadowright {
  float: right;
  padding: 0 1px;
  margin-right: 5px;
  background: #bfbfbf;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  position: relative;
}
div.shadow img {
  padding: 5px 5px 9px 5px;
  background: white url(../images/shad_bottom.png) repeat-x bottom left;
}
div.shadow div.topleft {
  width: 2px;
  height: 4px;
  background: url(../images/shad_tlcorner.png) no-repeat top left;
  position: absolute;
  top: 0px;
  left: -1px;
}
div.shadow div.topright {
  width: 2px;
  height: 4px;
  background: url(../images/shad_trcorner.png) no-repeat top right;
  position: absolute;
  top: 0px;
  right: -1px;
}
div.shadow div.bottomleft {
  width: 4px;
  height: 4px;
  background: url(../images/shad_blcorner.png) no-repeat bottom left;
  position: absolute;
  bottom: 0px;
  left: -1px;
}

div.shadow div.bottomright {
  width: 4px;
  height: 4px;
  background: url(../images/shad_brcorner.png) no-repeat bottom right;
  position: absolute;
  bottom: 0px;
  right: -1px;
}


/*--------------------------*/
/* ++++  inline items  ++++ */
/*--------------------------*/


.list {
	line-height: 1em;
	font-size: .7em;
}
.listing {
	font-size: .7em;
	line-height: 0.7em;
}
table.listtable {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 2px;
	margin: 0px;
	padding-top: 2px;
}
.faq {
	font-size: .9em;
	text-decoration: none;
}
.disclaim {
	line-height: 1.0em;
	color: #924929;
	font-size: .7em;
}
.disclaimhdr {
	line-height:1.0em;
	color: #924929;
	font-size: .7em;
	font-weight:bold;
}
.disclaimftr {
	line-height:1.1em;
	color: #924929;
	font-size: .9em;
}
.disclaimhdrftr {
	line-height:1.1em;
	color: #924929;
	font-size: .9em;
	font-weight:bold;
}
.bighdr, .hdr, .hdr a, .hdr a:visited, .evthdr, .hdrwht, .hdrwht a, .hdrwht a:visited, .subhdr, .subhdr a, .subhdr a:visited, .newshdr, .newshdr a, .newshdr a:visited, .readnews a, .readnews a:visited
{
	font-family: Palatino, 'Palatino Linotype' , 'Book Antiqua' , serif;
	text-decoration: none;
	font-weight: bold;
}
.bighdr {
	font-size: 1.5em;
}
.hdr, .evthdr, .hdr a, .hdr a:visited {
	font-size: 1.2em;
}
.hdrwht, .hdrwht a, .hdrwht a:visited  {
	color: #ffffff;
	font-size: 1.2em;
}
.subhdr, .subhdr a, .subhdr a:visited {
	font-size: .8em;
}
.evthdr
{
	margin-left: 2.3em;
}
.acrobat a, .acrobat a:visited {
	font-size: 1em;
	vertical-align: middle;
}
.subhdrwht, .subhdrwht a, .subhdrwht a:visited {
	color: #ffffff;
	font-size: .8em;
}
.hdr a, .hdr a:visited, .subhdr a, .subhdr a:visited, .hdrwht a, .hdrwht a:visited, .subhdrwht a, .subhdrwht a:visited, span.author a, span.author a:visited
{
	text-decoration: underline;
}
p.clscopy {
	font-size: .6em;
	font-weight: bold;
	color: #aaaaaa;
}
a {
	color: #555555;
}
a.clscopy {
	font-size: 1em;
	font-weight: bold;
	color: #aaaaaa;
	text-decoration: none;
}
br.clear {
	clear: both;
	height: 0em;
	line-height: 0em;
}
.name {
	font-style: italic;
}
acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
.rightlink {
	font-size: .7em;
	font-weight: bold;
	font-family: arial; /*georgia;*/
	text-decoration: none;
	color: #924929;
}
.feint {
	color: #999999;
}
.form
{
	margin: 5px 10px;
	border-right: #888888 2px solid;
	border-top: #aaaaaa 1px solid;
	border-left: #cccccc 1px solid;
	border-bottom: #888888 2px solid;
	padding-left: 1px;
	padding-top: 1px;
}

/*-----------------------------*/
/*  ++++ normal news items ++++ */
/*-----------------------------*/

.colmid .newsitem {
	padding: 0em 0em 0em 0em;
	clear: both;
	float: none;
}
.newshdr, .newshdr a, .newshdr a:visited {
	margin-top: 0;
}
.newshdr {
	font-size: .8em;
}
.newshdr a, .newshdr a:visited {
	font-size: 1em;
}
span.posted {
	color: #999999;
	font-size: .8em;
}

/*-----------------------------*/
/*  ++++ short news items ++++ */
/*-----------------------------*/

.colmid .newsshort {
	border-top: 1px dashed #999;
	padding: 0.6em 0.4em 0.6em 0.4em;
	height: 4.8em; /* 78px; */
	overflow: hidden;
}

.readnews a, .readnews a:visited {
	color: #555555;
	font-size: 1em;
	margin-top: 0;
}



/*--------------------------------*/
/* ++++ meetings list styles ++++ */
/*--------------------------------*/

div.meeting {
	float: left;
	width: 59em;
	margin-top: 1em;
}

div.mtgplcs {
	float: left;
	width: 15em;
	text-align: left;
}
div.mtglodg {
	float: right;
	width: 44em;
	text-align: left;
	padding-bottom: 0.5em;
}

div.mtglnam {
	float: left;
	width: 14em;
	text-align: left;
}

div.mtglnum {
	float: left;
	width: 4em;
	text-align: right;
}

div.mtgdays {
	float: left;
	width: 7em;
	text-align: right;
	padding-left: 1em;
}

div.mtgmths {
	float: left;
	width: 17em;
	text-align: left;
	padding-left: 1em;
}

div.mtgrtop {
	float: left;
	width: 59em;
	text-align: left;
	border-bottom: #aaaaaa 1px solid;
	clear: both;
	padding-bottom: 0.5em;
	margin-top: 0.5em;
}



/*-------------------------*/
/* ++++ next ++++ */
/*-------------------------*/


div.listcol2 {
	width: 14em;
	min-width: 14em;
	max-width: 14em;
	background-color: transparent;
	padding: 0.2em 0em 0.2em 0em;
	vertical-align: top;
	float: left;
}
div.listcol3 {
	width: 10em;
	min-width: 10em;
	max-width: 10em;
	background-color: transparent;
	padding: 0.2em 0em 0.2em 0em;
	vertical-align: top;
	float: left;
}
div.cal {
	width: 100%;
	padding: 0.5em 0em 0.5em 0em;
	border-bottom: #888888 1px solid;
}
div.caldet {
	width: 45em;
	float: right;
	padding: 0em 1em 0em 0em;
}

