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

table
{
	border-collapse:		collapse;

}
body
{
	margin:					0px;
	padding:				0;
	
	background-image:		url('/images/bg.gif');

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

}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/

a
{
	color:					#00aedb;
	outline:				none;
}

table#body a
{
	font-weight:			bold;
}
table#calendartable .bodytext a
{
}

a:hover
{
	color:					rgb(119,119,119);
}

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

	/*	Customize			----------------------------*/
	background-color:		white;
	width:					938px;
}

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

#header
{
	position:				relative;
	height:					286px;
}

#logo
{
/*
	line-height:			75px;
	color:					white;
	font-size:				16px;
	font-weight:			bold;
	text-align:				center;
*/
}

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

#lego_area
{
	float:left;
}

#global_nav_area
{
	width:					479px;
	height:					58px;
	color:					white;
	float:					left;
	font-size:				11px;
	background-repeat:		no-repeat;		
}

#global_nav_area a
{
	color:					white;
}
#menu_area
{
}


table#body
{
	border-collapse:		collapse;
	width:					938px;
}

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:				20px;



}

#content_div
{
	min-height:				424px;
	height:					auto !important;
	height:					424px;

}
/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
}

table#body #footer,
table#body #footer a
{
	color:					white;
	font-weight:			normal;
}

#footer p
{
	clear:					both;
}

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

#footer li
{
	display:				inline;
}


#footer_line_1
{
	padding-left:			211px;
	padding-right:			141px;
	text-align:				center;
	padding-top:			34px;
	font-size:				10px;
	line-height:			12px;
}

#footer_line_2
{
	text-align:				center;
	margin-top:				33px;
	line-height:			19px;
	font-size:				11px;
}

/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 0.5em 0px;
	padding:				0px;
	font-weight:			bold;
	line-height:			22px;

}

h1 a,h1 a:hover
{
	color:					#ee3124;
	font-size:				22px;
	font-weight:			bold;
}

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

h2
{
	margin:					0px 0px 0.2em 0px;
	padding:				0px;
	
	font-weight:			bold;
	color:					#666666;
	line-height:			20px;
	font-size:				18px;

}

h3,
h3 a
{
	margin:					0 0em 0em 0em;
	font-weight:			bold;
	font-size:				16px;
	line-height:			16px;
}
h3
{
	color:					#ee3124;
}


/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	font-size:				12px;
	line-height:			16px;
	color:					#612e6c;

}

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

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					180px;
	padding:				20px;
}

.sidebar
{
}

/*=========================================================================================================
//	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);
	color:					white;*/
	font-weight:			bold;
}

table.data th.left
{
	vertical-align:			top;

}
table.data td
{
	vertical-align:			top;
	/*border-bottom:			1px solid rgb(204,215,238);*/
}

table.list td
{
	padding-bottom:			10px;
}

table.list td .thumb
{
	margin:					0 5px 5px 0;
}

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

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

.sidebar_highlight
{
	text-align:				center;
	margin-left:			8px;
	width:					94px;
	padding:				6px;
}

#header_content
{
	width:					178px;
	height:					35px;
	position:				relative;
	text-align:				right;
}
#header_content table
{
	float:					right;	
}

#global_nav_area_image
{
	position:absolute;
	top:20px;
	left:10px;
}

.green-tab
{
	left:					169px;
	position:				absolute;
	display:				block;
	cursor:					hand;
	cursor:					pointer;
}

.endmobile
{
	display:none;
}

table#body #footer a#goto-mobile-link
{
	color: #333;
	font-weight: bold;
	clear: both;
	margin: 10px 0;
	padding: 5px 10px;
	background-image: url('/images/paper-bg.jpg');
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	border-radius: 5px; /* CSS3 */
}

