* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
html, body {
	height: 100%;
	}
	
* html #container {	
	height: 100%;
	}
	
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	background: url(images/bg_cell.png);
	}
	
.clear {
	clear: both;
	}
	
.empty {
	height: 98px;
	}
	
a {
outline: none;
}
	
/*****************************************/
	
#header_container {
	width: 100%;
	height: 194px;
	background: url(images/bg_header.png) repeat-x center;
	position: relative;
	}
		
#header {
	width: 1008px;
	height: 155px;
	margin: 0 auto;
	position: relative;
	}
	
#header a#logo {
	width: 197px;
	height: 120px;
	display: block;
	background: url(images/logo.png) no-repeat;
	float: left;
	}
	
#header #empty_header {
	width: 37px;
	height: 10px;
	float: left;
	}
	
#header div#tel {
	width: 201px;
	height: 39px;
	background: url(images/tel.png) no-repeat;
	float: left;
	display: inline;
	margin-left: 170px;
	margin-top: 55px;
	}
	
#header form#cabinet {
	width: 178px;
	height: 133px;
	float: right;
	display: inline;
	margin-right: 26px;
	padding-top: 22px;
	}
	
#header form#cabinet p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11pt;
	padding-bottom: 7px;
	padding-left: 5px;
	}
	
#header form#cabinet input.field {
	width: 164px;
	height: 21px;
	background: url(images/bg_login.png) no-repeat;
	padding-left: 7px;
	padding-right: 7px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-bottom: 5px;
	}
	
#header form#cabinet a {
	color: #598d05;
	text-decoration: underline;
	font-size: 8pt;
	display: block;
	float: left;
	width: 97px;
	padding-top: 4px;
	}
	
#header form#cabinet a:hover {
	text-decoration: none;
	}
	
#header form#cabinet input#enter {
	float: right;
	width: 80px;
	height: 23px;
	}
	
/**************************************/


	
#header_container div#menu {
	width: 1008px;
	height: 40px;
	background: url(images/bg_menu.gif) no-repeat;
	position: relative;
	margin: 0 auto;
	}
	
#header_container div#menu ul {
	display: block;
	width: 1008px;
	height: 40px;
	text-align: center;
	list-style: none;
	}
	
#header_container div#menu ul li {
	display: block;
	float: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #006600;
	height: 40px;
	}
	
#header_container div#menu ul li.separator {
	width: 2px;
	height: 40px;
	background: url(images/menu_separator.gif) no-repeat;
	}
	
#header_container div#menu ul li a {
	display: block;
	height: 30px;
	padding-left: 31px;
	padding-right: 31px;
	padding-top: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header_container div#menu ul li a:hover {
	background: url(images/menu_hover_.gif) left;
	}
	
#header_container div#menu ul li a#first:hover {
	background: url(images/menu_hover_left.gif) left;
	}
	
#header_container div#menu ul li a#last {
	width: 75px;
	}
	
#header_container div#menu ul li a#last:hover {
	background: url(images/menu_hover_right.gif) right;
	}
	
#header_container div#menu ul li a.active {
	background: url(images/menu_act.gif) repeat-x;
	color: #006600;
	text-decoration: underline;
	}
	
#header_container div#menu ul li a.active:hover {
	text-decoration: none;
	}
	
#header_container div#menu ul li a.active_first {
	background: url(images/menu_act_left.gif) left;
	color: #006600;
	text-decoration: underline;
	}
	
#header_container div#menu ul li a.active_last {
	background: url(images/menu_act_right.gif) right;
	color: #006600;
	text-decoration: underline;
	width: 75px;
	}
	
/********MENU********/

#menu_block {
	width: 1008px;
	height: 40px;
	background: url(images/bg_menu.gif) no-repeat;
	position: relative;
	margin: 0 auto;
	z-index: 100000;
	}

ul#cssmenu {
/*	width:210px;
*/	margin: 0;
	border: 0 none;
	padding: 0;
  	list-style: none;
	z-index: 1000000;
	position: relative;
}

ul#cssmenu li {
	margin: 0;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	list-style: none;
	position: relative;
	font-size: 10pt;
}

ul#cssmenu li.separator {
	width: 2px;
	height: 40px;
	background: url(images/menu_separator.gif) no-repeat;
	}

ul#cssmenu ul {
	margin: 0;
	border: 0 none;
	padding: 0;
	width: 190px;
	list-style: none;
	display: none;
	position: absolute;
	top: 40px;
	left: 3px;
	background: #337c03;
	padding-bottom: 15px;
	padding-top: 10px;
}

ul#cssmenu ul li {
	display: block !important;
	display: inline;
	float: none;
}

/* Main Menu */
ul#cssmenu a {
	border: 0px;
/*	padding: 0 10px;
*/	float: none !important;
	float: left;
	display: block;
	background: url(images/servisnoe_menu_off.png) left top no-repeat;
	text-decoration: none;
/*	height: auto !important;
*/	/*height: 23px;*/
}

ul#cssmenu li a.menu_punkt {
	display: block;
	height: 30px;
	padding-left: 39px;
	padding-right: 38px;
	padding-top: 10px;
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#cssmenu li a.menu_punkt:hover {
	background: url(images/menu_hover_.gif) left;
	}
	
ul#cssmenu li a#first:hover {
	background: url(images/menu_hover_left.gif) left;
	}
	
ul#cssmenu li a#last {
	width: 79px;
	padding-right: 33px;
	}
	
ul#cssmenu li a#last:hover {
	background: url(images/menu_hover_right.gif) right;
	}

ul#cssmenu li a#active {
	background: url(images/menu_act.gif) repeat-x;
	color: #006600;
	text-decoration: underline;
	}
	
ul#cssmenu li a#active:hover {
	text-decoration: none;
	}
	

/* Main Menu Hover */
ul#cssmenu a:hover,
ul#cssmenu li:hover a,
ul#cssmenu li.iehover a {
}

/* Second Menu */
ul#cssmenu li:hover li a.menu_sub,
ul#cssmenu li.iehover li a.menu_sub {
	float: none;
	color: #FFFFFF;
	padding-left: 10px;
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
}


/* Second Menu Hover */
ul#cssmenu li:hover li a.menu_sub:hover,
ul#cssmenu li:hover li:hover a.menu_sub,
ul#cssmenu li.iehover li a.menu_sub:hover,
ul#cssmenu li.iehover li.iehover a.menu_sub {
	text-decoration: underline;
}

ul#cssmenu li:hover li a.menu_sub_bottom:hover,
ul#cssmenu li:hover li:hover a.menu_sub_bottom,
ul#cssmenu li.iehover li a.menu_sub_bottom:hover,
ul#cssmenu li.iehover li.iehover a.menu_sub_bottom {
	color:#000;
}

ul#cssmenu ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 170px;
}

ul#cssmenu li:hover ul ul,
ul#cssmenu li.iehover ul ul {
	display: none;
}

ul#cssmenu li:hover ul,
ul#cssmenu ul li:hover ul,
ul#cssmenu li.iehover ul,
ul#cssmenu ul li.iehover ul {
	display: block;
}
	
/*******************************************/
			
#container {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background: url(images/bg.png) repeat-x top;
	}
	
.cont_block_out {
	width: 1008px;
	background: url(images/bg_cont2.png) top repeat-y;
	margin: 0 auto 5px;
	}
	
.cont_block {
	width: 1008px;
	background: url(images/bg_cont.png) top no-repeat;
	margin: 0 auto;
	padding-bottom: 15px;
	}
	
/******************************************/

#map_container {
	width: 690px;
	height: 335px;
	background: url(images/green_map_bg.gif) no-repeat left top;
	float: left;
	display: inline;
	margin-left: 3px;
	margin-top: 25px;
	position: relative;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	}
	
#map_top {
	width: 473px;
	height: 81px;
	background: url(images/map_top.png) no-repeat;
	float: none;
	margin-left: 130px;
	}
	
#map_top p {
	padding-left: 210px;
	font-size: 10pt;
	padding-top: 17px;
	}
	
#map_top p a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#map_top p a:hover {
	border: none;
	}
	
#map_top p span {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#map_menu_top span {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}

	
#map_menu {
	float: left;
	width: 196px;
	display: inline;
	margin-top: 15px;
	margin-left: 40px;
	}
	
#map_menu_top {
	width: 196px;
	height: 79px;
	background: url(images/menu_top.png) no-repeat;
	position: relative;
	}
	
#map_menu_middle {
	background: url(images/menu_middle.png) repeat-y;
	width: 196px;
	line-height: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	}
	
#map_menu_middle ul {
	color: #FFFFFF;
	list-style: none;
	}
	
#map_menu_middle ul li {
	background: url(images/marker_menu.png) no-repeat;
	background-position: 25px 50%;
	}
	
#map_menu_middle ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 40px;
	}
	
#map_menu_middle ul li span {
	color: #FFFFFF;
	text-decoration: underline;
	padding-left: 40px;
	}
	
#map_menu_middle ul li a:hover {
	text-decoration: none;
	}
	
#map_menu_middle a {
	color: #a8cc00;
	text-decoration: underline;
	padding-left: 40px;
	}
	
#map_menu_middle a:hover {
	text-decoration: none;
	}
	
#map_menu_bottom {
	background: url(images/menu_bottom.png) no-repeat;
	width: 190px;
	height: 14px;
	margin-left: 3px;
	}

#map_center {
	width: 196px;
	float: left;
	display: inline;
	margin-left: 32px;
	}
	
#map_center div#label {
	width: 196px;
	background: url(images/map_center.gif) center top no-repeat;
	color: #1a1a1a;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 40px;
	font-size: 16pt;
	}
	
#map_center div#plus {
	width: 196px;
	height: 68px;
	background: url(images/map_bottom.png) no-repeat;
	margin-top: 40px;
	}
	
#map_center p {
	padding-left: 75px;
	font-size: 10pt;
	padding-top: 17px;
	}
	
#map_center p a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#map_center p span {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}

	
#map_center p a:hover {
	border: none;
	}
	
#map_right {
	width: 196px;
	height: 140px;
	background: url(images/map_right.png) no-repeat;
	float: left;
	display: inline;
	margin-left: 30px;
	margin-top: 15px;
	}

#map_right p {
	padding-left: 70px;
	font-size: 10pt;
	padding-top: 17px;
	}
	
#map_right p a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#map_right p a:hover {
	border: none;
	}
	
#map_right p span {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}

	
#map_menu_top p {
	padding-left: 73px;
	font-size: 10pt;
	padding-top: 17px;
	}
	
#map_menu_top p a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#map_menu_top p a:hover {
	border: none;
	}
/******************************************/

#reasons {
	width: 280px;
	float: left;
	display: inline;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-position: 15px 0;
	margin-left: 25px;
	}
	
#reasons p {
	font-size: 12pt;
	font-weight: bold;
	padding-left: 15px;
	padding-bottom: 15px;
	}
	
.reason_item {
	width: 248px;
	height: 71px;
	background: url(images/reasons_item.png) no-repeat;
	margin-bottom: 3px;
	padding-top: 25px;
	padding-left: 27px;
	font-size: 12pt;
	font-weight: bold;
	color: #598d05;
	}
	
.reason_item span {
	color: #006600;
	}
	
	
.reason_item_green {
	width: 248px;
	height: 71px;
	background: url(images/reasons_item_on.png) no-repeat;
	margin-bottom: 3px;
	padding-top: 25px;
	padding-left: 27px;
	font-size: 12pt;
	font-weight: bold;
	color: #a0ec4e;
	}
	
.reason_item_green a {
	color: #a0ec4e;
	text-decoration: none;
	}
	
.reason_item_green span {
	color: #FFFFFF;
	}
/*******************************************/



/******************************************/

	
.cont_block_bottom {
	width: 978px;
	background: url(images/bg_botton_cont.png) top no-repeat;
	margin: 0 auto -5px;
	padding-bottom: 10px;
	padding-left: 30px;
	}

.cont_block_bottom p.titles {
	font-size: 12pt;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 30px;
	background: url(images/green_top2.gif) left top no-repeat;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.cont_block_bottom div#left {
	width: 660px;
	float: left;
	display: inline;
	}
	
.cont_block_bottom div#right {
	width: 245px;
	float: left;
	display: inline;
	margin-left: 35px;
	}
	
.cont_block_bottom {
	color: #4d4d4d;
	font-size: 9pt;
	}
	
.cont_block_bottom a {
	color: #006600;
	text-decoration: underline;
	}
	
.cont_block_bottom a:hover {
	text-decoration: none;
	}
	
.cont_block_bottom div.vert_separator {
	width: 1px;
	height: 195px;
	float: left;
	display: inline;
	background: url(images/vert_separator.gif) repeat-y;
	margin-top: 25px;
	margin-left: 14px;
	}

/******************************************/

#left {
	width: 250px;
	float: left;
	display: inline;
	}
	
.left_menu {
	float: left;
	width: 196px;
	display: inline;
	margin-top: 15px;
	margin-left: 40px;
	}
	
.left_menu_top {
	width: 196px;
	height: 42px;
	background: url(images/menu_top_1.png) no-repeat top;
	position: relative;
	}
	
.left_menu_top p {
	color: #006600;
	font-size: 10pt;
	padding-top: 13px;
	padding-left: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	}
	
.left_menu_top p a {
	color: #006600;
	text-decoration: underline;
	}
	
.left_menu_top p a:hover {
	text-decoration: none;
	}
	
.left_menu_middle_up {
	width: 196px;
	height: 13px;
	background: url(images/menu_top_2.png) no-repeat;
	}
	
.left_menu_middle {
	background: url(images/menu_middle.png) repeat-y;
	width: 196px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 15px;
	}
	
.left_menu_middle ul {
	list-style: none;
	color: #FFFFFF;
	}
	
.left_menu_middle ul li {
	display: block;
	background: url(images/marker_menu.png) no-repeat;
	background-position: 15px 10px;
	}
	
.left_menu_middle ul li a {
	color: #FFFFFF;
	text-decoration: underline;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 165px;
	margin-left: 3px;
	}
	
.left_menu_middle ul li a.active {
	background: #50983b;
	}
	
.left_menu_middle ul li a:hover {
	text-decoration: none;
	}
	
.left_menu_bottom {
	background: url(images/menu_bottom.png) no-repeat;
	width: 190px;
	height: 14px;
	margin-left: 3px;
	}
	

	
/******************************************/

#right {
	width: 715px;
	float: left;
	display: inline;
	margin-left: 7px;
	}
	
#bread {
	margin-top: 15px;
	margin-left: 4px;
	margin-bottom: 10px;
	color: #666;
	font-size: 8pt;
	}
	
#bread span {
	color: #006600;
	}
	
#bread a {
	color: #006600;
	text-decoration: underline;
	}
	
#bread a:hover {
	text-decoration: none;
	}
	
#content {
	width: 669px;
	background: url(images/bg_cont_middle.png) repeat-y;
	padding-left: 25px;
	padding-top: 5px;
	padding-right: 25px;
	color: #333;
	font-size: 9pt;
	}
	
#content_top {
	width: 719px;
	background: url(images/bg_cont_top.png) no-repeat top;
	height: 15px;
	}
	
#content_bottom {
	width: 719px;
	height: 17px;
	background: url(images/bg_cont_bottom.png) no-repeat;
	}
	
#content h1 {
	color: #006600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13pt;
	margin-bottom: 10px;
	}
	
#content h2 {
	color: #598d05;
	font-weight: bold;
	font-size: 11pt;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
	
#content h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #598d05;
	font-size: 10pt;
	font-weight: normal;
	margin-bottom: 15px;
	}
	
#content p {
	margin-bottom: 20px;
	}
	
#content p a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#content p a:hover { border: none; }
	
#content span {
	font-weight: bold;
	color: #060;
	}
	
#content p.left {
	width: 325px;
	float: left;
	}
	
#content p.green_box {
	display: block;
	float: right;
	background: #f8ffef;
	border: solid 1px #d3eab1;
	width: 290px;
	padding: 15px;
	line-height: 18px;
	}
	
#content p.citation {
	display: block;
	padding-left: 15px;
	border-left: #060 solid 3px;
	font-style: italic;
	}
	
#content p.nearby_img {
	display: block;
	float: left;
	width: 490px;
	}
	
#content div.image_left {
	width: 160px;
	float: left;
	text-align: center;
	padding-right: 15px;
	color: #666;
	}
	
#content div.image_left img {
	border: solid 1px #a3c079;
	margin-bottom: 5px;
	width: 158px;
	}
	
#content div.image_right {
	width: 160px;
	float: right;
	text-align: center;
	padding-left: 15px;
	color: #666;
	}
	
#content div.image_right img {
	border: solid 1px #a3c079;
	margin-bottom: 5px;
	width: 158px;
	}
	
#content ol {
	margin-left: 10px;
	list-style: none;
	margin-bottom: 15px;
	}
	
#content ol span {
	color: #060;
	font-weight: normal;
	}
	
#content ol li {
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#content div.separate {
	width: 100%;
	height: 15px;
	border-top: dashed 1px #c1c1c1;
	}
	
#content ul {
	margin-left: 10px;
	list-style:  none inside;
	margin-bottom: 15px;
	}
	
#content ul a {
	color: #006600;
	text-decoration: none;
	border-bottom: dashed 1px #006600;
	}
	
#content ul a:hover { border: none; }
	
#content ul li {
	padding-left: 12px;
	background: url(images/marker_ul.gif) left 8px no-repeat;
	padding-top: 5px;
	padding-bottom: 5px;
	}
	
#content table {
	width: 666px;
	border-collapse: collapse;
	font-size: 10pt;
	margin-bottom: 10px;
	}
	
#content table a {
	text-decoration: underline;
	color: #006600;
	}
	
#content table a:hover {
	text-decoration: none;
	}
	
#content table tr.title {
	height: 33px;
	background: url(images/table_title.gif) no-repeat;
	color: #FFFFFF;
	}
	
#content table tr.title td {
	border-left: dashed #FFFFFF 1px;
	border-bottom: none;
	}
	
#content table tr.title td.last {
	background: url(images/table_title.gif) no-repeat;
	background-position: 100% 0;
	}
	
#content table tr.title td.center {
	background: url(images/table_title.gif) no-repeat;
	background-position: -20px 0;
	}
	
#content table td {
	text-align: center;
	width: 90px;
	height: 35px;
	border-bottom: dashed 1px #c1c1c1;
	}
	
#content table td.name {
	width: 456px;
	text-align: left;
	padding-left: 15px;
	border-left: none;
	}
	
#content table tr.grey {
	background: #f7f7f7;
	}
/******************************************/

#footer_container {
	width: 100%;
	height: 98px;
	margin: -98px auto 0;
	position: relative;
	background: #b5c5db;
	}
	
#footer {
	width: 1008px;
	height: 78px;
	margin: 0 auto;
	background: url(images/bg_footer.gif) left no-repeat;
	padding-top: 20px;
	}
	
#footer_left {
	float: left;
	width: 355px;
	display: block;
	margin-left: 35px;
	color: #a8cc00;
	font-size: 8pt;
	}
	
#footer_left p {
	color: #FFFFFF;
	display: block;
	border-bottom: dashed #357b35 1px;
	padding-bottom: 3px;
	margin-bottom: 5px;
	}
	
#footer_tel {
	width: 201px;
	height: 39px;
	background: url(images/tel2.gif) no-repeat;
	float: left;
	display: inline;
	margin-left: 122px;
	}
	
#footer_right {
	float: right;
	width: 210px;
	display: inline;
	margin-right: 50px;
	background: url(images/footer_logo.gif) right no-repeat;
	color: #FFFFFF;
	font-size: 9pt;
	height: 40px;
	padding-top: 10px;
	}
	
#tooltip{
	position:absolute;
	border:1px solid #5aa24e;
	background:#deffba;
	padding:10px;
	color: #333;
	display:none;
	font-size: 9pt;
	max-width: 480px;
	}
	
/***************************************
****************************************
***************************************/
			*
			{
				behavior: url("js/iepngfix.htc");
			}
			
			
			#tabs
			{
				width: 637px;
				float: left;
				display: inline;
				margin-top: 15px;
				margin-left: 35px;
			}
			#tabs ul, #tabs li, #tabs li *
			{
				text-align: center;
			}
			
			#tabs li a
			{
				width: 100%;
				text-decoration: none;
				font-family: Trebuchet MS;
				font-size: 8pt;
				text-transform: uppercase;
			}
			
			#top_round_left
			{
				position: absolute;
				left: 1px;
				top: 0px;
				width: 13px;
				height: 40px;
				float: left;
				background: url(css/ui-lightness/images/whiteroundleft.png);
			}
			
			#top_round_right
			{
				position: absolute;
				right: 2px;
				top: 0px;
				width: 13px;
				height: 40px;
				float: left;
				background: url(css/ui-lightness/images/greenroundright.png);
			}
			
			#arrow
			{
				position: absolute;
				left: 1px;
				top: 41px;
				width: 136px;
				height: 8px;
				float: left;
			}
			
			#arrow_top
			{
				width: 100%;
				height: 4px;
				max-height: 4px;
				overflow: hidden;
				background: #598d05;
				clear: both;
			}
			
			#arrow_bottom
			{
				width: 100%;
				height: 4px;
				margin-left: 66px;
				background: url(css/ui-lightness/images/arrow.png) no-repeat;
			}
			
			#tabs .separator
			{	
				position: absolute;
				right: -1px;
				top: 9px;
				width: 2px;
				height: 22px;
				background: url(css/ui-lightness/images/separator.png) 50% 50% repeat-y;
			}
			
			.content_item *
			{
				vertical-align: top;
				border-spacing: 0;
			}
			
			.content_item_left
			{
				color: #598d05;
				margin-top: 10px;
				width: 123px;
				float: left;
				font-size: 11pt;
			}
			
			.content_item_text
			{
				color: #333333;
				width: 470px;
				float: left;
				font-size: 9pt;
				text-align: justify;
				line-height: 10pt;
			}
			
			.content_more
			{
				background: #006600;
				width: 64px;
				height: 16px;
				font-size: 8pt;
				color: #fff;
				float: left;
				text-align: center;
				margin-left: 406px;
				margin-top: 5px;
				-margin-left: 203px !important;
			}
			
			.content_more a, .content_more a:visited, .content_more a:hover
			{
				color: #fff;
				text-decoration: none;
			}
			
/*****************************
******************************
*****************************/

#news_block {
	width: 235px;
	float: left;
	display: inline;
	border-left: dashed 1px #c1c1c1;
	position: relative;
	margin-top: 30px;
	padding-left: 30px;
	margin-left: 30px;
	}
	
#news_block div.grey_line {
	position: absolute;
	width: 76px;
	height: 8px;
	background: url(images/news_title.gif) no-repeat;
	top: -30px;
	left: 30px;
	}
	
#news_block p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #1a1a1a;
	font-weight: bold;
	margin-bottom: 15px;
	}
	
#news_block div.single_new {
	width: 235px;
	margin-bottom: 20px;
	font-size: 9pt;
	color: #333333;
	}
	
#news_block div.single_new a {
	color: #006600;
	text-decoration: underline;
	}
	
#news_block div.single_new a:hover {
	text-decoration: none;
	}
	
#news_block div.single_new span {
	display: block;
	color: #FFFFFF;
	background: #a2a2b6;
	width: 55px;
	text-align: center;
	margin-bottom: 3px;
	}
	
#news_block a.more {
	display: block;
	float: right;
	color: #FFFFFF;
	background: #006600;
	font-size: 8pt;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
	margin-top: -10px;
	}
	
