
* {
	margin: 0;
/*
	padding: 0;
*/
}

body {
/*
	font-size: 62.5%;
*/
	width: 100%;
}



.wrapper {
	min-width: 780px;
	max-width: 1177px;
	margin: 0 auto;
}

.inside {
/*
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 10px 10px 0px 10px;
	border: 1px solid white;
*/
}

/* Utility classes... */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clear {
	clear: both;
}
table.noborders {
	border-collapse:collapse
}
table.vacancies,
table.departments,
table.talks {
    border: 2px solid #e6dce6;
}

p.talktime {
    color: #777777;
    font-size: 14px;
    font-style: italic;
    font-weight: normal;
	font-family: Georgia,"sans serif";
}

.campl-unstyled-list,
.unstyled-list {
    list-style: none outside none;
    margin: 0;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
img {
    border: 0 none;
    vertical-align: middle;
}


/* Site layout... */
#site-top {
	background-color: #000000;
	color: #ffffff;
	height: 68px;
	font-size: 14px;
}

#header {
	background-color: #106470;
/*
	color: #ffffff;
*/	height: 152px;
}
#brandingheader {
	background-color: #106470;
	height: 152px;
}
#nav {
	background-color: #106470;
	color: #ffffff;
}
#nav .inside {
	background-color: #0C5963;
	height: 39px;
}

#main {
	background-image: url('img/content-bg.png');
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
}
#main.home {
	background-image: url('img/content-bg-home.png');
}
#main .inside {
/*
	background-color: #ffffff;
*/
}
#main.page .inside {
	background-image: url('img/page-header-bg.png');
	background-color: #ffffff;
	background-repeat: repeat-x;
	background-position: top left;
}
#footer {
	background-color: #0C5963;
	color: #ffffff;
	height: 165px;
}
#sitelinks {
	background-color: #000000;
	color: #ffffff;
	height: 250px;
}


#loginheader {
	float: right;
	color: #ffffff;
	padding: 90px 30px 0 0;
}
#loginheader a:visited,
#loginheader a {
	color: #ffffff;
}

#tabslot { 
	padding-top: 85px;
	float:right;
}

#searchbox #search {
    background: url("../images/search-bistate.png") no-repeat scroll left top transparent;
    border: 0 none;
    height: 20px;
    margin: 5px 0 0;
    outline: medium none;
    padding: 0;
    width: 20px;
}

#header_search_term {
	padding: 2px;
	width: 140px;
	border: 1px solid #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 2px 2px 3px #666;
	-webkit-box-shadow: 2px 2px 3px #666;
	box-shadow: 2px 2px 3px #666;
	padding: 4px 7px;
	outline: 0;
	-webkit-appearance: none;
}
#header_search_term :focus {
	border-color: #339933;
}

/* Home page styling... */

#home-content {
	vertical-align: top;
	background-color: #ffffff;
}
/* Sidebar */
#home-sidebar {
	width: 25%;
	vertical-align: top;
	background-color: #f3f3f3;
}
#home-sidebar .inside {
}
#home-sidebar .listcontainer {
	padding: 20px;
}

/* Second sidebar */
#home-sidebar-2 {
/*	float: right;	*/
	width: 33%;
	vertical-align: top;
}
#homeeventsbox {
}
#hometable {
	margin:16px;
}

.teaserbox {
	padding: 15px 5px 15px 0;
	height: 170px;
	clear: both;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-top: 0 none;
}
.teaserbox:last-child {
    border-bottom: 0 none;
    border-top: 0 none;

}
/* Sub page styling... */
#page-sidebar {
	width: 25%;
	vertical-align: top;
/*
	background: url('img/page-sidebar-bg.png');
	margin-top: 50px;
*/
	padding: 38px 0 0 0;
}
.sidebarnav {
	border-left: 1px solid #E4E4E4;
	border-right: 1px solid #E4E4E4;
	height: 100%;
}
#main.page .article {
	vertical-align: top;
}

td#home-content {
	padding: 0;
}
/* Branding header... */
#cnlogo {
	float: right;
	display: none;
}

/* Footer */
.footercolumn {
	width: 25%;
	height: 210px;
	background: url('img/bg-footer-navigation.png') 100% 0 repeat-y;
	vertical-align: top;
}
.footercolumn.last {
	background:none
}
#footer .inside,
#sitelinks .inside {
	padding: 20px 0;
}

#footer table,
#sitelinks table {
	width: 100%;
}
.footercolumn .inner {
	padding: 0 20px 20px;
}

/* Home carousel... */
.html_carousel {
}
.html_carousel div.slide {
	position: relative;
	float: left;
	display: block;
}	
.html_carousel div.slide img {
	width: 100%;
	height: 100%;
}
.html_carousel div.slide div {
	background-color: rgba(0, 0, 0, 0.6);
	width: 100%;
	position: absolute;
	bottom: 0;
}
.html_carousel div.slide h4 {
	font-size: 24px;
    line-height: 20px;
    font-family: "myriad-pro-n6","myriad-pro",myriad,verdana,arial,sans-serif;
    font-style: normal;
    font-weight: 300;
	color: #171717;
	padding: 15px 0 20px 15px;
}
.html_carousel div.slide p {
    font-size: 14px;
	padding: 0 0 30px 100px;
}
.html_carousel div.slide h4, .html_carousel div.slide p {
	color: white;
	margin: 0;
}
.clearfix {
	float: none;
	clear: both;
}
/* Home carousel end */

/* Twitter widget */
.twitterwidget {
	padding:0 0 0 8px;
}
.twitterwidget td, .twitterwidget p {
}
.twitterwidget .avatar {
	float:left;
	margin:0 5px 0 0;
	border:none;
}
.twitterwidget.pefeed {
	width: 100%;
}

/* Home page CNS events listing... */

div.home-event-item {
	padding: 10px;
	clear: both;
}
div.home-event-image {
	float: left;
	width: 50%;
	padding-right: 10px;
}	
div.home-event-image img {
	max-width:100%; 
	max-height:100%;
}
h3.home-teaser-title, 
h3.home-teaser-title a {
    font-size: 14px;
    line-height: 20px;
    font-family: "myriad-pro-n6","myriad-pro",myriad,verdana,arial,sans-serif;
    font-style: normal;
    font-weight: 600;
	color: #171717;
}
p.home-teaser-text {
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
	color: #171717;
    font-family: verdana,arial,sans-serif;
    margin-bottom: 20px;	
}

a.teaser-read-more {
    background: url("img/bg-primary-cta-arrow.png") no-repeat scroll 100% 50% #171717;
    border: 0 none;
    color: #F8F8F8;
    display: inline-block;
    padding: 5px 25px 5px 10px;
    text-shadow: none;
    font-size: 14px;
    line-height: 20px;
    font-family: "myriad-pro-n3","myriad-pro",myriad,verdana,arial,sans-serif;
    font-weight: 300;
    outline: medium none;
    text-decoration: none;
}
a.teaser-read-more:focus, a.teaser-read-more:hover, a.teaser-read-more:active {
	color: #f8f8f8;
	background: #454545 url("img/bg-primary-cta-arrow-over.png") 100% 50% no-repeat;
	border: 0;
	text-decoration: none
}

table#footercolumntable td {
	padding-left: 0;
}
table#sidebartable > td {
	padding-left: 0;
	padding-top: 38px;
}
table#sidebartable {
	clear: both;
}
#homenewsletterbox div {
	padding: 10px 20px;
}