/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	"UBER" STANDARD CSS - NOT COMPATIBLE WITH SELECTEDIT SITES
/*-------------------------------------------------------------------------------------------------------*/
/*	CONTENT STYLES
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Body structure elements
/*-------------------------------------------------------------------------------------------------------*/
body,body.nobg
{
	margin:					0px;
	padding:				0px;
	
	background-color:		white;
	background-image:		url( /images/bg_top.gif );
	background-repeat:		repeat-x;
}

/*	Eliminate background image	*/
body.nobg
{
	background-image:		none;
}

#header
{
}

table#body
{
	width:					760px;
}

col#left
{
	width:					154px;
}

td#globals
{
	height:					29px;
	padding-left:			338px;
}

td#left
{
	width:					154px;
	background-image:		url( /images/bg_left.gif );
	background-repeat:		repeat-y;
}

col#content
{
	width:					auto;
}

td#right
{
}

td#content
{
	width:					auto;
	padding:				14px 40px 40px;
}

#bottom
{
	height:					21px;
	background-color:		rgb(206,230,248);
	background-image:		url( /images/bg_left.gif );
	background-repeat:		repeat-y;
	border-top:				1px solid white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Footer styles
/*-------------------------------------------------------------------------------------------------------*/
#footer
{
	clear:					both;
	margin:					0px;
	height:					74px;
	background-color:		rgb(155,187,217);
	border-top:				1px solid white;
	padding:				1.0em 20px 360px;
	line-height:			1.8em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					white;
}

#footer a
{
	color:					white;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Miscellaneous
/*-------------------------------------------------------------------------------------------------------*/
/*	Used so that non-CSS browsers deliniate footer block from body content	*/
hr
{
	display:				none;
}

p
{
	margin:					0px;
}

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

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

	font-family:			trebuchet ms,arial,sans serif;
	font-weight:			normal;
	font-size:				1.3em;
	color:					rgb(41,94,150);
}

h1 a,h1 a:hover
{
	text-decoration:		none;
	color:					rgb(41,94,150);
}

h2
{
	margin:					0em;
	padding:				0.5em 0em 0em 0em;
	
	line-height:			2.1em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.70em;
	color:					rgb(102,102,102);
}

h3
{
	margin:					0px;
	line-height:			1.7em;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.65em;
	color:					rgb(41,94,150);
}

/*	Same properties except different line-height	*/
.bodytext,.bodytext2
{
	margin:					0em 0em 1.7em 0px;
	padding:				0px;
	line-height:			2.1em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.70em;
	color:					rgb(102,102,102);
}

.bodytext a
{
	color:					rgb(0,102,204);
}

.bodytext2
{
	line-height:			1.6em;
	margin-bottom:			1.3em;
}

a
{
	text-decoration:		none;
	color:					rgb(41,94,150);
}

a:hover
{
	color:					rgb(255,123,51);
}

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

img#main
{
	border:					1px solid rgb(43,95,151);
}

img.thumb
{
	float:					left;
	margin:					0px 20px 20px 0px;
	border:					1px solid rgb(43,95,151);
}

a.more
{
	font-family:			verdana,sans serif;
	font-weight:			bold;
	font-size:				0.65em;
	line-height:			1.4em;
	color:					rgb(41,94,150);
}

a.more:hover
{
	color:					rgb(255,123,51);
}

a.more img
{
	vertical-align:			middle;
}

.point
{
	font-family:			verdana,sans serif;
	font-weight:			bold;
	font-size:				1.2em;
	color:					rgb(255,123,51);
}

.pointtext
{
	margin-bottom:			1.5em;
	
	line-height:			1.5em;
	font-family:			verdana,arial,sans serif;
	font-weight:			normal;
	font-size:				0.65em;
	color:					rgb(41,94,150);
}

.documents
{
	line-height:			1.5em;
	font-family:			verdana,arial,sans serif;
	font-weight:			normal;
	font-size:				0.65em;
	color:					rgb(41,94,150);
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning ( image only )
/*-------------------------------------------------------------------------------------------------------*/
img.right
{
	float:					right;
	margin:					0px 0px 20px 20px;
}

img.left
{
	float:					left;
	margin:					0px 20px 20px 0px;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Image positioning with caption block
/*-------------------------------------------------------------------------------------------------------*/
.caption-right
{
	float:					right;
	margin:					-10px 0px 20px 20px;

	width:					200px;

	line-height:			1.3em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					rgb(41,94,150);
}

.caption-right img
{
	border:					1px solid rgb(41,94,150);
}

/*********************************************************************************************************/
/*	EXAMPLE	- remove or customize as needed
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Table data
/*-------------------------------------------------------------------------------------------------------*/
table.data
{
	border:					1px solid rgb(204,204,204);
}

table.data th
{
	background-color:		rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-weight:			bold;
	font-size:				0.72em;
	color:					black;
}

table.data td
{
	background-color:		white;
	padding:				0.25em 0.5em;
	border-bottom:			1px solid rgb(204,204,204);
	text-align:				left;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					black;
}

/*********************************************************************************************************/
/*********************************************************************************************************/
/*
/*	MENUS & NAVIGATION
/*
/*********************************************************************************************************/
/*********************************************************************************************************/
/*-------------------------------------------------------------------------------------------------------*/
/*	Container blocks for nav sets
/*-------------------------------------------------------------------------------------------------------*/
/*	NOTE:  Do not user border-top property because IE and Opera will not position DHTML menus correctly
/*-------------------------------------------------------------------------------------------------------*/
#topnav
{
	/*	Do not modify		----------------------------*/
	clear:					both;
	border-top:				0px!important;
	
	/*	Customizeable		----------------------------*/
	background-image:		url( /images/bg_top.gif );
	background-repeat:		repeat-x;
	padding-top:			4px;
	border-bottom:			1px solid white;
	background-color:		rgb(185,212,236);
	padding-left:			64px;
}


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

	/*	Customizeable options	--------------------*/
	width:					210px;
	border-top:				1px solid white;
	border-bottom:			none;
	background-color:		rgb(72,125,181);
	
	display:				none;
}

ul.submenublock
{
	background-color:		rgb(47,94,150);
	padding:				4px 0px;
}

/*	Do not modify	*/
ul.menublock li, ul.submenublock li
{
	display:				block;
	border-bottom:			1px solid white;
}
ul.submenublock li
{
	border-bottom:			0px;
}

ul.menublock a,ul.submenublock a
{
	display:				block;
	width:					auto;
	height:					22px;
	border-left:			3px solid rgb(72,125,181);
	padding:				0px 8px;
	line-height:			22px;
	white-space:			nowrap;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}

ul.submenublock a
{
	height:					20px;
	line-height:			20px;
}

.menublock a:hover,.submenublock a:hover
{
	border-left:			3px solid rgb(255,123,51);
	background-color:		rgb(41,94,150);
	color:					white;
}

ul.submenublock a,
ul.submenublock a:hover
{
	border-left:			none;
}

/*	Makes arrow indicator for links with submenu	*/
a.showsub,a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
	background-position:	center right;
	background-repeat:		no-repeat;
}

/*	Change color on mouseover	*/
a.showsub:hover
{
	background-image:		url( /images/arrow1.gif );
}

/*-------------------------------------------------------------------------------------------------------*/
/*	Sidenav styles
/*-------------------------------------------------------------------------------------------------------*/
img#logo
{
	border-right:			1px solid rgb(206,230,248);
}

ul#sidenav,
ul#sidenav ul.sub
{
	margin:					0px;
	padding:				0px;
	list-style-type:		none;
}

a.sidenav-top,
ul#sidenav a
{
	display:				block;
	border-bottom:			1px solid white;
	background-color:		rgb(85,136,187);
	background-image:		url( /images/bg_sidenav0.gif );
	background-repeat:		repeat-y;
	padding:				4px 5px 4px 16px;
	line-height:			14px;
	font-family:			verdana,arial,sans serif;
	font-size:				10px;
	text-decoration:		none;
	color:					white;
}


a.sidenav-top
{
	font-weight:			bold;
}
ul.sub
{
	border-bottom:			1px solid white;
}
ul#sidenav ul.sub a
{
	padding:				4px 5px 4px 16px;
	background-image:		url( /images/bg_sidenav2.gif );
	color:					rgb(41,94,150);
	border-bottom:			none;
	line-height:			12px;
}

ul#sidenav a.active,
ul#sidenav a:hover,
a.sidenav-top:hover
{
	background-image:		url( /images/bg_sidenav1.gif );
	color:					white;
}

ul#sidenav ul.sub a.active,
ul#sidenav ul.sub a:hover
{
	background-image:		url( /images/bg_sidenav3.gif );
	color:					rgb(41,94,150);
}

img#main
{
	float:					left;
	margin:					0px 30px 30px 0px;
}

#caption
{
	height:					261px;
	clear:					right;
	line-height:			1.5em;
	font-family:			verdana,arial,sans serif;
	font-size:				0.65em;
	color:					rgb(41,94,150);
}

.timeline
{
	position:				absolute;
	z-index:				500;
	visibility:				hidden;
}

.documents
{
	margin:					0em 0em 2.0em;
}