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

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#6D6F72;
	font-size:				12px;
	line-height:			16px;

}

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

a:hover
{
	color:					#E10B16;
}

a.more
{
	font-weight:			bold;
	color:					#E10B16;
}
a.viewall
{
	display:				block;
	margin:					0px!important;
	text-align:				right;
	text-transform:			uppercase;
}

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

	/*	Customize			----------------------------*/
	width:					800px;

	background-image:		url( /site/images/bg_main.png );
	background-repeat:		repeat-y;

	padding:				0px 7px;
}

#footer p
{
	padding: 2px 5px;
}
#footer
{
	/*	Do not modify		----------------------------*/
	margin-right:			auto;
	margin-left:			auto;

	/*	Customize			----------------------------*/
	width:					800px;

	background-image:		url( /site/images/bg_footer.png );
	background-position:	bottom left;
	background-repeat:		no-repeat;

	padding:				0px 7px 7px;

	text-align:				right;

	font-size:				12px;
}

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

#header
{
	position:				relative;

	background-image:		url( /site/images/bg_header.png );
	background-repeat:		no-repeat;
	background-position:	0px -1px;

	clear:					both;
	margin:					0px 0px 2px;
}

#logo
{
}

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

table#body
{
	border-collapse:		collapse;
	width:					800px;

}

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
{
	position:				absolute;
	top:					4px;
	right:					4px;

	background-image:		url( /site/images/bg_search.gif );
	background-position:	0px 5px;
	background-repeat:		no-repeat;
	padding-left:			48px;
}

form#search input#findtext,
form#search select
{
	vertical-align:			8px;
	font-family:			arial,sans-serif;
	font-size:				12px;
	border:	1px solid #aaaaaa;
}

form#search input#findtext
{
	width:					114px;
	margin-right:			20px;
}

form#search select
{
	margin-right:			4px;
}

input#searchbutton
{
	margin-top:				2px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/

#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
{
	margin:					0px;
	padding:				10px 5px;
	line-height:			20px;
	font-weight:			bold;
	font-size:				20px;
}

h1 a,h1 a:hover
{
	color:					#00377B;
}

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

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	font-size:				1.2em;
	font-weight:			bold;
	color:					#666666;
}

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


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

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

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

.sidebar
{
}

.widget
{
	border:				1px solid #9C9DA1;
	margin:				0px 2px 2px 0px;
}

.widgettext
{
	padding:			10px;
	line-height:		16px;
	font-size:			12px;
	color:				#00377B;
}
.widgettext img
{
	float:				left;
	margin-right:		5px;
}

#featuredevents,
#featuredevents .widgettext
{
	color:				#6D6F72!important;
}

#homeright-2 .homewidget h2
{
	text-align: center!important;
}

.widget h2,
.widgettitle
{
	background-color:	#9C9DA1;
	background-image:	url( /site/images/bg_widgettitle_gray.gif );
	background-repeat:	repeat-x;

	padding:			5px;

	text-align:			left!important;
/*
	font-family:		impact,arial condensed,arial,serif;
	font-weight:		normal;
	font-size:			15px;
*/
	font-family:		arial,serif;
	font-weight:		bold;
	font-size:			14px;

	color:				#00377B;
}
.widget h2 a
{
	color:				#00377B;
}

td#left .widget h2,
td#left .widgettitle,
td.homeright h2
{
	background-color:	#00377B;
	background-image:	url( /site/images/bg_widgettitle_blue.gif );

	color:				white;
}
td#left .widget h2 a,
td.homeright .widget h2 a
{
	color:				white;
}
.widgettitle
{
	display:			block;
	width:				auto;
	padding:			0px!important;
}



#header-widgets
{
	clear:				both;
}

#header-widgets .widget
{
	float:				left;
}

#topcontent h2
{
	margin:				0px;
	padding:			10px 0px 0px 10px;

	background-image:	none!important;
	font-family:		arial,sans-serif!important;;
	background-color:	transparent!important;

	font-weight:		bold;
	font-size:			12px;
}

/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.contentlist
{
	margin:					10px 0px 0px 10px;
	border-collapse:		collapse;
	empty-cells:			show;

	line-height:		14px;
	font-size:			12px;
}

table.contentlist h3,
.widget h3
{
	text-transform:			uppercase
}

table.contentlist td
{
	padding:				0px 10px 10px 0px;
	vertical-align:			top;
}
table.contentlist td.image
{
	padding-top:			4px;
}

table.contentlist a.more
{
	display:				block;
	font-weight:			bold;
	margin-bottom:			1.0em;
}



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