@charset "utf-8";
.page {
    /*margin: 0 auto;
    width: 950px;*/
}
.header {
    float: left;
    /* position: relative; */ /* 2012-03-08 - SLM -- omitted since it was causing issues in SU */
    /*width: 100%;*/
    padding:0 0 45px;
}
.content {
    clear: both;
}
.footer {
    clear: both;
}
.sidebar {
    float: left;
    /*width: 150px;*/
	position: relative;
	z-index: 30;
    min-height: 20px;
}
.primary-content {
    float: right;
    /*width: 790px;*/
}
.widget-area {
    background: #ccc url(/img/design/widget-area.png) 50% 50% no-repeat;
    border: 1px dashed #999;
}
.main {
    float: left;
    /*width: 590px;*/
    margin-bottom: 45px;
}
.primary-content .main {
    /*width: 430px;*/
}
.aside, div .aside {
    float: right;
    /*width: 320px;*/
    margin-bottom: 25px;
}
.primary-content .aside {
    /*width: 310px;*/
}
.left-col {
    float: left;
    /*width: 470px;*/
}
.right-col {
    /*float: right;
    width: 470px;*/
}
.tab .left-col, .tab .right-col { 
    margin-bottom: 35px;
    color: #999;
}
.search-and-share {
    float: right;
}
.branding {
    float: left;
    /*width: 150px;*/
    position: absolute;
    top: 0;
    left: 50%;
    height: 75px;
    margin: 0 10px 0 -94px;
    padding: 20px 0 30px;
    font-family: "OmnesMedium";
    font-size: 1.455em;
    line-height: 1em;
    text-align: center;
}
.twitter-feed {
    overflow: hidden;
    float: left;
    /*width: 230px;*/
    padding: 5px 0 15px;
    border-top: 1px solid #000;
    font-family: "OmnesMedium";
    font-size: 1.455em;
    line-height: 1em;
}
.login-status {
    float: right;
    color: #999999;
    margin-bottom: 110px;
}
.login {
    overflow: hidden;
    float: left;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #000;
    background: url(/img/design/login-pane.gif) 0 100% repeat-x #eeeeef;
}
.login-inner {
    float: left;
    width: 100%;
    background: url(/img/design/login-pane-left.gif) 0 100% no-repeat;
}
.promo-carousel {
    overflow: hidden;
    height: 284px;
    margin-bottom: 10px;
}
div.date-desc {
    float: right;
    width: 230px;
}
#flash-video {
    color: #9C9E9F;
    font-size: 1.455em;
}
.content-header {
    position: relative;
    z-index: 100;
}

.top-content{
	float:right;
	width:790px;
	margin-bottom:45px;
}

.sidebar{
	float:left;
	width:150px;
}

.breadcrumbs{
	border-bottom:2px solid #000;
}

.team-members{
	float:left;
	margin:0 0 15px 10px;
    cursor: pointer;
}
.team-members:first-child {
	margin-left:0;
}

.member-info-container{
	display:none;
	clear:both;
	overflow:hidden;
	width:100%;
	margin-bottom:30px;
	border-top:1px solid black;
    background: #fff;
}

.member-info-header {
	margin: 1px 0 0;
}

.member-info-header .social-icons {
	margin:3px 0 0 5px;
}
.tab {
    display: none;
    clear: both;
    padding: 0 0 35px;
    background: #fff;
}
.partner-pane {
    position: relative;
    min-height: 180px;
    margin-bottom: 30px;
    padding-top: 15px;
}
.paddingRight30 {
    padding-right: 30px;
}