html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}
body {
	font:12px Arial;
	color:#333333;
	background:#ffffff;
}
#main {
	height:100%;
	min-height:100%;
	border:none;
	padding:0 5%;
	margin:0 auto;
	min-width:900px;
	width:90%;
	max-width:1095px;
	_width:expression(document.documentElement.clientWidth < 900? "900px" : document.documentElement.clientWidth > 1095? "1095px" : "90%");
}

html>body #main {height:auto;}

#main table {
	font:12px Arial;
	color:#333333;
}
#main a {
	color:#0269ad;
	outline:none;
}
#main a:hover {
	text-decoration:none;
}
a img {
	border:none;
}
#main td {
	vertical-align:top;
}
#main h1 {
	font:normal 18px Arial;
	color:#000000;
	margin-top:0;
}
#main h2 {
	font:bold 16px Arial;
	color:#000000;
	margin-top:0;
}
#main h3 {
	font:normal 14px Arial;
	color:#000000;
	margin-top:0;
}
#main h4 {}
#main p {
	margin:0;
}
#main form, #main input, #main select, #main textarea {
	margin:0;
	padding:0;
}
#main input, #main select, #main textarea {
	border:1px solid #dddde1;
	font:11px/11px Tahoma;
	color:#777777;
	background:#f7f7f7 url(../images/input_bg.gif) repeat-x;
	padding:0 4px;
}
#main input {
	height:19px;
	*height:16px;
	*padding-top:3px;
	vertical-align:middle;
}
#main .submit {
	padding:0 15px !important;
	margin:0 !important;
	border:none !important;
	background:#ababac !important;
	color:#ffffff;
	cursor:pointer;
	height:21px !important;
	font-weight:bold !important;
	width:auto !important;
}
#main .main_table {
	width:100%;
	height:100%;
	border:none;
}


.left_area {
	width:145px;
	padding-right:29px;
}
#logo {
	display:block;
	margin:14px 0 34px 0;
	text-decoration:none;
	width:122px;
	height:181px;
	background:url(../images/logo.jpg);
}
ul#menu, ul#menu ul {
  list-style-type:none;
  margin: 0;
  padding: 0;
}

ul#menu a {
	font-weight:bold
}
ul#menu li {
	padding:4px 0;
}
ul#menu li a {
	display:block;
	padding:4px 6px 3px 6px;
	text-transform:uppercase;
	cursor:pointer;
	text-decoration:underline;
}
ul#menu li a:hover, ul#menu li a.left_menu_selected {
	background:#e7ebee;
	text-decoration:none;
}
ul#menu li a.left_menu_selected {
	cursor:default;
}
ul#menu li ul {
	margin:5px 0;
}
ul#menu li ul li {
	padding:0 !important;
}
ul#menu li ul li a {
	text-transform:none !important;
	margin-left:12px;
}

#login_area {
	margin-top:15px;
}

#login_area input {
	width:135px !important;
	margin-bottom:6px !important;
}

#login_area .login_submit {
	width:auto !important;
	float:right;
	display:block;
	padding:0 9px;
	background:#ababac;
	color:#ffffff;
	cursor:pointer;
	height:21px;
	font:bold 11px/21px Tahoma;
	text-decoration:none;
	margin-bottom:6px;
}



.right_area {
}
#header {
	background:url(../images/header_bg.jpg) right 31px no-repeat;
}
.header_head {
	color:#9f8526;
	font-size:18px;
	text-transform:uppercase;
	height:62px;
	padding-top:34px;
}
.header_big_text {
	font-size:24px;
}


#content {
}
#content p {
	margin:12px 0 !important;
}
#main #content input, #main #content select, #main #content textarea {
	/*background:#ffffff url(../images/textarea_bg.gif) repeat-x;*/
}


.left_content {
	padding-right:231px;
}
.left_content table {
	width:100%;
	border-collapse:collapse;
}
.left_content table td {
	border:1px solid #cccccc;
	padding:4px;
}
.right_content {
	float:right;
	width:203px;
	margin:0 0 0 28px;
}


.content_menu {
	padding:0 20px;
	background:#e7ebee;
	font-weight:bold;
	height:35px;
	line-height:35px;
}
.content_menu a {
	float:left;
	margin:0 10px;
}

#breadcrumb {
	height:22px;
	padding-top:25px;
	font-size:11px;
	color:#999999;
}
#breadcrumb a {
	color:#999999 !important;
}



.footer td {
	height:120px;
	font-size:12px;
	color:#a3a3a3;
}

.footer .right_area {
	background:url(../images/footer_bg.gif) repeat-x;
}

.footer #icon_menu a {
	display:block;
	float:left;
	text-decoration:none !important;
	font-size:1px;
}

.footer #icon_menu a.icon_menu_home {
	background:url(../images/home.gif) left bottom no-repeat;
	height:9px;
	width:11px;
	margin:0 54px 0 6px;
}

.footer #icon_menu a.icon_menu_map {
	background:url(../images/map.gif) left bottom no-repeat;
	height:9px;
	width:11px;
	margin:1px 52px 0 0;
}

.footer #icon_menu a.icon_menu_letter {
	background:url(../images/letter.gif) left bottom no-repeat;
	height:8px;
	width:11px;
	margin:2px 0 0 0;
}

.footer #icon_menu a:hover, .footer #icon_menu a.icon_selected {
	background-position:left top;
}

.footer #copyright {
	margin:32px 0 0 0;
	float:left;
	width:68%;
}

.footer #fast_search {
	margin:33px 0 0 0;
	float:right;
	width:200px;
}

.footer .fast_search_input {
	border:1px solid #ececec !important;
	color:#666666 !important;
	background:url(../images/fast_search_bg.gif) !important;
	width:143px !important;
	float:left;
	padding-left:22px !important;
}

.footer .fast_search_submit {
	font:bold 14px Tahoma !important;
	color:#f9f9fa !important;
	width:20px !important;
	height:20px !important;
	float:right;
	margin-top:1px !important;
	border:none !important;
	background:#86b6d6 !important;
	padding:0 !important;
}





/****** additional ******/

.clear {
	height:1px;
	clear:both;
	*font-size:1px;
	overflow:hidden;
}

.content_center {
	text-align:center;
}

.content_right {
	text-align:right;
}

.float_left {
	float:left;
}

.float_right {
	float:right;
}

.height4px {
	height:4px;
	font-size:1px !important;
	width:1px;
}

.height10px {
	height:10px;
	font-size:1px !important;
	width:1px;
}

.size11px {
	font-size:11px !important;
}

.small_text {
	font-size:11px !important;
}
.size14px {
	font-size:14px !important;
}
.red {
	color:#db0000 !important;
}

.link_list {
	line-height:18px;
}

.link_list_gray {
	line-height:16px;
}

.link_list_gray a {
	color:#666666 !important;
}

.separator {
	height:1px;
	font-size:1px;
	border-bottom:2px solid #cccccc;
	margin:15px 0 13px 0;
}





/****** news list ******/

.news_list_header {
	height:20px;
	background:url(../images/dot_gray.gif) 100% 11px repeat-x;
}

.news_list_head {
	float:left;
	color:#9f8526;
	font:18px/20px Arial;
	padding-right:6px;
	text-transform:uppercase;
	background:#ffffff;
}

.news_list_header a {
	display:block;
	float:right;
	padding-left:7px;
	font:11px/20px Arial;
	color:#999999 !important;
	background:#ffffff;
}

.news_list_item {
	width:100%;
	border:none !important;
	border-bottom:1px dashed #cccccc !important;
}

.news_list_item td {
	padding:15px 0 !important;
	border:none !important;
}

.news_list_item img {
	float:left;
	margin-right:12px;
}

.news_list_item_content {
	width:100%;
}

.news_list_item_text {
	color:#666666;
}

/****** // news list ******/



/****** pager ******/

.pager {
	float:right;
	height:20px;
	margin:15px 0;
	line-height:20px;
}

.pager a, .pager .page_select {
	float:left;
	display:block;
	margin-left:1px;
	width:20px;
	height:20px;
	font-family:Tahoma;
	color:#f9f9fa !important;
	text-decoration:none;
	background:#86b6d6;
	text-align:center;
}

.pager a:hover, .pager .page_select {
	color:#333333 !important;
	background:#e0e0e0;
}

/****** // pager ******/



/****** gallery top ******/

.gallery_top_container {
	padding-bottom:9px;
	background:url(../images/index_gal_fade.png) bottom repeat-x;
	position:relative;
	top:9px;
	z-index:50;
}

.index .gallery_top_container {
	height:240px;
	overflow:hidden;
}

.gallery_top_index {
	width:100%;
	border:none;
}

.gallery_top_index td {
	border:none;
	background-position:center;
	background-repeat:no-repeat;
	height:80px;
}

.gallery_top_image {
	background-position:top center;
	background-repeat:no-repeat;
	height:84px;
}

/****** // gallery top ******/



/****** col red ******/

.col_red {
	background:#f5edd9;
	padding:30px 25px 25px;
}

.col_red_nav_panel {
	height:35px;
	background:url(../images/dot_gray.gif) 100% 12px repeat-x;
}

.col_red_head {
	font:18px Arial;
	text-transform:uppercase;
	color:#9f8526;
	float:left;
	padding-right:5px;
	background:#f5edd9;
}

.col_red_close {
	float:right;
	padding:4px 0 0 6px;
	background:#f5edd9;
}

.col_red_close a {
	display:block;
	cursor:pointer;
	font:bold 12px Tahoma;
	text-decoration:none !important;
	border-bottom:1px dashed #0269ad;
}

.col_red_close a:hover {
	border-bottom-color:transparent;
}

#col_red_content {
}

#col_red_content img {
	border:2px solid #e7dcc3;
}

/****** // col red ******/



/****** tags cloud ******/

.tags_cloud {
	color:#666666;
}

.tags_cloud a.style_1 {
	font-size:12px;
}

.tags_cloud a.style_2 {
	font-size:14px;
}

.tags_cloud a.style_3 {
	font-size:16px;
}

.tags_cloud a.style_4 {
	font-size:18px;
}

.tags_cloud a.style_5 {
	font-size:20px;
}



/****** // tags cloud ******/



/*div {border:1px solid red}

td {border:1px solid blue}*/



/* TREE begin */

.page_tree {
	padding-right:28px;
	margin-bottom:10px;
	font:11px Tahoma;
	color:#000000;
}

.page_tree a.tree_link {
	color:#0764bd;
	text-decoration:none;
	position:relative;
	top:-2px;
}

.tree_element {
	margin:5px 0 5px 28px;
	/*white-space:nowrap;*/
}

.tree_current_element {
	font-weight:bold;
	position:relative;
	top:-2px;
}

.tree_branch_element {
}

.tree_ico_root {
	margin:0 6px 0 0;
}

.tree_element_ico {
	margin:0 6px 0 0;
}

/* TREE end */



/* FORM begin */

.error {
	margin:5px 12px;
	padding:15px 10px;
	border:1px solid #a60000;
	font:bold 12px Tahoma;
	color:red;
	background:#ffe6e6;
}

.report {
	margin:5px 12px;
	padding:15px 10px;
	border:1px solid #006914;
	font:bold 12px Tahoma;
	color:#10942c;
	background:#f2fff4;
}
/* FORM end */


/* lightbox begin */
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
}
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#overlay {background:#000; opacity:0.7;}

* html #overlay {filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);}

/* lightbox end */



.contact_form {	width:auto !important;	border:none !important;}
.contact_form td {	padding:6px 0;	border:none !important;	vertical-align:middle !important;}
.contact_form td.input_name {	text-align:right;	padding-right:15px !important;}
.contact_form input, .contact_form textarea {	width:267px !important;}
.contact_form input.password {	width:79px !important;}
.contact_form #captcha {	float:left;}
.contact_form .captcha {width:40px !important; margin-top:30px !important;}

.user_card {
	float:left;
	width:100%;
}
.user_card_img {
	float:left;
	margin-right:5%;
}
.user_card_table {
	width:auto !important;
	border-bottom:1px solid #cccccc !important;
}
.user_card_table td {
	border-right:none !important;
	border-left:none !important;
	padding:4px !important;
}
.user_card_table td td {
	border:1px solid #cccccc !important;
	border-top:none !important;
	border-bottom:none !important;
	font-size:12px;
}
.user_card_table td.user_card_name {
	font-size:14px;
	padding-left:0 !important;
}
.user_card_table td.user_card_td_table {
	padding:4px 0 !important;
}
.user_card_table1 {
	width:100% !important;
	border:1px solid #333333 !important;
}
.user_card_table1 td {
	text-align:center !important;
}