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


body
{
	
/*	background-color:		#AAAAAA; */

	/*	Default text styles	----------------------------*/
	color:					#666666;
	line-height:			1.4em;
	font-family:			Arial,'sans serif';
	font-size:				62.5%;
	margin-top:				20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0075cb;
	text-decoration:		underline;
}

/*
a.sectionlink
{
	background-image:		url( /images/arrow-icon.jpg );
	background-position:	left center;
	background-repeat:		no-repeat;
	padding-left:			23px;
}
*/
/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

/*	Customize			----------------------------*/
	background-color:		white;
	width:					958px;
	padding:				10px;
	border:					1px solid black;
	font-size:				1.4em;
	line-height:			1.8em;

}

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

#header
{
}

#logo
{
	margin-bottom:			25px;
}

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

table#body
{
	border-collapse:		collapse;
	clear:					both;
	margin-top:				15px;
}


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

/*	Optional sitebar	*/

td#content
{
}


/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	margin-top:				20px;
	clear:					both;
	padding:				0em 1em;
	font-size:				12px;
}

#footer .bottom a
{
	text-decoration:		underline;
}

#footer a,
#footer a:hover
{
	color:					#666666;
	text-decoration:		none;
}


#footer p
{
}

#footer ul
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	width:					400px;
	float:					left;
}

#footer li
{
	float:					left;
}

#footer .divider
{
	padding:				0 5px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
div.title
{
	color:					black;
	font-weight:			bold;
	font-size:				14px;
}

h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	line-height:			1.25em;
	font-weight:			normal;
}

h1 a,h1 a:hover
{
	color:					#888888;
	text-decoration:		none;
}

img#titlegraphic
{
	margin-bottom:			35px;
}

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

h2
{
	margin:					0px;
	padding:				0px;
	
	font-size:				1.4em;
	font-weight:			bold;
	color:					#666666;
}
/*
.abstract
{
	padding-left:			23px!important;
}
*/
h3
{
	margin:					1.7em 0em 0em 0em;
	font-weight:			bold;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					300px;
}

td#right a,
td#right a:hover
{
	color:					black;
}

.sidebar-box
{
	border:					1px solid black;
	margin-bottom:			10px;
	clear:					both;
}

.sidebar-box .red
{
	background-color:		#b40020;
}

.sidebar-box .blue
{
	background-color:		#004162;
}

.sidebar-box .orange
{
	background-color:		#fba000;
}

.sidebar-box .green
{
	background-color:		#007930;
}

.sidebar-box .title
{
	color:					white;
	padding:				5px 10px;
	text-transform:			uppercase;
	font-weight:			bold;
}

.sidebar-box .content
{
	padding:				10px;
}

.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
{
	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	*/

/*	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;
}

div.category-title
{
	color:					black;
	font-weight:			bold;
	font-size:				20px;
}
h2 .sectionlink
{
	font-size:				14px;
}