@charset "utf-8";
/* CSS Document */


/* tag baselines */
  
body {
	background-color: #fef9df;
	font: 62.5% Arial, Helvetica, sans-serif;
	text-align: center; /* IE5 fix for display issue -- overriden by global class - do not change */
}


/* layout */
.global #wrapper {
	width: 968px;  
	background: #fef9df;
	margin: 0 auto;
	border: 0px solid #000000;
	background-image:url(../images/border.jpg);
	background-repeat: repeat-y;
	text-align: left; /* this overrides the text-align:center; on the body element. */
}

/* content */
#contentContainer {
	width: 100%;
	height: 578px;
}

.home {
	background-image: url(../images/hmBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	border: 0px solid #000000;
}
.beginning {
	background-image: url(../images/beginningBg.jpg);
	background-repeat: no-repeat;
	background-position: 4px 0;
	border: 0px solid #000000;
}
#contentLeft {
	float: left;
	width: 722px;
}
#contentRight {
	float: left;
	width: 238px;
}
.home h1 { 
	font: 22px/120% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: .02em;
	word-spacing: -1px;
	margin: 225px 0 0 65px;
	background: none;
}
.beginning h1 { 
	font: 22px/120% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: 0;
	word-spacing: -1px;
	margin: 45px 0 60px 100px;
	background: none;
}
.beginning p { 
	font: 22px/125% Arial, Helvetica, sans-serif;
	color: #758125;
	letter-spacing: 0em;
	word-spacing: -1px;
	margin: 0px 0px 35px 100px;
	background: none;
}
#contact  {
	float:left;
	width: 350px;
	height: 150px;
}
#contact p {
	font-size: 12px;
	color:#666666;
	letter-spacing: 0.05em;
	word-spacing: -1px;
	margin-bottom: 5px;

}
#affiliates p {
	font-size: 12px;
	color:#666666;
	letter-spacing: 0.05em;
	word-spacing: -1px;
	margin-bottom: 5px;
}
#affiliates a {
	color:#666666;
	/*font-size: 12px;
	letter-spacing: 0.05em;
	word-spacing: -1px;
	margin-bottom: 5px; */
	text-decoration: none;
}
#affiliates a:hover {
	color:#758125;
}
.icons {
	margin: 50px 0 0 0px;
}
.icons img {
	padding-left: 0px;
}
.iconRight {
	margin: 50px 0 0 120px;
}
.logo {
	margin: 65px 0 0 0;
}
#contentRight .learn {
	font: 18px Arial, Helvetica, sans-serif;
	color:#999999;
	text-decoration: none;
	padding-top: 1px;
	position: absolute;
	top: 45px;
	display: inline-block;
}
#contentRight .learn a {
	color: #999999;
	text-decoration: none;
}
#contentRight .learn a:hover {
	color: #758125;

}

/* footer */
#footer {
	width:960px; 
	background: #fef9df;
	margin: 0 auto;
}

#footer p {
	color:#999999;
	text-align: left;
	font-size: 1.1em;
	letter-spacing: .05em;
	padding: 5px 0px 0px 0px;
}
/* other */
.clearfix {
	clear:left;
}
.clearfixR {
	clear: right;
}