.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.logos{
margin: 0 10px;}
.nerr {
float: left;
}
.nwrr img {
margin: 10px 56px;
}
.nerr img {
margin: 10px 45px;
}
.nwrr {
float: right;
}
.nerr, .nwrr {width: 245px}


.navbar {
	font-family: 'Helvetica Neue', Arial, sans-serif;
	font-size: .8em;
	color: #666666;
	line-height: 30px;
	border-bottom: 3px solid #ccc;
	z-index: 100;
}
.navbar-bg {
	text-align: center;
	z-index: 10;
}
.navbar-bg ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style-type: none;
	display: inline-block;
}
li a {
	text-decoration: none;
	padding: 10px;
	color: #666666;
	font-weight: bold;
}
li a:visited {
	color: #666666;
	font-weight: bold;
}
div#widget0 li a:hover {
	color: #999999;
	text-decoration: none;
}
div#widget0 li.current-page a {
	color: #66ABC5;
	text-decoration: none;
}

#widget0 li {
	position: relative;
}
#widget0 li ul {
	position: absolute;
	display: none;
	left: 0;
	background:;
	width: 80px;
	z-index: ;
}
#widget0 li ul li a {
display: inline-block;
}

#widget0 li:hover ul {
	display: block;
}


h1 {
color: rgb(121, 121, 121);
font-family: 'MyriadPro-Regular', 'Myriad Pro';
font-size: 36px;
font-weight: 400;
letter-spacing: 0;
text-align: center;
}



/* slideshow */
#slideshow { 
	margin: 30px auto; 
	position: relative;
	display: block;
	text-align: center;
	width: 400px;
	height: 300px;
	padding: 10px; 
	box-shadow: 0 0 20px rgba(0,0,0,0.4); 
}

.csx-logo, .csx-logo p {
	display:block;
	text-align: center;
	margin: auto;
}




#slideshow > div { 
	position: absolute; 
	top: 10px; 
	left: 10px; 
	right: 10px; 
	bottom: 10px; 
}

#slideshow img {
	max-width: 100%;
}




/* Staff */
.profile {
	margin: 0 0 10px 10px;
	float: left;
	width: 315px;
	padding: 10px;
	background: white;
	background: rgba(255,255,255,.7);
	box-shadow: 1px 1px 1px rgba(0,0,0,.1);
}

.profile img {
max-width: 100%;	
}
	
.profile:nth-child(odd){
margin-right:10px;	
}
.profile-header {
float: left;
margin: 0 10px 0px 0;
border-radius: 100px;
overflow: hidden;
	max-width: 100px;
}

.profile-content h3, .profile-content .lead {
margin-top: 0;
margin-bottom: 5px;
color: rgb(81, 81, 81);
font-family: 'MyriadPro-Bold', 'Myriad Pro';
letter-spacing: 0;
line-height: 1.1;
font-size: 12px;
}

.profile-content .position,
.profile-content h3 {
font-size: 13px;
font-weight: bold; 
}

.profile p {
//text-align: left;	
}


