/* black&white style*/

html { 
	margin: 0; 
	padding: 0; 
	height: 100%; 
} 

body {
	margin: 0; 
	padding: 0; 
	height: 100%; 
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	background: #000 url(../style_img/bw/body_bkg.gif) repeat-y left; 
}

body a {
	text-decoration: none;
	color: #000180;
}

body a:hover {
	text-decoration: underline;
}

#container-page { 
	position: relative; 
	min-height: 100%; 
	height: auto !important;
	height: 100%; 
	min-width: 872px;
} 

#container-content { 
	padding-bottom: 38px; 
} 

#container-foot { 
	width: 100%; 
	background: #fff;
	position: absolute; 
	bottom: 0 !important; 
	bottom: -1px; 
	height: 38px; 
} 

/* -- header -- */
#header {
	min-height: 100px;
	padding: 0;
	margin-bottom: 10px;
}

#site_name {
	display: none;
}	

#head1 {
	width: 100%;
}

#cite {
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	font-style: italic;
	max-width: 420px; 
	width: 420px;
	text-align: right;
	padding-bottom: 0px;
	background: url(../style_img/bw/cite_r.png) no-repeat right top;
	_height: 40px;
	min-height: 40px;
	margin: 12px 0 0 330px;
	color: #62786a;
}

#cite p {
	_height: 40px;
	min-height: 40px;
	background: url(../style_img/bw/cite_l.png) no-repeat left bottom;
	padding: 1px 0px 3px 18px;
	margin: 2px 35px 0 0;
	_margin-right: 18px; 
 	float: right;
	_width: 360px;
}

#cite span {
	margin: 0 35px 3px 0;
	margin-right: 35px;
	padding: 0px 0px 3px 18px;
	display: block;
	clear: right;
}

#cite a {
	color: #62786a;
}

#cite a:hover {
	text-decoration: none;
}

#logo {
	margin: -25px 0px 0px 50px;
	padding: 0;
	border: none;
	float: left;
}

#head_menu {
	height: 24px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 11pt;
	padding: 0 0 3px 0;  
	margin-left: 105px;
	margin-bottom: 5px;
	width: 610px;
	border-top: #000 1px solid;
}

#head_menu ul.menu {
	list-style: none;
	padding: 3px 0;	
	margin: 0;  
}

#head_menu ul.menu li {
	float: right; 
	display: block; 
	margin: 0 1px 0 1px;
	padding: 0;
	text-align: center;
}

#head_menu ul.menu li#home {
	float: left; 
}

#head_menu ul.menu a {
	color: #000;
	display: block;
	width: 120px;
	height: 22px;
	padding: 0;
	text-decoration: none;
	border: 1px #fff solid;
}

#head_menu ul.menu a:hover {
	color: #000;
	text-decoration: none;
	border: 1px #ccc solid;
}

#head_menu ul.menu a.active {
	color: #000;
	text-decoration: none;
	border: 1px #000 solid;
}

#last_update {
	padding-right: 10px;
	padding-top: 0px; 
	text-align: right;
	margin: 0;
	font-size: 8pt;
	color: #62786a;
}

#header #last_update {
	text-align: left;
	padding-left: 10px;
}

/* -- main -- */
#content {
	width: 720px;
	padding: 0px;
	float: left;
	overflow: auto;
	background-color: #fff;
	margin: 0 0 10px 0;
}

.columns {
	overflow: hidden;
	margin: 0px 10px 5px 10px;
	padding: 5px 0 5px 0;
}

.w-50 { 
	width: 50%; 
	float: left;
	overflow: hidden;
}

.col-first {
	padding-left:0pt !important;
}

.col-content {
	padding: 0px 6px;
}

.col-last {
	padding-right:0pt !important;
}

.col-inner {
	padding: 3px 15px 3px 5px;
	margin: 0;
}

.pic_comms {
	background: url(../style_img/bw/comms.png) no-repeat top right;
}

.pic_news {
	background: url(../style_img/bw/news.png) no-repeat top left;
}

.columns h1 {
	font-size: 12pt;
	font-weight: normal;
	margin: 0;
	padding: 3px 0px 6px 15px;
	font-family: Georgia, "Times New Roman", serif;
	border: solid 1px #000;  
	margin-bottom: 30px;     
}

.col-first h1 {
	padding-right: 15px;
	text-align: right;
	margin-right: -9px;
	margin-left: 60px;
}

.col-last h1 {
	margin-right: 60px;
	background-color: #000;
	color: #fff;
}

#recent_arts {
	background: url(../style_img/bw/blogs.png) no-repeat left top;
	margin: 5px 0 5px 0;
	padding: 0px;
}

#recent_arts h1 {
	margin-left: 68px;
	margin-right: 68px;
	text-align: left;
	color: #fff;
	background-color: #62786a;
}

.posted {
	color: #62786a;
}

.new {
	font-size: 10pt;
	margin: 3px 5px 10px 10px;
	padding: 0;
}

.new h2 {
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-weight: normal;	
	color: #62786a;
}

.new p {
	margin: 0;
	padding: 2px 10px 2px 10px;
}

.new a {
	font-weight: bold;
	font-size: 10pt;	
}

.new_title {
	padding: 0;
	margin: 0;
}

.recent_comment {
	font-size: 10pt;
	margin: 3px 5px 5px 5px;
	margin-bottom: 15px;
}

.recent_comment a {
	font-weight: bold;
	font-size: 10pt;	
}

.recent_comment p {
	margin: 0px;
	padding: 2px 10px 2px 10px;
	_padding: 0px 10px 0px 10px;;
}

.recent_comment .commentauthor {
	border-bottom: none;
	margin: 0; 
	padding: 0;
}

.recent_comment .commentauthor a {
	font-size: 9pt;
	font-weight: normal;
}

.commentauthor a {
	font-style: italic;
}

.commentauthor {
	font-size: 9pt;
	margin: 0; 
	margin-left: 5px;
	padding: 0;
	border-bottom: 1px #3f3f3f solid; 
}

.res_art_box {
	padding-left: 7px;
	font-size: 10pt;
	margin-bottom: 20px;
}

.res_art_box h3.art_title_name {
	font-size: 10pt;
	padding: 0;
	margin: 0;
}

.res_art_box .art_title_ext {
	font-size: 9pt;
}

.res_art_box .art_category {
	border-top: 1px #3f3f3f solid; 
	font-size: 8pt;
	display: inline;
	margin: 5px 0 10px 0;
	padding: 0;
	color: #62786a;
} 

.res_art_box p {
	padding: 2px 10px 7px 10px;
	margin: 0;
}  

.art_title_ext a {
	font-style: italic;
}
 
img.img_mp {
	height: 75px;
	width: 75px;
	margin: 5px 10px 5px -5px;
	float: left;
} 

img.img_mp_r {
	height: 75px;
	width: 75px;
	margin: 5px -5px 5px -5px;
	float: right;
} 

.art_box {
	margin: 10px 10px 10px 10px;
	padding: 0px;
	padding-bottom: 10px;
	clear: both;
}

.art {
	margin: 0px;
	margin-left: 110px !important; 
	padding: 5px;
	padding-left: 10px;
	border-left: 1px #000 dotted; 
	border-bottom: 1px #000 dotted;
}

.art_info {
	margin: 0px;
	float: left;
	color: #62786a;
	width: 100px;
	padding: 5px;
	_padding: 0px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	text-align: right;
	padding-left: 0pt !important;
}

.art_info div {
	margin: 2px 5px 3px 0px;
}

img.art_image {
	width: 100px;
	height: 100px;
	padding: 1px;
	margin: 0px;
	border: 1px solid #000;
}

div.art_box .art_title {
	font-size: 12pt;
	font-family: Georgia, "Times New Roman", serif;
	color: #000180;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

div.art_box .art_title a {
	color: #000180;
}

.art_gallery_1 {
	float: right;
	width: 110px;
	margin: 0px;
	padding: 0px;
}

.art_gallery_2 {
	float: right;
	width: 220px;
	margin: 0px;
	padding: 0px;
}

.art_gallery_5 {
	width: 550px;
	margin: 5px 5px 10px 15px;
	padding: 0px;
}

div.gall_page {
	margin: 0px 5px 5px 5px;
	padding: 7px 0px 7px 0px;
	display: block;
}

div.gall_page a {
	color: #fff;
	background-color: #ccc;
	font-family: Tahoma, Verdana, sans-serif;
	font-size: 8pt;
	margin: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
}

div.gall_page a:hover {
	text-decoration: none;
	background-color: #62786a;
}

div.gall_page a.active {
	font-weight: bold; 
	background-color: #62786a;
}

#img_article {
	width: 540px; 
	background: #F3F3F3; 
	margin: 5px 5px 15px 15px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#img_article img {
	display: block; 
	border: 1px solid #000;
	background-color: #fff;
	padding: 1px; 
	margin: 0 auto;
	width: auto; 
	height: auto; 
}

#img_article img.hor {
	width: 500px; 
	height: auto; 
}

#img_article img.ver {
	width: auto; 
	height: 500px; 
}

.fr_gallery_table {
	cursor: default;
	list-style: none;
	margin: 0px 0px 5px -35px;
	display: block;
}

.fr_gallery_table a .fr_pop_preview {
	display: none;
}

.fr_gallery_table a:hover .fr_pop_preview {
	display: block;
	position: absolute;
	top: -12px;
	left: -12px;
	z-index: 1;
}

.fr_gallery_table img {
	background: #fff;
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: center;
	width: 100px;
	height: 100px;
}

.fr_gallery_table li {
	background: #fff;
	border: 1px solid #000;
	width: 100px;
	height: 100px;
	vertical-align: center;
	text-align: center;

	display: inline;
	float: left; 
	margin: 1px;
	padding: 1px;
	position: relative;
}

.fr_gallery_table .fr_pop_preview {
	background: #fff;
	border: 1px solid #000;
	padding: 1px;
	vertical-align: top;
	width: 125px;
	height: 125px;
}

.art_text {
	padding: 0px;
	padding-left: 15px;
	margin: 0px; 
}

.art_text p {
	overflow: auto;
	_overflow: visible; 
}

.art_text p:first-letter {
	padding-left: 20px;
	font-weight: bold;
}

#art_comms {
	margin: 0;
	margin-top: 10px;
	padding: 5px 20px 5px 10px;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
}

#art_comms h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #000180;
	font-size: 11pt;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: normal;
}

.comments li {
	font-size: 16pt;
	font-style: italic;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

.comments p {
	padding: 0px 5px 5px 10px;
	margin: 0px;
}

.comment {
	font-style: normal;
	font-size: 10pt;
	margin: 1px;
	padding: 1px;
}

.even {
	background-color: #F3F3F3;
}

#cpreview {
	padding: 10px;
	margin-bottom: 10px;
}

#cpreview ol.comments {
	list-style: none;
}

#cpreview h2 {
	font-family: Georgia, "Times New Roman", serif;
	color: #000180;
	font-size: 11pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

ul.comments_error {
	color: Red;	
	font-size: 9pt;
}

.comm_h2_2 {
	font-size: 8pt;
	color: #000;
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

#commentform {
	width: 525px;
	padding: 5px;
	text-align: left;
	margin: 0px 0px 5px 5px;
}

#commentboxes {
	float: left;
	font-size: 9pt;
	padding: 0px;
	margin: 0px;
	width: 200px;
}

#commentboxes
  .comment_name_input, 
  .comment_email_input, 
  .comment_web_input {
	width: 130px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 1px;
}

#commentboxes label {
	margin-left: 3px;
}

#commentboxes p {
	padding: 0px;
	margin: 0px;
	margin-bottom: 5px;
}

input#forget, input#remember {
	margin-right: 5px;
}

#inputbox {
	float: right;
	width: 325px;
	margin: 0px; 
	padding: 0px;
}

#inputbox textarea {
	width: 320px;
	height: 100px;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 10pt;
	color: #000;
	border: 1px solid #ccc;
	padding: 1px 2px 1px 1px;
	margin: 0px;
}

#all_buttons {
	text-align: right;
	margin: 5px 0 2px 0;
	padding: 0;
	width: 320px;
	height: 20px;
}

#all_buttons input {
	height: 21px;
	width: 21px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 9pt;
	border: 1px solid #ccc;
	background: #fff; 
}

#all_buttons input:hover {
	border: 1px solid #62786a;
}

#button {
	float: right;
}

#edtoolbar {
	float:right; 
	margin-right: 50px;
}

#edtoolbar input {
	margin-right: 4px;
}

#all_buttons #txpCommentSubmit {
	background: url(../style_img/bw/save_but.png) no-repeat 0px 0px transparent;
}

#all_buttons #txpCommentSubmit.disabled {
	background: url(../style_img/bw/save_but.png) no-repeat -19px 0px transparent;
}

#all_buttons #txpCommentPreview {
	background: url(../style_img/bw/preview_but.png) no-repeat top left;
}

#all_buttons #ed_strong {
	background: url(../style_img/bw/bold_but.png) no-repeat top left;
}

#all_buttons #ed_emphasis {
	background: url(../style_img/bw/italic_but.png) no-repeat top left;
}

#all_buttons #ed_ins {
	background: url(../style_img/bw/obl_but.png) no-repeat top left;
}

#all_buttons #ed_link {
	background: url(../style_img/bw/link_but.png) no-repeat top left;
}

#all_buttons #ed_image {
	background: url(../style_img/bw/img_but.png) no-repeat top left;
}

#edtoolbar input.ed_button_pressed {
	background-color: ButtonFace; 	 
	border: 2px solid #ccc;
}

.art_foot {
	clear: both;
}

#cont_foot_box {
	clear: both;
	margin: 1px 10px 0px 10px;
	text-align: center;
	height: 30px;
}

.arr_left {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #ccc;
	margin: 0px 1px 0px 1px;
	padding: 0px 5px 2px 5px;
}

a.arr_left:hover {
	text-decoration: none;
	background-color: #62786a;
}

/* -- right col -- */
#right {
	min-width: 135px;
	padding: 0px;
	margin: 0px;
	margin-left: 720px;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 8pt;
	color: #fff;
}

#right_col1 {
	width: 250px;
	padding: 20px 5px 5px 5px;
	margin: 0px;
	float: left;
}

#right_col2 {
	padding: 20px 5px 5px 5px;
	margin: 0px;
	float: left;
	text-align: center;
}

#right_col1 h5 {
	margin: 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 10pt;
	padding: 0 0 10px 5px;
}

.rcol_links {
	padding: 5px 0px 20px 10px;
}

.rcol_links a {
	color: #fff;
}

img.img_prev {
	width: 100px;
	height: 100px;
}

#right_col1 ul.menu {
	margin: 5px 0 10px 0;
	font-family: Georgia, "Times New Roman", serif;
	padding: 0 0 20px 10px;
}

#right_col1 ul.menu li { 
	padding: 1px 0; 
	margin: 0px;
	position: relative; 
	list-style: none; 
}

#right_col1 ul.menu li a { 
	display: block; 
	position: relative; 
	text-decoration: none; 
	color: #fff;
	font-size: 11pt;
	padding: 0px;
	margin: 0px;
}

#right_col1 ul.menu a:hover { 
	color: #62786a;
}

#right_col1 ul.menu li a.active { 
	color: #62786a;
}

.pr_div {
	text-align: center;
	padding: 5px;
	margin: 5px 10px 5px 10px;
	border: 1px solid;
}

.my_rpr_block {
	margin-bottom: 5px;
	border: 1px solid #fff;
	padding: 7px;
	background-color: #CCC;
	width: 200px;
	color: #000;
}

#notIE6 {
	display: none;
}

/* -- footer -- */
#foot_info {
	float: left;
	padding: 14px 10px 5px 120px;
	font-size: 8pt;
	font-family: "Segoe UI", Tahoma, sans-serif;
	color: #000;
}

#foot_info a {
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#foot_awards {
	float: right;
}

#foot_awards img {
	margin: 3px 2px 0 1px;
}

.copyright span {
	font-size: 8pt;
	font-family: Tahoma, Verdana, sans-serif;
}

/* -- tables -- */
table.strong_table th, td {
	padding: 2px 10px;
	margin: 2px;
}

table.strong_table th {
	border: 1px solid #ccc;
	background-color: #ccc;
	font-weight: normal;
}

table.strong_table td {
	border: 1px dotted #ccc;
	vertical-align: top;
}

table.strong_table caption {
	font-weight: bold;
	text-align: left;
	padding: 5px;
}

table.strong_table tfoot {
	font-size: 80%;
	text-align: right;
}

/* \*/
* HTML P {
	overflow: hidden; 
	width: 100%;
	o\verflow: visible;
	w\idth: auto;
	he\ight: 1px;
	word-wrap: normal;
}
/* */
