body {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background-color: #d4d4d4;
	margin: 0px;
	padding: 0px;
}
.container_12 {
	width: 92%;
	margin-left: 4%;
	margin-right: 4%;
	background-color: #FFF;
}
.container_12 .grid_12 {
	width:98.0%;
}
.container_12 .grid_2 {
	width:14.667%;
}
#header {
	width: 100%;
	height: 100px;
}
.logo {
	height: 100px;
	width: 390px;
	float: left;
}
/* boxes
----------------------------------------------- */
.box {
	background:#fff6e8;
	margin-bottom:20px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
.border {
	background-color: #fff6e8;
	background-repeat: repeat-x;
	background-position: center top;
	height: 10px;
	background-image: url(/images/orange-spacer.gif);
}
.menu-button {
	background-color: #d5f4b9;
	height: 25px;
	float: left;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #B3D496;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #582d21;
	text-align: center;
	display: block;
	line-height: 25px;
	margin-right: 4px;
	background-image: url(/images/green-spacer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	text-decoration: none;
}
.menu-corner-left {
	background:url(/images/green-corner-left.gif) top left no-repeat;
}
.menu-corner-right {
	background:url(/images/green-corner-right.gif) top right no-repeat;
	padding:0 10px;
}
.corner-left {
	background:url(/images/orange-corner-left.gif) top left no-repeat;
}
.corner-right {
	background:url(/images/orange-corner-right.gif) top right no-repeat;
	padding:0 10px;
}
.menu-button a {
	float: left;
	height: 25px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #582d21;
	text-decoration: none;
	line-height: 30px;
}
.menu-button a:hover, .menu-button a:active {
	float: left;
	height: 25px;
	color: #582d21;
	background-image: url(/images/orange-spacer.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFF6E8;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CE862B;
}
.menu-button a:hover .menu-corner-left, .menu-button a:active .menu-corner-left {
	background-image: url(/images/orange-corner-left.gif);
}
.menu-button a:hover .menu-corner-right, .menu-button a:active .menu-corner-right {
	background-image: url(/images/orange-corner-right.gif);
}
#pano-block {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dotted;
	border-top-color: #582d21;
	margin-top: 5px;
	margin-bottom: 5px;
	height: 25px;
	border-bottom-style: dotted;
	border-bottom-color: #582d21;
}

.pano-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #ce862b;
	text-align: left;
	margin-left: 10px;
	margin-right: 20px;
	float: left;
}



.pano-date {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 9px;
	color: #333;
	float: left;
	padding-top: 8px;
}
.pano-url {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 8pt;
	color: #333;
	float: right;
	padding-top: 7px;
	margin-left: 5px;	
}
.pano-url img{
	vertical-align:text-top;
	cursor: pointer;
}
.pano-url #panorama_url {
	font-weight: bold;
	cursor: pointer;
	text-decoration: underline;
}



#krpano {
	height: 365px;
	background-color: #06C;
}
.pano-list-block {
	float: left;
	height: 250px;
	width: 33%;
}

.pano-list-block-container a div {
	border: 1px solid #999;
	background-repeat: repeat-x;
	background-position: center;
}


.pano-list-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #582D21;
	text-align: left;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
}
.pano-list-block-container {
	margin: 10px;
}
.pano-list-block p  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0;
	font-size: 8pt;
}

.pano-list-title a {
	color: #ce862b;
}
.pagination {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	padding: 5px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	text-decoration: none;
}
.pagination a b  {
	background-color: #FFF;
	border: 1px solid #D1BC99;
	display: inline-block;
	color: #582D21;
	font-size: 0.95em;
	font-weight: bold;
	text-decoration: none;
	margin: 0 5px 0 5px;
	padding: 0 7px 3px 7px;
}
.pagination a {
	text-decoration: none;
}


.pagination a:hover b{
	background-color: #FEE3B6;
	border: 1px solid #CE862B;
	display: inline-block;
	color: #582D21;
	font-size: 0.9em;
	font-weight: bold;
	text-decoration: underline;
	margin: 0 5px 0 5px;
	padding: 0 7px 3px 7px;
}
.pagination span {
	font-size: 1.2em;
	background-color: #FEE3B6;
	border: 1px solid #CE862B;
	padding: 3px 10px 3px 10px;
	margin: 0 5px 0 5px;
}
.pagination_desc {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 0.8em;
	text-align: center;
	margin-bottom: 5px;
}
.container_12 .grid_10 {
	width:81.333%;
	margin-right:0.9%;
}
.grid_10 h1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #582d21;
	margin-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.pr {
	display: none;
}

h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #ce862b;
	margin-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
	line-height: 12pt;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
	display:inline;
	float: left;
	position: relative;
	margin-left: 1%;
	margin-right: 1%;
}
#article-block {
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-bottom: 10px;
}



.column-left {
	width: 48%;
	float: left;
}
.column-right {
	width: 48%;
	float: right;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
	text-indent: 15pt;
	margin: 0px;
	line-height: 1.3em;
}
.clear {
	clear: both;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
#footer {
	background-color: #D4D4D4;
	height: 31px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 10px;
}
.button-88x31 {
	height: 31px;
	width: 88px;
	background-color: #0F0;
}
a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.news_txt{
	font-size:11px;
	line-height:11pt;
	padding:0;
	text-align: left;
	text-indent: 0;
}

.news-date  {
	font-weight: bold;
	color: #6A5C4D;
	margin-right: 8px;
	margin-left: -3px;
	font-size: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #6A5C4D;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#head-banner {
	height: 60px;
	width: 468px;
	float: right;
	margin-top: 15px;
	padding: 10px;
	
}
.ad-bottom {
	width:100%;
	height: 90px;
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ad-right {
	height: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#ad-denfilm {
	height: 31px;
	width: 88px;
	float: right;
	margin-left: 20px;
}
#pano-usage {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #FFF;
	background-color: #000;
	text-align: center;
	padding: 3px;
	font-style: italic;
}
.counters {
	height: 31px;
	float: left;
	margin-right: 20px;
}

.copyrights {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10px;
	float: left;
	width: 400px;
	margin-right: 10px;
	line-height: 11px;
}
#search_box{
  float:right;
  margin-right:10px;
  width:467px;
}
#q{
  width:397px;
}
#sa{
  width:60px;
}

.article-list-block {
	float: left;
	width: 33%;
}


.article-list-title {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #582D21;
	text-align: left;
	width: 100%;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: 1.15em;
}
.article-list-title a   {
	color: #5C3224;
	text-decoration: none;
}
.article-list-title a:hover {
	text-decoration: underline;
	color: #CE862B;
}

.article-list-block-container {
	margin: 10px;
}
.article-list-block-container p  {
	margin: 0px;
	padding: 0px;
	text-align: left;
	text-indent: 0;
	font-size: 8pt;
}
.article-list-img {
	float: left;
	margin-right: 10px;
	border: 1px solid #999;
}
.article-list-readmore{
	float:right;
	font-size: 0.75em;
	margin-top: 2px;
	color: #666;
}
.article-list-navigation{
	font-size:0.9em;
	text-align: left;
	background-color: #FEE3B6;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
}
.author{
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	margin-bottom: 10px;
	text-indent: 0;
	text-align: left;
	border-top-width: 1px;
	border-top-style: dotted;
	width: 47%;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
}
.pano-relative {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	text-align: center;
	color: #582D21;
	margin-top: 20px;
}

.pano-list-block-relative {
	float: left;
	width: 33%;
	height: 185px;
	line-height: 1em;
}
.artile_row {
	margin-bottom: 20px;
}
#menu-bottom {
	width: 35%;
	margin-right: auto;
	margin-left: auto;
}

/** --------------------------------------------menu------------------------------------------------------------------------ **/
#chromemenu{
	height: 25px;
	margin: 5px 10px 15px 10px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #b3d496;
}

#chromemenu ul{
	margin:0;
	padding:0;
}
#chromemenu ul li{
	margin:0 10px;
	padding:0;
}

.menu-2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #582D21;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	display: block;
}
.menu-2 a {
	color: #582D21;
	display: block;
	line-height: 25px;
	text-decoration: none;
	padding-top: 3px;
	height: 22px;
}
.menu-2 a:active, .menu-2 a:hover {
	color: #D1BC99;
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #CE862B;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB; THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:20px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #582D21;
border-bottom:1px solid #D1BC99;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
color:#D1BC99;
}

