@charset "utf-8";
/* specific template settings */

/* ************************* */
/* ******* layout ********** */
/* ************************* */
#zoneswitch{
 width:100%; 
 text-align:center;
}  

#zonebox {
  width: 994px;
  margin:0 auto 0 auto;
  text-align:left;
  color:#333333;
  background:url('../_img/back.jpg') #ffffff repeat-y 0 0;
}

#toplogo {
  width:994px !important;
  height:266px;
  text-align:left;
  background:url('../_img/top.jpg') transparent no-repeat left top;
  position:relative;
}

#toplogo h1 {
 width:994px;
 height:190px;
}

#toplogo h1 img {
 border:0;
}  

#toplogo h1 a:link,#toplogo h1 a:active,#toplogo h1 a:visited { 
 display:block;
 width:994px;
 height:190px;
}   

/* Magic menus */
#magic {
 width:600px;
 position:absolute;
 top:190px;
 left:210px;
 text-align:center;
 z-index:9999;
 height:40px;
}

.nav { 
 text-align:left;
 color:#666666;
 list-style:none;
}

.nav li {
 width:19%;
 float: left;
 position: relative;
}

#mwmagic_2 { width:24%; }

.nav li a {
 width:100%;
 display:block;
 padding:10px 4px 0 14px;
 height:30px;
 font-size:10pt;
 text-align:center;
 font-weight:bold;
 color:#1265A7;
 background:url('../_img/menu.jpg') transparent no-repeat left center;
}

.nav li a:link, .nav li a:active, .nav li a:visited {
 color:#1265A7;
}

.nav li a:hover {
  color: #000;	
}

/*#magic li:hover ul a:hover*/
#magic li ul a:hover
{
  background: #ddd;
  color: #000;	
}

.nav ul {
  background: #fc0;
  list-style: none;
  margin: 0;
  position: absolute;
  top: -900px;
  left: 0px;
}

.nav:hover, .nav li:hover, ul:hover {
 direction: ltr;
}

.nav li:hover ul {
  top: 39px;
  left:10px;
  background:#fc0;
}

.nav ul li {
 float: none;
 width: 170px;
}
.nav ul li a {
 width:160px;
 height:15px;
 padding:5px 5px;
 background:#fc0;
 font-size:9pt;
 text-align:left;
}
.nav ul li a:hover {
  color: #000;
}

.nav li:first-child a
{
 background-image:none;
}


#main {
 margin:0 20px 0 255px; 
 
}

#main-content {
 
}

#searchfield
{
 width:215px;
 position:absolute;
 top:150px;
 right:170px;
 padding: 0 0 0 20px;
 background:url('../_img/zoom.gif') transparent no-repeat 5px center;
}

/* left panel */         
#sidebar-left {
  float: left;
  width: 255px;
  background:url('../_img/menu_bck.jpg') transparent repeat-y 0 0;
}

.sidebar-left-content-top {
  background:url('../_img/nav1.jpg') transparent no-repeat 0 0;
  width:255px;
  height:37px;
}

.sidebar-left-content-top h3
{
 text-align:left;
 padding:12px 0 0 20px;
 color:#1265A7;
}

.sidebar-left-content {
 background:url('../_img/nav2.jpg') transparent repeat-y;
 margin-bottom:-10px;
}

.sidebar-left-content h3
{
 text-align:left;
 padding:12px 0 0 20px;
 color:#1265A7;
}

.sidebar-left-content-foot {
 background:url('../_img/nav3.jpg') transparent repeat-y left top;
 font-size:1px;
 width:255px;
 height:38px;
}

.contentdate
{
 display:block;
 margin:2px 0;
 width:90px;
 padding:4px;
 background-color:#eeeeee;
}

/* footter */	
#zonefoot {
 color:#000000;
 font-size:8pt;
 height:160px;
 width:994px;
 text-align:right;
 background:url('../_img/bottom.jpg') #fff no-repeat left top;
}

#zonefoot-content { 
 padding:100px 15px 0 0;
}

#zonefoot a:link,#zonefoot a:visited,#zonefoot a:active {
 color:#f00;
 font-weight:normal;
}

#zonefoot a:hover {
 color:#ff0000;
} 

#zonefoot .mainnav
{
 margin:16px 0 0 0;
}

#zonefoot .mainnav a 
{
 margin:0 0 0 10px;
}
/* search */
.MW_search
{
 text-align:left;
 width:100%;
 background:transparent;
}

.MW_searchset
{
 padding:5px 10px;
 background:transparent;
}

/* login */
.MW_login
{
 text-align:right;
 padding:0 30px 0 10px;
}

/* editable content */
.textbox {
 text-align:left;
 font-size:9pt;
}

.textbox table th { 
  vertical-align:top;
  font-size:9pt;
  font-weight:bold;
  text-align:left;
}  

.textbox table td { 
  font-size:9pt;
  font-weight:normal;
}

.textbox li
{
 margin-left: 16px;
}

.textbox p img { margin:2px 2px 0px 2px; }
 
.textbox p { margin:4px 0;padding:4px 0; }
 
 
hr.cleaner {
 height:1px;
 margin: -1px 0 0 0; 
 padding:0;
 border:none;
 visibility: hidden;
} 

.separator
{
 border-top:1px solid #000000;
}

.clr
{
 clear:both;
}

.hid
{
 display:none !important;
}

.cc { text-align:center !important; }
.ll { text-align:left !important; }
.rr { text-align:right !important; }

.fl { float:left !important; }
.fr { float:right !important; }

.handy{ cursor:pointer !important; }

.p10 { font-size: 10%; }
.p20 { font-size: 20%; }
.p30 { font-size: 30%; }
.p40 { font-size: 40%; }
.p50 { font-size: 50%; }
.p60 { font-size: 60%; }
.p70 { font-size: 70%; }
.p80 { font-size: 80%; }
.p90 { font-size: 90%; }
.p100 { font-size: 100%; }
.p110 { font-size: 110%; }
.p120 { font-size: 120%; }
.p130 { font-size: 130%; }
.p140 { font-size: 140%; }
.p150 { font-size: 150%; }
.p160 { font-size: 160%; }
.p170 { font-size: 170%; }
.p180 { font-size: 180%; }
.p190 { font-size: 190%; }
.p200 { font-size: 200%; }

/* Server map */

.webmap
{
 margin: 0 0 0 16px;
}

.swebmap
{
 margin: 0 0 0 16px;
}

.swebmapcontent
{
 margin: 0 0 0 16px;
}

.webmap li {
 font-size : 10pt;
 color: #000000;
 list-style-type: disc;
} 

.swebmap li {
 font-size : 9pt;
 color: #000000;
 list-style-type: circle;
} 

.swebmapcontent li {
 font-size : 9pt;
 color: #000000;
 list-style-type: square;
} 
