@charset "utf-8";
body {
	background-color: #d7d7d7;
}
.title-bar {
	background-image: url(../img/VMP-header-bg.jpg);
	background-repeat: repeat-x;
	padding: 0em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFECA;
	margin-bottom: 0.5em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFECA;
}
.content-area {
}
/* CSS Document */

.center-text {
	text-align: center;
}
.top-info-strip {
	color: #FFF;
	background-color: #7c0a0a;
	text-align: center;
	padding-top: 5px;
}
.content-borders {
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.content-area {
	background-color: #FFF;
	padding: 1 em;
	margin-right: auto;
	margin-left: auto;
}
.content-carousel {
	padding: 1em;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	margin-bottom: 1em;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%; /* 16/9 ratio */
	padding-top: 30px; /* IE6 workaround*/
	height: 0;
	overflow: hidden;
	margin-bottom: 0.5em;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.footer-links {
	margin-top: 1em;
}
