/*html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td*/
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	outline: 0;
	background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
blockquote,
q {
	quotes: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	display: block;
}
ul,
ol {
	list-style: none;
}

.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
}
.silent {
	display: none;
}

.noMargin {		margin: 0 !important;}
.noPadding {	padding: 0 !important;}
.noBorder {		border: none !important;}


body {
	background-color: #f1f1f1;
	color: #555;
	font: 300 15px/22px "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
body.curHome {
	font-size: 14px;
	line-height: 19px;
	padding-top: 498px;
	background-image: url(/images/bg_gradient_home.jpg);
	background-position: left top;
	background-repeat: repeat-x;
}



header {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 10;
	width: 100%;
	height: 138px;
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
	box-shadow: 0px 0px 10px rgba(0,0,0,0.4);
}


div#nomenclatureWrapper {
	position: relative;
	width: 100%;
	height: 29px;
	background-color: #000;
}
div#nomenclatureWrapper a {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 29px;
	text-indent: -5000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center top;
	background-image: url(/images/bar_vcu.png);
	opacity: 0.75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)"; /* IE 8 hack */
	filter: alpha(opacity = 75); /* IE 5-7 hack */
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) {
	div#nomenclatureWrapper a {
		-webkit-background-size: 960px 29px;
		-moz-background-size: 960px 29px;
		-o-background-size: 960px 29px;
		background-size: 960px 29px;
		background-position: 13px 0px;
		background-image: url(/images/bar_vcu_2x.png);
	}
}
div#nomenclatureWrapper a:hover {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
	filter: alpha(opacity = 100); /* IE 5-7 hack */
}


div#navTopWrapper {
	position: relative;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #d59b00;
	
	background: #e5a600; /* Old browsers */
	background: -moz-linear-gradient(top, #e5a600 0%, #dea100 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5a600), color-stop(100%,#dea100)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5a600 0%, #dea100 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5a600 0%, #dea100 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5a600 0%, #dea100 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5a600 0%, #dea100 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5a600', endColorstr='#dea100',GradientType=0 ); /* IE6-9 */
}

div#navTop {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 30px;
}


ul#navSocial {
	float: right;
	width: 128px;
	height: 29px;
	padding: 1px 1px 0 1px;
	/*background: url(../images/icons_social.gif) 4px 4px no-repeat;*/
}
ul#navSocial li {
	display: block;
	float: left;
	width: 29px;
	height: 29px;
}
ul#navSocial li a {
	display: block;
	width: 23px;
	height: 23px;
	padding: 3px;
}

ul#navSocial li a span.boxer {
	display: block;
	width: 23px;
	height: 23px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: black;
}

ul#navSocial li a span.iconer {
	display: block;
	width: 23px;
	height: 23px;
	text-indent: -5000px;
	overflow: hidden;
	opacity: 0.8;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE 8 hack */
	filter: alpha(opacity = 80); /* IE 5-7 hack */
}

li.navFacebook a span.iconer {	background: url(../images/icon_social_facebook.png) 0px 0px no-repeat;}
li.navTwitter a span.iconer {	background: url(../images/icon_social_twitter.png) 0px 0px no-repeat;}
li.navYoutube a span.iconer {	background: url(../images/icon_social_youtube.png) 0px 0px no-repeat;}
li.navLinkedin a span.iconer {	background: url(../images/icon_social_linkedin.png) 0px 0px no-repeat;}

@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) {
	li.navFacebook a span.iconer {	background: url(../images/icon_social_facebook.svg) 9px 5px no-repeat;}
	li.navTwitter a span.iconer {	background: url(../images/icon_social_twitter.svg) 5px 6px no-repeat;}
	li.navYoutube a span.iconer {	background: url(../images/icon_social_youtube.svg) 5px 3px no-repeat;}
	li.navLinkedin a span.iconer {	background: url(../images/icon_social_linkedin.svg) 6px 6px no-repeat;}
}

ul#navSocial li a:hover span.iconer {
	opacity: 1.0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* IE 8 hack */
	filter: alpha(opacity = 100); /* IE 5-7 hack */
}

li.navFacebook a:hover span.boxer {
	background: #006fc3; /* Old browsers */
	background: -moz-linear-gradient(top, #006fc3 0%, #0049bb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006fc3), color-stop(100%,#0049bb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #006fc3 0%,#0049bb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #006fc3 0%,#0049bb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #006fc3 0%,#0049bb 100%); /* IE10+ */
	background: linear-gradient(to bottom, #006fc3 0%,#0049bb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006fc3', endColorstr='#0049bb',GradientType=0 ); /* IE6-9 */
}
li.navTwitter a:hover span.boxer {
	background: #00cbff; /* Old browsers */
	background: -moz-linear-gradient(top, #00cbff 0%, #009fff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00cbff), color-stop(100%,#009fff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00cbff 0%,#009fff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00cbff 0%,#009fff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00cbff 0%,#009fff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00cbff 0%,#009fff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00cbff', endColorstr='#009fff',GradientType=0 ); /* IE6-9 */
}
li.navYoutube a:hover span.boxer {
	background: #f60a04; /* Old browsers */
	background: -moz-linear-gradient(top, #f60a04 0%, #d01615 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f60a04), color-stop(100%,#d01615)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f60a04 0%,#d01615 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f60a04 0%,#d01615 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f60a04 0%,#d01615 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f60a04 0%,#d01615 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f60a04', endColorstr='#d01615',GradientType=0 ); /* IE6-9 */
}
li.navLinkedin a:hover span.boxer {
	background: #3a9bc6; /* Old browsers */
	background: -moz-linear-gradient(top, #3a9bc6 0%, #1c6199 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3a9bc6), color-stop(100%,#1c6199)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #3a9bc6 0%,#1c6199 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #3a9bc6 0%,#1c6199 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #3a9bc6 0%,#1c6199 100%); /* IE10+ */
	background: linear-gradient(to bottom, #3a9bc6 0%,#1c6199 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3a9bc6', endColorstr='#1c6199',GradientType=0 ); /* IE6-9 */
}



ul#navAudience {
	width: 854px;
	height: 30px;
}
ul#navAudience li {
	float: left;
	height: 30px;
}
li.navFuture {		width: 24%;}
li.navCurrent {		width: 25%;}
li.navAlumni {		width: 12%;}
li.navCorporate {	width: 26%;}
li.navDonors {		width: 13%;}

ul#navAudience li a {
	display: block;
	height: 22px;
	padding-top: 8px;
	text-align: center;
	text-transform: uppercase;
	color: #121212;
	text-decoration: none;
	font: 13px/15px "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 3.5px;
	word-spacing: 2px;
}
ul#navAudience li a:hover {
	color: #febe10;
	background-color: #4a4a4a;
}



div#navMainWrapper {
	position: relative;
	width: 100%;
	height: 78px;
	
	background: #ffc01a; /* Old browsers */
	background: -moz-linear-gradient(top, #ffc01a 0%, #ffb900 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffc01a), color-stop(100%,#ffb900)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffc01a 0%, #ffb900 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffc01a 0%, #ffb900 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffc01a 0%, #ffb900 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffc01a 0%, #ffb900 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc01a', endColorstr='#ffb900',GradientType=0 ); /* IE6-9 */
}

div#navMainContainer {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 78px;
}


div#logoSchool {
	float: left;
	padding: 10px;
	width: 300px;
	height: 58px;
}
div#logoSchool a {
	display: block;
	width: 300px;
	height: 58px;
	text-indent: -5000px;
	overflow: hidden;
	background: url(/images/logo.png) 7px 12px no-repeat;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) {
	div#logoSchool a {background-image: url(/images/logo.svg);}
}


ul#navMain {
	float: left;
	width: 528px;
	height: 78px;
	
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
ul.contractedNav {
	width: 478px !important;
}

ul#navMain li {
	float: left;
	height: 78px;
}
li.navDepartments { width: 39%;}
li.navResearch {	width: 20%;}
li.navNews {		width: 26%;}
li.navAbout {		width: 15%;}

ul#navMain li:hover {
	background-color: #4a4a4a;
}
ul#navMain li:hover a {
	color: #fff;
}

ul#navMain li a {
	display: block;
	height: 46px;
	padding-top: 32px;
	text-align: center;	
	color: #121212;
	font: 14px/18px "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
	word-spacing: -1px;
}
ul#navMain li a:hover {
	color: #febe10;
	background-color: #4a4a4a;
}


ul#navMain li ul {
	position: absolute;
	top: 78px;
	left: -5000px;
	overflow: hidden;
	width: 300px;
	background-color: #4a4a4a;
	/*padding-top: 5px;*/
	padding-bottom: 10px;
}
ul#navMain li.navAbout ul {
	width: 222px;
}
ul#navMain li:hover ul {
	left: auto;
}
ul#navMain li ul li {
	float: none;
	height: auto;
}

ul#navMain li ul li.navDividerLine {
	border-top: 1px solid #000;
	margin-top: 6px;
	padding-top: 4px;
}

ul#navMain li ul li a {
	display: block;
	height: auto;
	padding: 8px 20px 8px 20px;
	text-align: left;	
	color: #fff;
	font: 14px/18px "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
	text-transform: none;
	text-decoration: none;
	word-spacing: 0px;
}
ul#navMain li ul li a:hover {
	color: #febe10;
	background-color: #222;
}



div.search {
	float: right;
	width: 142px;
	height: 49px;
	padding-top: 29px;
}


input.searcher {
	float: right;
	display: inline;
	margin-right: 15px;
	/*width: 100px;*/
	width: 76px;
	height: 18px;
	padding: 2px 24px 0 10px;
	color: #888;
	background: url(/images/search_magnify.png) right 0px no-repeat;
	background-color: #fff8e6;
	border: 1px solid #d59b00;
		
	font: normal 13px/13px "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	border-radius: 13px;
	
	-webkit-transition: width 0.3s ease;
	-moz-transition: width 0.3s ease;
	-o-transition: width 0.3s ease;
	transition: width 0.3s ease;
}
@media screen and (-webkit-min-device-pixel-ratio: 2),
screen and (-o-min-device-pixel-ratio: 2),
screen and (min-device-pixel-ratio: 2) {
	input.searcher {
		-webkit-background-size: 18px 13px;
		-moz-background-size: 18px 13px;
		-o-background-size: 18px 13px;
		background-size: 18px 13px;
		background-position: right 3px;
		background-image: url(/images/search_magnify_2x.png);
	}
}
.expandedSearch {
	width: 122px !important;
	color: #222 !important;
	background-color: #fff !important;
	border: 1px solid #b28100 !important;
}

input#searchButton {
	position: absolute;
	top: 30px;
	right: 16px;
}




div#slideshowNav {
	z-index: 8;
	position: absolute;
	top: 450px;
	width: 100%;
	min-width: 990px;
}

ul#slideshowNavIcons {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 0 15px;
	height: 48px;
}
ul#slideshowNavIcons li {
	float: left;
	display: block;
	width: 26px;
	height: 26px;
}
ul#slideshowNavIcons a {
	display: block;
	width: 10px;
	height: 10px;
	padding: 8px;
	/*background: url(/images/home-slidenav-dots.png) center 6px no-repeat;*/
}
ul#slideshowNavIcons a span {
	display: block;
	text-indent: -5000px;
	overflow: hidden;
	width: 10px;
	height: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #aaa;
}
ul#slideshowNavIcons a:hover span {
	background-color: #fff;
}
ul#slideshowNavIcons a:active span {
	background-color: #999;
}

ul#slideshowNavIcons li.activeSlide a {
	width: 12px;
	height: 12px;
	padding: 7px;
	cursor: default;
}
ul#slideshowNavIcons li.activeSlide a span {
	width: 12px;
	height: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background-color: #fff;
}
ul#slideshowNavIcons li.activeSlide a:hover span,
ul#slideshowNavIcons li.activeSlide a:active span {
	background-color: #fff;
}


div#slideshow {
	position: absolute;
	z-index: 1;
	top: 138px;
	left: 0px;
	width: 100%;
	min-width: 990px;
	height: 600px;
	overflow: hidden;
}

div#slideshow div {
	position: relative;
	width: 100%;
	min-width: 990px;
	height: 600px;
	display: none; /* Prevents a flash of unstyled content */
	background-position: center top;
	background-repeat: no-repeat;
}
div#slideshow div.first {
	display: block;
}



div#cycleFeature1 {background-image: url(/images/hero_120427_378_tk_1366x600.jpg);}
div#cycleFeature2 {background-image: url(/images/hero_120229_049_tk_ar_1366x600.jpg);}
div#cycleFeature3 {background-image: url(/images/hero_120316_541_aj_1366x600.jpg);}
div#cycleFeature4 {background-image: url(/images/hero_100301_228_tk_1366x600.jpg);}
div#cycleFeature5 {background-image: url(/images/hero_080507_359_aj_1366x600.jpg);}



div#slideshow div h1 {
	position: relative;
	margin: 0 auto;
	width: 990px;
	height: 360px;
}
div#slideshow div h1 a {
	display: block;
	height: 318px;
	padding-top: 42px;
	padding-right: 15px;
	padding-left: 15px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-family: "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 92px;
	line-height: 78px;
	letter-spacing: 0px;
	word-spacing: -1px;
	text-shadow: 0px 1px 8px rgba(0, 0, 0, 0.5);
	filter: dropshadow(color=#000000, offx=0, offy=1);
}
div#slideshow div h1 a:hover {
	color: #f8b800;
}
span.titler {
	display: block;
	font-weight: 400;
	font-size: 18px;
	line-height: 32px;
	letter-spacing: 1px;
	word-spacing: -1px;
}
span.breaker {
	display: block;
}





div#contentContainer {
	position: relative;
	margin: 0 auto;
	z-index: 3;
	width: 960px;
	padding: 0 15px 60px 15px;
}


div#navSide {
	z-index: 4;
	float: left;
	width: 239px;
	margin-top: 56px;
	background-color: #e4e4e4;
    /*border-top: 1px solid #c9c9c9;
	border-bottom: 1px solid #c9c9c9;
	border-left: 1px solid #c9c9c9;*/
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

div#navSide h2 {
	text-transform: uppercase;
	color: #555;
	font-family: "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}
body.curHome div#navSide h2 {
	margin-right: 35px;
	margin-left: 29px;
	padding: 24px 0 15px 0;
	border-bottom: 4px solid #c9c9c9;
}
div#navSide h2 a {
	color: #555;
	text-decoration: none;
	padding: 24px 35px 15px 29px;
	border-bottom: 4px solid #c9c9c9;
}
div#navSide h2 a:hover {
	color: #fff;
	background-color: #999;
	padding-bottom: 19px;
	border-bottom: none;
}

div#navSide ul {
	padding-top: 3px;
	padding-bottom: 20px;
}
div#navSide li {
    font-size: 14px;
    line-height: 18px;
}
div#navSide li a {
	display: block;
	font-weight: 700;
	color: #cb7d01;
	text-decoration: none;
	padding: 0 35px 0 29px;
}
div#navSide li a:hover {
	background-color: #444;
	color: #fff;
}
div#navSide li a span {
	display: block;
	border-bottom: 1px solid #c9c9c9;
	padding: 8px 0 8px 0;
}
div#navSide li a:hover span {
	border: none;
	padding: 8px 0 9px 0;
}
div#navSide li.last a span {
	border: none;
	padding: 8px 0 9px 0;
}





div#content {
	z-index: 5;
	float: right;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
	width: 660px;
	padding: 0 30px 24px 30px;
}

div#content h2 {
	text-transform: uppercase;
	padding: 24px 0 13px 0;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
	color: #555;
	font-family: "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
    font-size: 16px;
    line-height: 19px;
}
div#content h3 {
	font-weight: 700;
}

div#content a {
	color: #cb7d01;
	font-weight: 700;
	text-decoration: none;
}
div#content a:hover {
	text-decoration: underline;
}

section {
	
}

.halfer {
    display: inline;
    float: left;
	width: 310px;
    margin-right: 40px;
}


div#content ul {
	
}
div#content ul li {
	/*background: url(/images/li-bullet.gif) 12px 7px no-repeat;
	padding-left: 30px;*/
	list-style: disc inside none;
	color: #888;
	margin-bottom: 8px;
	margin-left: 15px;
}

article {
	min-height: 70px;
	padding-bottom: 30px;
}

article img {
	padding-top: 4px;
	float: left;
	margin-bottom: -2px;
}

article h3,
article p {
	margin-left: 90px;
}
article h3 {
	margin-bottom: 4px;
}

article h4 {
	float: left;
	width: 70px;
	padding: 10px 0 8px 0;
	background-color: #eee;
	color: #555;
	font: 700 36px/36px "proxima-nova", "museo-sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
}
article h4 span {
	display: block;
	font-weight: 600;
	font-size: 11px;
	line-height: 13px;
	letter-spacing: 0.5px;
	margin-bottom: 2px;
}


p.more {
	clear: both;
	border-top: 1px solid #ccc;
    padding-top: 15px;
    text-align: right;
}





footer {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #000;
}
div#footerContainer {
	position: relative;
	margin: 0 auto;
	width: 960px;
	padding: 30px 0 30px 30px;
	color: #ddd;
	line-height: 22px;
}
div#footerContainer p,
div#footerContainer ul {
	float: left;
	width: 300px;
}
div#footerContainer ul {
	margin: 0 30px;
}

div#footerContainer a {
	color: #fff;
	font-weight: 700;
	text-decoration: none;
}
div#footerContainer a:hover {
	text-decoration: underline;
}