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

body{
	font:100% / 1.3 Arial, Helvetica, sans-serif;
	color:#000;
	margin:0;
	background-image:url(../images/homeTile.gif);
	background-repeat:repeat-x;
	background-position:top;
}

/*---Structure---*/

#container{
	float:left;
	background-image:url(../images/homeMain.jpg);
	background-repeat:no-repeat;
	background-position:top left;
	width:995px;
}

#flash{
	float:right;
	width:800px;
	height:254px;
}

#heading{
	float:right;
	width:597px;
	height:86px;
}

#mainContent{
	float:left;
	width:994px;
}

#nav{
	float:left;
	width:226px;
	padding:120px 0px 0px 0px;
}

#homeContent{
	float:left;
	width:374px;
	height:396px;
	padding:120px 30px 0px 30px;
	background-image:url(../images/homeContentBacking.gif);
	background-position:0px 112px;
	background-repeat:no-repeat;
	font-size:1.2em;
	position:relative;
}

#signup{
	float:left;
	width:270px;
	height:487px;
	padding:18px 37px 0 24px;
	margin:26px 0px 0px 0px;
	background-image:url(../images/homeFormBacking.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:0.8em;
}

#signup p{
	margin:6px 0px;
}

#signupShadow{
	float:left;
	width:265px;
	height:440px;
	padding:60px 37px 0 24px;
	margin:26px 0px 0px 0px;
	background-image:url(../images/pinkBackingShadow.gif);
	background-repeat:no-repeat;
	color:#fff;
	font-size:0.8em;
}

#counter{
	text-align:right;
	padding:0px 20px 0px 0px;
}

#yesText{
	background-image:url(../images/yes.gif);
	background-repeat:no-repeat;
	background-position:top left;
	padding:21px 0px 8px 0px;
	text-indent:55px;
}

.clear{
	clear:both;
	font-size:0.1em;
}

/*---headers---*/

h1.homeMainHeading{
	background-image:url(../images/homeH1.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-3000px;
	margin:0;
	line-height:2.6em;
}

h2.homeLearnMoreHeading{
	background-image:url(../images/homeLearnMore.gif);
	background-position:0px 0px;
	background-repeat:no-repeat;
	text-indent:-3000px;
	margin:0px 0px 10px 33px;
}

/*---elements---*/



/*---navigation---*/

#nav ul{
	margin:0;
	padding:0;
}

#nav ul li{
	list-style:none;
	background-image:url(../images/navArrow.gif);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding:0px 0px 10px 33px;
}

#nav ul li a{
	color:#c80000;
	text-decoration:none;
	font-weight:bold;
}

