﻿/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP INFORMATION

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#top-information {
	background:url(../../Images/SubPage/SubPage_01.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	position:relative;
	width:860px;
	height:100px;
	}
	
	
#top-information h3{
	font-size:10pt;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	line-height:1.1em;
	margin:5px 0;
}

#top-information a:link
{
	color:#ffffff;
	text-decoration:none;
}

#top-information a:visited
{
	color:#ffffff;
	text-decoration:none;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	MENU

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
	#sub-menu{
	background:#ffffff  url(../../Images/SubPage/SubPage_02.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	font-size:10pt;
	font-weight:bold;
	color:#ffffff;
	padding-top:8px;
	width:860px;
	height:29px;
	}

	#sub-menu a:link,
	#sub-menu a:visited {
		color:#FFFFFF;
		text-decoration:none;
	}

	#sub-menu a:hover {
		color:#D4E7F8;
		text-decoration:underline;
	}

	#sub-menu a:active {
		color:#FFFFFF;
	}

	#sub-menu div.dynamicMenu {
		font-weight:normal;
		display:inline;
		margin-left:0px;
		width:130px;
		background-color:green;
		FILTER:ALPHA(opacity=100,finishopacity=80,style=0);		
		padding-left:0px;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TOP CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
	#top-content
	{
	background:#ffffff url(../../Images/SubPage/SubPage_03.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	color:#ffffff;
	font-size: 1.3em;

	/*TODO-----*/
	position:absolute;
	top:129px;
	width:860px;
	height:30px;
	}

	#top-content a:link,
	#top-content a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

	#top-content a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}
	

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	pagetitle

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#pagetitle 
{
	display:none;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color:#ffffff;
	font-size: 10pt;
	font-weight:bold;
	padding:6px 20px .7em 690px;
	}

#pagetitle a:link,
#pagetitle a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

#pagetitle a:hover{
	color:#D4E7F8;
	text-decoration:none;
	}
#pagetitle hr
{
	color: #E5E5E5;
	background-color: #E5E5E5;
	height: 1px;
	border:0;
	margin:15px 0;
	_margin:10px 0;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	CONTENT CONTAINER - TWO COLUMN

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
#content-container-two-column {
	margin-left:auto;
	margin-right:auto;
	background:url(../../Images/SubPage/SubPage_04.png) repeat-y;
	position:relative;
	padding:0px;	
	width:860px;
	}

#content-side-two-column {
	float:right;
	width:190px;
	height:500px;
	}
	
#content-main-two-column {
	width:655px;
	/*color: #7C4000;*/
	color: #005000;
	font-size:9.5pt;
	}
	
#content-side2-two-column {
	float:left;
	width:1px;
	}

#left
{
	padding:0 25px 0 15px;
	color:#ffffff;
}

#left a:link,
#left a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#left a:hover {
	color:#D4E7F8;
	text-decoration:underline;
}

#left a:active {
	color:#FFFFFF;
}
	
#content
{
	padding:10px 10px 0 30px;
}

#content-webmap
{
	padding:10px 10px 0 30px;
}

#content-webmap a:link,
#content-webmap a:visited {
	color:#008800;
	text-decoration:none;
}

#content-webmap a:hover {
	color:#00ff00;
	text-decoration:underline;
}

#content-webmap a:active {
	color:#008800;
}
	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	BOTTOM CONTENT

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/	
#bottom-content
{
	display:none;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	color:#ffffff;
}

	
	
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	sub-footer

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

#sub-footer {
	background:#ffffff url(../../Images/SubPage/SubPage_06.png) no-repeat;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	padding-top:10px;
	color:#ffffff;
	font-size:1.1em;
	width:860px;
	height:33px;}

#sub-footer a:link,
#sub-footer a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#sub-footer a:hover {
	color:#D4E7F8;
	text-decoration:none;
}

#sub-footer a:active {
	color:#FFFFFF;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	LISTS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

ul {
	margin:0;
	padding:0;
	}

li {
	list-style:none;
	background:url(../../Images/list-bullet.png) no-repeat 0 .8em;
	padding:.2em 0 .2em 1em;
	margin-left:0.4em;
	
}

ul.list-of-links {
	border-bottom:1px dotted #B2B2B2;
}

ul.list-of-links li{
	border-top:1px dotted #B2B2B2;
	background-image:url(../../Images/list-bullet.png);
}

ul.list-of-links li.current {
	background-color:#9ab875;
}


ul.no-lines,
ul.no-lines li {
	border:none;
	}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	Images & PHOTOS

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

img {
	border:none;
	}

.photo-border {
	border:none;
	padding:2px;
	background:#008800;
	margin-bottom:1px;
	display:block;
}

.photo-float-left {
	float:left;
	margin-right:10px;
	}

.image-border-none {
	border:none;
}

/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	TREE VIEW CONTROL

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/


.TreeView  
{
    border-bottom:1px dotted #B2B2B2 !important;
}

.TreeView div
{
    margin-left:5px;
}

.TreeView table
{
    border-top:1px dotted #B2B2B2 !important;
}

.TreeView div table
{
    border-bottom:none !important;
    border-top:none !important;
}

.TreeView table td
{
    padding:2px 0;
}

.LeafNodesStyle 
{
    
}


.RootNodeStyle 
{
    
}

/* ALL ELEMENTS */
.NodeStyle 
{

}

.ParentNodeStyle 
{
    background:yellow;
}
 

a.SelectedNodeStyle 
{
    background:#E5E5E5;
    display:block;
    padding:2px 0 2px 3px;
}