/*GLOBAL*/


body { margin: 0; padding: 0; font-family:Segoe UI,Arial,sans-serif; background: transparent; font-size: 12pt;
}

.body-bg{
	background: #4e4d49;
	}

.absolute-element{
  position: absolute;
  background: red;
  left: -100px;
  top: 0px;
  width: 300px;
  height: 300px;
  }

.center {
  margin-left:auto;
  margin-right:auto;
}

h1 {
  font-size:1.1em;
  color: #fff;
  margin-top: 5px;
}

h2 {
  font-size:1.0em;
  margin-left: 10px;
  margin-bottom: 15px;
  color: #222;
}
  
h3 {
  font-size:1.0em;
}

img{
  border-width: 0px;
  background: tranparent;
}

a{
   text-decoration: none;
}

.whiteBack{
  background-color: #FFF;
  }

.fullwidth{
  width: 98%;
  }

.table_odd_row{
    background-color: #DDD;
}
.table_even_row{
  background-color: #CFCFCF;
}


.alert_message
{
  background-color: red;
}

.good_message
{
  background-color: green;
}

.middle{
  position: relative;
  margin: 0 auto;
  width: 900px;
  height: 100%;
  background:transparent;
  z-index: 190;
}

#header {
  position: relative;
  border-bottom: 2px solid #252525;
  margin: 0px;
  width: 100%;
  height: 80px;
  background:url('images/header-bg.jpg') repeat;
  z-index: 10;
}

#header img.logo{
  position: absolute;
  cursor: pointer;
  float: left;
  top: -8px;
  left: -47px;
  background:transparent;
}

#header img.logo{
  position: relative;
  float: left;
  margin-top: 12px;
  margin-left: 20px;
  background:transparent;
}

#header a{
  position: relative;
  float: right;
  margin-top: 12px;
  margin-right: 20px;
  margin-left: -16px;
}
  
#main{
  display: block;
   width:100%;
   min-height:500px;
   overflow: hidden;
   float: none;
   position: relative;
   margin:0px;
   z-index: 1;
   padding-top: 20px;
   padding-bottom: 20px;
  background: #e4e4e4 url(images/main-bg.jpg) no-repeat right top;
}
#main .ornament{
  position: absolute;
  width: 600px;
  height: 700px;
  left:0px;
  bottom:0px;
  background: #e4e4e4 url(images/main-bg-left.jpg) no-repeat left bottom;
}

#footer{
  height: 100px;
  width: 100%;
  background-color: #4e4d49;
  border-top: 2px solid #252525;
  color: #ddd;
}

#footer .middle{
  height: 210px;
}

#footer .middle .rights{
  width: 100%;
  bottom: 0px;
  position: absolute;
  text-align: center;
  font-size: 0.9em;
  color: #8d94a5;
}
#footer a{
  color: #fff;
  }
 

/* JUI overrides */
.ui-corner-all{
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

.ui-corner-top {
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-corner-top-left {
    -moz-border-radius-topleft: 6px;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
}

.ui-corner-top-right {
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
}

.ui-corner-bottom {
    -moz-border-radius-bottomleft: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


#page-wrap     { width: 100%; padding: 15px; margin: 0 auto; position: relative; }

 .page{
   background:transparent;
   display: block;
   width:100%;
   height:700px;
   overflow: hidden;
   float: none;
   margin:0 auto;
   margin-top: -3px;
 } 
.unhide{
  dispaly: block;
}

.hide{
  display:none;
  position:absolute;
  height: 0px;
  }

.content{
  position:relative;
  display: block;
  background: #fff;
  color: #424242;
  width: 900px;
  min-height: 560px;
  float: none;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 20px;
  z-index: 1;
}
.content p{
  padding: 0px;
  margin: 0px;
}



.text-shadow{
  text-shadow: 1px 1px 4px #111;
  }
.box-shadow{
  -moz-box-shadow: 4px 4px 4px #aaa;
  -webkit-box-shadow:  4px 4px 4px #aaa;
  box-shadow: 4px 4px 4px #aaa;
  }

.show_article{
  margin: 0 20px 0px 20px;
  width: 860px;
  min-height: 520px;
  position: relative;
  display: block;
  font-size: 11pt;
  line-height: 120%;
  }
.show_article a{
    color: #971111;
  }
.show_article a:hover{
    color: #c61414;
  }
.show_article h1{
  color: #222;
  margin: 15px;
  margin-left: 0px;
  font-size: 17pt;
  font-weight: bold;
  }


#first { 
top: 484px !important;
}
#second { 
top: 503px !important;
}

ul#scrollMenu{
  margin:0px;
  position: absolute;
  padding: 0px;
  height: 32px;
  list-style: none;
  right: 0px;
  bottom: 0px;
  z-index: 200;
}

ul#scrollMenu li{
  float: left;
  position: relative;
  width: 138px;
  padding: 7px 0 7px 0;
  bottom: 0px;
  height:18px;
  text-align: center;
  background: url(images/top_menu.png) bottom repeat;
  border-right: 2px solid #999;
  z-index: 201;
}
ul#scrollMenu li a{
  color: #fff;
  float: none;
  display: block;
  width: 100%;
  margin: 0 auto;
  font-size: 10pt;
  font-weight: bold;
  }
ul#scrollMenu li ul{
  background: #eee;
  border: 1px solid #252525;
  position: absolute;
  list-style: none;
  padding: 0px;
  left:-2px;
  top: 33px;
  z-index: 205;
  }
ul#scrollMenu li ul li{
  background: transparent;
  margin: 0px;
  position: relative;
  border: none;
  min-width: 250px;
  text-align: left;
  z-index: 206;
  }
ul#scrollMenu li ul li a{
  color: #971111;
  text-shadow: none;
  width: 100%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-bottom: 4px;
  padding-left: 5px;
  float: none;
  z-index: 207;
  }
ul#scrollMenu li.last{
  border: none;
  }
  
.user_menu{
   float: right;
   padding:10px;
   width: 450px;
  }
.user_menu a{
  padding-left: 10px;
   color: #ddd;
   font-weight: bold;
  }
.user_menu a:hover{
   color: #fff;
  }
  
#tinymce{
  background: #fff;
  color: #222;
  font-family: Arial;
  font-size: 11pt;
  }
#tinymce body{
  background: #fff;
  }
#tinymce p {margin:0; padding: 0;}

.editorTitle{
  font-size:1.4em !important;
  margin: 0px;
  font-weight: bold !important;
  font-family: Arial !important;
  }
.editorSubtitle{
  font-size:1.2em !important;
  font-weight: bold !important;
  font-family: Arial !important;
  }
.editorNormalText{
  font-size:1.0em !important;
  font-family: Arial !important;
  }
.editorTitle a, .editorSubtitle a, .editorNormalText a, .editorNormalText a{
    color: #222;
  }
.editorTitle a:hover, .editorSubtitle a:hover, .editorNormalText a:hover{
    color: #971111;
  }
 .editorNormalText a{
    color: #971111;
 }
  
 .editorNormalText a:hover{
    color: #c61414;
 }
