@charset "utf-8";
/* CSS Document */


/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color: #fff;
  color: #2D2B2E;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
}
/* Commonly used to style page titles. */
h1 {
	color: #333344;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
}
#content a:link h1,  #content a:visited h1 {
	color:#333333;
	margin-top:5px;
}
#content a:hover h1 { text-decoration:underline; color:#FFFFFF;}
/* Commonly used to style section titles. */
h2 {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
h2 a:link, h2 a:hover, h2 a:visited {color:#666600; font-size:110%;}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #383644;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #383644;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #383644;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #383644;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #383644;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
	margin: 0 auto 0 auto;
	text-align: justify; /* Redefines the text alignment defined by the body element. */
	width: 900px;
}
#outerWrapper #topAds {
	height:100%;
	margin-left:auto;
	margin-right:auto;
	width:78%;
	margin-top: 5px;
	margin-bottom: 5px;
}

/******************************************* Header with Nav below **********************************/
#outerWrapper #headerBackground {
  background-image: url("../header_bg.png");
  background-repeat: repeat-y;
}
	#outerWrapper #headerBackground #headerBottom {
		background-image: url("../head_bottom.png");
		background-position: bottom;
		background-repeat: no-repeat;
		height: 150px;
	}
		#outerWrapper #headerBackground #headerBottom #headerTop {
		  background-image: url("../header_top.png");
		  background-repeat: no-repeat;
		  color: #fff;
		  font-size: 12px;
		  font-weight: bold;
		  line-height: 15px;
		  padding: 28px 28px 28px 28px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
		}
/******************************************* End Header with Nav below **********************************/
/******************************************* Header with Forms below (THREE COLUMNS) **********************************/
	#outerWrapper #headerBackground #noNavheaderBottom {
		background-image: url("../header_bottom.png");
		background-position: bottom;
		background-repeat: no-repeat;
		height: 165px;
	}
		#outerWrapper #headerBackground #noNavheaderBottom #headerTop {
		  background-image: url("../header_top.png");
		  background-repeat: no-repeat;
		  color: #fff;
		  font-size: 12px;
		  font-weight: bold;
		  line-height: 15px;
		  padding: 28px 28px 28px 28px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
		}
/******************************************* End Header with Forms below (THREE COLUMNS) **********************************/

/******************************************* Begin Nav with three columns below **********************************/

#outerWrapper #navBackground {
  background-image: url("../header_bg.png");
  background-repeat: repeat-y;
}

	#outerWrapper #navBackground #navBottom {
		background-image: url("../header_bottom.png");
		background-position: bottom;
		background-repeat: no-repeat;
		height: 50px;
	}
		#outerWrapper #navBackground #navBottom #navTop {
			background-image: url("../nav_top.png");
			background-repeat: no-repeat;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
			padding-top: 5px;
			padding-right: 28px;
			padding-bottom: 28px;
			padding-left: 30px;
		}
/******************************************* End Nav with three columns below **********************************/

/******************************************* Begin Nav with TWO columns below **********************************/

#outerWrapper #navBackground #navBottomTwoColumn {
background-image:url(../header_bottom_two_column.gif);
background-position:center bottom;
background-repeat:no-repeat;
height:50px;
}
#outerWrapper #navBackground #navBottomTwoColumn #navTop {
	background-image: url("../nav_top.png");
	background-repeat: no-repeat;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	padding-top: 5px;
	padding-right: 28px;
	padding-bottom: 28px;
	padding-left: 30px;
}
/******************************************* End Nav with TWO columns below **********************************/

/******************************************* Begin Alert with Three columns below **********************************/
#outerWrapper #alertBackground {
  background-image: url("../header_bg.png");
  background-repeat: repeat-y;
}

	#outerWrapper #alertBackground #alertBottom {
		background-image: url("../header_bottom.png");
		background-position: bottom;
		background-repeat: no-repeat;
	}

		#outerWrapper #alertBackground #alertBottom #alertTop {
			background-image: url("../nav_top.png");
			background-repeat: no-repeat;
			color: #fff;
			font-size: 12px;
			font-weight: bold;
			line-height: 15px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
			padding-top: 5px;
			padding-right: 28px;
			padding-bottom: 28px;
			padding-left: 30px;
			height:55px;
		}
#outerWrapper #alertBackground #alertBottom #alertTop .alert{
	border:medium outset #FF0000;
	background-color:#FF6464;
	padding:5px;
}
#outerWrapper #alertBackground #alertBottom #alertTop .alert p {
	margin:5px 0 0 0;
}
/******************************************* End Alert with Three columns below **********************************/

#outerWrapper #contentWrapper {
  background-image: url("../contentWrapper_bg.png");
  background-repeat: repeat-y;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 14px;
}
#outerWrapper #contentWrapperTwoColumn {
  background-image: url("../contentWrapper_two_column_bg.gif");
  background-repeat: repeat-y;
  overflow: hidden;
  padding-left: 14px;
  padding-right: 14px;
}
#outerWrapper #contentWrapper #rightColumn1 {
  float: right;
  padding: 17px 17px 17px 17px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 169px;
  text-align:left;
}
#outerWrapper #contentWrapper #leftColumn1 {
  float: left;
  padding: 14px 14px 14px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 169px;
}
#outerWrapper #contentWrapperTwoColumn #leftColumnOfTwo {
  float: left;
  padding: 14px 14px 14px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width: 209px;
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #contentWrapper #content {
  margin: 0 197px 0 197px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 24px 10px 24px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:left;
}
#outerWrapper #contentWrapperTwoColumn #contentOfTwo {
  margin: 0 0 0 246px; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 14px 14px 14px 14px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align:left;
}
#outerWrapper #footerBackground {
  background-image: url("../footer_bg.png");
  background-repeat: repeat-y;
  margin-bottom:10px;
}
#outerWrapper #footerBackground #footerBottom {
  background-image: url("../footer_bottom.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#outerWrapper #footerBackground #footerBottom #footerTop {
  background-image: url("../footer_top.png");
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 24px 28px 24px 28px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #footerBackground #footerBottom #footerTopTwoColumn {
  background-image: url("../footer_top_two_column.gif");
  background-repeat: no-repeat;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  padding: 24px 28px 24px 28px;
  text-align:left; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#topAds img {
	margin-top: 5px;
	margin-right: 2px;
	margin-left: 2px;
	margin-bottom: 5px;
}
#outerWrapper #contentWrapper #rightColumn1 img {
	margin-left: -5px;
}
/************************** Begin stuff from ee ***************************************/

#blog-cats {
	margin-top:-25px;

}
#blog {}
.entry {
border:1px solid #CCCCCC;
color:#333333;
margin-top:10px;
padding:10px;
overflow:hidden;
}

#sidebar {
float: left;
margin-left: 5px;
padding: 10px 10px 10px 15px;
border: 1px solid #ccc;
width: 219px;
background: #F9F8F2;
color: #333;
text-align: left;
}

#footer {
margin: 0;
padding: 5px 10px;
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
background: #fff;
color: #333;
font-size: 70%;
letter-spacing: 0.09em;
}

.date {
font-size: 120%;
background: transparent;
color: #000;
margin:10px;
}

.title {
background:transparent none repeat scroll 0 0;
color:#336600;
font-size:130%;
font-weight:normal;
margin:5px;
}

.posted {
margin-bottom: 10px;
font: 10px lucida grande, verdana, arial, helvetica, sans-serif;
background: transparent;
color: #fff;
}

.sidetitle, .sidetitle a {
margin: 0px 0 7px 0;
font-size: 115%;
letter-spacing: 0.09em;
font-weight: normal;
background: transparent;
color: #666600;
}

.spacer {
clear: both;
}

.paginate {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0;
 background-color:	transparent;
}
.paginate a {color:#FFFFFF;}
.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#fff;
 font-weight:		normal;
 background-color: transparent;
}

.calendarBG {
 background-color: #000;
}

.calendarBlank {
	background-color: #E6E6E6;
}

.calendarHeader {
 font-weight: bold;
 color: #fff;
 text-align: center;
 background-color: #000;
}

.calendarMonthLinks {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         11px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 color:             #fff;
 background-color:  transparent;
}

.calendarMonthLinks a {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:visited {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.calendarMonthLinks a:hover {
 color:             #ccc;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarDayHeading {
 font-weight: bold;
 font-size:	11px;
 color: #fff;
 background-color: #666;
 text-align:  center;
 vertical-align: middle;
}

.calendarToday {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #000;
 background-color: 	#9EA3AA;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         10px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.calendarCell a {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:visited {
 color:             #000;
 text-decoration:   underline;
 background-color:  transparent;
}

.calendarCell a:hover {
 color:             #fff;
 text-decoration:   none;
 background-color:  transparent;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.6em;
padding:           .3em 0 0 2px;
margin-top:        6px;
margin-bottom:     3px;
}

.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
background-color:  #fff;
font-family:       Arial, Verdana, Sans-serif;
font-size:         11px;
font-weight:       normal;
letter-spacing:    .1em;
padding:           1px 3px 1px 3px;
margin-top:        6px;
margin-bottom:     4px;
text-transform:    uppercase;
color:             #000;
}

.label {
	font-size:16px;
}

.required {
	color: #FF0000;
	margin-right: 5px;
	margin-left: 5px;
}
.clip {
	line-height:10px;
	margin-left:8px;
	padding-left:5px;
}


td#mast-login{
	background-image: url(../login-box.gif);
	background-repeat: no-repeat;
	width:260px;
	height:109px;
	color:#000000;
	font-size:10px;
	padding-bottom:10px;
}

.recent
{
margin-left: 0;
padding-left: 0;
list-style: none;
text-align:left;
}
.recent .date {
	font-size:80%;
	font-style:italic;
	text-align:left;
	margin:0;
}

.recent li
{
padding-left: 10px;
background-image: url(../arrow.gif);
background-repeat: no-repeat;
background-position: 0 .5em;
}
.recent li.documents
{
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../lock.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}
#alert p a {
	margin-left:5px;
	font-style:italic;
	display:inline;
	font-size:80%;
	color:#FFFFFF;
}
#alert {
	margin-top:5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#alert h1 {
	margin-top:5px;
	margin-bottom:5px;
}
#alert p {
	margin-bottom:2px;
	margin-top:2px;
}
#alert .announcements
{
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../lock-blue.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}
#alert .public-announcements
{
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../public-blue.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}
.recent li.public-documents
{
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../public.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
}

.categories {}
	.categories ul{
	margin-left: 0;
	padding-left: 0;
	list-style: none;	
	}
		.categories ul li
		{
		padding-left: 10px;
		background-image: url(../arrow.gif);
		background-repeat: no-repeat;
		background-position: 0 .5em;
		}
ul#nav_cat_archive{
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
ul#nav_cat_archive h4 {
	border-bottom-width: thin;
	border-top-style: none;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 5px;
	margin-bottom: 5px;
	margin-top:5px;
}		
		ul#nav_cat_archive li ul
		{
	margin-left: 0;
	padding-left: 10px;

	list-style: none;
		}
		ul#nav_cat_archive li ul li{
			background-image: url(../arrow.gif);
			background-repeat: no-repeat;
			background-position: 0 .5em;	
			padding-left: 10px;
		}

.welcome {
	display:none;
	position: fixed;
	background-image: url(../welcome.png);
	background-repeat: no-repeat;
	width::300px;
	height:175px;
	padding-top:10px;
	padding-left:20px;
	color: #000000;
	z-index: 10;
	right: 50px;
	top: 20px;
}
.bios {}
.bios a {
	border:none;
}
.bios a img {
	border:thin solid #333333;
}

.fltrt {}
.fltrt img{
	float:right;
	margin-left:10px;
	margin-bottom:5px;
	border: thin solid #333333;
}

.acro {
	display:block;
	float:right;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	width:33%;
	color:#FFFFFF;
}

.acro-detail {
	display:block;
	margin:10px auto auto;
	width:60%;	
	font-size:12px;
}
#member-list {
	margin-left:40px;
	text-align:left;
}

#historical { margin:10px;}
#historical p { text-align:justify!important;}
#historical h1 { margin-bottom:10px; font-size:12px; }
#historical h2 { color:#666600; font-size:13px;}
#historical img {
	float:right;
	width:150px;
	margin:5px 5px 5px 10px;
	border: thin outset #999999;	
}

.footer-block {
	float: left;
	width: 200px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #FFFFFF;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.footer-block-committees {
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}

.footer-block-noline {
	float: left;
	width: 183px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.footer-block a, .footer-block-noline a, .footer-block-committees a {color:#FFFFFF; text-align:left;}
.footer-block h1, .footer-block-noline h1, .footer-block-committees h1 {
	color:#D8DCBF;
}
.footer-block ul, .footer-block-noline ul, .footer-block-committees ul {
	padding-left:5px;
}
.footer-block li.public, .footer-block-noline li.public, .footer-block-committees li.public {
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../footer-public.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	list-style-type:none;
}
.footer-block li.private, .footer-block-noline li.private, .footer-block-committees li.private
{
	margin-bottom:5px;
	padding-left:20px;
	padding-bottom:5px;
	background-image: url(../footer-private.gif);
	background-repeat: no-repeat;
	background-position: 0em 0em;
	list-style-type: none;
}

.event_details {
	margin-top:5px;
}

/*//////// Search Results /////////////////*/
td.resultHead { background-color:#D8DCBF;}
td.resultRowTwo {background-color:#efefef;}
td.resultRowOne {background-color:#FFFFFF;}

div.tooltip {
	background-color:#000;
	outline:1px solid #669;
	border:2px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;

	/* outline radius for mozilla/firefox only */
	outline-radius:4px;
	-moz-outline-radius:4px;
	-webkit-outline-radius:4px;
}

table#login input.input {border:inset 1px black; line-height:12px}
table#login label.label {font-size:12px; font-weight:bold;}

.special-alert {
	border:5px solid red;
	margin-bottom:10px;
	padding-left:5px;
	padding-top:5px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;}
.special-alert .sidetitle, .sidetitle a {
	color:red;
	font-weight:bold;
}

