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

body
{
	margin:					0px;
	
	background-color:		#fff;

	/*	Default text styles	----------------------------*/
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans serif;
	color:					#666666;
	font-size:				13px;
	line-height:			20px;

}

table.list
{
	font-size:				12px;
	line-height:			17px;
	width:					100%;
	empty-cells:			show;	

}
/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#1a5fb0;
	outline:				none;
}

a:hover
{
	color:					#e29500;
}

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

	/*	Customize			----------------------------*/
	background:				url('/images/bg.gif') repeat-y 160px 0;
	background-color:		white;
	width:					1200px;
}
#circle_bg
{
	background:				url('/images/circle_bg.png') no-repeat 52px 165px;
	min-height:				900px;
	height:					auto !important;
	height:					900px;

}

/*	Popup container	*/
#popup-box
{
	background-color:		white;
	border-bottom:1px solid #DDDDDD;
	border-top:5px solid #72A493;
	margin:0 50px;
}

#header
{
	border-top:				5px solid #72a493;
	margin:					0 190px 0 190px;
	border-bottom:			1px solid #ddd;
	/*width:					820px;*/

}

#logo
{
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
}

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

table#body
{
	border-collapse:		collapse;
	width:					980px;
	margin:					0 0 0 27px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

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

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 30px 0px 190px;
	border-top:				1px solid rgb(204,204,204);
	padding:				70px 17px 160px;
	font-size:				11px;
	line-height:			14px;
	width:					786px;
}

#footer p
{
	clear:					both;
}

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

#footer li
{
	float:					left;
	padding:				0px 7px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1,h2
{
	font-family:			georgia;
	font-weight:			normal;

}
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-size:				26px;
	line-height:			30px;
}

h1, h1 a,h1 a:hover
{
	color:					#002a5c;
}

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

h2,h2 a
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	font-size:				18px;

	color:					#002a5c;
}

h3,h3 a
{
	margin:					0;
	font-size:				12px;
	color:					#386351;
}

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

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					280px;
	padding:				32px 12px 20px 27px;
}

.sidebar
{
	margin-bottom:			10px;
}

.sidebar_in_content_area
{
	float:					right;
	margin-left:			20px;
}
/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid #ddd;
	border-collapse:		collapse;
	empty-cells:			show;
	font-size:				12px;
	color:					#555;
	width:					100%;
}

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

table.data b
{
	color:					black;
}

tr.r0
{
	background-color:		white;
}

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

table.data th,
table.data td
{
	padding:				5px 7px;
	text-align:				left;
}

#chart_rsp th
{
	padding:				5px;
}
table.data th
{
	vertical-align:			bottom;
	font-weight:			bold;
	color:					#386351;
}

table.data .tr_even
{
	background-color:		#f1f4f3;
}

table.data tr_odd
{
}

table.data td.checked
{
	background-image:		url('/images/circle_chart.png');
	background-position:	center center;
	background-repeat:		no-repeat;;
}

table.data td
{
	border-bottom:			1px solid rgb(204,215,238);
	line-height:			17px;
	text-align:				center;
	vertical-align:			middle;
}

table.data td.info
{
	vertical-align:			top;
	text-align:				left;

}

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

#right a
{
	text-decoration:		underline;

}

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

.contact_table td
{
	width:					50%;
}

.contact_left
{
	width:					50%;
	padding:				0 10px 0 0;
}

.contact_right
{
	padding:				0 0 0 10px;
}

.subtitle
{
	font-size:				16px;
	font-weight:			bold;
	color:					#002A5C;
}


table.data .tr_active,
table.list .tr_active
{
	background-color:		#EFEFEF;
}

table.data .tr_active td,
table.list .tr_active td
{
	background-color:		#f9f5e9  !important;
}

table.list td
{
	border-top:				1px solid #ddd;
	padding:				12px 0;
}


table.list img.thumb
{
}

.logos a
{
	float:					left;
	line-height:			30px;
	height:					30px;
}

.logos img 
{

}

.logos a,
.logos img 
{
	margin:					0 5px 5px;
}

.alpha_list
{
	padding:				20px 0;
}


/*---------------------------------------------------------------------------------------------------------
//	Dim
//-------------------------------------------------------------------------------------------------------*/
#form_dim
{
	display:				none;


	background-color:		rgb(0, 0, 0);
	opacity:				0.7;
	filter:					alpha(opacity=70);
	-moz-opacity:			0.70;
	z-index:				1000;
	height:					100%;
	width:					100%;
	background-repeat:		repeat;
	position:				absolute;
	top:					0px;
	left:					0px;
	height:					2100px;
}	


a#close
{
	float:					right;
	font-size:				10px;
	color:					white;
	padding:				3px 0px 0px;
}

.form_in_dim
{
	margin:					0px auto;
	border-collapse:		collapse;

	width:					610px;
	background-color:		white;
	padding:				15px;
}

.dim_content_container .video_player
{
	margin:					0 auto;
	background-color:		white;
}

.dim_content_container,
.form_container
{
	height:					100%;
	left:					0;
	padding-top:			50px;
	width:					auto;
	z-index:				1001;
	margin-left:			auto;
	margin-right:			auto;
	width:					100%;
	position:				absolute;
	top:					0;
}

#site_dim
{
	background-color:		#000000;
	background-repeat:		repeat;
	height:					2076px;
	opacity:				0.7;
	filter:					alpha(opacity=70); 
	position:				absolute;
	top:					0;
	left:					0;
	border:1px solid black;
	min-width:				1200px;
	width:					100%;
	z-index:				1000;
}

.dim_content_container,
.form_container,
#site_dim
{
	display:				none;
}

.featured_benefactor
{
	margin:5px;
	float:left;
}
.widget-title
{
	margin-bottom:			8px;
}
.widget-title h2
{
	display:				inline;
}
.widget-item
{
	background:				#eee;
	padding:				10px 28px 23px;
}

.widget-item .thumb
{
	margin:					0 5px 0 0;
	vertical-align:			middle;
}
.widget_container
{
	margin-bottom:			7px;
}

.widget_container_blue
{
	background:				url('/images/rounded-blue-bg-repeating.gif') repeat-y;
	position:				relative;
}


.widget_container_blue .widget-item
{
	background:				url('/images/rounded-blue-bg.gif') no-repeat;
}

.widget_container_peach
{
	background:				url('/images/rounded-peach-bg-repeating.gif') repeat-y;
}
.widget_container_peach h2
{
	color:					#386351;
}

.widget_container_peach .widget-item
{
	background:				url('/images/rounded-peach-bg.gif') no-repeat;
}
.rounded_bottom
{
	margin-top:				-11px;
}

.events_archive
{
	background:				url('/images/events-archive.gif') no-repeat;
}

.widget-item select 
{
	width:					180px;
	border:					1px solid #7f9db9;
}

.widget_dotted_line
{
	background:				url('/images/blue-dot.gif') repeat-x bottom;
	position:				absolute;
	width:					260px;
	height:					1px;
	left:					10px;
	clear:					both;
}

.accountlinks
{
	list-style:				none;
	padding-left:			0;
	margin-left:			0;
}

.extranetwidget input
{
	margin-bottom:			7px;
	border:					1px solid #7f9db9;
	height:					19px;
}

.extranetwidget input#btn1,
input.submit
{
	background:				url('/images/button-bg.gif') no-repeat;
	width:					57px;
	height:					22px;
	line-height:					22px;
	border:					none;
	padding-bottom:			3px;
	vertical-align:			top;
	font-size:				11px;
}
.print-only
{
	display:				block;
}
.archives_container
{
	padding:				10px 0;
}

a#rspchart
{
	display:				block;
	height:					32px;

	background-image:		url( /images/table.png );
	background-position:	left center;
	background-repeat:		no-repeat;

	padding-left:			37px;

	line-height:			32px;
	font-weight:			bold;
}

.teal
{
	color:					#54917D;
}


.img-caption-none img,
.img-caption-left img,
.img-caption-right img
{
	margin-bottom: 5px;
}

.img-caption-none,
.img-caption-left,
.img-caption-right
{
	overflow:    hidden;
	font-size:   11px;
	font-weight: bold;
	color:       #386351;
}

.img-caption-none
{
	padding: 0 0 10px 0;
}

.img-caption-left
{
	float: left;
	padding: 0 10px 5px 0;
}

.img-caption-right
{
	float: right;
	padding: 0 0 5px 10px;
}
