@charset "utf-8";

/* BASE LAYOUT */
/* -------------------------------------- */

* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFF;
	color: #333333;
	font-size: 12px;
	font-family: 'Open Sans', sans-serif;
	text-align: left;
}

img, table {
	border: 0;
}

p {
	margin-bottom: 15px;
}

/* MAIN CONTENT */
/* -------------------------------------- */

.bold {
	font-weight: bold;
}

#footer {
	display: none;
}

.hideDiv {
	position: absolute;
	visibility: hidden;
}

#mainContent {
	margin: 15px 0 55px 15px;
	width: 720px;
}

#megaFooter {
	display: none;
}

#omniture {
	display: none;
}

.videoEmbed {
	margin-left: -10px;
}
