body {
	font-family: 'Avenir W01', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #343434;
	font-size: 17px;
	line-height: 25px;
    font-weight: 400;
	letter-spacing: normal;
}

body a {
	color: #007dc3;
	text-decoration: none;
}

body a:hover {
	color: #e96d1f;
}

.outer-wrapper {
	background: url("/images/acs/header-bg.png") repeat-x;
	margin: 0 0 140px;
}
.header-wrapper, .full-wrapper {
	width: 937px;
	margin: 0 auto;
	overflow: hidden;
}

.content-wrapper {
	float: left;
	width: 637px;
}

header {
	margin-bottom: 86px;
}
	header .logo {
		margin: 0 auto;
		width: 560px;
	}

.side-wrapper {
	width: 276px;
	margin-right: 24px;
	float: left;
}

.side-nav ul {
	margin: 0 0 80px;
	padding: 0;
}

nav.side-nav a {
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	font-size: 20px;
	line-height: 24px;
	position: relative;
}

nav.side-nav li:first-child {
	border-top: 1px solid #e6e6e7;
}

nav.side-nav li {
	list-style-type: none;
	padding: 9px 0 9px 25px;
	border-bottom: 1px solid #e6e6e7;
}

nav.side-nav li.active a {
	color: #e96d1f;
}

nav.side-nav li.active a span,
nav.side-nav li:hover a span {
	background: url("/images/acs/arrow-active.png") no-repeat scroll 0 0 transparent;
    height: 32px;
    margin-top: -16px;
    position: absolute;
    right: 0;
    top: 50%;
    width: 32px;
}

.related {
	font-size: 18px;	
	border: 5px solid #b9b9bb;
    padding: 25px 35px 25px 22px;
}
	.related h1 {
		font-size: 22px;
		color: #e96d1f;
		margin-top: 0;
        font-weight: 900;
		font-family: 'Avenir W01', Arial, sans-serif;		
	}
	.related ul {
		padding: 0 0 0 15px;
	}
		.related ul li {
			margin-bottom: 10px;
		}
	.related a {
		text-decoration: underline;
		font-size: 18px;
		font-weight: 400;
		font-family: 'Avenir W01', Arial, sans-serif;
	}

section {
	clear: both;
	margin-bottom: 20px;
}	

section p {
	margin-bottom: 31.875px;
    padding: 0;
}

.ribbon-header {
	overflow: hidden;
	margin-bottom: 10px;
}

.ribbon-header .title {
	background-color: #e4691b;
	color: #FFFFFF;
	text-transform: uppercase;
	padding: 8px 10px;
    font-weight: 900;
	font-family: 'Avenir W01', Arial, sans-serif;
}

.ribbon-header.orange .title {
	background: rgb(245,246,246); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(245,246,246,1) 0%, rgba(232,108,30,1) 0%, rgba(204,85,10,1) 100%, rgba(245,246,246,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,246,246,1)), color-stop(0%,rgba(232,108,30,1)), color-stop(100%,rgba(204,85,10,1)), color-stop(100%,rgba(245,246,246,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(232,108,30,1) 0%,rgba(204,85,10,1) 100%,rgba(245,246,246,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(232,108,30,1) 0%,rgba(204,85,10,1) 100%,rgba(245,246,246,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(245,246,246,1) 0%,rgba(232,108,30,1) 0%,rgba(204,85,10,1) 100%,rgba(245,246,246,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(245,246,246,1) 0%,rgba(232,108,30,1) 0%,rgba(204,85,10,1) 100%,rgba(245,246,246,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#E86C1E', endColorstr='#CC550A',GradientType=0 ); /* IE6-9 */
}

.ribbon-header.orange .ribbon {
	background: url("/images/acs/ribbon-tri-o.png") no-repeat 0 0px;
	width: 9px;
	height: 12px;
	float: left;
}

.ribbon-header.blue .title {
	background: #007cc2; /* Old browsers */
	background: -moz-linear-gradient(top,  #007cc2 0%, #004780 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#007cc2), color-stop(100%,#004780)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #007cc2 0%,#004780 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #007cc2 0%,#004780 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #007cc2 0%,#004780 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #007cc2 0%,#004780 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#007cc2', endColorstr='#004780',GradientType=0 ); /* IE6-9 */

}

.ribbon-header.blue .ribbon {
	background: url("/images/acs/ribbon-tri-b.png") no-repeat 0 0px;
	width: 9px;
	height: 12px;
	float: left;
}

.title h1 {
	font-size: 20px;
	margin: 0;
	padding-left: 10px;
}

section .section-content {
	padding-left: 20px;
}

section .section-content h1 {
	font-size: 28px;
	color: #007DC3;
	margin: 10px 0 0;
    padding: 0;
}

section .section-content h1 a {
	font-weight: 400;
	font-family: 'Avenir W01', Arial, sans-serif;
}

section .section-content span.sub-title {
	font-size: 16px;
	color: #343434;
	margin: 0 5px 0 0;
    padding: 0;
    font-weight: bold;
}

section .section-content ul {
	margin: 0;
	padding: 0 0 25px;
}

section .section-content ul li {
	margin-left: 15px;
	padding-left: 5px;
}