/*=========================================================================================================
//---------------------------------------------------------------------------------------------------------
//	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
//---------------------------------------------------------------------------------------------------------
//	CONTENT STYLES:  see tempaltes directory for navigation styles
//---------------------------------------------------------------------------------------------------------
//=======================================================================================================*/
/*---------------------------------------------------------------------------------------------------------
//	Body structure elements
//-------------------------------------------------------------------------------------------------------*/
body
{
	margin:					0px;
	padding:				5px 0px;
	
	background-color:		#F2F2F2;
	background-image:		url( /site/images/bg_page.gif );
	background-position:	top center;
	background-repeat:		repeat-y;

	/*	Default text styles	----------------------------*/
	font-family:			arial,sans-serif;
	color:					#696969;
}

/*---------------------------------------------------------------------------------------------------------
//	Default link colors
//-------------------------------------------------------------------------------------------------------*/
a
{
	color:					#00509A;
}

a:hover
{
	text-decoration:		underline;
}

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

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

#header
{
	position:				relative;
	margin:					0px 6px 0px 7px;
	background-image:		url( /site/images/bg_header.gif );
	background-repeat:		repeat-x;
}

#sectionheader
{
	display:				block;

	border-left:			19px solid #92E059;
	padding-left:			2px;
}

img#logo
{
}

img#tagline
{
	position:				absolute;
	top:					98px;
	left:					223px;
}

table#body
{
	border-left:			19px solid #92E059;
	width:					764px;
}

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

col#col-content
{
	width:					auto;
}

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

/*	Optional sitebar	*/
td#right
{
}

td#content
{
	width:					auto;
	padding:				0px 22px 20px;
}

/*---------------------------------------------------------------------------------------------------------
//	Footer styles
//-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					2px 25px 0px 0px;
	padding:				0.5em 0px 0.5em 40px;
	border-top:				1px solid #92E059;
	border-bottom:			4px solid #2FB600;
	line-height:			1.7em;
	font-size:				10px;
}

#footer #copy
{
	clear:					both;
	color:					#b5b5b5!important;
}
#footer #copy a,
#footer #copy a:hover
{
	color:					#b5b5b5;
}

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


#footer li
{
	float:					left;
	padding:				0px 1em 0px 0px;
}

#footer a
{
	color:					#767676;
}
#footer a:hover
{
	text-decoration:		underline;
	color:					#464646;
}

a.nvna
{
	margin-left:			1em;
	color:					#00509a!important;
}
a.chs
{
	padding:				0px!important;
	color:					#6e0062!important;
}

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

	font-family:			avenir light,arial,sans-serif;
	font-weight:			normal;
	font-size:				1.5em;
}

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

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

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

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

blockquote
{
	margin:					1em 0px;
	font-family:			georgia,serif;
	font-weight:			bold;
	font-size:				16px;
	font-style:				italic;
	line-height:			1.4em;
	color:					#33ac1b;
}
blockquote:before
{
	content:				'“';
	color:					#bc9450;
}
blockquote:after
{
	content:				'”';
	color:					#bc9450;
}


/*---------------------------------------------------------------------------------------------------------
//	Sidebar styles
//-------------------------------------------------------------------------------------------------------*/
td#right
{
	width:					159px;
	padding:				2px 0px;
}

td#right h2
{
	margin:					0px;
	padding:				0.5em 0.5em;

	background-color:		#83A835;

	font-family:			avenir light,arial,sans-serif;
	font-weight:			normal;
	font-size:				0.9em;
	color:					white;
}

td#right ul
{
	margin:					0px 0px 2px;
	padding:				10px;
	list-style-type:		none;

	background-color:		#EFECE7;

	line-height:			1.6em;
	font-size:				0.66em;
	color:					#434343;
}

td#right ul li
{
	margin-bottom:			1em;
}

#sidebar a
{
	display:				block;
	color:					#696969;
}

#sidebar
{
	margin-top:				0px;
	border-bottom:			6px solid #83A835;
}

/*=========================================================================================================
//	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:					29px;
	line-height:			29px;
	padding:				0px;
	white-space:			nowrap;
	font-size:				10px;
	color:					#767676;
}

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

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