/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	
	
	background-color:		#AAAAAA;

	/*	Default text styles	----------------------------*/
	font-family:			"Lucida Sans Unicode","Lucida Grande",sans-serif;
	color:					#333;
	background:				url('/images/bg.gif');
	font-size:				12px;

}
#container
{
	background:				url('/images/bg-main.gif') repeat-x;
	padding:				0px 0px 20px;
	
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					rgb(59,121,166);
 outline:					none;
}

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


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

	/*	Customize			----------------------------*/
	
	width:					940px;
	position:				relative;

}

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

#header
{
	position:				relative;
	height:					154px;
	margin-left:			14px;
}

#nav-global
{
	position:				absolute;
	top:					10px;
	left:					10px;

	width:					680px;
	white-space:			nowrap;
}
#nav-global a
{
	float:					left;
}

#logo
{

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

table#body
{
	border-collapse:		collapse;
	width:					924px;
	background-color:		white;
	background:				url('/images/content-bottom-bg.gif') repeat-y 14px 0;
}

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

col#col-right
{
	width:					180px;
}

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#right  a
{
	color:					rgb(0,96,168);
	font-weight:			bold;
}

td#right  a:hover
{
	color:					rgb(0,77,135);
}

td#content
{
	width:					auto;
	padding:				0px 0px 20px 24px;
	background:				url(/images/content-bg.jpg) no-repeat scroll 14px 0px;

}

#content_div
{
	padding:				0px 27px 15px;

	/* min height hack*/
	min-height:				542px;
	height:					auto !important;
	height:					542px;	
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px 0px 50px;
	padding:				10px 0px 0px 20px;
	line-height:			1.8em;
	color:					#2C77B1;
}

#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 0px 0.5em 0px;
	padding:				5px 0px;
	font-family:			"Trebuchet MS", verdana,arial,sans-serif;
	font-size:				20px!important;
}

h1 a,h1 a:hover
{
	color:					white;
}

.main-header
{
	margin-bottom:			15px;
	background:				url('/images/header-bg.jpg') no-repeat;
	height:					56px;
	padding:				9px 0px 0px 27px;
	width:					680px;
}

.main-headera  h1 a
{
	color:					white;
	padding:				8px 0px 8px 27px;
}

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

h2
{
	margin:					0em;
	padding:				0px;
	font-family:			"Trebuchet MS", verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				16px;
	color:					#666666;
}

.bodytext h3,
h3
{
	margin:					0px;
	line-height:			18px;
	font-weight:			bold;
	font-size:				12px;
	color:					#231F20
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.4em 0px;
	padding:				0px;
	line-height:			18px;
	font-size:				12px;
}

.sidebar .bodytext
{
	font-size:				11px;
	line-height:			16px;
	
}
blockquote
{
	margin:					1em 3em;
	padding:				0em;
	font-style:				italic;
	line-height:			15px;
}

td.image
{
	padding-right:			15px;
}

img.content-image
{
	margin:					0px 0px 10px 15px;
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	background:				url('/images/right-bg-bottom.jpg') repeat-y;
	padding:				0px;
}

.sidebar-container
{
	/* min height hack*/
	min-height:				542px;
	height:					auto !important;
	height:					542px;	
	background:				url('/images/right-bg.jpg') no-repeat;
	font-size:				11px;
	line-height:			16px;
	width:					180px;
	overflow:				hidden;
}

.sidebar-container img
{
/*line-height:			auto;*/
/*border:1px solid red;*/
}
.sidebar
{
	font-size:				11px;
	padding:				0px 22px 0px 12px;
}

.pdflink
{
	
}
.pdflink img
{
	margin-left:			5px;
}

/*=========================================================================================================
//	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;
	font-size:				0.70em;
}

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);
	font-weight:			bold;
	font-size:				0.70em;
	color:					white;
}

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

/*=========================================================================================================
//	EXAMPLE	- remove or customize as needed
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Bread crumb
//-------------------------------------------------------------------------------------------------------*/
#breadcrumb
{
	clear:					both;
	display:				block;
	width:					auto;
	height:					26px;
	line-height:			26px;
	padding:				0 18px;
	white-space:			nowrap;
	font-size:				11px;
	
	background-color:		#cecece;
	background:				url('/images/breadcrumb-bg.jpg') repeat-y;
}

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


/* Macro Image */
.center_macro_image_div
{
	position:				absolute;
	width:					100%;
	height:					100%;
	left:					0px;
}

.macro_image_div
{
	position:				relative;
	background-color:		white;
	margin-left:			auto;
	margin-right:			auto;
	
}

.macro_image_title
{
	font-weight:			normal;
	font-size:				24px;
	color:					#e0001a;
	padding:				10px;
	float:left;
}

#rotating_quote
{
	margin:					20px 0px;
	padding:				0px;
	overflow:				hidden;
	height:					150px;
}

/*Left / Right Border*/
#img_right_bg,
#img_left_bg
{
	margin-top:				128px;
	position:				absolute;
}

#img_right_bg
{
	right:					2px;
}
#img_left_bg
{

}

.widget
{
	padding:				0 18px;
	color:					white;
}

.widget-link-title-div a,
.widget-link-title-div
{
	color:					white;
	font-weight:			bold;
}

#menu-bg
{
	position:				relative;
	height:					16px;
	background:				url(/images/menu-bg.jpg) no-repeat;
	background-position:	0 100%;
	margin-left:			-8px;
}

.curve_img
{
	background-image:		none;
}

td#right .widget ul
{
	margin-left:0;
	padding-left:15px;
}

td#right .widget li
{

}

/*====================================================================================
//	Blue container on right
/*====================================================================================*/
td#right .blue_container
{
	padding:			0px 0px 10px;
	background:			transparent url('/images/sidebar-menu-bg.jpg') repeat-y;
}

td#right .blue_container .sidebar_top
{
	background:			transparent url('/images/sidebar-menu-section-bg.gif') no-repeat;

}

/*====================================================================================
//	Gray container on right
/*====================================================================================*/
td#right .gray_container
{
	padding:			0px 0px 10px;
	background:			transparent url('/images/sidebar-widget-bg.jpg') repeat-y;
}

/**/

.bodytext ul,
.sidebar ul
{
	padding:	0 15px;
	margin:		0 0 7px;
}


form#emaillist
{
	margin:			0px 21px 0px 0px;

	
}

#header form input.textinput
{
	vertical-align:		top;
	width:			105px;
	height:			18px;

	margin:			0px;
	padding:		2px 5px 2px 10px;
	border:			0px;
	background:		transparent;

	font-family:	"Lucida Sans Unicode","Lucida Grande",sans-serif;
	font-size:		11px;
	color:			#999999;
}

input#findtext
{
	width:			106px;
}


#header form
{
	float:			left;
	padding:		0px;

	background-image:	url( /site/images/bg_header_form.gif );
	background-repeat:	no-repeat;
	display:		inline;
	width:			171px;
	height:			22px;
}

form#search
{
	margin:			0px 0px 0px 11px;
}
