
* {
    margin: 0;
    padding: 0;
}

body {
    padding-bottom: 40px;
    font: 14px Georgia, Times, serif;
    color: #5C5C5C;
    background: #FFFFFF;
}

h1 {
    padding: 30px 0 0 90px;
    font-size: 48px;
    font-weight: normal;
    color: #000000;
}

h1 a, h1 a:hover {
    color: #000000;
    text-decoration: none;
}

h2 {
    font-weight: normal;
    color: #457D12;
}

p {
    padding: .7em 0;
    line-height: 1.8em;
    text-align: justify;
}

p#subtitle {
    padding: 0 0 0 90px;
    font-size: 16px;
    color: #797979;
}

a {
    text-decoration: none;
    color: #FF8D00;
}

a:hover {
    text-decoration: underline;
}

/* header */

#header {
    width: 960px;
    height: 150px;
    margin: 0 auto;
}

#Topmenu {
text-align:right;
font-size:12px;
width: 960px;
padding-bottom:20px;
}

#Topmenu a{
color:#666666;
font-size:12px;

}


/* intro */

#intro {
    width: 100%;
    height: 280px;
    min-width: 960px;
    background: #393186;
}

#intro2 {
    position: relative;
    width: 790px;
    height: 200px;
    margin: 0 auto;
    padding: 15px 35px 35px 15px;
    background: #faca13 ;
}

#intro3 {
    width: 890px;
    height: 215px;
}



#button {
    position: absolute;
    bottom: 20px;
    right: 70px;

    text-align: center;

}

#button a {
    display: block;
    font-size: 18px;
    line-height: 45px;
    text-decoration: none;
    color: #fff;
}

#button a:hover {
color:#0066FF;

}

/* main */

#main {
    width: 960px;
    margin: 0 auto;
    background: #FFFFFF url('images/main.gif') repeat-x top;
}

/* content */

#content {
    float: left;
    width: 550px;
    padding: 50px 0 20px 35px;
}

#content .post {
    padding: 0 0 3em 0;
}

#content h2 {
    font-size: 2.4em;
}

#content h2 a {
    color: #457D12;
    text-decoration: none;
}

p.postmeta {
    font-size: .86em;
}

#content .entry {
    padding: 1.5em 0 0 0;
}

/* sidebar */

#sidebar {
    float: right;
    width: 260px;
    padding: 50px 35px 30px 0;
}

#sidebar h2 {
    font-size: 1.7em;
}

#sidebar .box {
    padding: 1em 0 2em 0;
}

#sidebar p {
    text-align: left;
}

#sidebar ul {
    list-style: none;
    padding: 1.5em 0 2.5em 0;
}

#sidebar ul li {
    padding: .2em 0 .2em 0;
    line-height: 2.5em;
    border-bottom: 1px solid #ECECEC;
}

#sidebar ul li a {
    display: block;
    padding: 0 0 0 25px;
    background: url('images/li.gif') no-repeat 0 .8em;
}

/* menubottom */

#menubottom {
    clear: both;
    padding-top: 20px;
    background: url('images/bottom.gif') no-repeat top;
}

#menubottom2 {
    padding: 15px 35px 35px 35px;
    height: 1%;
    background: #000000 url('images/bottom2.gif') no-repeat bottom;
}

#col1 {
    float: left;
}

#colright {
    float: right;
    width: 580px;
}

#col2 {
    float: left;
}

#col3 {
    float: right;
}

.col {
    width: 270px;
}

.col h2 {
    padding-left: 20px;
    font-size: 16px;
    line-height: 46px;
    color: #000000;
    background: #62950F url(images/bottomh2.gif) repeat-x;
}

.col ul {
    list-style: none;
    padding: 1.2em 0 0 10px;
}

.col ul li {
    line-height: 2.5em;
    padding: .2em 0 .2em 18px;
    background: url(images/li2.gif) no-repeat 0 1.25em;
}

.col ul li a {
    padding: 0;
    color: #9D9D9D;
    text-decoration: none;
}

.col ul li a:hover {
    color: #CCCCCC;
}

/* footer */

#footer {
    clear: both;
    width: 960px;
    margin: 0 auto;
    padding-top: 50px;
	background-color:#666666;
}


#footer a{

}
#footer p {
    font-size: .86em;
    text-align: center;
    color: #fff;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

.block_border { border:1px solid #ddd; padding:5px 5px;  }
.block_border a{ margin-left:130px; margin-bottom:20px; }
.block_border p{  text-align:left; padding-left:10px;  padding-right:10px;  border-bottom-width:2px;}
.block_box { background:#ffffff url("images/shade.png") no-repeat center bottom; padding:0 0 16px; margin:0 0 15px; width:230px;}


#cssmenu ul,
#cssmenu li,#cssmenu span,
#cssmenu a {

  position: relative;
}
#cssmenu {
  height: 49px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #71b00c;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #71b00c;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #71b00c;
  border-bottom: 1px dotted #aad06d;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #528009;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #528009;
  border-bottom: 1px dotted #97b36b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #345105;
}




ul.ppt {
	position: relative;
}

.ppt li {
	list-style-type: none;
	position: absolute;
	top: 0;
	left: 0;
}

.ppt img {
	border: 1px solid #e7e7e7;
	padding: 5px;
	background-color: #ececec;
}



/* Auto complete text box   */
.ac_results {
        padding: 0px;
        border: 1px solid black;
        background-color: white;
        overflow: hidden;
        z-index: 99999;
}

.ac_results ul {
        width: 100%;
        list-style-position: outside;
        list-style: none;
        padding: 0;
        margin: 0;
}

.ac_results li {
        margin: 0px;
        padding: 2px 5px;
        cursor: default;
        display: block;
        /* 
        if width will be 100% horizontal scrollbar will apear 
        when scroll mode will be used
        */
        /*width: 100%;*/
        font: menu;
        font-size: 12px;
        /* 
        it is very important, if line-height not setted or setted 
        in relative units scroll will be broken in firefox
        */
        line-height: 16px;
        overflow: hidden;
}

.ac_loading {
        background: white url('indicator.gif') right center no-repeat;
}

.ac_odd {
        background-color: #eee;
}

.ac_over {
        background-color: #0A246A;
        color: white;
}