

/* *********added by barry************ */

/* ckStyles */


/* /ckStyles */


.sitemap ul {
    margin:3px 0 12px 0;
}
.sitemap ul li{
    margin:0 0 2px 0;
    list-style-type: none;
}
.sitemap ul li a{
    font-size:12px;
}
.sitemap ul li ul li{
    margin:0 0 2px 30px;
    list-style-type: disc;
}
.sitemap ul li ul li a{
    font-size:11px;
}
.sitemap ul li ul li ul li{
    margin:0 0 2px 20px;
}
.sitemap ul li ul li ul li a{
    font-size:10px;
}
.sitemap ul li ul li ul li ul li a{
    font-size:10px;
}

em, strong em, em strong {font-style: italic}
strong, em strong, strong em {font-weight: bold}

.tagWrap {
    position: relative;
}

.tagWrapPencil {
    position: absolute;
    right: 1px;
    top: 1px;
    cursor: pointer;
}

.popupHolder {
	width: 100%;
	height: 100%;
	background: url(../images/bg_popup.png) repeat 0 0;
	position: fixed;
	top: 0;
	left: 0;
	display: none;
	z-index: 9000;
}

.popupBox {
	border: 1px solid #aeaeae;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 100px;
	-moz-box-shadow: 0px 1px 2px 1px #ccc;
	-webkit-box-shadow: 0px 1px 2px 1px #ccc;
	box-shadow: 0px 5px 15px 5px #444;
}

.cmsEditPopup {
	width: 700px;
    min-height:500px;
	margin-left: -277px;
	top: 100px;
}

.closeBox {
	text-align: right;
	padding: 6px 7px 1px 7px;
	background: #ebebef;
	border-bottom: 1px solid #bdbdbd;
}

.closeBox h3 {
	float: left;
	color: #1e4680;
	font-size: 15px;
	padding: 5px 0 6px 5px;
}

.popupContent {
	padding: 16px;
}

#uberbar  {
  border-bottom:1px solid #eee;
  background:#efefef;
  padding:10px 20px;
  position:fixed;
  bottom:0;
  left:0;
  opacity:0.8;
  z-index:2000;
  width:100%;
}
.cmsConfirmBanner {
    position:fixed;
    z-index:20000;
    width:98%;
    left:0;
    top:0;
    height:60px;
    background:#efefef;
    padding:15px;
}

h2.subheaderH2 {
    font-size: 24px;
    color: #0771ba; /*#8cc640;*/
    font-weight: normal;
    line-height: 26px;
    padding-bottom: 10px;
}

h3.subheaderH3 {
    color: #0771ba; /*#8cc640;*/
    font-size: 20px;
    font-weight: bold; /*normal*/
    line-height: 22px;
    padding-bottom: 10px;
}

h4.subheaderH4 {
    color: #231F20;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    padding-bottom: 10px;
}

.homeText h2.homeHeader {
    color: #0093B4;
    font-size: 22px;
    padding-bottom: 8px;
    font-weight: normal;
    line-height: 32px;
    margin-top: 20px;
    text-align: left;
}


#nav li ul {
	width: 149px;
}

#nav li:hover li a, #nav li.sfhover li a {
	width: 129px;
}

.faqItem h3 {
	background: url(../images/faqPlus.gif) 0 0 no-repeat;
}

.faqItemActive h3 {
	background: url(../images/faqMinus.gif) 0 0 no-repeat; 
}

.nbs-flexisel-inner {
  width: 90%;
  margin-left: 5%}
  
  
  .footerTop {
  	background: #37373a;
  }
