/*
Theme Name: KeKo
Theme URI: http://www.mkels.com/
Description: Unique Urban Grunge, 6 Ads Banner.
Author: Micheal Kelsinger, adapted by ImpressPages team
Author URI: http://www.mkels.com/
Designer: Micheal Kelsinger
version: 1.0.4
Tags: light green, dark grey, fixed width, 2 columns.
*/

/*** RESET ***/

* {
  padding: 0;
  margin: 0;
}

html {
  min-width: 1004px;
}

img, fieldset { 
  border: none;
}

a {
  text-decoration: none;
  outline: 0;
}

/*** BASIC ***/
body {
  background: #dbddd2;
  color: #7f7f7f;
  font-family: "Lucida Grande", Verdana, Tahoma, "Trebuchet MS";
  font-size: 13px;
}

/*** LAYOUT ***/

.wrapper {
  background: url(images/wrapper_bg.jpg) repeat-x left top;
}

/** HEADER **/

.header {
  width: 1000px;
  margin: 0 auto;
  padding: 10px 2px 25px 2px;
}

/* LANGUAGES */

.languagesBar {
  width: 500px;
  height: 36px;
  float: right;
  padding-bottom: 20px;
}

.languagesBar ul {
  list-style: none;
  float: right;
}

.languagesBar li {
  display: block;
  float: left;
  border-left: 1px solid #474544;
}

.languagesBar li a {
  background: #2C2B2A url(images/language_bg.png) no-repeat center 15px;
  color: #D8E2DB;
  font-size: 13px;
  height: 16px;
  padding: 10px 15px;
  display: block;
  border-left: 1px solid #1e1d1d;
}

.languagesBar li a:hover {
  background: #2C2B2A url(images/language_bg.png) no-repeat center 18px;
}

.languagesBar li.current {
  border: 0;
}

.languagesBar li.current a, .languages li.current a:hover {
  background: url(images/language_act_bg.png) repeat-x;
  color: #2C2B2A;
  padding: 10px 16px;
  border: 0;
  font-weight: bold;
}

/* SEARCH */
/* defined in ip_content.css */

/* LOGO */

.siteName {
  color: #333;
  display: block;
  float: left;
  font-size: 40px;
  height: 51px;
  width: 600px;
}

/* TOP MENU */

.menuTop {
  font-weight: bold;
  height: 91px;
  width: 1000px;
  padding-top: 10px;
  float: left;
  background: url(images/topmenu_bottom_bg.png) no-repeat left bottom;
}
/*.menuTop {font-size:1em; padding-bottom:200px; width:1000px; position:relative; z-index:500;}*/

/* remove all the bullets, borders and padding from the default list styling */
.menuTop ul {padding:0;margin:0;list-style-type:none; height:64px; background-color: #2C2B2A;}

/* style the sub-level lists */
.menuTop ul ul {width:15em;}

/* float the top list items to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menuTop ul li {float:left;height:64px;line-height:64px; display:block;}

/* style the sub level list items */
.menuTop ul ul li {display:block;width:12em;height:auto; line-height:1em;}

.menuTop ul li.current a {
  background: url(images/topmenu_item_hov.png) repeat-x;
  border-right: 0;
  color: #2C2B2A;
}

.menuTop ul ul li.current a {
  background: url(images/topmenu_item_hov.png) repeat-x;
  border-right: 0;
  color: #2C2B2A;
}

.menuTop ul.level2 li a {
	color:#FFF;
	background: #2C2B2A url(images/trans.gif);
}

/* style the links for the top level */
.menuTop a, .menuTop a:visited {display:block;float:left;height:100%; font-size:1em;text-decoration:none;color: #D8E2DB;background:#2C2B2A url(images/topmenu_item_bg.png) no-repeat center 28px; padding:0 3em 0 1em; border-left:1px solid #eee; border-right:1px solid #000;}
/* hack IE5.x to get the correct the faulty box model and get the width right */
* html .menuTop a, * html .menuTop a:visited {width:11em; w\idth:7em;}

/* style the sub level links */
.menuTop ul ul a, .menuTop ul ul a:visited {
	display:block;
	color:#D8E2DB;
	width:14em;
	height:32px;
	line-height:2em;
	background-color: #2C2B2A;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D8E2DB;
	border-right-color: #D8E2DB;
	border-left-color: #D8E2DB;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	background-image: url(images/trans.gif);
	background-repeat: repeat;
}
* html .menuTop ul ul a, * html .menuTop ul ul a:visited  {width:14em; w\idth:12em;}


/* style the table so that it takes no part in the layout - required for IE to work */
.menuTop table {border-collapse:collapse; padding:0; margin:-1px; width:0; height:0; font-size:1em; z-index:1;}


/* style the third level background */
.menuTop ul ul ul a, .menuTop ul ul ul a:visited {background:#b4be9c url(images/sub_grad.gif);}
/* style the fourth level background */
.menuTop ul ul ul ul a, .menuTop ul ul ul ul a:visited {background:#c4ceac url(images/sub_grad.gif);}
/* style the sub level 1 background */
.menuTop ul :hover a.sub1 {background:#2C2B2A;}
/* style the sub level 2 background */
.menuTop ul ul :hover a.sub2 {background:#2C2B2A;}

/* style the level hovers */
/* first */
* html .menuTop a:hover {color:#FFF;background:#2C2B2A url(images/topmenu_item_bg.png) no-repeat center 35px; position:relative; z-index:100;}
.menuTop li:hover {position:relative;}
.menuTop :hover > a {color:#FFF;background:#2C2B2A url(images/topmenu_item_bg.png) no-repeat center 35px;}
/* second */
* html .menuTop ul ul a:hover{
	color:#FFF;
	position:relative;
	z-index:110;
	background-color: #2C2B2A;
}
.menuTop ul ul li:hover {position:relative;}
.menuTop ul ul :hover > a {
	color:#FFF;
	background: #4B4947 url(images/trans.gif);
}
/* third */
* html .menuTop ul ul ul a:hover {background:#2C2B2A; position:relative; z-index:120;}
.menuTop ul ul ul :hover > a {background:#2C2B2A;}
/* fourth */
.menuTop ul ul ul ul a:hover {background:#2C2B2A; position:relative; z-index:130;}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menuTop ul ul {visibility:hidden;position:absolute;height:0;top:64px;}

/* position the third level flyout menu */
.menuTop ul ul ul{left:12em;top:0;width:14em;}


/* make the second level visible when hover on first level list OR link */
.menuTop ul :hover ul{visibility:visible; height:auto; padding:0 3em 3em 3em; background:transparent url(images/trans.gif); left:-3em;}
/* keep the third level hidden when you hover on first level list OR link */
.menuTop ul :hover ul ul{visibility:hidden;}
/* keep the fourth level hidden when you hover on second level list OR link */
.menuTop ul :hover ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menuTop ul :hover ul :hover ul{visibility:visible; left:9em;}
/* make the fourth level visible when you hover over third level list OR link */
.menuTop ul :hover ul :hover ul :hover ul {visibility:visible;}


/*
.menuTop {
  height: 91px;
  width: 1000px;
  padding-top: 10px;
  float: left;
  background: url(images/topmenu_bottom_bg.png) no-repeat left bottom;
}

.menuTop ul.level1 {
  background-color: #2C2B2A;
  float: left;
  height: 64px;
  width: 1000px;
  list-style: none;
}

.menuTop ul.level1 li {
  border-right: 1px solid #474544;
  float: left;
}

.menuTop ul.level1 li a {
  background: url(images/topmenu_item_bg.png) no-repeat center 28px;
  color: #D8E2DB;
  display: block;
  height: 18px;
  padding: 23px;
  border-right: 1px solid #1e1d1d;
}

.menuTop ul.level1 li a:hover {
  background: url(images/topmenu_item_bg.png) no-repeat center 35px;
}

.menuTop ul.level1 li.current {
  border-right: 0;
}

.menuTop ul.level1 li.current a {
  background: url(images/topmenu_item_hov.png) repeat-x;
  border-right: 0;
  color: #2C2B2A;
  font-weight: bold;
}



.menuTop .level1 > li {
    float: left;
    position: relative;
}
.menuTop .level1 > li > a {
  color: #2C2B2A;
    display: inline-block;
    font-weight: bold;
}

.menuTop .level1 > li:hover .level2 {
    display: block;
}
.menuTop .level1 > li:hover > a,
.menuTop .level1 > li > a:hover {
  background-color: #2C2B2A;
    color: #fff;
}
.menuTop .level1 > .current > a,
.menuTop .level1 > .selected > a {
  background-color: #2C2B2A;
}

.menuTop .level2 {
	background-color: #2C2B2A;
	display: none;
	font-weight: bold;
	margin: -1px 0 0 -1px;
	min-width: 100%;
	padding: 2px 0;
	position: absolute;
	z-index: 20;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
.menuTop .level2 a {
	color: #1a1a1a;
	display: inline-block;
	padding: 6px 22px;
	white-space: nowrap;
	width:180px;
}

.menuTop .level2 a:hover {
    background-color: #c8c8c8;
}

.menuTop ul.level2 li a {
	background: url(images/topmenu_item_bg.png) no-repeat center 28px;
	color: #D8E2DB;
	display: block;
	height: 14px;
	padding: 23px;
}



.menuTop .level2 .current a {
  background: url(images/topmenu_item_hov.png) repeat-x;
  border-right: 0px;
  color: #2C2B2A;
  font-weight: bold;
}

.menuTop .level2 > li:hover > a,
.menuTop .level2 > li > a:hover {
  background-color: #2C2B2A;
    color: #fff;
}
.menuTop .level2 > .current > a,
.menuTop .level2 > .selected > a {
  background-color: #2C2B2A;
}


/* HEADER IMAGE */

.headerImage{
  background: url(images/header_image.jpg) no-repeat center top;
  float: left;
  height: 230px;
  width: 1000px;
}

.rounded {
  background: url(images/header_image_corners.png) no-repeat center center;
  float: left;
  height: 230px;
  width: 1000px;
}

/** MAIN CONTAINER **/

/*** .mainContainer { ***/
/***   background: url(images/bg-pattern.jpg) no-repeat center top; ***/
/*** } ***/

.content {
  margin: 0 auto;
  padding: 0 2px 45px 2px;
  width: 1000px;
  background: url(images/content_top_bg.png) no-repeat 2px top;
}

.contentBottom {
  width: 675px;
  height: 16px;
  float: left;
  background: url(images/content_bottom_bg.png) no-repeat top left;
}

/** Digital Library CONTAINER **/

/*** .mainContainer { ***/
/***   background: url(images/bg-pattern.jpg) no-repeat center top; ***/
/*** } ***/

.dl_content {
  margin: 0 auto;
  padding: 0 2px 45px 2px;
  width: 1000px;
  background: url(images/dl_content_top_bg.png) no-repeat 2px top;
}

.dl_contentBottom {
  width: 1000px;
  height: 16px;
  float: left;
  background: url(images/dl_content_bottom_bg.png) no-repeat top left;
}

.dl_main {
  background: url(images/dl_content_bg.png) repeat-y;
  float: left;
  width: 970px;
  margin-top: 16px;
  padding: 0 15px 0 15px;
}

.dl_title {
	background-color: #2C2B2A;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	margin-left: -14px;
	width: 983px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 15px;
}

/* IP CONTENT */

.main {
  background: url(images/content_bg.png) repeat-y;
  float: left;
  width: 645px;
  margin-top: 16px;
  padding: 0 15px 0 15px;
}

/* SIDEBAR */

.sidebar {
  width: 292px;
  float: right;
}

.sidebarTitle {
  width: 260px;
  height: 26px;
  padding: 6px 16px;
  background: url(images/sidebar_title_bg.png) no-repeat left top;
  border-bottom: 1px solid #D2D5CA;
  color: #92AB5B;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 26px;
  overflow: hidden;
}

.widgetBottom {
  width: 292px;
  height: 13px;
  background: url(images/widget_bottom_bg.png) no-repeat left top;
  float: left;
  margin-bottom: 25px;
}

/* Rss */

.rss {
  width: 292px;
  height: 38px;
  border-top: 1px solid #D2D5CA;
  background: url(images/sidebar_item_bg.png) no-repeat center bottom;
  color: #2C2B2A;
  display: block;
  float: left;
  margin-top: 16px;
}

.rss:hover {
  background: url(images/sidebar_item_hov.png) no-repeat center bottom;
}

.rss a {
  display: block;
  width: 247px;
  padding-left: 45px;
  color: #92AB5B;
  float: left;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  background: url(images/rss_icon.png) no-repeat 15px center;
}

.rss a:hover {
  text-decoration: underline;
}

/* Ads */

.ads {
  width: 292px;
  float: left;
  background: url(images/widget_bg.png) repeat-y left bottom;
  padding-top: 15px;
}

a.ad {
  display: block;
  float: left;
  padding: 0 0 12px 14px;
}

/* Right Menu */

.rightMenu {
  width: 292px;
  float: left;
  background: url(images/widget_bg.png) repeat-y left bottom;
  margin-top: -23px;
  border-top: 1px solid #c3c4c0;
}

.rightMenu ul {
  list-style: none;
  float: left;
}

.rightMenu ul.level1 li {
  width: 276px;
  float: left;
  background: url(images/sidebar_item_bg.png) no-repeat center 5px;
  color: #666;
  display: block;
  font-size: 12px;
  font-weight: bold;
  line-height: 38px;
  padding-left: 16px;
}

.rightMenu ul.level1 li a {
  width: 276px;
  height: 38px;
  display: block;
  color: #2C2B2A;
  padding-left: 16px;
  margin-left: -16px;
}

.rightMenu ul.level1 li a:hover {
  text-decoration: underline;
  color: #111;
  background: url(images/sidebar_item_hov.png) no-repeat center 5px;
}

.rightMenu ul.level1 li.current > a {
  color: #92AB5B;
}

.rightMenu ul.level2 {
  border-bottom: 1px solid #c3c4c0;
  margin-left: -16px;
}

.rightMenu ul.level2 li {
  width: 276px;
  display: block;
  float: left;
  color: #2C2B2A;
  padding-left: 16px;
  background: none;
  font-weight: normal;
  display: none;
}

.rightMenu ul.level2 li a {
  width: 276px;
}

.rightMenu ul.level2 li a:hover {
  background: none;
}

.rightMenu ul.level1 li.current.subnodes ul.level2 li,
.rightMenu ul.level1 li.selected.subnodes ul.level2 li {
  display: block;
}

/** FOOTER */

.footer {
  background-color: #2C2B2A;
  padding-top: 12px;
}

.footer a {
  font-weight: bold;
  color: #D8E2DB;
}

.footer a:hover {
  color: #fff;
  text-decoration: underline;
}

/* FOOTER TEXT */

.footerText {
  width: 1000px;
  height: 70px;
  margin: 0 auto;
  padding: 0 2px;
}

.copyright, .themeInfo, .footerLinks  {
  width: 600px;
  float: left;
  display: block;
  color: #D8E2DB;
  font-size: 12px;
  line-height: 20px;
}

.footerLinks {
  width: 400px;
  float: right;
  text-align: right;
}

.map-iframe {
  -moz-transform: scale(0.78, 0.78); 
  -webkit-transform: scale(0.78, 0.78); 
  -o-transform: scale(0.78, 0.78);
  -ms-transform: scale(0.78, 0.78);
  transform: scale(0.78, 0.78); 
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

#map-div
{
    width    : 639px;
    height   : 470px;
    overflow : hidden;
    position : relative;
}
 
#map-LandMap
{
    width    : 639px;
    height   : 1200px;
    overflow : hidden;
    position : relative;
}
 
#map-Boundary
{
    position : absolute;
    top      : -210px;
    left     : -177px;
    width    : 1280px;
    height   : 1200px;
}

#map-Block
{
    position : absolute;
    top      : -210px;
    left     : -10px;
    width    : 1280px;
    height   : 1200px;
}

.map-block {
  -moz-transform: scale(0.25, 0.25); 
  -webkit-transform: scale(0.25, 0.25); 
  -o-transform: scale(0.25, 0.25);
  -ms-transform: scale(0.25, 0.25);
  transform: scale(0.25, 0.25); 
  -moz-transform-origin: top left;
  -webkit-transform-origin: top left;
  -o-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}