body {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-weight: 300;
	font-size:15px;
    color: #444;
    background: rgba(0, 0, 0, 0) url(../../main/img/body-bg.png);
}

h1 {
    font-size:30px;
}

#banner {
    background: rgba(0, 0, 0, 0) url(../../main/img/home-banner.png);
    border-bottom: 5px solid #005A8C;
    color:#FFF;
    margin-bottom:20px;
    padding:20px 0;
}

#banner .container {
    position:relative;
}

#banner h1 a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../../main/img/small-identity_1367422620.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 200px;
    height: 40px;
    text-indent: -9999px;
}

#banner h1 {
    position:absolute;
    right:0;
    top:10px;
}

#banner h3 a {
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background-image: url(../img/theredirectory_1367422620.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 273px;
    height: 49px;
    text-indent: -9999px;
}

.well {
    background: url(../../main/img/well-bg.png);
    border: 1px solid #E6E6E6;
    padding:24px;
}

.well form {
	margin:0;
}

.well h1 {
    font-size:24px;
}

.well h1 a {
    color:#005a8c;
    text-decoration: none;
}

.well a {
    color:#005a8c;
    text-decoration: underline;
}


/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.content-body p:before,
.content-body p:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.content-body p:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.content-body p {
    *zoom: 1;
}


.content-body img {
        display:block; 
        float:left;
        background:$white;
        margin:0 1em 1em 0;
        padding:2%;}

.content-body img.small-thumbnail, .content-body img.medium {
        background:$white;
        float:left;
        margin:0 1em 1em 0; }

.content-body img.small-thumbnail {
        padding:1%;
        width:18%;
        max-width:150px; }

.content-body img.medium {
        padding:2%;
        width:46%;
        max-width:400px; }

.content-body img.large {
        border-bottom:6px solid #222;
        margin:0 0 1em 0;
        width:100%; }


.item {
    border-bottom:1px solid #E6E6E6;
    padding:0 12px;
    position:relative;
    -webkit-transition: background-color 0.25s 0;
    -webkit-transition-delay: linear;
    -moz-transition: background-color 0.25s 0 linear;
    -o-transition: background-color 0.25s 0 linear;
    transition: background-color 0.25s 0 linear;
}

.item:hover {
    background-color: #a9b4c1;
}

.item h1 {
    font-size: 14px;
    margin:0;
}

.item .more {
    position:absolute;
    right:12px;
    top:0.67em;
    display: inline-block;
    padding: 2px 8px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-color: #005A8C;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.bootstrap-select:not([class*="span"]) {
	width:150px;
}

.large {
    width:250px !important;
}

.bootstrap-select.next {
	-webkit-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topleft: 0;
}

.sub-nav, .sub-nav ul{
	border-top:1px solid #EEE;
	list-style-type:none;
	margin:0;
	padding:0;
}

.sub-nav li {
	margin:0;
	padding:0;
}

.sub-nav li a{
	background: transparent url(../../projects/img/small-arrow.png) no-repeat 4px 12px;
	display:block;
	color:#444;
	border-bottom:1px solid #4C8BAE;
	padding:8px 4px 8px 24px;
	text-decoration: none;
}

.sub-nav li li a {
	background-position: 30px 12px ;
	padding-left:48px;
}

.sub-nav li a.current {
	color:#FFF;
	background-color:#4C8BAE;
	background-image: url(../../projects/img/small-arrow-white.png);
	border-bottom:1px solid #005A8C;
}

.breadcrumb {
	background:none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 1.5em;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit--radius: 0;
	border-radius: 0;
	-moz-border-radius: 0;
	-moz-border-radius: 0;
}

.breadcrumb ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.breadcrumb li {
	float: left;
	margin: 0 5px 0 0;
}

.breadcrumb a {
	background: url(../../main/img/small-arrow.png) no-repeat 0 6px;
	border: none;
	display: block;
	padding: 0 0 0 20px;
	text-decoration: none;
	text-transform: capitalize;
	font-size: 14px;
}

blockquote {
    border-left: 2px solid #7facc5 !important;
    font-style: italic;
}
blockquote p {
    font-size: 15px;
    line-height: 23px;
}

.table td {
    text-align: left;
}

dt {
    font-weight: bold;
    font-size:14px;
    background:#EEE;
    margin:0 0 10px 0;
    padding:5px;
}

dd {
    background:none no-repeat left top;
    font-size:18px;
    margin:0 0 20px 0;
}

.chair-row {
    margin:0;
}

.span3 h1 {
    font-size: 16px;
    line-height: 20px;
}

.pd-title {
    margin: 10px 0 30px 0;
}

.pd-title a{
    color: #444;
    display: block;
    padding:0 0 10px 0;
    border-bottom: 1px solid #CCC;
}


.tweet {
    background: url(../img/twitter.png) no-repeat 0 0;
    height: 20px;
    padding: 0 0 0 30px;
}