/* CSS Document */
/* {
  margin: 0;
  padding: 0;
} */

/* ---------------------------ELEMENTS-----------------------------*/
html {
	width: 100%;
	background: #FFFFFF; /* change to white */
	height: 100%;
	margin-right: auto;
	margin-left: auto;
}

body {
	width: 100%;
	background: #FFFFFF; 
	color: #000000;
	font: 1em/1.5em Arial, Helvetica, sans-serif;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

p {
	font: 0.8em/1em Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 1em;
}
h1 {
	font: bold 2em/2.5em Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 2em;
}

h2 {
	font: bold 1.5em/2em Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 1em;
}

h3 {
	font: bold 1em/1.5em Arial, Helvetica, sans-serif;
	color: #2BA6A6;
	margin-top: 0px;
	margin-bottom: 1em;
}

h4 {
	font: bold 0.8em/1em Arial, Helvetica, sans-serif;
	color: #000000;
	margin-top: 0px;
	margin-bottom: 1em;
}

a {
	color: #032656;
}

.teal {
	color: #2BA6A6;
}

.clear {
	clear: both;
/*	height: 0px;
	width: 0px; */
}

.image-left {
	margin-right: 10px;
	margin-bottom: 10px;
}

.image-right {
	margin-left: 10px;
	margin-bottom: 10px;
}

/* --------------------------PAGE DIVISIONS--------------------------*/
#site-container {
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF; /* change to light red? */
}

#header-container {
	clear: both;
	height: 196px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#logo-container {
	float: left;
	height: 168px;
	width: 193px;
	text-align: left;
	margin-top: 28px;
	margin-left: 114px;
	margin-bottom: 0px;
}

#icon-container {
	float: right;
	height: 40px;
	width: 240px;
	text-align: left;
	margin-top: 156px;
	margin-right: 114px;
	margin-bottom: 0px;
}

#header-container2 {
	clear: both;
	height: 120px;
	width: 1020px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#logo-container2 {
	float: left;
	height: 110px;
	width: 126px;
	text-align: left;
	margin-top: 10px;
	margin-left: 114px;
	margin-bottom: 0px;
}

#icon-container2 {
	float: right;
	height: 40px;
	width: 240px;
	text-align: left;
	margin-top: 80px;
	margin-right: 114px;
	margin-bottom: 0px;
}

#body-container {
	clear: both;
	height: 600px;
	width: 900px;
	background: #FFFFFF url(../images/MainContentBkgd.png) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#boost-body-container {
	clear: both;
	height: 428px;
	width: 900px;
	background: #FFFFFF url(../images/BoostContentBkgd.png) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#reino-body-container {
	clear: both;
	height: 428px;
	width: 900px;
	background: #FFFFFF url(../images/ReinoContentBkgd.png) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#you-body-container {
	clear: both;
	height: 500px;
	width: 900px;
	background: #FFFFFF url(../images/YouContentBkgd2.png) no-repeat;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#content-container {
	clear: both;
	height: 550px;
	width: 800px;
	text-align: left;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: auto;
}

#boost-content-container {
	clear: both;
	height: 448px;
	width: 790px;
	text-align: left;
	padding-top: 80px;
	padding-bottom: 40px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	overflow: auto;
}

#boost-nav-box {
	float: left;
	height: 288px;
	width: 200px;
	font: 0.8em/1em Arial, Helvetica, sans-serif;
	color: #2B74BA;
	margin-top: 0px;
/*	margin-bottom: 1em; */
	text-align: left;
}

#boost-nav-box a {
	color: #2B74BA;
	text-decoration: none;
}

#boost-nav-box a:hover {
	color: #F27227;
	text-decoration: none;
}

#boost-text-box {
	float: right;
	height: 388px;
	width: 590px;
	text-align: left;
	overflow: auto;
}

#boost-header {
	float: left;
	height: 40px;
	width: 100%;
	text-align: left;
}

#boost-content-box {
	float: left;
/*	height: 248px; */
	width: 100%;
	text-align: left;
}

#boost-text-interior {
	float: left;
	width: 100%;
	text-align: left;
}

#boost-video-box-left {
	float: left;
	height: 144px;
	width: 275px;
}

#boost-video-box-right {
	float: right;
	height: 144px;
	width: 275px;
}

#you-header {
	float: left;
	height: 40px;
	width: 570px;
	text-align: left;
}

#you-content-box {
	float: left;
/*	height: 248px; */
	width: 570px;
	text-align: left;
}

#you-text-box {
	float: left;
	width: 570px;
	text-align: left;
}

#you-video-box-left {
	float: left;
	height: 99px;
	width: 190px;
	background: url(../images/YouVideoThumbnail.png) no-repeat;
	margin-bottom: 10px;
}

#you-video-thumb {
	width: 160px;
	height: 70px;
	margin-top: 15px;
	margin-left: 15px;
	text-align: left;
}

#you-video-box-right {
	float: left;
	height: 99px;
	width: 190px;
	background: url(../images/YouVideoThumbnail.png) no-repeat;
	margin-bottom: 10px;
}

#footer-container {
	clear: both;
	background-color: #FFFFFF;
	height: 275px;
	width: 1020px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#boost {
	float: left;
	height: 275px;
	width: 262px;
	margin-left: 99px;
	text-align: left;
}

#reino {
	float: left;
	height: 275px;
	width: 262px;
	margin-left: 17px;
	text-align: left;
}

#you {
	float: left;
	height: 275px;
	width: 262px;
	margin-left: 17px;
	text-align: left;
}

#bottom-footer-container {
	clear: both;
	background-color: #FFFFFF;
	height: 100px;
	width: 782px;
	text-align: left;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#bottom-left {
	float: left;
	height: 100px;
	width: 420px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 15px;
	text-align: left;
	padding-top: 20px;
}

#bottom-right {
	float: right;
	height: 100px;
	width: 292px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	line-height: 15px;
	text-align: right;
	padding-top: 20px;
}

.video-800x450 {
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
}
