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

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans serif;
	font-size:				14px;
	color:					#766A63; /*#908c8c;*/

	background-image:		url(/images/gradient.jpg);
	background-repeat:		repeat-x;
}

#container
{
	/*margin:					0 40px 60px 30px!important;
	margin:					0 30px 60px 20px;
	*/
	padding:				0 30px 15px 30px;
	
	background-image:		url(/images/background-1.jpg);
	background-color:white;

	min-height:				600px;
	height:					auto!important;
	height:					600px;
}

.homepage_content
{
	color:					#0061ac;
	line-height:			25px;
	font-size:				13px;
	font-weight:			bold;
	font-family:			helvetica , arial,sans serif ;
	padding-top:			20px;
}

#homepage_footer h2
{
	text-transform:			uppercase;
	font-size:				11px;
	/*font-family:			helvetica , arial,sans serif ;*/
	line-height:			16px;
	color:					#3B79A6;
}

#homepage_footer p, 
#homepage_footer
{
	font-size:				10px;
	font-weight:			bold;
	line-height:			16px;
	color:					#766a63;
}

.fullwidth
{
	width:					789px;
	border-bottom:			1px solid #D8D8D8;				
	margin-left:			-18px;
	height:					1px;
}

#scroller
{
	margin:					10px 0 10px -18px;
}

.sidebar-title,
.subhead
{
	font-size:				12px;
	font-weight:			bold;
}

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

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

a.red
{
	color:					#8b0516;
}

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

	/*	Customize			----------------------------*/
	/*background-color:		white;*/
	width:					816px;
	/*background-image:		url(/images/background-1.jpg);*/

	background-repeat:		no-repeat;
}

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

#header
{
}


#header_stuff
{
	position:				relative;
	top:					50px;
	height:					80px;
}

#logo
{
	margin-bottom:			10px;
	font-weight:			bold;
	float:					left;

}

#search_box
{
	width:					200px;
	text-align:				right;
	margin-top:				20px;
	float:					right;
}

#search_box form
{
	margin-top:				10px;
	white-space:			nowrap;
	vertical-align:			middle;
}

#search_box a
{
	color:					#908c8c;
	font-size:				11px;	
	font-weight:			bold;
}

#search_box input#findtext
{
	border:					1px solid gray;
	margin:					2px 10px 0 10px;
	font-size:				11px;
	height:					12px;
	width:					120px;
}

#search_box #globe
{
	float:					left;
}

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

table#body
{
	border-collapse:		collapse;
	width:					760px;
	margin-top:				15px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/

td#content
{
	padding-right:			30px;
	width:					429px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	font-family:			arial,sans serif;
	font-size:				11px;
	/*background-image:		url(/images/bkg_bottom_no_legal.gif);*/
	
	/*background-image:		url(/images/footer-new.gif);*/
	background-image:		url(/images/test-footer.png);
	background-repeat:		no-repeat;
	padding:				0 30px 130px 35px;
	color:					gray;
}

span.divider
{
	padding: 				0 8px;
}

#footer p
{
	clear:					both;
}

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

#footer li
{
	float:					left;
}

#footer a
{
	color:					gray;
}


/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	Standard body styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
h1
{
	margin:					0px 0px 10px;
	padding:				0 0 2px 0;
	font-weight:			bold;
	font-size:				1.2em;
	/*border-bottom:			1px dashed gray;*/
	background:				url('/images/dotted.jpg') no-repeat;
	background-position:	0 100%;
	width:					430px;
}

h1 a,h1 a:hover
{
	color:					#006699;
}

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

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

h3
{
	margin:					0em;
	padding:				0px;

	font-weight:			bold;
	font-size:				0.85em;
}

/*	Standard body style	*/
.bodytext
{
	line-height:			1.4em;
	font-size:	12px;

}

blockquote
{
	margin:					1em 3em;
	border-top:				1px solid rgb(221,204,204);
	border-bottom:			1px solid rgb(221,204,204);
	padding:				0.5em 0em;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	padding-top:			50px;
	padding-right:			15px;
	text-align:				left;
	font-size:				12px;
}

td#right ul
{
	padding:				0;
	margin:					20px 0 0 12px;
}

.sidebar
{
	line-height:			1.4em;
	font-size:				12px;
}

/*=========================================================================================================
//	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:				0em 1.0em;
	white-space:			nowrap;
	font-size:				11px;

	border-bottom:			1px solid rgb(238,238,238);
}

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

.homepage_image_print
{
	display:				none;
}

.homepage_image
{
	background-color:		transparent;
	background-repeat:		no-repeat;
	background-position:	top right;
	margin-right:			-15px;
}

a.archive
{
	font-weight:			bold;
}