/**************/
/** begin: site specific section **/
/**************/

/*****************
*
* LISE Navigation Breadcrumbs
*
*****************/

div.LISE_Breadcrumbs
{
	clear: both;
	width: auto;
	min-width: 820px;
	text-align: right;
	padding: 0;
	margin: 0;
	background-color: #b1b2b4;
	line-height: 2.4em;
	height: 2.4em;
	font-size: 85%;
}

div.LISE_Breadcrumbs h5
{
	float: right;
	margin: 0;
	padding: 0 8px 0 8px;
	border: 0;
	line-height: 2.4em;
	height: 2.4em;
	vertical-align: middle;
}

div.LISE_Breadcrumbs a,
div.LISE_Breadcrumbs span
{
	border-width: 0;
	margin: 0;
	height: inherit;
	padding: 0 8px 0 8px;
	font-family: verdana, sans-serif;
	color: #fff;
}


div.LISE_Breadcrumbs a:link,
div.LISE_Breadcrumbs a:active,
div.LISE_Breadcrumbs a:visited
{
	color: #666;
	text-decoration: none;
}

div.LISE_Breadcrumbs a:hover,
div.LISE_Breadcrumbs a.current
{
	color: #fff;
	text-decoration: none;
}

/*****************
*
* LISE_Language_Navigation
*
*****************/

div.LISE_Language_Navigation
{
	display: block;
	float: right;
	width: 50%;
	width: auto;
	border-width: 0;
	background-color: inherit;
	height: auto;
	text-align: right;
	padding: 0;
	font-size: 85%;
	color: #ccc;
}

div.LISE_Language_Navigation h5
{
	float: right;
	margin: 0;
	padding: 0;
	border: 0;
	color: #ccc;
}

div.LISE_Language_Navigation a,
div.LISE_Language_Navigation span
{
	border-width: 0;
	margin: 0;
	height: inherit;
	padding: 0;
	font-family: verdana, sans-serif;
	color: #fff;
}

div.LISE_Language_Navigation a:link,
div.LISE_Language_Navigation a:active,
div.LISE_Language_Navigation a:visited
{
	color: #ccc;
	text-decoration: none;
}

div.LISE_Language_Navigation a:hover,
div.LISE_Language_Navigation a.current
{
	color: #fff;
	text-decoration: underline;
}

/*****************
*
* navigation
*
*****************/

#navigation
{
	/*position: absolute;
	top: auto;
	left: 0;*/
	background-color: transparent;
	width: 100%;
	padding: 0;
	margin: 0;
	font-size: 100%;
}

div.LISE_Subnavigation
{
	float: left;
	border: 0;
	background-color: transparent;
	width: 640px;
	height: auto;
	min-height: 2.0em;
	line-height: 2.0em;
}

#navigation a,
#navigation a.nav_0,
#subnavigation a,
#subnavigation a.nav_0
{
	display: block;
	float: left;
	margin-left: 20px;
	color: #7e8082;
	text-decoration: none;
}


#subnavigation a,
#subnavigation a.nav_0
{
	color: white;
}

#navigation a:hover,
#navigation a.current,
#navigation a.nav_0:hover,
#navigation a.nav_0current
{
	color: #4c2177;
}

#subnavigation a:hover,
#subnavigation a.current,
#subnavigation a.nav_0:hover,
#subnavigation a.nav_0current
{
	color: #e6e7e7;
}

#navigation a.current, 
#navigation a.nav_0current,
#subnavigation a.current, 
#subnavigation a.nav_0current 
{
	font-weight: bold;
}

#navigation a.nav_1	{
	background-color: #b1b2b4;
	color: #4c2177;
	border-color: #ddd;
	text-align: left;
}

#navigation a.nav_1current,
#navigation a.nav_1:hover,
#navigation a.nav_1current:hover
{
	font-weight: bold;
}

#navigation a.nav_2,
#navigation a.nav_3,
#navigation a.nav_4
{
background-color: #839144;
background-color: #788841;
	background-color: #3a8476;
	background-color: #aaa;
	background-color: #4c2177;
	color: #b1b2b4;
	border-color: #ddd;
	text-align: center;
}

#navigation a.nav_2current,
#navigation a.nav_3current,
#navigation a.nav_4current,
#navigation a.nav_2current:hover,
#navigation a.nav_3current:hover,
#navigation a.nav_4current:hover,
#navigation a.nav_2:hover,
#navigation a.nav_3:hover,
#navigation a.nav_4:hover
{
	background-color: #4c2177;
	color: #d9dadc;
	border-color: #ddd;
	text-align: center;
}

div.LISE_Subnavigation a
{
	float: left;
	position: relative;
	height: 2.4em;
	line-height: 2.4em;
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #cc6 #cc6 #ccc #ccc;
	padding: 0;
	margin: 0;
	background-color: #ffc;
	vertical-align: middle;
}

/**************/
/** using ul **/
/**************/
#navigation li
{
	float: left;
	position: relative;
	height: 2.4em;
	width: 159px;
	line-height: 2.4em;
	border-width: 1px 1px 1px 0;
	border-style: solid;
	border-color: #336;
	padding: 0;
	margin: 0;
	background-color: #369;
	vertical-align: middle;
}

#navigation li a,
div.LISE_Subnavigation li a
{
	float: left;
	padding: 0 12px;
	line-height: inherit;
	width: inherit;
	height: inherit;
	color: #fff;
}

div.LISE_Language_Navigation li a
{
	float: left;
	padding: 0 12px;
	line-height: inherit;
	width: inherit;
	height: inherit;
}

#navigation #dropdown_navigation,
#navigation * ul
{
	list-style-type: none;
	list-style-image: none;
	margin: 0;
	padding: 0;
	border: 0;
}

#navigation li ul
{
	display: none;
	position: relative;
	top: -2.4em;
	left: 159px;
}

/*
#navigation li.nav_item>ul
{
	top: auto;
	left: auto;
}
*/

#navigation #dropdown_navigation li:hover ul,
#navigation #dropdown_navigation li.over ul
{
	display: block;
}

/**************/
/** end: using ul **/
/**************/

/**************/
/** end: site specific section **/
/**************/

/**********************************************************************************
*
* LISE
*
* In general, you should not need to change the styles listed here below.
*
**********************************************************************************/

/* LISE_Site_Manager_Page_Content_Wrapper is used to color the background of the html */
/* and body tags in the admin section page edit view: (/admin/site/edit/index...) */
/* Default background color is #ccc in admin section. You can change that here */
/* to a site specific bg color. */

#LISE_Site_Manager_Page_Content_Wrapper {
	display: block;
	clear: both;
	background-color: #fff;
}

div.LISE_image_wrapper_right
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}

div.LISE_image_wrapper_left
{
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 15px;
}

div.LISE_image_wrapper
{
	margin-top: 15px;
	margin-bottom: 15px;
}

p.LISE_document_download
{
	margin-top: 1.0em;
	margin-bottom: 1.0em;
}

*.LISE_text_align_justify
{
	text-align: justify;
}

*.LISE_text_align_right
{
	text-align: right;
}

*.LISE_text_align_center
{
	text-align: center;
}

*.LISE_item_caption
{
	clear: left;
	margin-top: 4px;
	text-align: inherit;
	width: inherit;
}

*.LISE_item_caption_inline
{
	clear: left;
	margin-top: 4px;
	text-align: inherit;
	width: inherit;
	display: inline;
}

*.LISE_float_left
{
	display: inline;
	float: left;
	clear: left;
	margin-left: 0;
	margin-right: 15px;
	padding-left: 0;
	padding-right: 0;
}

*.LISE_float_center
{
	margin-left: auto;
	margin-right: auto;
}

*.LISE_float_right
{
	display: inline;
	float: right;
	clear: right;
	margin-left: 15px;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

*.LISE_clear_none
{
	clear: none;
}

*.LISE_clear_both
{
	clear: both;
}

*.LISE_clear_left
{
	clear: left;
}

*.LISE_clear_right
{
	clear: right;
}

