@charset "utf-8";
/* CSS Document */

body{
	background:url(../images/bg_gradient.png) repeat-x;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

h1, h2, h3, h4, h5, h6 {
	text-align:left;
	text-indent:0;
}

h1 {
	font-size:18px;
	margin:10px 0;
	text-align:center;
}

h2 {
	font-size:16px;
	margin:10px 0;
}

h3 {
	font-size:14px;
	margin:10px 0;
}

h4 {
	font-size:14px;
	font-style:italic;
	margin:5px 0;
}

a {
	color:#000;
	font-weight:bold;
	text-decoration:none;
}

#header_menu_contacts {
	background:url(../images/contacts_1.png) no-repeat;
}

#header_menu_contacts:hover {
	background:url(../images/contacts_1_hover.png) no-repeat;
}

#header_menu_history {
	background:url(../images/history_1.png) no-repeat;
}

#header_menu_history:hover {
	background:url(../images/history_1_hover.png) no-repeat;
}

ul {
	padding:0;
	margin:0 0 0 15px;
}

li {
	padding:0 0 0 10px;	
	margin:0;
}

ul ul {
	margin:0;
}

.menu {
	width:150px;
	margin:0 10px;
	padding:5px;
}

.menu a.level1, .menu a.level2 {
	text-decoration:none;
	text-align:left;
}

.menu a.level1 {
	display:block;
	padding:4px 0 0 8px;
	margin:5px 0 0 0;
	width:142px;
	height:20px;
	color:#fff;
	font-weight:bold;
	background:url(../images/menu_main_elements.png) repeat-x;
}

.menu a.level2 {
	display:block;
	padding:4px 0 4px 12px;
	margin:0;
	width:136px;
	height:auto;
	border:1px solid gray;
	border-top:none;
	color:#7176cc;
	font-weight:bold;
	background-color:#fff;
	overflow:auto;
}

.menu a:hover {
	background-color:#CCC;
	color:#333;
}

#search_form #year {
	/*background:url(../images/searcg_year.png) center right no-repeat;*/
	width:60px;
	font-weight:bold;
}

#search_form #casenum {
	/*background:url(../images/search_case.png) center right no-repeat;*/
	width:120px;
	font-weight:bold;
}

#gallery a.fancybox {
	display:block;
	float:left;
	margin:14px;
}

#gallery a.fancybox img {
	border-color:#7176cc;
}

