#content-wrap {
    width: 950px;
    overflow: hidden;
}

#main-content {
    overflow: hidden;
    background: #fff;
    width: 100%;
    background: #fff url('../images/fauxbg-main-content_nomargin.jpg') repeat-y  top left;
}

#main-content.has-margin {
    margin-left: 10px;
    width: 940px;
	background: #fff url('../images/fauxbg-main-content.jpg') repeat-y  top left;
}

#main-content #main {
    width: 720px;
    padding: 0px;
    float: left;
}

#main-content #main a {
    font-weight: bold;
    color: #333;
}

#main-content #main a:hover {
    color: #666;
}

#main-content #main #padded-content {
    padding: 20px;
}

#main-content.has-margin #main {
    width: 670px;
    padding: 20px;
    float: left;
}
.content-wrap .has-margin #main {
    width: 670px;
    padding: 20px;
    float: left;
}

#main-content #sidebar-right {
    padding: 10px;
    width: 210px;
    float: right;
	background: #fff url('../images/fauxbg-main-content.jpg') repeat-y top right;
	
}

h1, h2, h3 {
    font-weight: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    margin-top: 13px;
    font-weight: normal;
    font-size: 20px;
}

h3 {
    font-size: 17px;
}

p.sub-heading {
    font-size: 20px;
}

div.highlighted-box {
    padding: 15px;
    background: #333;
    color: #fff;
    float: right;
    margin: 10px;
    width: 200px;
}

body {
    font-size: 13px;
}

ul.sectioned-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: 1px solid #c8c8c8;
}

ul.sectioned-list li {
    border-bottom: 1px solid #c8c8c8;
}

ul.sectioned-list p.heading-description {
    margin-top: 0;
}

ul.sectioned-list h4 {
    margin-bottom: 5px;
}

ul.dashed-list {
    list-style: none;
    margin-bottom: 1em;
}

ul.dashed-list li {
   border: 0;
   line-height: 1.3em;
}

div.person-section {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c8c8c8;
    padding: 15px 0;
}

div.person-section p.name-heading {
    margin-top: 0;
    font-weight: bold;
}

img.person-image {
    float: left;
    margin-right: 15px;
}

div.person-info {
    float: left;
    width: 525px;
}

div.person-section a {
    font-weight: bold;
    color: #333;
}

div.person-section a:hover {
    color: #666;
}

div.person-section img.linked-in-icon {
    vertical-align: top;
}

div.person-section ul {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    color: #777;
}

div.person-section p.person-section-heading {
    margin-bottom: 0;
}

div.person-section.first {
    border-top: 1px solid #c8c8c8;
}

div.bordered-section {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
}

div.news-stream {
    background: #313131;
    padding: 0 20px 20px;
        width: 90%;
    margin: auto;
    margin-bottom: 15px;
}

div.news-stream .news-item {
    border-bottom: 1px solid #555;
    padding-top: 20px;
}

div.news-stream .news-item h2 {
    color: #ccc;
    margin-top: 0;
}

div.news-stream .news-item p.full-article-link {
    font-size: 18px;
}

#main-content #main div.news-stream .news-item p.full-article-link a {
    color: #f8992c;
    text-decoration: none;
    font-weight: normal;
}

ul.has-border {
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    padding-top: 15px;
    padding-bottom: 15px;
}

ul.no-padding {
    padding-left: 0;
}