/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				20px 0px;
	
	background-color:		#fff;

	/*	Default text styles	----------------------------*/
	font-family:			verdana,arial,sans serif;
	color:					#333;
	font-size:				12px;
	line-height:			18px;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#004799;
	outline:				none;
}
a.morelink
{
	font-weight:			bold;
	white-space:			nowrap;
}
a:hover
{
	text-decoration:		underline;
}

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

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					1015px;
	position: relative;
}

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

#header
{
	width:					1015px;
	position:				relative;
	border-top:1px solid white;;
}
#searchform .textfield
{
	border:					1px solid #bbb;	
	vertical-align:			top;
	height:					19px;
	padding:				4px 4px 0;
	width:					156px;
	font-family:			helvetica,verdana,arial,sans serif;
	font-size:				12px;
}
#searchform .button
{
	border-top:				1px solid #bbb;
	border-right:			1px solid #bbb;
	border-bottom:			1px solid #bbb;
}

#header #searchform
{
	float:					right;
	margin-top:				22px;
}

#logo
{
	float:					left;
	margin:					16px 57px 0 0;
}

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

#global_area
{
	float:					right;
	top:					0;
	width:					550px;
}

table#body
{
	border-collapse:		collapse;
	width:					1015px;
	margin-top:				20px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

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

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	border-top:				1px solid rgb(204,204,204);
	padding:				24px 0 0;
}

#footer p
{
	clear:					both;
}

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

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

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1,h2,h3
{
	font-family:			helvetica;
}
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			bold;
}

h1 a,h1 a:hover
{
	color:					#004799;
	font-size:				20px;
	line-height:			28px;
}

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

h2
{
	margin:					0px 0px 5px 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#004799;
	font-size:				14px;
}

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

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

blockquote
{
	margin:					15px 35px;
	padding:				0em;
	font-style:				italic;
}

.thumb, .left-image
{
	float:					left;
	margin-right:			20px;
	margin-bottom:			10px;
}

.right-image
{
	float:					right;
	margin-left:			20px;
	margin-bottom:			10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Team Member/Partner Pages
//--------------------------------------------------------------------------------------------------------*/
.portrait
{
	float:					left;
	margin-right:			20px;
	margin-bottom:			0px;
}

.clear {clear:				both;}

#team-header
{
	border-bottom:			1px solid black;
	margin-bottom:			20px;
}

/*---------------------------------------------------------------------------------------------------------
//	News Archive
//--------------------------------------------------------------------------------------------------------*/
a.current
{
	font-weight:			bold;
}

/*---------------------------------------------------------------------------------------------------------
//	Event Pages
//--------------------------------------------------------------------------------------------------------*/
h2.eventlist
{
	padding-bottom:			3px;
	border-bottom:			1px solid #ccc;
	margin-bottom:			10px;
}

.eventlist_items
{
	border-top:				1px solid #ccc;

}

.eventlist_items .bodytext
{
	margin-top:				15px;
}
.eventlist_items .thumb
{
	margin-top:				4px;
}
/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					214px;
	padding:				0 0 20px;
}

div#right_div
{
	padding:				0 0 0 15px;
	border-left:			1px solid #ccc;
}
td#right a
{
	font-weight:			bold;
}
.sidebar
{
	padding:				15px;
	margin-bottom:			20px;
	line-height:			140%;
}
.sidebar,
.cta
{
	border-top:				1px solid #ccc;
	background-color:		#f2f2f2;
	padding:				15px;
	margin-bottom:			20px;
	font-size:				11px;
	line-height:			15px;
	line-height:			15px;
}

.sidebar h2,
.sidebar h2 a,
a.cta-link
{
	display:				block;
	margin-top:				0px;
	color:					#de771d;
	font-weight:			bold;
	font-family:			helvetica;
	font-size:				14px;

}

.cta-form
{
	display:				none;
	margin-top:				10px;
}


/*=========================================================================================================
//	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;
	line-height:			26px;
	padding:				0 0 0 185px;
	white-space:			nowrap;
	font-size:				10.5px;
	margin-bottom:			7px;
}

#breadcrumb a
{
}

#breadcrumb .static
{
}

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


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

.list-item
{
	margin-bottom:			1em;
}

.subitems a
{
	display:				block;
	margin-bottom:			.5em;
}

#banner
{
	position:				relative;
	background:				url('/images/banner-bg.png') repeat-y;
	margin-top:				10px;

}

#banner #banner_image
{
	margin-left:			17px;
	display:				block;
}


.button_link,
.gray_bg_link
{
	background:				#eee;
	border:					1px solid #de771d;
	padding:				6px 10px;
	line-height:			40px;
	margin-right:			18px;
}

.download_pdf_link
{
	top:					0;
	right:					0px;
	position:				absolute;
	margin-right:			0px;
	line-height:			16px;
	background-image:		url('/images/pdf.png');
	background-repeat:		no-repeat;
	background-position:	right center;
	padding-right:			27px;
}
#article-1
{
	margin-top:				30px;
}

#article-2,
#article-3
{
	float:					left;
	width:50%;
}

.studies-divider,
.rule,
.article_divider
{
	border-bottom:			1px solid #ccc;
	padding-bottom:			27px;
	margin-bottom:			21px;
	clear:					both;
}
.studies-divider
{
	padding-bottom:			0px;
}

.related_column_1,
#article-2 div
{
	padding-right:			10px;
}
.related_column_2,
#article-3 div
{
	padding-left:			10px;
}
.icon
{
	margin-bottom:			3px;
	display:				block;
}

table.member
{
	width:					100%;
}

table.member td
{
	width:					50%;
}

#content ul.news
{
	list-style-type:		none;
}
.subitems
{
	clear:					both;
}
.blue
{
	color:					#004799;
}
#form-page-left
{
	width:					292px;
	float:					left;
	padding-right:			5px;
}
#form-page-right
{
	width:					292px;
	float:					left;
	padding-left:			5px;
}
.msg
{
	border-top:				1px solid #004799;
	border-bottom:			1px solid #004799;
	padding:				7px 0;
}
