/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"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: #EBEBD6;
	/*	Default text styles	----------------------------*/
	font-family: verdana,arial,sans-serif;
	color: black;
	background-image: url(/images/body_back.gif);
	background-repeat: no-repeat;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#006699;
	text-decoration: 		none;
}

a:visited 
{
	color:					#006699;
}

a:hover
{
	color: 					#FF6600; 
	text-decoration: 		underline;
}

a:active 
{ 
	color: 					#FF6600; 
	text-decoration: 		underline;
}


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

	/*	Customize			----------------------------*/
	min-width: 760px;
	max-width: 980px;
	/*	IE Max-width	*/
	width:expression(document.body.clientWidth > 1024 ? "980px" : "auto" );
	
	border: 1px solid #003366;
}

#headcell
{
	height: 70px;
	overflow: hidden;
	padding: 0px;
	margin: 0px;
}

#header
{
	height: 70px;
	background-image: url(/images/header_back.gif);
	background-repeat: no-repeat;
	background-color: #006699;
	border-bottom: 			1px solid #3399CC;
	background-position: center;
}

table#body
{
	border-collapse:		collapse;
	width: 100%;
}

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

col#col-content
{
	width:					auto;
}

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

td#content
{
	width:					auto;
	background-color: 		#EBEBD6;
}

#pagecontent
{
	margin: 15px;
}

td#right
{
	background-color: white;
	vertical-align: top;
	width: 180px;
	padding: 10px 20px 20px 10px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	background-color: #006699;
	clear:					both;
	margin:					0px;
	border-top: 			1px solid #3399CC;
	padding:				0em 1em;
	line-height:			1.5em;
	font-family:			verdana,arial,sans-serif;
	font-size:				0.7em;
	text-align: center;
	color: white;
	padding: 5px;
}

#footer p
{
	clear:					both;
}

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

#footer li
{
	display: 				inline;
}

#footer a, #footer a:hover
{
	color: 					white;
	text-decoration: 		none;
}

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

	font-family:			verdana,arial,sans-serif;
	font-weight:			bold;
	font-size:				13px;
	color: 					#006699;
}

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

h3
{
	margin:					0em;
	line-height:			1.7em;
	font-family:			verdana,arial,sans-serif;
	font-weight:			bold;
	font-size:				11px;
}

/*	Standard body style	*/
.bodytext
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			14px;
	font-family:			verdana,arial,sans-serif;
	font-size:				11px;
}

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-family:			times new roman,times;
	font-size:				1.15em;
	font-style:				italic;
	line-height:			1.4em;
	color:					rgb(153,51,51);
}

/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
.sidebar, .sidelink, .sideitem
{
	line-height:			1.4em;
	font-family:			verdana,sans-serif;
	font-size:				0.65em;
	padding-left: 10px;
}

.sideitem
{
	margin-bottom: .7em;
}

td#right h3
{
	border-top: 1px solid #646464;
	color: #F90;
	font-size:				0.65em;
	margin-bottom: .4em;
}

.sidelink .bodytext, .sidebar .bodytext
{
	font-size: 1em;
	color: #036;
}

.sidebar a, .sidelink a, .sideitem a, .boldblue
{
	color: #069;
	font-weight: bold;
}

td#right a.morelink
{
	display: block;
	background-image: url(/images/more_icon.gif);
	background-repeat: no-repeat;
	padding-left: 22px;
	margin-top: 3px;
}

.sidebar
{
	border-top: 1px solid #646464;
	padding-top: 6px;
}

/*=========================================================================================================
//	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-family:			verdana,arial,sans-serif;
	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;
	font-family:			verdana,arial,sans-serif;
}

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-family:			verdana,arial,sans-serif;
	font-size:				11px;
}

#breadcrumb a
{
}

#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:					210px;
	border:					1px solid #FF9A00;
	border-bottom:			none;
	background-color:		#EBEBD6;
}

ul.menublock
{
	margin-top: -3px;
}

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

ul.menublock a,ul.submenublock a
{
	display: block;
	width: auto;
	height: 21px;
	border-bottom: 1px solid #FF9A00;
	padding: 0px 8px 0px 15px;
	line-height: 21px;
	white-space: nowrap;
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
	color: #003366;
}

.menublock a:hover,
.submenublock a:hover,
a.highlight
{
	background-color:		#003366;
	color:					white;
	text-decoration: 		none;
}

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

/*	Menu item mouseover	*/
a.showsub:hover,
a.highlight
{
	color:					white!important;
	background-image:		url( /images/orange_arrow.gif );
	text-decoration: 		none;
}



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

/*	List view	*/
img.thumb
{
	float: left;
	margin-right: 1em;
	margin-bottom: .5em;
}

.listitem
{
	clear: left;
}


/*---------------------------------------------------------------------------------------------------------
//	Custom Formatter Styles
//-------------------------------------------------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 14px;
	text-decoration: none;
	font-weight: bold;
}

.h1{ color: #FFFFFF; }
.h2 { font-size: 11px; 	color: #006699; }
.h3{ color: #003366; }
.h4{ color: #000000; }
.h5 { color: #FF9900; }
.h6 { color: #FF6600; }

.wbody9, .bbody9 	{ font-size:  9px; }
.wbody12, .bbody12 	{ font-size:  12px; }
.wbody15, .bbody15 	{ font-size:  15px; }

.wbody9, .wbody12, .wbody15 { color: white; }
.bbody9, .bbody12, .bbody15 { color: black; }

.link1, .link1 a, a.link1 { color: #006699; }
.link1 a:visited, a.link1:visited { color: #FF6600; }
.link1 a:hover, a.link1:hover { color: #FF9900; }
.link1 a:active, a.link1:active { color: #006699; }

.link2, .link2 a, a.link2 { color: #FF9900; }
.link2 a:visited, a.link2:visited { color: #FF6600; }
.link2 a:hover, a.link2:hover { color: #FF3300; }
.link2 a:active, a.link2:active { color: #FF9900; }
