/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				0px;
	
	background-color:		#0f65a0;
	background-image:		url( /site/images/bg.png );
	background-position:	top left;
	background-repeat:		repeat-x;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#333333;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#0f65a0;
}

a:hover
{
	color:					#f08f1e;
}

#share
{
	margin:					20px 0px 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Site structure
//-------------------------------------------------------------------------------------------------------*/
/*	horizontal centering	*/
#center-x
{
	/*	Customize			----------------------------*/
	width:					1020px;
}

/*	Popup container	*/
#popup-box
{
	/*	Customize			----------------------------*/
	background-color:		white;
	border:					1px solid black;
	margin:					0px 20px 0px 20px;
	padding:				15px;
}

#header
{
	position:				relative;

	height:					86px;

	background-image:		url( /site/images/bg_header.png );
	background-position:	top left;
	background-repeat:		repeat-x;
}

#headertext
{
	position:				absolute;
	top:					20px;
	left:					210px;

	width:					275px;
	line-height:			13px;
	font-size:				11px;
	color:					#999999;
}
#content,
#homecontent
{
	min-height:				460px;
	overflow:				hidden;
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				0px 22px 10px;
}

.newsscroller,
.homenewsscroller
{
	margin:					10px 0px;
	background-color:		white;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;

	padding:				10px 22px;
}

table#body
{
	margin-right:			10px;
	border-collapse:		collapse;
	width:					1010px;
}

/*	See sectionnav CSS tempaltes for td#left	*/

td#main
{
	width:					640px;
	padding:				0px 0px 0px 10px;
}

/*	Optional sitebar	*/
td#right
{
	width:					200px;
	padding:				0px 0px 0px 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					20px 0px 50px;
	padding:				0em;

	line-height:			12px;
	font-size:				10px;
	color:					#b7d1e3;
}

#footer a
{
	color:					#b7d1e3;
}


#footer ul
{
	width:					100%;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

#footer li
{
	float:					left;
	padding:				0px 5px 0px 0px;
}


form#search
{
	margin: 0px;
	padding: 0px;
	position:				absolute;
	top:					11px;
	left:					810px;

	width:					200px;
	height:					25px;

	background-image:		url( /site/images/bg_form_search.png );
	background-position:	top left;
	background-repeat:		no-repeat;
}

form#search input#findtext
{
	position:				absolute;
	top:					0px;
	left:					0px;

	border:					0px;
	width:					160px;
	background:				transparent;
	padding:				5px 5px 5px 11px;
	line-height:			15px;
}
form#search input#searchbutton
{
	position:				absolute;
	top:					0px;
	left:					176px;

}

.column
{
	float:					left;
	width:					48%;
	margin-right:			20px!important;
	overflow:				hidden;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px;
	padding:				0px;
	font-weight:			normal;
	font-size:				1.6em;
}

h1 a,h1 a:hover
{
	color:					#0f65a0;
}

#popup-box h1
{
	margin-top:				10px;
	text-align:				center
}

h2
{
	margin:					10px 0px;
	padding:				0px;
	
	font-weight:			bold;
	font-size:				1.0em;
}
.bodytext h2
{
	font-size:				1.3em!important;
}

h3
{
	margin:					0px;
	padding:				0px;
	line-height:			1.6em;
	font-size:				0.72em;
	font-weight:			bold;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0px;
	padding:				0px 0px 10px;

	line-height:			1.6em;
	font-size:				0.72em;
	overflow:				hidden;
}

blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.widget,.ad
{
	margin:					0px 0px 12px;
}

.widget
{
	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	background-color:		#4b8cb8;
	padding:				5px 10px 10px;

	line-height:			17px;
	font-size:				12px;
	color:					white;
	overflow:				hidden;
}
.widget h2
{
	margin:					0px;
	padding:				5px 0px;

	font-weight:			bold;
	font-size:				14px;
	color:					white;

}

h2.expand
{
	cursor:					pointer;
}
h2.icon
{
	background-position:	left center;
	background-repeat:		no-repeat;
	padding-left:			32px;
}

.expandable
{
	display:				none;
}

.widget label
{
	display:				block;
	margin-top:				8px;
	font-size:				10px;
}
.widget input,
.widget select,
.widget textarea
{
	border:					1px solid #88be5b;
	border:					1px solid #b7d1e3;
	font-family:			arial,sans-serif;
	width:					170px;

	font-size:				0.85em;
}

button
{
	height:					23px;
	line-height:			23px;

	margin:					0px;
	padding:				0px 12px;
	border:					1px solid #b7d1e3;
	border-radius:			4px;
	-moz-border-radius:		4px;
	-webkit-border-radius:	4px;

	background-color:		#88be5b;

	font-weight:			bold;
	font-size:				12px;
	color:					white;
}

.widget a
{
	font-weight:			bold;
	color:					white;
}

.partner
{
	display:				block;
	float:					left;
	width:					120px;
	height:					120px;
	margin:					0px 25px 25px 0px;

	text-align:				center;
	vertical-align:			middle;

	line-height:			14px;
	font-size:				12px;

}

/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					29px;

	margin:					0px -22px 15px;

	border:					2px solid white;
	border-bottom:			0px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;

	background-color:		#dddddd;

	padding:				0px 11px;
	white-space:			nowrap;

	line-height:			29px;
	font-size:				11px;
	color:					#555555;
}

#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;
}

#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;
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	jQueryTabs
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
#pagetabs ul#tabs
{
	list-style-type:		none;
	margin:					20px -22px 0px;

	background-position:	bottom left;
	background-repeat:		repeat-x;

	padding:				0px 0px 0px 4px;

	height:					36px;

/*	line-height:			29px;	*/
	line-height:			14px;
	font-family:			arial,sans-serif;
	font-weight:			bold;
	font-size:				12px;
}

#pagetabs ul#tabs li
{
	display:				block;
	float:					left;
	margin:					0px 2px 0px 0px;
	height:					36px;
	text-align:				center;
}

#pagetabs ul#tabs a
{
	display:				block;
	width:					80px;
	height:					28px;
	padding:				4px 4px;

	-moz-border-radius-topleft:			6px;
	-moz-border-radius-topright:		6px;
	-webkit-border-top-left-radius:		6px;
	-webkit-border-top-right-radius:	6px;


	background-color:		#d9ebf6;
	background-position:	bottom center;
	background-repeat:		no-repeat;

	color:					#74a8cb;
}
#pagetabs ul#tabs a.selected
{
	border:					1px solid #0079c3;
	border-bottom:			1px solid white;
	background-color:		white;
	color:					#0f65a0;
}

#pagetabs
{

}

.tabcontent
{
	margin:					0px -22px;
	border-top:				1px solid #0079c3;
	padding:				10px 22px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	inline search forms
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
form.inlinesearch
{
	padding:				16px;
	background-color:		#DDDDDD;

	border-radius:			6px;
	-moz-border-radius:		6px;
	-webkit-border-radius:	6px;
	
}

form.inlinesearch label
{
	font-weight:			bold;
	font-size:				0.7em;
	color:					#333333;
	margin:					0px 8px 0px 16px;
}

form.inlinesearch input,
form.inlinesearch select
{
	font-size:				0.7em;
}

ul.searchresults
{
	list-style-type:		none;
	margin:					0px;
	padding:				0px;
}

.fileinfo
{
	font-weight:			normal;
	font-size:				0.92em;
}
