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

ul,
ol
{
	padding:				0 0 0 12px;
	margin:					10px 0 10px 20px;
}
.bodytext ul,
.bodytext ol
{
	/*list-style-position:inside;*/
}
.bodytext ul li,
.bodytext ol li
{
	padding:				0 0 0 12px;
	margin:					0;
}

.image
{
	border:					0;
}

body
{
	margin:					0px;
	
	background:				url('/images/bg-repeating.png');
	background:				url('/images/bgr.png');

	/*	Default text styles	----------------------------*/
	font-family:			georgia, verdana,arial,sans serif;
	color:					#666666;
	font-size:				14px;
	line-height:			20px;

}
#site_container
{
	padding:				0px 0 20px;
	margin-right:			auto;
	margin-left:			auto;
	width:					950px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0b5ed8;
	outline:				none;
}

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

div#body .bodytext p a
{
	text-decoration:		underline;
	color:					#333333;
}

div#body .bodytext p a:hover
{
	text-decoration:		underline;
	color:					#0b5ed8;
}
/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	/*width:					965px;*/
	background:				url('/images/bg.png') no-repeat;
}
#center-x2
{
	background:				url('/images/top-bg.png') repeat-x;
}
/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	background:				url('/images/header-bg.png');
	height:					136px;
	margin-bottom:			28px;
	position:				relative;
}

#logo
{
	height:					88px;
	line-height:			88px;
	margin:					28px 0 0;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
	float:					left;
}

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

div#body
{
	width:					965px;
	background:				url('/images/content-area-bg.png') repeat-y;
}

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

/*	Optional sitebar	*/
div#right
{
	width:					280px;
	float:					right;
	margin:			-7px 0 -4px;
	font-family:			arial;
	font-size:				12px;
	line-height:			16px;
}

div#content
{
width:					685px;	
	float:					left;
}

#content-div
{
	padding:				20px;
	width:					auto;
}
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					25px 4px 50px;
	padding:				0;
	font-family:			arial;
	font-size:				11px;
	line-height:			17px;
}

#footer p,
#footer li
{
	padding:				5px 0px;
}

#footer p
{
	float:					left;
	padding-left:			0;
}

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

#footer li
{
	float:					left;
}
#footer .divider
{
	padding:				0 6px;		
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 5px 0px;
	padding:				0px;
	font-weight:			bold;
	font-size:				26px;
	line-height:			28px;
	color:					#0b5ed8;
}

h1 a,h1 a:hover
{
	color:					#0b5ed8;
}

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

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			normal;
	color:					#222;
	font-size:				18px;
	line-height:			20px;
}

h3
{
	margin:					0;
	font-weight:			bold;
	font-size:				14px;
	line-height:			20px;

}

h4
{
	margin:					0 0 5px 0;
	font-weight:			bold;
	font-size:				14px;
	line-height:			20px;
	color:					#0B5ED8;
}

h5
{
	font-size:				12px;
	line-height:			18px;
	margin:					0 0 7px 0;
	color:					#222;
}

h6
{
	font-size:				10px;
	line-height:			16px;
	margin:					0 0 7px 0;
	color:					#222;
}

h1,h2
{
	font-family:			arial;
}

h3,h4,h5,h6
{
	font-family:			georgia;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				0 20px 0;
}

.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	*/
a
{
	text-decoration:		none;
}

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

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

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

.side_more_link
{
	display:				block;
	width:					70px;
}

.clear
{
	clear:					both;
}

.list2 td
{
	width:					50%;
}

.resources_1,
.resources_2,
.resources_3
{
	clear:both;
}

.resources_1
{
	margin:					0 0 10px;
	padding:				0 0 10px;
	border-bottom:			1px solid #b5cef3;
}

.resources_2
{
	margin:					0 0 0 25px;

}

.resources_3
{
	margin:					0 0 0 25px;
}

.resources_1 h2
{
	font-size:				18px;
}

.resources_2 h2
{
	font-size:				14px;
}

.resources_3 h2
{
	font-size:				12px;
}

#side-nav
{
		width:239px;
	margin:0 auto 16px;		

}
#side-nav,
.sidebar-rounded
{
}
.sidebar-rounded
{
	width:230px;
	margin:16px auto 0px;		
}
#content .sidebar-rounded
{
	margin:16px 0 0 0;		
}

.sidebar-outer
{
	background:			url('/images/sidebar-blue-repeat-bg.png') repeat-y;
}
.sidebar-inner
{
	padding:			0px;
	background:			url('/images/sidebar-blue-bg.png') no-repeat;
	min-height:			130px;
	height:				auto !important;
	height:				130px;
}

.extranetwidget form,
.extranetwidget h2,
.sidebar-content,
.widget-item .widget-title,
.widget-item .widget-content,
.widget-item .widget-download
{
	padding:				7px 20px 7px;
}
.widget-item .widget-title
{
	font-size:				15px;
	padding-top:			0;
	font-weight:			bold;
}
.extranetwidget h2
{
	font-size:				15px;
	padding-bottom:			0;
	font-weight:			bold;
}
.widget-item .widget-content
{
	padding-top:			0;
}
.widget-item .widget-download
{
	border-top:				1px solid white;
	padding-top:			7px;
	padding-bottom:			7px;
}
table.list
{
	width:					100%;
}
table.list td
{
	padding-bottom:			27px;
}
table.list td.image
{
	width:					100px;
}
table.list img.thumb,
table.list2 img.thumb
{
	margin-top:				5px;
}
table.list h3,
table.list h3 a
{
	font-size:				14px;
	line-height:			20px;
	text-decoration:		none;
	margin-bottom:			0;
}
.list-title
{
	/*margin:					15px 0;
	padding:				15px 0 0;*/
	font-size:				18px;

}
.blue-border
{
	border-top:				1px solid #b5cef3;
	padding:				0 0 15px;
	margin:					15px 0 0;
	clear:					both;
}
#search_link
{
	float:					right;
	margin-top:				17px;
}
#search_area
{
	background:			url('/images/search-widget-bg.png') no-repeat;
	position:			absolute;
	top:				42px;
	right:				-12px;
	width:				291px;
	height:				51px;
	z-index:			10;
	display:none;
}
#search_area input
{
	margin:				14px 0px 0 14px;
	float:				left;
}
#search_area input#findtext
{
	width:				232px;
	height:				20px;
	border:				1px solid #7f9db9;
}
#search_area input#search_button
{
	margin-left:		5px;
}
.extranetwidget ul
{
	margin:			0 0 0 25px;;
}
#content .extranetwidget ul
{
	margin-top:			15px;
}
.extranetwidget ul li
{
	padding:			0;
}
.extranetwidget h2
{
	margin:				0;
}
table.list2 #box_1 .box_div
{
	padding-right:		7px;
}
table.list2 #box_2 .box_div
{
	padding-left:		7px;
}
#content .top-content
{
	margin:				0 0 20px;
}
#content .content_image
{
	margin:				0 30px 20px 0;
	display:inline;
}
.extranetwidget .accountlinks 
{
	margin:					10px 0 0 0;
}