
/* PANEL - used on right side of home page */

#panel { 
	background-color:#838f97;
	background-image:url(panel_bot_back.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
	width: 210px;
	}
#panel_footer { 
	padding: 20px 10px 10px 10px;
	text-align: right;
}
#panel h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight:bold;
	color:#000000;
}
#panel h3 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bold; 
	margin: 10px 10px 5px 10px;
	color:#ffffff;
}
#panel h4 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	font-weight:bold; 
	margin: 0px;
	color:#ffffff;
}
#panel a { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0px 10px 0px 0px;
	color:#ffffff;
	text-decoration: none;
}
#panel a:hover { 
	text-decoration: underline;
}

#panel a.more { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color:#000000;
	text-decoration: none;
}
#panel a.more:hover { 
	text-decoration: underline;
}
#panel form {
	margin: 0px;
}
#panel ul { 
	list-style-type: none;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#ffffff;
	margin: 0px 10px 0px 10px;
}

/* PANEL (Button) - used for ladder in panel on right of home page */
#panel_button { 
	text-align:center;
}
#panel input.button {
	margin: 5px 3px 5px 3px;
}
/* PANEL (Ladder) - used for ladder in panel on right of home page */

#panel_ladder { 
	margin: 0px 10px 0px 10px;
}
#panel_ladder table { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	margin: 0px 10px 0px 0px;
	color:#ffffff;
}
#panel_ladder td { 
	padding: 0px 1px 0px 0px;
}
#panel_ladder tr.head { 
	font-weight:bold;
	text-align: right;
}
#panel_ladder td.number { 
	text-align: right;
}
#panel_ladder td.label { 
	width: 100%; 
}

/* FEATURE - center of home page */

#feature {
	width: 440px;
	padding: 0px 0px 5px 0px;					/* space at bottom of feature */
}
#feature a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px;
	color: #7e8f96;
	text-decoration: none;
}
#feature a:hover {
	text-decoration: underline;
}
#feature a.more {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #7e8f96;
}
#feature img {
	float: left;
}
#feature ul {
	float: left;
	list-style-type:disc;
	padding: 0px 0px 0px 20px;
	margin: 10px 10px 0px 10px;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#7e8f96;
	text-align: left;
}
#feature_footer { 
	text-align: right;
}

/* FEATURE (sublink) - minor link within feature sections */
#feature_sublink {
	text-align: left;
}
#feature_sublink a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #7e8f96;
	text-decoration: none;
}
#feature_sublink a:hover {
	text-decoration: underline;
}


/* FOOTER - styling for footer */
#footer p {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
	margin: 10px 0px 10px 0px;
}
#footer a {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer a.interfuse {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 9px;
	color: #f14f00;
	font-weight: bold;
	text-decoration: none;
}
#footer a.interfuse:hover {
	text-decoration: underline;
}

/* TITLE BAR - used in middle home page, right panels and throughout site */

#titlebar { 
	background-color:#fba826;
	background-image:url(titlebars_back.gif); 
	width: auto; 
	height: 21px;
	padding-top: 4px;
	padding-left: 5px;
	padding-bottom: 0px;
	text-align: left;
}
#titlebar h2 { 
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	color:#000000;
}

/* ENEWS - specific for enews sign up left col */

#enews {
	background-image:url(../na_leftcol_enews_back.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
}

/* LOCATOR - specific for association locator left col */

#locator {
	background-image:url(../na_leftcol_locator_back.jpg); 
	background-repeat: no-repeat;
	background-position: bottom;
}

/* TOOLS - general style for header/form display for enews, locator and other left/right col form based tools */

#tools h2 {
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight:bold; color:#000000;
	margin: 0px; 
}
#tools form { 
	margin: 0px; 
}
#tools input { 
	background-image:url(form_textbox.jpg);
}
#tools input.button {
	background-color:#666666;
	background-image:url(form_button.gif);
	background-repeat: no-repeat;
	border: #666666 1px solid;
	font-family:Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff;
	height: 22px;
	width: auto;
}



