@charset "UTF-8";
.cssmenu ul{margin:0 auto; background:#FF0; z-index: 999;}
 #cssmenu ul,
    #cssmenu li,
    #cssmenu span,
    #cssmenu a { z-index: 999;
      margin: 0 auto;
      padding: 0;
      position: relative;
    }
    #cssmenu:after,
    #cssmenu ul:after { z-index: 999;position: relative;
      content: '';
      display: block;
      clear: both;
    }
    #cssmenu a {
      color: #ffffff; z-index: 999;position: relative;
      display: inline-block;
      font-family: Helvetica, Arial, Verdana, sans-serif;
      font-size: 14px;
      min-width: 136px;
      text-align: center;
      text-decoration: none;
      text-shadow: 0 -1px 0 #333333;
    }
    #cssmenu ul {
	list-style: none;
	margin: 0 auto; z-index: 999;position: relative;
	
    }
    #cssmenu > ul > li {
      float: left; z-index: 999;position: relative;
    }
    #cssmenu > ul > li.active a {position: relative;
      background: #0095cc; z-index: 999;
	background: -moz-linear-gradient(top, #0095cc 0%, #00678e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095cc), color-stop(100%,#00678e));
	background: -webkit-linear-gradient(top, #0095cc 0%,#00678e 100%);
	background: -o-linear-gradient(top, #0095cc 0%,#00678e 100%);
	background: -ms-linear-gradient(top, #0095cc 0%,#00678e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095cc', endColorstr='#00678e',GradientType=0 );
	background: linear-gradient(top, #0095cc 0%,#00678e 100%);
      /*box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
      filter: none;*/
    }
    #cssmenu > ul > li.active a:hover { z-index: 999;position: relative;
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#646464', endColorstr='#4a4a4a', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li a {
      color:#d9eef7; z-index: 999;position: relative;
	background: #00adee;
	border-right:solid 1px #0078a5;
	background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));
	background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);
	background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);
	background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );
	background: linear-gradient(top, #00adee 0%,#0078a5 100%);
      border-bottom: 1px solid #5d5d5d;
      border-top: 1px solid #5d5d5d;
      border-right: 1px solid #5d5d5d;
      line-height: 40px;
      padding: 0 30px;
      filter: none;
    }
    #cssmenu > ul > li a:hover { z-index: 999;position: relative;
      background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
      background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
      background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
      filter: progid:dximagetransform.microsoft.gradient(startColorstr='#8a8a8a', endColorstr='#787878', GradientType=0);
      filter: none;
    }
    #cssmenu > ul > li:first-child a { z-index: 999;position: relative;
      border-radius: 5px 0 0 5px;
      -moz-border-radius: 5px 0 0 5px;
      -webkit-border-radius: 5px 0 0 5px;
      border-left: 1px solid #5d5d5d;
    }
    #cssmenu > ul > li:last-child a {
      border-radius: 0 5px 5px 0; z-index: 999;
      -moz-border-radius: 0 5px 5px 0;position: relative;
      -webkit-border-radius: 0 5px 5px 0;
    }
    #cssmenu li:hover ul {
      display: block; z-index: 999;position: relative;
    }
    #cssmenu li ul { z-index: 999;position: relative;
      display: none;
      position: absolute;
      top: 36px;
      left: -1px;
      min-width: 100%;
      text-align: center;
      /* IE7 */    
      *width: 100%;
    }
    #cssmenu li ul li { z-index: 999;position: relative;
      text-align: center;
    }
    #cssmenu li ul li a { z-index: 999;position: relative;
      border-top: 0 none;
      border-left: 1px solid #5d5d5d;
      display: block;
      line-height: 120%;
      padding: 9px 5px;
      text-align: center;
    }
/* footer */
.acce{float:left; margin-right:1px; color:#fff; font-family:Verdana, Geneva, sans-serif; font-size:14px; border: 1px #3E9ACC solid; padding:1px;}

.fuleft{float:left; width:240px; text-align:left;margin-left:40px; color:#fff; text-shadow:0 2px 2px rgba(0,0,0,.3);margin-left:40px;}
.futright a{float:left; text-align:center;  color:#fff;text-shadow:0 2px 2px rgba(0,0,0,.3); font-size:14px; text-decoration:none}

.footer{ background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );background: linear-gradient(top, #00adee 0%,#0078a5 100%); color:#FFF; 
-webkit-border-bottom-left-radius:10px;
-moz-border-bottomleft-radius:10px;
border-bottom-left-radius:10px;

-webkit-border-bottom-right-radius:10px;
-moz-border-bottom-right-radius:10px;
border-bottom-right-radius:10px;
border-top: 4px solid #666;


}
.brochures img{margin:10px;}

/* CSS Document */
body{background: #ededed;margin:0;padding:0;}
h4{border-bottom:1px dotted #006699; color:#006699; padding-bottom:3px;}
#header{position:relative;margin-top:15px;margin-bottom:5px;margin-left:auto;margin-right:auto;padding:0; padding-left:20px;width:1000px;height:100px;}

/* menu */

#menu_wrap{position:relative;margin-top:0px;margin-left:auto;margin-right:auto;padding:0; padding-right:0px;width:1000px;height:45px;list-style-type:none;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;-webkit-box-shadow:0 1px 3px rgba(0,0,0,.2);-moz-box-shadow:0 1px 3px rgba(0,0,0,.2);box-shadow:0 1px 3px rgba(0,0,0,.2)}
.button a{
	cursor:pointer;text-align:center;font:14px/100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-weight:bold;position:relative;min-width:110px;height:20px;float:left;padding:10px;padding-top:15px;padding-bottom:10px;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.3); text-height:20px;}

.selected a, .selected a:hover{cursor:pointer;text-align:center;font:14px/100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;font-weight:bold;position:relative;min-width:110px;height:20px;float:left;padding:10px;padding-top:15px;padding-bottom:10px;text-decoration:none;text-shadow:0 1px 1px rgba(0,0,0,.3); text-height:20px;
background: #0095cc ;color:#d9eef7;}

.button:first-child a{-webkit-border-top-left-radius:10px;-webkit-border-bottom-left-radius:10px;-moz-border-topleft-radius:10px;-moz-border-bottomleft-radius:10px;border-top-left-radius:10;border-bottom-left-radius:10px}

.Blue,.Blue,.button a{
	color:#d9eef7;
	background: #00adee;
	border-right:solid 1px #0078a5;
	background: -moz-linear-gradient(top, #00adee 0%, #0078a5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00adee), color-stop(100%,#0078a5));
	background: -webkit-linear-gradient(top, #00adee 0%,#0078a5 100%);
	background: -o-linear-gradient(top, #00adee 0%,#0078a5 100%);
	background: -ms-linear-gradient(top, #00adee 0%,#0078a5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00adee', endColorstr='#0078a5',GradientType=0 );
	background: linear-gradient(top, #00adee 0%,#0078a5 100%);}


.Blue .button a:hover,.Blue .button a:focus{
	background: #0095cc;
	background: -moz-linear-gradient(top, #0095cc 0%, #00678e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0095cc), color-stop(100%,#00678e));
	background: -webkit-linear-gradient(top, #0095cc 0%,#00678e 100%);
	background: -o-linear-gradient(top, #0095cc 0%,#00678e 100%);
	background: -ms-linear-gradient(top, #0095cc 0%,#00678e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0095cc', endColorstr='#00678e',GradientType=0 );
	background: linear-gradient(top, #0095cc 0%,#00678e 100%);}
	
.Blue .button a:active{background: #0078a5;background: -moz-linear-gradient(top, #0078a5 0%, #00adee 100%);background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#0078a5), color-stop(100%,#00adee));background: -webkit-linear-gradient(top, #0078a5 0%,#00adee 100%);background: -o-linear-gradient(top, #0078a5 0%,#00adee 100%);background: -ms-linear-gradient(top, #0078a5 0%,#00adee 100%);filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0078a5', endColorstr='#00adee',GradientType=0 );background: linear-gradient(top, #0078a5 0%,#00adee 100%);}
.button:last-child a{float:left;border:none;}


/* content */

.anun{height:100px; border:1px solid #ccc; margin-top:30px 0; background:#FFF; padding:10px; float:left;}
.footer{ margin-top:10px;height:100px;color: #069; font-size:12px; padding-top:10px;border-top:dotted 1px #ccc;font:12px"Lucida Sans Unicode", "Lucida Grande", sans-serif; }
.left{width:600px; float:left; background:#FFF; padding:10px; border:1px solid #ccc;min-height:350px; -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
