* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.clear {
    clear: both;
}

body {
	background-color:#EAEAE0;
	
	margin:0;
	height: 100%;
	
	color:#000;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

*[onclick] {
	cursor:pointer;
}

input {
	font-size:11px !important;
}

#background-left {
	width: 363px;
	height: 333px;

	position: absolute;
	z-index: -1;

	left: 0;
	top: 0px;
	background:#FFF url('../img/background_li.jpg') center bottom repeat-x;
}
#background-right {
	width: 363px;
	height: 333px;

	position: absolute;
	z-index: -1;
	right: 0;
	top: 0px;
	background:#FFF url('../img/background_re.jpg') center bottom repeat-x;
}
#wrapper{
	margin-top: 20px;
    position:relative;
}
#header {
	border-top-left-radius:35px;
	border-top-right-radius:35px;	
	
	background:#fff;
	
	padding-bottom:10px;

    behavior: url('PIE.htc');
}
#header #logo {
	padding-left:10px;
	padding-top:10px;
}

#logo > a > img {
	width: 100%;
}

#header #searchField {
	position:absolute;
	right:0px;
	top:75px;
	
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;

	height:30px;

	padding-left:3px;
	
	background-color:#EAEAE0;	
}
#header #searchField input[type=text]{
	width:110px;
	margin:0;
	margin-top: -3px;
	margin-right: 5px;
}
#header #searchField span.submit{
	line-height:30px;
	margin-right:10px;
	font-size:11px;
}

#header #navigationTop {
    position: absolute;
    right: 0px;
}
#header #navigationTop ul {
	display:inline-block;
	float:right;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
	margin:0 35px 0 0;
	background-color:#EAEAEA;
}

#header #navigationTop ul > li{
	display:inline-block;
	height:30px;
	line-height:30px;
	padding:0 15px;
	font-size:10px;
}

#header #navigationTop ul > li.active{
    font-weight:bold;
}
#header #navigationTop ul > li:first-child{
    margin-left:30px;
}

#header #navigationTop ul > li:last-child{
    margin-right:30px;
}

table.list th a,
.pageMenu a,
#footer a,
#menuRight a,
#menuBottom a,
#navigation a,
#navigationTop a{
	color:#000 !important;
}

#navigation {
	height:35px;
    background-color: #EAEAE0;
}
#navigation > .mainMenuWrapper > ul {
	margin:0;	
}
#navigation > .mainMenuWrapper > ul > li{
	display:inline-block;
	height:35px;
	line-height:35px;
	font-size:12px;
	padding:0 25px;
	border-right:5px solid white;	
}
#navigation > .mainMenuWrapper > ul > li:first-child{
	padding-left: 20px;
}
#navigation > .mainMenuWrapper > ul > li.active {
    font-weight: bold;
}
#navigation > .mainMenuWrapper > ul > li:last-child{
	border-right:none;	
}
#navigation > .mainMenuWrapper > ul > li > ul {
	display: none;
	position: absolute;
	z-index: 9999;
	margin: 0;
	margin-left: -25px;
	padding: 10px;
	padding-left: 25px;
	list-style-type: none;
	font-weight: normal;
	font-size: 10px;
	line-height: 20px;
	background-color: #EAEAEA;
}
#navigation > .mainMenuWrapper > ul > li:hover > ul {
	display: block;
}

#navigation > .mainMenuWrapper > ul > li > ul > li {
    min-height: 120px;

    max-width: 180px;
	float: left;
	margin-right: 25px;
}
/*
#navigation > .mainMenuWrapper > ul > li:nth-child(4) > ul > li:nth-child(4)  {
	margin-top: -102px;
}
*/
#navigation > .mainMenuWrapper > ul > li > ul > li {
	font-weight: bold;
}
#navigation > .mainMenuWrapper > ul > li > ul > li > ul {
	list-style-type: none;
	font-weight: normal;
	margin: 0;
	margin-bottom: 28px;
}
#navigation > .mainMenuWrapper > ul > li > ul > li > ul > li{
	margin-top: 3px;
	padding-top: 3px;
	border-top: 1px solid #fff;
}


#menuRight {
    margin: 15px;
	margin-top: 0px;
    list-style-type:none;
}
#menuRight ul {
	list-style-type:none;
	margin:0px;
}

#menuRight > li.active {
    font-weight: bold;
}
#menuRight > li > div{
    margin-bottom: 10px;
}
#menuRight > li > div:last-child{
	margin-bottom: 0px;
}

#menuRight > li:first-child {
	padding-top: 15px;
}

#menuRight > li:last-child {
	padding-bottom: 15px;
}



#menuRight > li > ul {
    margin-bottom: 30px;
}
#menuRight > li > ul > li {
    margin-bottom: 10px;
    line-height: 16px;
    font-weight: normal;
}

#menuRight > li > ul > li.active {
    font-weight: bold;
}

#menuBottom {
	font-size: 10px;
	margin: 0;
    list-style-type: none;

	padding-top: 10px;
}
#menuBottom > li > div{
}

#menuBottom ul{
    list-style-type: none;
    margin:0 0 10px 0px;
}
#menuBottom ul > li{
    font-size: 10px;
    line-height: 16px;
}
.menuBottomHeader {
	font-family: "Times New Roman",Cambria, serif, sans-serif;

	padding-left: 15px;
	padding-top: 10px;
	color:#7f7f7f;

	background-color: #F7F7F3;

	font-size: 18px;
    line-height: 26px;
}

#menuRight ~ .contactBox,
#menuRight + .defaultBox,
#menuRight + .normalBox {
	margin-top: 20px;
}



#content {
	background:#fff;
	padding-top:10px;
	margin-bottom:25px;
}

#social {
    position: absolute;
    z-index: 3;
    left: -60px;
}

#social ul {
    list-style-type: none;
}

#social ul li {
    height:28px;
}


#footer {
	position: relative;

	padding-left: 15px;
	font-size:10px;
	line-height:16px;

    margin-bottom:30px;
}

#footer ul{
	list-style-type: none;	
	margin:0;

	display: inline;


}
#footer ul li {
	font-size: 10px;
	line-height:16px;
	display: inline;
}

#footer .logo {
	position: absolute;
	top:0;
	right:0;
	text-align:right;
	
	
	margin:0 !important;
	padding:0 !important;
}



.pageMenu {
    margin: -15px 0 15px -15px;
    padding: 0;
    background-color:#EAEAE0;
    float: left;
}


.pageMenu li:first-child {
	padding-left: 15px;
}

.pageMenu li {
    display: inline-block;
    padding: 4px 10px;
    margin: 0;
}
.pageMenu li.active {
	background-color: #F7F7F3;
}
.pageMenu li.active a {
	/* font-weight: bold; */
}


.linkedImage .image {
    margin-top: 15px;
}

table.list {
	width:100%;
	margin: 0;
	padding: 0;
	border-spacing: 0;
	#border: 2px solid #BBBBBB;
}
table.list th {
	font-size: 11px;
	text-align: left;
	padding: 5px 5px 10px 5px;
	white-space: nowrap;
}
table.list td {
	font-size: 11px;
	vertical-align: top;
	padding: 5px 5px 20px 5px;
}
table.list tr.odd td {
	background-color: transparent;
}
table.list tr.even td {
	background-color: #EAEAEA;
}
table.list tr.person td {
	cursor: pointer;
}
table.list tr > th:first-child,
table.list tr > td:first-child{
	padding-left: 15px;
}


ul.browse {
	margin: 10px 0 0 0;
	float: right;
	list-style-type: none;
}
ul.browse li {
	float: left;
	margin: 0;
	padding: 0 0 0 10px;
}
ul.browse li a.active {
	font-weight: bold;
}

form {
	margin: 0;
}


.csc-sitemap ul {
	list-style-type: none;
}

.csc-sitemap li:before {
	content:'»';
}

.csc-sitemap ul > li > ul{
	margin-bottom: 15px;
}

.csc-sitemap ul > li > ul > li > ul{
	margin-bottom: 10px;
}

.tableDiv {
}
.tableDiv .labelDiv {
	float: left;
	margin-bottom: 10px;
}
.tableDiv .contentDiv {
	width: 100%;
	padding-left: 230px;
	margin-bottom: 10px;
}

.row-fluid [class*="span"]{
	min-height: 0;
}

.respNavOpen,
.respNavClose {
	display:none !important;
}

#homelink {
	float:left;
	padding:7px 5px 0px 5px;

	height:35px;
	line-height:35px;

	border-right:3px solid #fff;
}

#homelink img {
	line-height:35px;
	width:20px;
	height:20px;
}

#tableDisplayNone {
	display: none;
}

.multicolumnWithOutMargin .multicolumnLayoutthree_bootstrap_cols > li{
	margin: 0;
	width: 33.33333% !important;
	position: relative;
}


#navigation > .mainMenuWrapper > ul > li:hover.menuItem32 > ul {
    max-width: 360px;
}

.youtubeplayer {
    max-width:100%;
}

.paddingLeft {
	margin-left: 15px;
}

.news-single-item .normalBox > h1 {
    margin-bottom: 0px;
}

.news-single-item .normalBox > p.date {
    margin-bottom: 10px;
}

.tools {
    margin-left:20px;
    margin-bottom: 5px;
}

.pageGroupStaff .rightcolumn .defaultBox {
    margin-left: 10px !important;
}

#breadcrumb {
    margin-left: 15px !important;
    color: #A5A599 !important;
}
#breadcrumb a{
    color: #A5A599 !important;
}

#nameSelector {
    padding-left: 8px;

    background-color: #EAEAE0;
}
#nameSelector span{
    display: block;
    float: left;
    padding: 2px 8px;

    background-color: #EAEAE0;

    color: #777777;
}
#nameSelector span.active{
    display: block;
    float: left;
    padding: 2px 8px;

    background-color: #F7F7F3;
}

#nameSelector span a{
    color:#000;
}

.globalProjectList .project {
    display: block;
    padding: 20px 40px 20px 20px;
    margin-left: -15px;

    margin-bottom: 20px;

    background-color: #F7F7F3;
}

.newsEventsBox article {
	display:none;
}

.newsEventsBox article:nth-child(1),
.newsEventsBox article:nth-child(2),
.newsEventsBox article:nth-child(3) {
	display:block;
}
