/* Header */ 

#container-header {
	position: absolute;
	width: 100%;
	background-color: #4E2A84;
	top: 0;
	height: 80px;
	min-width: 950px;
}

#header {
	display: table;
	text-align: left;
}

#column-logo {
	display: table-cell;
	width: 240px;
	height: 80px;
}

#column-quotenav {
	display: table-cell;
	padding-left: 25px;
}

#container-quote {
	position: absolute;
	top: 0;
	width: 100%;
	height: 46px;
	background-color: #1C0D4A;
}

#quote {
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 5px;
	padding-left: 280px;
	height: 20px;
	max-width: 710px;
}

#navbar {
	/*position: absolute;
	top: 0; */
	padding-top: 46px;
}

.logo {
	position: absolute;
	top: 0;
	/*float: left; */
}

/* Content Section */ 

.div-main {
	max-width: 800px;
	margin: auto;
	padding-top: 100px;
	padding-bottom: 20px;
	padding-left: 20px;
	padding-right: 20px;
}

.section-wrapper {
	dispay: table;
	width: 100%;
	max-width: 800px;
}

.column-left {
	display: table-cell;
	width: 225px;
/*	padding-left: 20px;*/
}

.column-right {
	display: table-cell;
	padding-left: 30px;
	padding-right: 10px;
}

#headshot {
	float: left;
	padding-bottom: 15px;
/*	padding-left: 25px;
	padding-right: 25px;*/
}

#column-imglinks {
	display: table-cell;
	padding-left: 30px;
	padding-right: 10px;
}

#column-imglinks a {
	float: left;
	padding-bottom: 15px;

}

/* Formatting for homepage */

.topic-left {
    display: table-cell;
    width: 425px;
}
.topic-right {
    display: table-cell;
    padding-left: 50px;
    width: 425px;
}

/* Formatting for a sticky footer */ 

html, body {
	margin: 0;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -35px;
}

.push {
	height: 35px;
}

.footer {
	position: relative;
	height: 31px;
	width: 100%;
	background-color: #4E2A84;
	padding-top: 4px;
}