﻿#cms-header, #cms-headersmall 
{
 float:left;
    width:97.6%;
    font-size:93%;
    line-height:normal;
   background:Transparent url("../images/bg-tab.gif")
      repeat-x bottom;
       font-size:93%;
    line-height:normal;
    margin:10px 10px 0px 10px ;
}

#cms-headersmall{
width:95%;
}

#cms-header h2 
{color:#EC008C;font-weight:normal;
}

  #cms-header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
    }
  #cms-header li {
     float:left;
    background:Transparent url("../images/norm_right.gif")
      no-repeat right top;
    margin-right:2px;
    padding:0;

    }

#cms-header a {
    display:block;
    background:url("../images/norm_left.gif")
      no-repeat left top;
   padding:5px 15px 4px;
   font-weight:bold;
    }

#cms-header a:hover {
color:#06587C;
}

  #cms-header .current {
    background-image:url("../images/norm_right_on.gif");
    }
  #cms-header .current a {
    background-image:url("../images/norm_left_on.gif");
     padding-bottom:5px;

    }
#logo-cms {
	/*width:188px;*/
	height:70px;
	margin-top:0px;
	margin-bottom:10px;
	background:Transparent url(../images/logo.gif) no-repeat bottom left;
}


#cms-topnav 
{ 
}


#cms-topnav li{
display:inline;
float:right;
margin-right:4px;
background-image:none;
background-color:#0083CA;
}

#cms-topnav a {
color:#FFF;
font-weight:bold;
background-image:none;
}

#cms-topnav a:hover {
color:#FFF;
font-weight:bold;
background-image:none;
background-color:#EC008C;
}

.cms-contentwrap {
background-color:#edf9f9;
width:auto;
height:auto;
margin:0px 10px 10px 10px;
padding:10px;
border-right:solid 1px #92CDEB;
border-bottom:solid 1px #92CDEB;
border-left:solid 1px #92CDEB;
}

.cms-contentwrap h3 {
margin-bottom:20px;
margin-bottom:10px;
padding:10px 0px;
border-bottom:solid 1px #92CDEB;
font-weight:normal;
clear:both;
position:relative;
}

div.cbDiv
{
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    overflow: auto;
    padding-top: 5px;
    height: 200px;
    width: 600px;
    display: inline-block;
    border:1px solid #999;
    background:#fff;
}
