@charset "utf-8";
/*
-------------
Global Styles
-------------
*/

html {
	font-size: 100.01%;
}
body {
	background-color: #000000;
	font-size: 62.5%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
img
{
	border: none;
}

#container {
	width: 1024px;
	margin: 0px auto;
	padding: 0;
}
#header {
	margin: 0;
	padding: 0;
	height:211px;
}
#headerleft
{
	padding-left:19px;
	float:left;
}

#topcounter
{
	width:805px;
	height:165px;
	background: url(../images/counter-bg.gif) no-repeat top left;
	float:right;
	position:relative;
}
.counterpos
{
	
	color:White;
	position:absolute;
	top:38px;
	z-index:2;
}

.countersquiggly
{
	
	position:absolute;
	top:130px;
	left:10px;
	width:100px;
	height:42px;
	background: url(../images/counter-squiggly.gif) no-repeat top left;
	z-index:3;
}

a.headersignup 
{
	background: url(../images/signup-header.gif) no-repeat top left;
	display:block;
	width: 84px;
	height:83px;
	text-indent: -5000px;
}

a.headersignup:hover
{
	background: url(../images/signup-header1.gif) no-repeat top left;
}

h1 {
	margin: 0;
	padding: 0;
}
h1 a.trulogo {
	background: url(../images/tru-logo.gif) no-repeat top left;
	width: 155px;
	height: 64px;
	text-indent: -5000px;
	display: block;
	margin: 73px 0 0 20px;
	padding: 0;
	overflow: hidden;
	font-size: 12px;
}

p.trulogolong {
	background: url(../images/tru-logo-long.gif) no-repeat top left;
	width: 200px;
	height: 28px;
	text-indent: -5000px;
	display: block;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
ul.menu {
	clear: right;
	padding: 24px 0 0 0;
	margin: 0;
	float: right;
}
ul.menu li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu li a {
	text-indent: -5000px;
	display: block;
	height: 22px;
}

a:focus
{
	outline:none;
}


ul.menu li a.first {
	background: url(../images/menu-first-0.gif) no-repeat top left;
	width: 93px;
}
ul.menu li a.firstselected {
	background: url(../images/menu-first-1.gif) no-repeat top left;
	width: 93px;
}
ul.menu li a.first:hover {
	background: url(../images/menu-first-1.gif) no-repeat top left;
}
ul.menu li a.second {
	background: url(../images/menu-second-0.gif) no-repeat top left;
	width: 85px;
}
ul.menu li a.secondselected {
	background: url(../images/menu-second-1.gif) no-repeat top left;
	width: 85px;
}
ul.menu li a.second:hover {
	background: url(../images/menu-second-1.gif) no-repeat top left;
}
ul.menu li a.third {
	background: url(../images/menu-third-0.gif) no-repeat top left;
	width: 88px;
}
ul.menu li a.thirdselected {
	background: url(../images/menu-third-1.gif) no-repeat top left;
	width: 88px;
}
ul.menu li a.third:hover {
	background: url(../images/menu-third-1.gif) no-repeat top left;
}

ul.menu li a.fourth {
	background: url(../images/menu-fourth-0.gif) no-repeat top left;
	width: 78px;
}
ul.menu li a.fourthselected {
	background: url(../images/menu-fourth-1.gif) no-repeat top left;
	width: 78px;
}
ul.menu li a.fourth:hover {
	background: url(../images/menu-fourth-1.gif) no-repeat top left;
}
ul.menu li a.fifth {
	background: url(../images/menu-fifth-0.gif) no-repeat top left;
	width: 85px;
}
ul.menu li a.fifthselected {
	background: url(../images/menu-fifth-1.gif) no-repeat top left;
	width: 85px;
}
ul.menu li a.fifth:hover {
	background: url(../images/menu-fifth-1.gif) no-repeat top left;
}
#cardfields{
}

#imgdiv
{
	margin:0 10px 10px 0;
	padding:0;
	float:left;
	display:inline;
}
/*
-------------
Home & Forms
-------------
*/

.home #flashcontent {
	width: 960px;
	height: 677px;
	margin: 0 0 0 20px;
	background: url(../images/splashbgx.jpg) no-repeat top left;
}
#flashcontent #indexcontent #container #content {
	width: 960px;
	height: 677px;
	margin: 0 0 0 20px;
	background: url(../images/splashbg.jpg) no-repeat top left;
}
.home #form {
	width: 960px;
	height: 677px;
	margin: 0 0 0 22px;
	background: url(../images/formbg-large.jpg) no-repeat top left;
}
.home #thanks {
	width: 960px;
	height: 677px;
	margin: 0 0 0 20px;
	background: url(../images/thanksbg.jpg) no-repeat top left;
}
#welcomecontent {
	position: relative;
	top: 239px;
	left: 291px;
	width: 470px;
}
#welcomecontent p {
	color: #ffffff;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
}
#welcomecontent p span {
	color: #FFFFFF;
}
.homebox
{
	width:309px;
	padding-left:24px;
	float:left;
}

.homeboxtext
{
	width:283px;
	padding:12px;
	margin:0;
	border-left: solid 1px #42aee3;
	border-right: solid 1px #42aee3;
	height:120px;
}
.homeboxtext 
{
	font-size: 1.1em;
	line-height: 1.4em;
}
.homeboxtext a {
	color: #42aee3;
	text-decoration: none;
}
.homeboxtext a:hover {
	color: #42aee3;
	text-decoration: underline;
}

.homeboxfooter
{
	width:309px;
	height:10px;
	background: url(../images/home-box-footer.gif) no-repeat top left;
}

#formcontent {
	position: relative;
	top: 268px;
	left: 214px;
	width: 490px;
}
h2.pledgetobetru {
	background: url(../images/pledgetobetru.gif) no-repeat top left;
	width:221px;
}
h2.yourein {
	background: url(../images/yourein.gif) no-repeat top left;
	width:134px;
	height:33px;
}
h2.thanks {
	background: url(../images/thanks.gif) no-repeat top left;
	width:96px;
	height:22px;
}
#content {
	color: #ffffff;
	clear: both;
	height: 591px;
	background: url(../images/content-bg0.jpg) no-repeat top left;
	padding: 0 75px 0 0;
}

#contentleftimage {
background: url(../images/left-graphic1_01.gif) no-repeat top left;
width: 251px;
height: 591px;
float: left;
padding-right: 20px;
}

#contentright
{
	float:right; 
	width:675px;
}

.home #content {
	height: 550px;
	clear: both;
	padding: 0;
	background: url(../images/home-bg.jpg) no-repeat top left;
}

#pledgetext {
width: 254px;
}
form#pledge #fields {
float: right;
width: 212px;
margin: 10px 0 0 0;
padding: 0 0 0 0;
}

p.reqd {
font-family: Arial, Helvetica, sans-serif;
font-size: 1.1em;
color: #42aee3;
}
label, p.findoutmore {
font-size: 1.7em;
color: #999999;
font-family: Arial, Helvetica, sans-serif;
}
p.findoutmore {
margin: 0;
padding: 20px 0 0 24px;
}
#pledgetext a, form#pledge a {
color: #fdb813;
text-decoration: none;
}
#pledgetext a:hover, form#pledge a:hover {
color: #fdb813;
text-decoration: underline;
}
fieldset {
outline: none;
border: none;
margin:0;
padding: 0;
}
fieldset input {
width: 190px;
margin: 2px 0 0 0;
color: #000000;
height:15px;
}

.radlist input {
width: 15px;
height:15px;
margin: 0 0 0 0;
padding:0;
color: #42aee3;
}


.frmlabel
{
	color:#42aee3;
	font-size: 1.1em;
	line-height:1.2em;
}

fieldset input.notreqd {
color: #000000;
}
fieldset input.box {
width: 20px;
margin: 0;
padding: 0;
float: left;
clear: left;
}
fieldset inputbox {
width: 20px;
margin: 0;
padding: 0;
float: left;
clear: left;
}
fieldset input#zip {
width: 60px;
padding: 0;
}
fieldset input.submit {
width: 60px;
}
#checkboxes label {
display: block;
float: left;
}

form#contactme label {
padding: 0 20px 0 6px;
float: left;
}

/*
-------------
Interior Pages
-------------
*/
h2 {
	height: 106px;
	text-indent: -5000px;
	margin: 0;
	padding: 0;
}
h2.whatstru {
	background: url(../images/whatstru.gif) no-repeat bottom left;
	width: 249px;
	display:block;
}
h2.signup {
	background: url(../images/signup.gif) no-repeat bottom left;
	width: 421px;
}
h2.contactus {
	background: url(../images/contactus.gif) no-repeat bottom left;
	width: 321px;
}
h2.signupconfirm {
	background: url(../images/confirmation.gif) no-repeat bottom left;
	width: 421px;
}
h2.signupyourein {
	background: url(../images/thanks.gif) no-repeat bottom left;
	width:134px;
}

h2.trustories {
	background: url(../images/trustories.gif) no-repeat bottom left;
	width: 211px;
}
h2.takeaction {
	background: url(../images/takeaction.gif) no-repeat bottom left;
	width: 227px;
}
h2.freestuff {
	background: url(../images/freestuff.gif) no-repeat bottom left;
	width: 192px;
}
h2.contestrules {
	background: url(../images/contestrules.gif) no-repeat bottom left;
	width: 265px;
}
h3 {
	font: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.4em;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
}
p a {
	color: #42aee3;
	text-decoration: none;
}
p a:hover {
	color: #42aee3;
	text-decoration: underline;
}
#video p {
	padding: 236px 0 0 0;
	font-weight: bold;
	font-size: 1.1em;
	line-height: 2.0em;
}
#flashvideo {
	float: left;
	padding: 0 20px 0 0;
}

/*
-------------
Interior Register Link
-------------
*/

#register {
background: url(../images/join2.gif) no-repeat top left;
width: 223px;
height: 65px;
float: right;
top: 540px;
right: -153px;
position: relative;
display:none;
}
#register p {
	color: #ffffff;
	font-size: 1.2em;
	position: relative;
	top: 27px;
	left: 16px;
	font-weight: bold;
}
#register p a img {
	border: none;
	margin: -2px;
}
#register p a {
	color: #42aee3;
	text-decoration: none;
}
#register p a:hover {
	color: #42aee3;
	text-decoration: underline;
}

/*
-------------
Footer
-------------
*/

#footer {
	clear: both;
}
#footer p {
}
a.nchwtf {
	background: url(../images/nchwtf-logo.gif) no-repeat top right;
	width: 185px;
	height: 38px;
	display: block;
	text-indent: -5000px;
	margin: 0;
	float: left;
}
p.registrants {
	color: #fdb813;
	text-transform: uppercase;
	font-size: 1.1em;
	margin: 0 0 0 0;
	width: 180px;
	text-align: right;
	float: right;
	padding: 10px 0 0 0;
}
p.registrants span {
	color: #ffffff;
}

.redcolor
{
	color:Red;
}

hr {
  border:none;
  height:1px;
  background-color:#42aee3;
  color:#42aee3;
}


