.language {
   margin:right;
   position: relative;
	color: #fff;
}
.links, .language{
    margin:5px auto 0;
	height:45px;
}
.language ul {
    list-style: none;position:absolute; right:10px; top:-70px;
}
.language li {
    margin: 15px 12px;
    float: left; 
	background:url('images/pic-1.gif') no-repeat 0 0px;
}
.language li a {	
	margin-left:25px;
	text-decoration:none;
}
.language li:first-child {
    border: none;
}
.language a,.language a:visited, .links a{
    color: #fff;
}
.language a:hover, .links a:hover {
    color: #fff;
	text-decoration:underline;
}
#hidden {
    overflow: hidden;
    width: 1px;
    height: 1px;
}
.wrapper > header .banner {
    clear: both;
    display: block;
}
.topmenu {
    background-color: #000;
    font-size: 13px;
    padding: 1px 0 0 15px;
}
.topmenu ul {
    list-style: none;
}
.topmenu .level1 > li {
    float: left;
    margin-right: 1px;
    position: relative;
}
.topmenu .level1 > li > a {
    border-bottom: 1px solid #000;
    color: #c0c0c0;
    display: inline-block;
    font-weight: bold;
    line-height: 34px;
    padding: 0 20px;
}
.topmenu .level1 > li:hover .level2 {
    display: block;
}
.topmenu .level1 > li:hover > a,
.topmenu .level1 > li > a:hover {
    background-color: #606060;
    color: #fff;
}
.topmenu .level1 > .current > a,
.topmenu .level1 > .selected > a {
    background-color: #fff;
    border-color: #fff;
    color: #000;
}
.topmenu .level2 {
    background-color: #f3f3f3;
    border: 1px solid #000;
    display: none;
    font-size: 12px;
    margin: -1px 0 0 -1px;
    min-width: 100%;
    padding: 2px 0;
    position: absolute;
    z-index: 10; /* should be higher than widget controls */
}
.topmenu .level2 a {
    color: #1a1a1a;
    display: block;
    padding: 6px 22px;
    white-space: nowrap;
}
.topmenu .level2 a:hover {
    background-color: #c8c8c8;
}
.topmenu .level2 .current a {
    text-decoration: underline;
}
.side nav {
    font-size: 12px;
    margin-bottom: 25px;
}
.side nav ul {
    list-style: none;
}
.side nav a {
    border-top: 1px solid #9e9e9e;
    color: #1a1a1a;
    display: block;
    padding: 10px 20px;
}
.side nav a:hover {
    background-color: #f3f3f3;
}
.side nav .current > a {
    background-color: #000;
    color: #fff;
}
.side nav .level1 {
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > li > a {
    font-weight: bold;
}
.side nav .level1 > .subnodes > a {
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    background-repeat: no-repeat;
    border-bottom: 1px solid #9e9e9e;
}
.side nav .level1 > .selected > a {
    background-color: #f3f3f3;
}
.side nav .level2 {
    margin-left: 20px;
}
.side nav .level2 > li > a {
    border-top-color: #e5e5e5;
}
.side nav .level2 > li:first-child > a {
    border-top: none;
}
.side nav.collapse .level2 { /* "collapse" class force menu to hide 2nd level until parent or child is not selected */
    display: none;
}
.side nav.collapse .current .level2,
.side nav.collapse .selected .level2 { /* displaying 2nd level */
    display: block;
}
.side nav.collapse .level1 > .subnodes > a { /* fixing style when collapsed */
    background-image: url(img/icon_right.gif);
    background-position: 8px center;
    border-bottom: none;
}
.side nav.collapse .level1 > .subnodes.current > a,
.side nav.collapse .level1 > .subnodes.selected > a { /* fixing style when not collapsed */
    background-image: url(img/icon_down.gif);
    background-position: 5px center;
    border-bottom: 1px solid #9e9e9e;
}
.breadcrumb {
    font-size: 12px;padding-left:18px;padding-bottom:10px;padding-top:30px;
}
.breadcrumb a {
    color: #222;text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.wrapper > footer a {
    color: #019bd4;
}
.wrapper > footer a:hover {
    text-decoration: underline;
}
.box2 {
	padding: 10px 20px;
	opacity:1;
	margin:10px 0;
}
.box22 {
	margin:20px 0;
}

.box2 h3 {color:#16687a}

.box2 a:link,.box2 a:visited {
color:#000;
	    background-image: url(images/pic-1.gif);
		padding-left:25px;
    background-position: 2px center;
    background-repeat: no-repeat;line-height: 30px;text-decoration: none;
}
.box2 .level2 a {margin-left:20px;}
.box2 a:hover {
    color: #000;
	text-decoration: underline;
}
#editslide{
width:95%; margin:0 auto; border-radius:8px;
background:#fff; border:2px dotted #BCBCBC; text-align:center;
}
#editslide h2 {background:#FE9603;padding:5px 15px;text-align:left;margin-bottom:10px;color:#333;font-size:18px;}
#editslide ul
{margin:auto auto; vertical-align: middle;}
#editslide ul li
{display:inline; list-style:none;}
#editslide img {width: 250px;margin-bottom:10px;}