﻿html, body
{
  background: #322113 none;
  padding: 0;
  margin: 0;
}

/* master page specific */

#etMain {
  width: 960px;
}

.mainLogo {
  position: absolute;
  top: 0;
  left: 0;
}

.breakfast {
  position: absolute;
  top: 0px;
  left: 606px;
}

/* splash page */

#welcomeLeft {
  float: left;
  width: 370px;
}

#welcomeLeft img {
  margin-left: 60px;
}

#welcomeRight {
  float: right;
  text-align: center;
}

.welcomeForm {
  float: left;
}

.enterCode {
  margin-bottom: 10px;
}

/* home page specific */

.downloadTK {
  position: absolute;
  top: 137px;
  left: 440px;
}

#mainContent {
  width: 100%;
  margin-top: 0px;
}

#leftCol {
  width: 200px;
  float: left;
  padding: 0px;
  margin-left: 110px;
  margin-top:90px;
}

#rightMain {
  width: 520px;
  float: left;
  padding-left: 50px;
}

#rightCol {
  width: 300px;
  float: right;
  padding: 0px;
  text-align: center;
  margin-top: 62px;
}

#middleCol {
  width: 220px;
  float: left;
  padding: 0px;
}

#subscribeTK {
  padding-top: 10px;
  vertical-align: top;
}

#subscribeTK input {
  padding: 0px;
  float: left;
  margin-bottom: 10px;
}

.subscribeTxt {
  margin-right: 5px;
  background: #674428 none;
  height: 24px;
  border-top: 1px solid #7d583c;
  border-right: 1px solid #8a6548;
  border-bottom: 1px solid #9d7759;
  border-left: 1px solid #9d7759;
  color: White;
}

#sponsorLogos img {
  float: left;
  margin-left: 10px;
}

#assessmentSession {
  background: transparent url('../images/navGrad.png') repeat-x;
  width: 219px;
  height: 52px;
  padding: 10px 0 15px 0;
  text-align: center;
  margin: 10px auto 0 auto;
}

/* Content pages */

#mainInnerContent {
  width: 100%;
  margin-top: 225px;
}


#contentLeft {
  float: left;
  padding-left: 20px;
  width: 340px;
}

#contentRight {
  float: right;
  width: 600px;
}

.title {
  position: absolute;
  top: 107px;
  left: 357px;

}

#logos {
  position: relative;
  top: 80px;
  left: 650px;
}

/* main nav styles */

#mainNav {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

#mainNav li {
  background: transparent url('../images/navGrad.png') repeat-x;
  width: 219px;
  height: 52px;
  padding-bottom: 25px;
  text-align: center;
}

#mainNav li img {
  margin: 10px 0;
}

/* general styles */

.clear {
  clear: both;
}

p {
  font-family: Century Gothic, Trebuchet MS;
  color: White;
  font-size: 16px;
}

p.first {
  margin-top: 0px;
  width: 250px;
}

img {
  border: 0px none;
}

.links a
{
	font-family: Century Gothic, Trbuchet MS;
	color:#E6E4E2;
	font-size:16px;
	
}
.links
{
	margin: 10px 0px 10px 5px;
}
.socials
{
	font-family: Century Gothic, Trbuchet MS;
	color:White;
	font-size:14px;
	margin: 10px 0px 20px 8px;
}
.socialIcon
{
	margin-bottom:8px;
}