

.contentArea p {
	padding-left: 5px;
}

.rightBlock ul {
    margin-left:50px;
    margin-bottom:20px
}


.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;
}

.popupBoxCms {
	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;
}



.popupBg {
	background: url(../userfiles/images/structure/popup-bg.png);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 20000;
	display: none;
}

.popupBox {
	position: fixed;
	top: 220px;
	left: 50%;
	width: 637px;
	padding: 35px;
	margin-left: -361px;
	border: 8px solid #f2f2f2;
	z-index: 20001;
	background: #fff;
	display: none;
}

.popupClose {
	position: absolute;
	right: -8px;
	top: -8px;
	cursor: pointer;
}



.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.pageHeader {
    color: #313131;
    font-size: 35px;
    font-weight: 600;
    padding-bottom: 10px;
    text-transform: uppercase;
    line-height: 40px;
}


.projectBlock {
	line-height: normal;
}

h3.publicationtitle {font-size:18px;line-height:30px;}
.publicationtitle a {color:#30a89b;}

#header .logoArea {padding:6px 15px;}
.projecList li .projectArea h3 {text-align:center;}


.contentArea li {
	font-size:17px;
	line-height:26px;

}
.contentArea li li {
	font-size:16px;
	line-height:24px;
	list-style-type:circle;

}

.dropdownContentArea {
    display: none;
}
#childNav1  {
}
#childNav2  {
    margin-left: 120px;
}
#childNav3  {
    margin-left: 197px;
}
#childNav4  {
    margin-left: 290px;
}


.viewlist li {
    margin-left: 20px;
    margin-bottom: 5px;
}
.viewlist li p {
    padding-bottom: 0;
}

.viewlist li a {
    color: #30a89b;
}




@media(max-width: 840px) {
	.projecList li .projectArea h3 {
		line-height: 16px;
        padding:4px 0;
	}
}



@media(max-width: 768px) {
	.projecList li .projectArea h3 {
		line-height: 14px;
        padding:4px 0;
	}
#childNav1, #childNav2, #childNav3, #childNav4  {
    margin-left: 0;
}
}
