body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
}
#header {
	background-color: #036;
	height: 80px;
	width: 100%;
}
#header-container {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#logo {
	float: left;
	height: 80px;
	width: 398px;
}
#top-nav {
	float: right;
	height: 80px;
}
#top-nav ul li a.active-tab {
	background-image: url(../images/top_nav_active.png);
	background-repeat: repeat-x;
	border: 1px solid #83BBD9;
}
#top-nav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#top-nav ul li {
	display: inline;
}
#top-nav ul li a {
	display: block;
	height: 28px;
	line-height: 28px;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/top_nav_inactive.png);
	background-repeat: repeat-x;
	color: #000;
	text-decoration: none;
	border: 1px solid #B3B4B4;
	margin-left: 5px;
	float: left;
	font-weight: bold;
	text-transform: uppercase;
}
#content {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#content .thirds-2-1 .thirds-2 {
	width: 66%;
	float: left;
}
#content .thirds-2-1 .thirds-1 {
	width: 34%;
	float: left;
}
#content .fourths-1-3 .fourths-1 {
	width: 24%;
	float: left;
}
#content .fourths-1-3 .fourths-3 {
	width: 75%;
	float: left;
}
.home-welcome {
	margin-right: 10px;
	background-image: url(../images/bg-home-welcome.png);
	background-repeat: repeat-x;
}
.centered {
	text-align: center;
}
.home-cta {
	background-image: url(../images/bg-home-cta.png);
	background-repeat: repeat-x;
}
.sidebar-gray {
	background-image: url(../images/sidebar-bg-gray.png);
	background-repeat: repeat-x;
	font-size: .8em;
}
.home-welcome img {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
#footer {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}
#footer p {
	font-size: .8em;
	color: #666;
}
#footer a {
	color: #666;
	text-decoration: none;
}
.content-padding-10px {
	padding: 10px;
}
.content-margin-top-10px {
	margin-top: 10px;
}
.mt-0 {
	margin-top: 0px;
}
.session {
	border: 1px solid #B8CCE4;
	padding: 5px;
	background-image: url(../images/bg-session.png);
	background-repeat: no-repeat;
	margin-bottom: 10px;
	clear: both;
	background-position: bottom;
}
.dvdcovers {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.img-left-padding {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
}
.clearing-element {
	clear: both;
}
.bold-text {
	font-weight: bold;
}
.testimonials blockquote {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.table-outline {
	border: 5px solid #CCC;
}
.bg-highlight {
	background-color: #FF9;
}
