/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;
	background-image:		url( /site/images/bg_main.gif );
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#666666;
	font-size:				0.75em;
	line-height:			1.4em;
}

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

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:		#EFEEEE;
	width:					829px;

	padding:				0px 20px 20px;

	background-image:		url( /site/images/bg_content.gif );
	background-repeat:		repeat-x;
}

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

#header
{
	height:					109px;
	background-color:		white;
	b/ackground-image:		url( /site/images/bg_header.gif );
	background-position:	top left;
	background-repeat:		no-repeat;
	border-bottom:			1px solid #E6E6E6;
}

#logo
{
	padding:				0px 0px 0px 77px;
}

table#body
{
	border-collapse:		collapse;
	width:					760px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

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


form#search
{
	float:					right;
	margin:					13px 60px 0px 0px;
	height:					19px;
	background-image:		url( /site/images/bg_search.gif );
	background-repeat:		no-repeat;
}

form#search input#findtext
{
	margin:			0px;
	padding:		0px 0px 0px 4px;
	border:					0px;
	width:					162px;
	height:					16px;
	line-height:			16px;
	font-size:				11px;
	background:				transparent;
}

input#searchbutton
{
	vertical-align:		-4px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					10px auto 50px;

	width:					869px;
	padding:				0em 1em;

	font-size:				11px;
	color:					#ACADB2;
	position: relative;
}

#nwf-credit
{
	position: absolute;
	top: 0px;
	right: 1em;
}

#footer a
{
	color:					#ACADB2;/*#2E435A;*/
}

#footer p
{
}

#footer #links
{
	display: inline;
	padding:				0px;
	list-style-type:		none;
}

#footer #links a
{
	padding:				0px 7px;
}

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

#copyright
{
	margin-left:			0px;
}

#frss
{
	vertical-align:			-2px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					16px 0px 5px;
	padding:				0px 0px 1px;
	font-weight:			bold;
	font-size:				15px;

	border-bottom:			1px solid #E6E6E6;
}

h1 a,h1 a:hover
{
	color:					#053C7B;
}

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

h2,.subtitle
{
	margin:					6px 0px;
	padding:				0px;
	
	font-weight:			normal;
	font-size:				17px;
	color:					#666666;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
	font-size:				12px;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					248px;
	padding-left:			19px;
}


td#right h2
{
	display:				block;
	clear:					left;
	margin:					16px 0px 5px;
	padding:				0px 0px 1px;
	border-bottom:			1px solid #E6E6E6;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	text-decoration:		none;
	color:					#ACADB2;

}

.sidebar
{
}

.home_sub_wrapper,
.home_sub_wrapper h3,
.home_sub_wrapper h4
{
	font-size:				11px;
	line-height:			18px;
	font-weight:			normal;
}

.home_sub_wrapper h3
{
	margin:					0px;
	padding:				0px;
}
.home_sub_wrapper h3 a
{
	display:				block;
}

.home_sub_wrapper h4
{
	margin:					0px 0px 10px 0px;
	font-weight:			bold;
}
/*=========================================================================================================
//	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
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	border-bottom:			1px solid rgb(238,238,238);
}

#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;
}