@import url(http://fonts.googleapis.com/css?family=Open+Sans:600,500,400,300,700,400italic|Open+Sans+Condensed:300);

#body_container {
	width: 800px;
	margin: 0 auto;
	font-family: "Open Sans", Helvetica, Arial, sans-serif;
}

.main {
	float:left;
	margin-top:3em;
}
.fullwidth .main, .timeline .main {
	float: none;
}

#altDiv h1{
	color: #dea500;
	text-transform: uppercase;
	font-size: 215%;
	font-weight: normal;
}

a:visited{
	color: #005a95;
}

h1 {
	font-family: "Open Sans", Arial, sans-serif;
	font-weight: normal;
	font-size: 3em;
}
h2, h3, h4, h5, h6 {
	font-family: "Open Sans", Arial, sans-serif;
	color: #544e66;
}

h2 { 
	font-size: 1.25em;
	font-weight: 600;
}
h3 {
	color: #4079a0;
	font-size: 1.15em;
	font-weight: bold;
	text-align: center;
	margin-top: 2em;
}


ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
li { 
    margin-left: 1.3em; 
    text-indent: -0.68em;
}

li:before {
    content: "• ";
}
li > ul > li:before {
	content: "- ";
}
.footnotes {
	margin-top: 2em;
	font-size: 0.75em;
}
.footnotes li {
	margin-bottom: 0.5em!important;
}
.footnotes li:before {
	content: "";
}
.fullwidth .content {
	max-width: 100%;
}
.content img {
	max-width: 100%;
}
.content a img {
	border: none;
}
/**
 * Content
 **/
.content {
	max-width: 530px;
	float:left;
	margin-top: 6em;
}
.content h1 {
	margin-top: 0;
}

.rhs .content {
	margin-right: 20px;
}
.lhs .content {
	float: right;
}

.sidebar {
	position: relative;
	width: 250px;
	float: left;
}
.content li,
.sidebar li {
	margin-bottom: 1em;
}
.sidebar ul ul {
	margin-top: 1em;
}
.sidebar h1 {
	font-size: 1.2em;
	font-weight: bold;
}
.lhs .sidebar {
	margin-right: 20px;
}

.above-photo {
	min-height: 6em;
}

.feature-photo {
	border-top: 0.8em solid #fff;
	border-bottom: 0.8em solid #fff;
	border-left: none;
	border-right: none;
}

.below-photo {
	padding: 1.3em;
}
.below-photo > div {
	font-size: 0.85em;
}

/**
 * Footer
 **/
.footer {
	clear:both;
	font-family: "Open Sans", "Open Sans", Arial, sans-serif;
	padding-top: 3em;
	margin-bottom:3em;
}

.footer p {
	margin: 0;
	padding: 1.3em;
	padding-left: 0;
	display: block;
	box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	float: left;
}

.footer > #document_title {
	font-weight:300;
	font-size: 0.85em;
	width: 70%;
}
.footer > #document_title {
	float:left !important;
}
.rhs .footer > #document_title {
	margin-right:20px;
}
.lhs .footer > #document_title {
	float: right !important;
	text-align: right;
}

.footer > #page_num {
	width: 20%;
}
.footer > #page_num {
	float: right !important;
	text-align: right;
}
.lhs .footer > #page_num {
	float: left !important;
	text-align: left;
	margin-right: 20px;
}


/**
 * Page navigation buttons
 **/
.page-nav {
	clear: both;
	text-align:	center;
	width:100%;
	float:left;
}
.page-nav a img {
	border: none;
}


/**
 * Asides
 **/
.aside {
	padding: 1.3em;
	margin-top: 4em;
}

.aside.blue {
	background-color: #007ea9;
	color: #fff;
}
.aside.blue a {
	color: #fff;
}

.aside.orange {
	background-color: #df6d28;
	color: #fff;
}
.aside.orange a {
	color: #fff;
}




/**
 * Glossy Headings
 **/
.GlossyHeading, .Glossyfooter {
	text-align: right;
	width: 100%;
}

.GlossyHeading h1 {
	font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
	color: #5e245a !important;
	font-size: 4em;
}
.GlossyHeading  h2 {
	font-weight: normal;
}
.Glossyfooter {
	margin-top: 40%;
	font-family: "Open Sans Condensed", "Open Sans", Arial, sans-serif;
	font-size: 3em;
	color: #007eac;
}
.half {
	width: 50%;
	float:left !important;
}
.signatures .half {
	min-width: 50%;
}
.half h4 {
	text-align: center;
}
.half img {
	max-width: 95%;
}


@media (max-width: 600px) {
	* {
		float:none;
	}

	.main{
		margin-top: 0px;
	}

	.content{
		margin-top: 0px;
		max-width: 100%;
	}

	.sidebar{
		max-width: 100%;
	}

	.above-photo{
		display: none;
	}
	.feature-photo{
		display: none;
	}

	.footer{
		margin-bottom: 0;
	}

	#body_container {
		max-width: 100%;
	}


	h1{
		font-size: 1.25em;
	}

	h2{
		font-size: 125%;
	}

	.main .sidebar{
		margin-right: 0;
	}
	.sidebar img{
		display:none;
	}

}

@media (min-width: 601px) and (max-width: 900px){
	#body_container {
		max-width: 100%;
	}

	.rhs .content, .lhs .content{
		margin-top: 0px;
		width: 65%;
	}
	.rhs .main .sidebar, .lhs .main .sidebar{
		margin-right: 0px;
		width: 32%;
	}
	.sidebar img{
		max-width: 100%;
	}
	.lhs .footer > #page_num {
		margin-right: 0;
	}
}

@media (max-width: 800px) {
	* {
		float: none !important;
		margin-right: 0px !important;
	}
	.main{
		margin-top: 0px;
	}

	.main .content{
		margin-top: 0px;
		max-width: 100%;
		width: 100%;
	}

	.above-photo{
		display: none;
	}
	.feature-photo{
		display: none;
	}

	.footer{
		margin-bottom: 0px;
	}

	h1{
		font-size: 200%;
	}

	h2{
		font-size: 125%;
	}

	#body_container .main .sidebar{
		margin-right: 0px;
		width: 100%;
		max-width: 100%;
	}
}