html * {
	padding: 0;
	margin: 0;
	list-style: none;
}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #FFF;
	background: #033 url(../img/arch/bigBack.gif) no-repeat 50% 50%;
}

#container {
	margin: 0 auto 1em auto;
	padding: 0 0 3em 0;
	border: 0;
	text-align: left;
	font-size: 11px;
	width: 860px;
	background: #033 url("../img/arch/ta09TopBkg.jpg") no-repeat 50% 99%;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */


#header {
	background: url("../img/arch/ta09HeadBkg.jpg") no-repeat 50% 130%;
	height: 8em;
	padding: 1em 0 0 0;
}
#header h1 {
	background: none;
	text-indent: -9000px;
	display: block;
	height: 7em;
	width: 40%;
	background: url("../img/arch/ta09Head.gif") no-repeat 90% 40%;
	float: right;
}
#header h2 {
	background: none;
	text-indent: -9000px;
	display: block;
	height: 7em;
	width: 40%;
	background: url("../img/arch/ta09headCLCAlogo.gif") no-repeat 10% 80%;
	float: left;
}

#header h1 a,
#header h2 a {
	width: 100%;
	height: 100%;
	display: block;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */


#navBlock {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background: #DDD url(../img/arch/ta09leadTabberBack.jpg) no-repeat 100% 0;
}



/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

#mainText {
	height: 40em;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: solid 1px #DDD;
	border-bottom: solid 1px #DDD;
}
.homeSplash1 {
	background: url(../img/homeFeatures/homeMain1.jpg) no-repeat 50% 20%;
}
#mainText #innerShell {
	height: 100%;
	border-bottom: solid 1px #DDD;
	padding: 1em 0;
}
#mainText #innerShell #introWrap {
	padding: 2% 5%;
	background: url(../img/arch/transpoFill.png);
	width: 30%;
	float: right;
	border-left: solid #FFF 1px;
}
#mainText p {
	color: #EEE;
	padding: 1.3em 1em 0 1em;
}
#mainText p.padAfter {
	padding: 1.3em 1em 1.5em 1em;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

#regWrap {
	background: #DDD;
	width: 100%;
	padding: 0;
	text-align: center;
	color: #000;
}

/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */

#sponsorsBox {
	width: 100%;
	background: #222 url(../img/arch/sponsorLeft.gif) no-repeat 0 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	border-top: 1px solid #DDD;
}
#sponsorsBoxIn {
	width: 100%;
	background: url(../img/arch/sponsorRight.gif) no-repeat 100% 100%;
	padding: 0 0 1em 0;
}
#sponsorsBox img{
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}
#sponsorsBox a {
	margin: 0;
	padding: 0;
	border: 0;
	display: inline;
}





/* ------------------------------------------------------- */
/* ------------------------------------------------------- */
/* ------------------------------------------------------- */


.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}