body
{
	background: url(images/background.jpg) fixed center top no-repeat #6B8896
}

.contentcolumn 
{
	width: 517px;
	padding-left:20px;
}

div#maincontainer
{
	margin-bottom: 5px;
	background: #f1f1f1;
}


#searchform { padding:1px; }
.screen-reader-text {  }

#navigation li
{
	background-image: none;
	padding: 7px;
	background-color: #E5E9EC;
	border-bottom: 1px solid #fff;
}

#navigation ul.children
{
	margin-top: 3px;
}

#navigation ul.children, #navigation ul.children li
{
	background: none #fff;
	border-bottom: 0px;
}

#navigation li
{
	color: #818FAC;
	font-weight: bold;
}

#navigation li.expandable 
{
	background: #ffffff url(images/expand-arrow.png) no-repeat right center;
}

.treeview, .treeview ul 
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.treeview .hitarea 
{
	display: none;
}


.treeview li 
{
}

.treeview li 
{
	margin: 0;
	padding: 3px 0pt 3px 16px;
}

div#sidebar-right
{
	margin-right: 5px;
float:right;
}

/*---- CUSTOM TOP MENU ----*/

/*

div#page div#topmenu

{

	position: relative;

	width: 960px;

	height: 36px;

	margin: 0;

	border: 1px solid #7b7b7b;

	background: url('images/menubg.png') repeat-x top left;

	font-family: 'Tahoma';

}



div#page div#topmenu ul

{

	float: left;

	display: block;

	width: 739px;

	padding: 0;

	margin: 0 1px 0 0;

	height: 36px;

}



div#page div#topmenu div#search

{

	float: right;

	clear: right;

	margin: 0;

	padding: 2px 0 0 13px;

	background: url('images/menu_active.png') repeat-x;

	height: 34px;

}

	

div#page div#topmenu ul li

{

	float: left;

	list-style-type: none;

	height: 36px;

}



div#page div#topmenu ul li.page-item-3

{

	margin: 0 22px 0 0;

}



div#page div#topmenu ul li.page-item-14

{

	float: right;

}



div#page div#topmenu ul li.page_item a

{

	text-align: center;

	display: block;

	color: #fff;

	padding: 11px 15px 13px;

	height: 12px;

	font-size: 12px;

	text-transform: uppercase;

	font-weight: bold;

	text-decoration: none;

	outline: none;

}



div#page div#topmenu ul li.current_page_item

{

	background: url('images/menu_active.png') repeat-x;
	
}



div#page div#topmenu ul li.current_page_parent

{

	background: url('images/menu_active.png') repeat-x;

}



div#page div#topmenu ul li.current_page_item a

{

	color: #fff;

	border-left: 1px solid #7B7B7B;

	border-right: 1px solid #7B7B7B;

	padding: 11px 14px 13px;

}



div#page div#topmenu ul li.current_page_parent a

{

	color: #fff;

	border-left: 1px solid #7B7B7B;

	border-right: 1px solid #7B7B7B;

	padding: 11px 14px 13px;

}



div#page div#topmenu ul li a:hover

{

	background: url('images/menu_hover.png') repeat-x;

	color: #fff;

}
/**/