@charset "UTF-8";
html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
}

body {
	background: #292624;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
}

a {
	cursor: pointer;
	outline: none;
}

.clr {
	clear: both;
	margin: 0px;
	padding: 0px;
	height: 0px;
}
.oneColFixCtr #container {
	width: 951px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}
.oneColFixCtr #mainContent {
	padding: 20px 0 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
	position: relative;
}
#colRight {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 192px;
	background: #2e383d;
}
#colRight #nav .home{
	padding-top: 255px;
	background: url(../images/internal/m/logo.png) no-repeat left top;
	cursor: pointer;
}
#colleft {
	background: #ECF5F5 url(../images/internal/m/corner.png) no-repeat right top;
	float: right;
	margin: 0px;
	padding: 0px 0px 0px 50px;
	width: 709px;
}
#colleft #bodyContent {
	position: relative;
}
#colleft #bodyContent #bodyMain {
	margin: 0px;
	padding: 0px;
	float: left;
}
#colleft #bodyContent #bodySide {
	margin: 0px;
	padding: 0px;
	float: left;
}
#colleft .header {
	margin: 0px;
	padding: 30px 0px 0px 0px;
}
#colleft p {
	width: 550px;
	margin: 0px;
	padding: 0px 0px 15px;
	font: 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #2e383d;
}
#colleft #intro {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 371px;
}
#colleft .vid {
	margin: 0px;
	padding: 50px 0px 0px;
	float: left;
	width: 213px;
}
#colleft .vid p {
	margin: 0px;
	padding: 0px;
}
#colleft .vid a {
	font: 11px/12px Arial, Helvetica, sans-serif;
	color: #2e383d;
}
#colleft .footerFade {
	padding-top: 10px;
	padding-bottom: 20px;
}
