@charset "ISO-8859-1";
/* ------------------------------------------------------
	
	Date Created:	Saturday, August 10, 2002 3:44:01 AM
	Last Modified:	Monday, June 28, 2004 06:18 PM
	Revision:		1.0

	Function: Define the layout and appearance of the link
	and content div for later browsers (ns6+ ie5+)
	I know this is all pretty verbose, but when you're wrapping
	a number of these apps as often as I do, it's simpler.
	
	1 tab=4 spaces.

------------------------------------------------------- */

/*
div {
	border:						1px yellow solid;
	margin:						5px;
}
*/

/* Handle teh BS differences between browsers */
div,h1,h2,h3,p,a,td {
 	margin:						0px;
	padding:					0px;
}
 
/* ----------------------------------------------------- */
/* General tag defs */
body {
	color:						black;
	background-color:			#F7F7F7;
	margin:						0px;
	padding:					0px;
	font:						11pt/175% Verdana,Arial,sans-serif;
}
a {
	color: 						red;
	text-decoration:			none;
}
a:visited {
	color: 						blue;
}
a:hover {
	color:						black;
	background-image:			url(../images/template_images/nav_highlight.gif);
	text-decoration:			none;
}
a:active {
	color: 						yellow;
}
fieldset {
	border:						none;
	margin:						0px;
	padding:					0px;
}


/* ----------------------------------------------------- */
/* Identified and classed items */
table#framing_table {
	border:						1px solid #C6C3C6;
	background-color:			white;
	padding:					0px;
	margin:						10px 50px 5px 50px;
}

/* ----------------------------------------------------- */
/* Mast */
#mast_banner {
	margin:						5px auto 0px auto;
}
#mast_banner img {
	border:						none;
	margin:						0px;
}

/* Navigation links on left hand side */
#navlink {
	width:						150px;
}
#nav_section_links {
	margin-top:					25px;
}
#nav_section_links span {
	font-family:				Verdana,Arial,sans-serif;
	font-weight:				bold;
	font-size:					12px;
	margin:						10px 0px 0px 0px;
	display:					block;
	color:						gray;
	border:						1px solid #C6C3C6;
	background-color:			#F7F7F7;
}
#nav_section_links a {
	display:					block;
	font-size:					12px;
	margin:						5px;
	padding-left:				8px;
	line-height:				150%;
	margin-bottom:				10px;
}
#nav_section_links a:hover {
	color:						red;
	background-image:			url(../images/template_images/nav_highlight.gif);
}
#nav_section_member_links a {
	display:					block;
	font-size:					12px;
	margin:						5px;
	padding-left:				8px;
	line-height:				150%;
}
.nav_caption {
	font-family:				Verdana,Arial,sans-serif;
	font-weight:				bold;
	font-size:					12px;
	margin:						10px 0px 0px 0px;
	display:					block;
	color:						gray;
	border:						1px solid #C6C3C6;
	background-color:			#F7F7F7;
}
/* ------------------------------------------------- */
.standout {
	background-color:			cornsilk;
	float:						right;
	border:						3px solid yellow;
	width:						250px;
}
#form_subscribe_to_newsletter {

}
#form_site_search {

}


/* ------------------------------------------------------- */
.copyright {
	text-align:					left;
	font-size:					10px;
	margin-top:					5em;
}
.sidebar_forms {
	font-family:				Verdana,Arial,sans-serif;
	font-weight:				bold;
	margin:						0px 0px 0px 0px;
	padding:					5px;
	display:					block;
	color:						gray;
	font-size:					10px;
	margin:						.5em 0px 1em 0px;
}
.sidebar_forms .textfield {
	border:						1px solid #C6C3C6;
	margin-left:				5px;
	width:						130px;
	padding:					3px 3px 3px 3px;
}
.sidebar_forms .button {
	display:					none;
}

.login_form_button {
	border:						1px solid #C6C3C6;
	background-color:			#F7F7F7;
	float:						right;
	display:					block;
}
/* ----------------------------------------------------- */
/* Content sections */
#content {
	padding:					10px;
	font-size:					11pt;
	color:					#000;
	background-color:			#FFF;
	line-height:				180%;
}
#content h1,h2,h3,p{
	margin-bottom:				24pt;
}
#content h1{
	font-size:					16pt;
	font-family:				Verdana, Helvetica, sans-serif;
	font-weight:				normal;
	font-style:				normal;
	line-height:				125%;
	color:					black;
}
#content h2{
	font-size:					14pt;
	font-family:				Verdana, Helvetica, sans-serif;
	line-height:				135%;
	color:					grey;
	font-style:				normal;
	font-weight:				bold;
}
#content h3{
	font-size:					12pt;
	font-family:				Verdana, Helvetica, sans-serif;
	line-height:				150%;
	color:					black;
	font-weight:				bold;
}
#content p{
	font-size:					11pt;
	line-height:				180%;
	color:					black;
}

#content blockquote{
	font-size:					11pt;
	line-height:				180%;
	color:					black;
}
#content li {
	font-size:					10pt;
	line-height:				115%;
	color:						black;
}

#footer {
	padding:					5px;
	width:						100%;
	background-color:			#FFF;
	height:						15px;
	font-size:					11px;
}

.highlight {  
background-color: yellow; 
}

/* ----------------------------------------------------- */
/* Publisher */

#article_display {
	background-color:			transparent;
}
#article_display h2 {
	color:						grey;
}
#article_display img {
	border:						0px solid #D3D3D3;
	margin:						5px 5px 10px 10px;
}


/* Sections */
.section_title {

}
.section_article_block {
	margin:						10px 10px 20px 25px;
	color:						black;
	line-height:				180%;
	padding-left:				10px;
}

.section_article_block h2 {
	margin:					0px 0px 15px 0px;
	text-decoration:			none;
	line-height:				150%;
}

.section_article_block img {
	width:						125px;
	border:						1px solid #D3D3D3;
	margin:						0px 0px 10px 10px;
}
#section_description {
	padding:					0px 0px 10px 10px;
	color:						black;
	font-style:					italic;
	font-size:					10pt;
}

#section_description h3 {
	color:						gray;

}

/* ------------------------------------------------------------ */
/* Contact form */

#contacttable {
	width:						500px;
	border:						none;
	font-size:					95%;
	padding:					0px;
	margin:						0px;
}
#contacttable td {
	padding:					1px;
}
#contacttable th {
	text-align:					left;
}
.contacttableheader{
	color:						#FFF;
	background-color:			transparent;
	margin:						-1px;
}
.inputsmaller {
	border:						1px solid salmon;
	width:						15%;
	margin:						2px;
}
.inputsmall {
	border:						1px solid salmon;
	width:						50%;
	margin:						2px;
}
.inputmedium {
	border:						1px solid salmon;
	width:						75%;
	margin:						2px;
}
.inputlarge {
	border:						1px solid salmon;
	width:						98%;
	margin:						2px;
}
.inputsubmit {
	text-align:					right;
}
.radiosmall {
	height:						1em;
	width:						1em;
}
.selectlarge {
	border:						1px solid salmon;
	width:						175px;
	margin:						2px;
}
.error {
	font-weight:				bold;
	color:						#000;
	background-color:			red;
	background-image:			none;
}

.pullquoteleft {
	float:				left;
	font-weight:		bold;
	border:				3px dashed #4D8D2C;
	color:				#65729C;
	background-color:	cornsilk;
	width:				40%;
	margin:				5px 15px 5px 0px;
	padding:			5px;
}
.pullquoteright {
	float:				right;
	font-weight:			bold;
	border:				5px dashed yellow;
	color:				#000000;
	background-color:		white;
	margin:				5px 5px 5px 5px;
	padding:			5px;
	width:				250px;
}
.pullquotecenter {
	font-weight:		bold;
	text-align:			center;
	border-top:			3px dashed #4D8D2C;
	border-bottom:		3px dashed #4D8D2C;
	color:				#65729C;
}

.meeting_lists {
	border:					1px solid #060F72;
	border-bottom:			none;
	border-right:				none;
	margin:					10px auto 10px auto;
}
.meeting_lists th{
	background-color:		yellow;
	text-align:				center;
	border-bottom:		1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				2px;
}
.meeting_lists td{
	border-bottom:		1px solid #060F72;
	border-right:			1px solid #060F72;
	padding:				5px;
}
.meeting_lists .alt_row{
	background-color:		#F7F7F7;
}
