/*div#layout_area1 {
	background: url(bkg_light_green.jpg) repeat-y top left #ffffff;
	width:1024px;
	height:100%;
}
div#layout_area2 {
	background:#ffffff;
}

div#layout_bottom1{
	background: url(bkg_light_green.jpg) no-repeat top left #ffffff;
}
div#layout_bottom2{
	background: url(bkg_light_green.jpg) no-repeat top left #ffffff;
}
*/

div#left_column {
	float: left;
	clear: left;
	width: 193px;
    height: 100%;
	top: 0px;
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background:#d5e4c5;

}

div#display_column {
	float: left;
	clear: right;
	width:804px;
	height:100%;
	overflow: hidden;
	background: #ffffff;
}

/* this is dangerous
div#display_column div{
	float:left;
}
*/
/* Left Nav */

div#dept_left_nav{
	background-color:#d5e4c5;
	width:188px;
	overflow:hidden;
/*	position:absolute;*/
	height:100%;

}

div#dept_left_nav ul {
	display:block;
	float:left;
	clear:both;
	overflow:hidden;
	width:100%;
	list-style: none;

}

div#dept_left_nav hr {
	color:#92ba65;
	height:1px;
}

div#dept_left_nav ul.level2{
	margin-left:8px;
	width: 90%;
}

div#dept_left_nav  ul.level3{
	margin-left:22px;
	width: 85%;
}

/*IE hack "* html" selector*/
* html div#dept_left_nav  ul.level3{
	margin-left:12px;
}

ul.level1 li.selected, ul.level2 li.selected, ul.level3 li.selected {
	background-color:#eaf1e2;
	color: #db4420;
	font-weight: bold;
	text-decoration: underline;
}

ul.level1 li {
/*	background-color:#d5e4c5;*/
	color:#d5e4c5;
	text-align:left;
	display:block;
	float:left;
	clear:left;
	width:100%;
	margin-bottom:1px;
}


ul.level1 li a, ul.level1 li a:visited, ul.level1 li a:hover, ul.level1 li span{
	display:block;
	float:left;
	font-weight:bold;
	font-size:12px;
	text-decoration: none;
	color: #000099;
}


ul.level2 li {
	display:block;
	float:left;
	clear:left;
}

ul.level2 li a, ul.level2 li a:visited, ul.level2 li a:hover, ul.level2 li span{
	display:block;
	float:left;
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	color: #000099;
}

ul.level3 li {
	display:block;
	float:left;
	clear:left;
	width:100%;
}

ul.level3 li a, ul.level3 li a:visited, ul.level3 li a:hover, ul.level3 li span {
	font-weight:normal;
	font-size:12px;
	text-decoration: none;
	color: #000099;
}

a.nav_tree_icon{
	display:block;
	float:left;
	clear:left;
	margin-right:4px;
	margin-top:2px;
}

/*IE hack "* html" selector*/
* html a.nav_tree_icon{
	margin-top:0px;
}
a.nav_tree_item{
	display:block;
	float:left;
	clear:right;
}

ul.level1 li a:hover{
	color: #db4420;
}
ul.level2 li a:hover{
	color: #db4420;
}
ul.level3 li a:hover{
	color: #db4420;
}

a.highlight {
	font-size:12px;
	font-weight: bold;
	color: #db4420;
	text-decoration: underline;

}

/* Breadcrumb */

div#bread_crumb {
	float: left;
	clear: right;
	font-size:10px;
	width:95%;
}

div#bread_crumb ul {
	list-style: none;
	padding: 0px;
}

div#bread_crumb ul li {
	float:left;
	/*border-right: 2px solid;*/
	color: #000099;
}

div#bread_crumb ul.i18n_nav li.first {
	margin:2px 0;
	border-left: 1px solid black;
	font-size:10px;
}

div#bread_crumb ul li a {
	text-decoration: none;
	color: #000099;
	/*font-weight: bold;*/
	font-size: 10px;
	display:block;
	float:left;
	padding:2px 4px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
}

div#bread_crumb ul li.selected a {
	color: #db4420;
	/*font-weight: bold;*/
	/*background:#FCB514;*/
}


div#bread_crumb ul li a:hover {
	color: #db4420;
	/*font-weight: bold;*/
	font-size: 10px;
	FONT-FAMILY: Arial, Helvetica, sans-serif;
	/*background:#FCB514;*/
}
