/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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:		white;
	background-repeat:		repeat-x;
}

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

	/*	Customize			----------------------------*/
	margin-bottom:			20px;
	margin-top:				0px;
	width:					760px;
	border:					1px solid rgb(170,170,170);
}

#header
{
}

table#body
{
	background-image:		url(/images/table_border.gif);
	background-repeat:		repeat-y;
	background-position:	top right;
	width:					692px;
}

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

col#col-content
{
	width:					557px;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					557px;
	padding:				30px 32px;
	background:				none;
	
}

form
{
	margin:					0px;
}

table#search
{
	position:				absolute;
	top:					33px;
	left:					530px;
}

input#searchtext
{
	width:					113px;
	font-size:				11px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	height:					30px;
	background-image:		url(/images/footer_bg.gif);
	margin-bottom:			14px;
}

td#footer-right,
td#footer-left
{
	height:					27px;
}

td#footer-right
{
	background-image:		url(/images/table_border.gif);
	background-repeat:		repeat-y;
	background-position:	top right;
	width:					141px;
}

td#footer-right a,
td#footer-left a
{
	height:					27px;
	line-height:			27px;
	color:					#878787;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				11px;
	padding:				6px 11px;

	background-image:		url(/images/table_border.gif);
	background-repeat:		repeat-y;
	background-position:	top right;
	
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px;
	margin-bottom:			7px;
	padding:				0px;

	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-weight:			normal;
	font-size:				1.4em;
	color:					#4373D9;
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					#4373D9;!important;
}

h2
{
	margin:					10px 0px;
	padding:				0px;
	
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-weight:			bold;
	font-size:				0.85em;
	color:					#4373D9;
}

h3
{
	margin:					1.7em 0em 0em 0em;
	line-height:			1.7em;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					black;
}

/*	Standard body style	*/
.bodytext
{
	padding:				0px;
	line-height:			21px;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				12px;
	color:					#777777;
	margin-bottom:			15px;
}

a
{
	text-decoration:		none;
	color:					#2B72DA;
}

a:hover
{
	color:					#C22626;
}

blockquote
{
	
}

img.thumb
{
	float:					left;
	clear:					left;
	margin:					4px 10px 10px 0px;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	padding-right:			38px;
	padding-top:			41px;
	padding-bottom:			20px;
}

.sidebar
{
	padding:				0px;
	line-height:			16px;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				11px;
	color:					#2B72DA;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Table Data
//-------------------------------------------------------------------------------------------------------*/
table.data
{
}

table.data th
{
	padding:				0px;
	line-height:			21px;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				12px;
	color:					#777777;
	margin-bottom:			15px;
}

table.data td
{
	padding:				0px;
	line-height:			21px;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				12px;
	color:					#777777;
	margin-bottom:			15px;

	padding-right:			10px;
	padding-bottom:			20px;
}

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0em 1.0em;
	white-space:			nowrap;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				11px;
}

#breadcrumb a
{
	text-decoration:		none;
}

#breadcrumb .static
{
	font-weight:			bold;
}

#breadcrumb .divider
{
	padding:				0em 0.25em;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	DHTML menu styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
ul.menublock,ul.submenublock
{
	/*	Do not modify		----------------------------*/
	position:				absolute;
	z-index:				200;
	visibility:				hidden;
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
	display:				none;
	
	/*	Customizeable options	------------------------*/
	width:					250px;
	border-top:				none;
	border-bottom:			none;
	background-color:		#4373D9;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				inline;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					23px;
	border-bottom:			1px solid #C6C6C6;
	padding:				0px 11px;
	line-height:			23px;
	white-space:			nowrap;
	font-family:			LucidiaSans,arial,verdana,sans serif;
	font-size:				11px;
	text-decoration:		none;
	color:					white;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		#45C2FF;
	color:					#1E4AA8;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow0.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	background-image:		url( /images/arrow1.gif );
}



/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	MISCELLANEOUS DEFAULTS
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

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

img.thumb
{
	float:					left;
	margin:					10px 10px 10px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Google stats box
/*-------------------------------------------------------------------------------------------------------*/
.google-stats-box, .google-stats-box-max, .google-stats-box-mini
{
	background:				white;
	border:					1px solid red;
	z-index:				1000;
	display:				block;
	width:					auto;
	font-size:				10px;
	font-family:			verdana,arial,sans serif;
	line-height:			16px;
	height:					16px;
	font-weight:			normal;
}

.google-stats-box-max
{
	position:				absolute;
	top:					15px;
	left:					185px;
	width:					220px;
}

.google-stats-box-mini
{
	width:					auto;
	display:				inline;
	line-height:			16px;
	margin-left:			2px;
	margin-right:			2px;
/*	float:					left;
	clear:					right; */
}

.google-stats-box-table
{
	display:				none;
	font-size:				10px;
}

.text,
.column-header
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			1.6em;
	font-family:			verdana,arial,sans serif;
	font-size:				11px;
	color:					rgb(119,119,119);
}

.column-header
{
	margin:				0em;
	padding:			0em;
	line-height:		18px;
	font-family:		trebuchet ms,verdana,arial,sans serif;
	font-weight:		bold;
	font-size:			13px;
	color:				#6688BB;
	margin-bottom:		5px;
}

