/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/


*
{
	margin:					0;
	padding:				0;	
}

body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		 #373232;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,arial,sans serif;
	color:					#373232;
	font-size:				11px;
	line-height:			16px;

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#e5484e;
}

a:hover
{
	color:					rgb(119,119,119);
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					1001px;
	border:					1px solid #373232;
}

#gray_border
{
	border:					10px solid #373232;
}

#yellow_border
{
	border:					1px solid red;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	/*background-color:		#373232;*/
	height:					103px;
	background:				url('/images/header-bg.jpg');
	background-repeat:		no-repeat;
}

#top_container
{
	height:					21px;
}

#top_container a,
#top_container,
#top_container #nav-global span.divider
{
	color:					#f1ea68;
	font-size:				9px;
}

#top_container a:hover
{
	color:					#5b9535;
}

#logo_menu_container
{
	height:					79px;
	/*background-image:		url('/images/logo-menu-container-bg.gif');
	background-repeat:		repeat-x;*/
}

#logo
{
	height:					70px;
	line-height:			70px;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	width:					406px;
	float:					left;
	margin-top:				9px;
}

#logo a,
#logo a:hover
{
	color:					white;
}

table#body
{
	width:					981px;
	border-left:			1px solid #f1ea68;
	border-right:			1px solid #f1ea68;
	border-bottom:			1px solid #f1ea68;
}

col#col-left
{
	width:					222px;
}

col#col-content
{
	width:					auto;
}

/*	See sectionnav CSS tempaltes for td#left	*/

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	padding:				0px 0px 5px;
	color:					#939598;
	font-size:				9px;
	border-top:			10px solid  #373232;
	/*border-left:			10px solid  #373232;
	border-right:			10px solid  #373232;*/
}

#footer p
{
	clear:					left;
	display:				block;
	padding-left:			10px;
}

#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				5px 10px;
}

#footer li.divider
{
	padding-left:			0;	
	padding-right:			0;	
}

#footer a
{
	color:					#373232;
}

#footer a:hover
{
	color:					#5b9535;
}
/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			normal;
	line-height:			26px;
	font-size:				20px;
}

h1 a,h1 a:hover
{
	color:					#e5484e;
	
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
}

h3
{
	margin:					0.6em 0em 0em 0em;
	font-weight:			bold;
}

h3,
h3 a
{
	font-size:				11px;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
}

#content .bodytext
{
	color:					#000;
}

#right .bodytext
{
	margin:					0;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					203px;
	padding:				0 0 0px;
	background-color:		white;
	border-top:				3px solid white;
}

.sidebar
{

}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,215,238);
	border-collapse:		collapse;
	empty-cells:			show;
}

table.data caption
{
	margin:					0.5em 0em;
	text-align:				left;
	font-weight:			bold;
}

tr.r0
{
	background-color:		white;
}

tr.r1
{
	background-color:		rgb(238,245,255);
}

table.data th,
table.data td
{
	padding:				0.5em 1.0em;
	text-align:				left;
}

table.data th
{
	vertical-align:			bottom;
	background-color:		rgb(204,215,238);
	font-weight:			bold;
	color:					white;
}

table.data td
{
	vertical-align:			top;
	border-bottom:			1px solid rgb(204,215,238);
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	display:				block;
	/*height:					21px;*/
	padding:				0em 1.0em;
	white-space:			nowrap;
	float:					left;
	text-transform:			lowercase;

}

#breadcrumb a
{
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Social networking tool links
//-------------------------------------------------------------------------------------------------------*/
table.links-bar td
{
	padding:				0px 10px 0px 0px;
}

.inline-digg
{
	float:					left;
	margin:					3px 10px 5px 0px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Video controls
//-------------------------------------------------------------------------------------------------------*/
#video-buttons a
{
	background-color:		#CCCCCC;
	color:					white;
	font-weight:			bold;
	padding:				4px 6px;
	margin-right:			5px;
	float:					left;
	margin-top:				5px;
}

#breadcrumb a
{

}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

/*	Hidden elements	*/
.hdn
{
	display:				none;
}

/*	because HTML should have this as the default	*/
td
{
	vertical-align:			top;
	padding:				0px;
}

/*	prevent ugly purple borders around linked images	*/
img
{
	border:					0px;
}

/*	do not underline links	*/
a
{
	text-decoration:		none;
}

/*	shortcomings of the formatter	*/
p
{
	margin:					0px;
}

/*	IE will allocate space for these if there are not display:none -  POSJ	*/
map
{
	display:				none;
}

sup
{
	vertical-align:			super;
	font-size:				0.75em;
}

#column_1_header,
#column_2_header,
#column_3_header
{

}

/*---------------------------------------------------------------------------------------------------------
//	search area
//-------------------------------------------------------------------------------------------------------*/
.search_area
{
}

.search_area #findtext
{
	width:					86px;
	height:					14px;
	border:					1px solid #f1ea68;
	float:					left;
}

.search_area #search_button
{
	border:					none;
	float:					left;

}

.widget-item-container
{
	border-top:				1px solid #5b9535;
}

.first_widget
{
	border:					none;
}

.right_widget_divider
{
}

.sidebar-content,
.widget-item-container .widget-item
{
	padding:				13px 18px;
}


#right .active
{
	background-color:		#f1ea68;
	background-image:		url('/images/widget-active-bg.jpg');
	background-repeat:		repeat-x;

}

.widget-link-title,
.widget-link-title a
{
	font-weight:			bold;
	color:					#E5484E;
}
/*---------------------------------------------------------------------------------------------------------
//	Formatter styles Dropdown picker
//-------------------------------------------------------------------------------------------------------*/
.yellow_header,
.yellow_header a
{
	font-size:				20px;
	font-weight:			normal;
	line-height:			26px;
	color:					#F1EA68;
}

.yellow_link,
.yellow_link a
{
	color:					#F1EA68;
}

.red_header,
.red_header a
{
	font-size:				20px;
	color:					#e5484e;
	line-height:			26px;
}

.red_link a,
.red_link
{
	color:					#e5484e;
}

.green_divider
{
	display:block;
	border-bottom:			1px solid #669C42;
}

.subhead
{
	font-size:				16px;
	line-height:			26px;
	color:					#373232;
}

.regular_text
{
	font-size:				11px;	
	line-height:				16px;	
}
/*---------------------------------------------------------------------------------------------------------
//	************ End *********************
//-------------------------------------------------------------------------------------------------------*/
.banner
{
	border-left:			1px solid #F1EA68;
	border-right:			1px solid #F1EA68;
	background-image:		url('/images/header-content-bg.jpg');
	background-repeat:		no-repeat;
	background-color:		#68caf1;

	/* min height hack*/
	/*min-height:				146px;
	height:					auto !important;
	height:					146px;*/

	height:					146px;
	width:					979px;
	overflow:				hidden;

}

.banner_content,
.banner_image
{
}

.banner_content
{
/*	padding:				30px 26px 30px;*/
	font-size:				14px;
	line-height:			24px;

}

.banner_text
{
	padding:				30px 26px 30px;
	display:block;

}
.banner_image
{

}

.bottom_content
{
	background-image:		url('/images/bottom-bg.jpg');
	background-repeat:		repeat-x;
	background-color:		white;
	border-top:				3px solid white;
	padding:				20px 126px 30px 196px;
	color:					black;
	/* min height hack */
	min-height:				76px;
	height:					auto !important;
	height:					76px;
}

.sublist 
{
	margin-left:			10px;
}

.sublist h3 a
{
	/*color:					blue;*/
}

.read_more
{
	font-weight:			bold;
}

#content .read_more
{
	font-size:				10px;
}

#content .read_more img
{
	vertical-align:			bottom;
}


.green-bg
{
	background-color:		#5b9535;
	color:					white;
}

.green-bg .bodytext
{
	padding:				27px 20px;
	font-size:				10px;
	line-height:			16px;
}
.green-bg a
{
	color:					#f1ea68;

}