﻿/* home page: individual */
#homeIndividualGraphic 
{
	float:left;
	width:624px;
	height:219px;
	background-image:url(/images/ambient.jpg);
}

#homeLogin
{
	float:left;
	height:199px;
	width: 271px;
	background-image: url(/images/tile_loginbox.jpg);
	background-repeat: repeat-x;
	padding-top:20px;
	padding-left:20px;
}

#loginEmailLabel
{
	position:relative;
	top:0;
	text-align:right;
	width:80px;
	height:20px;
	margin:0;
}

#loginEmailTextbox
{
	position:relative;
	top:-23px;
	left:92px;
	width:160px;
	margin:0;
}

#loginPasswordLabel
{
	position:relative;
	top:-15px;
	text-align:right;
	width:80px;
	height:20px;
	margin:0;
}

#loginPasswordTextbox
{
	position:relative;
	top:-38px;
	left:92px;
	width:160px;
	margin:0;
}

#loginButton
{
	position:relative;
	top:-30px;
	left:92px;
	width:160px;
	height:25px;
	margin:0;
}

.expired, .expired:visited
{
	color: #069; 
}

#homeBottom
{
	float:left;
	width:100%;
	height:100%;
	background-image:url(/images/tile_subnavgradient.JPG);
	background-position:top;
	background-repeat:repeat-x;
	min-height:200px;
}

#homeIndividualMarketing
{
	border-top:solid 1px #9ac9dd;
	clear:left;
	float:left;
	width:584px;
	padding:20px;
	padding-top:15px;
	padding-bottom:10px;
	background-color:Transparent;
}

#homeMarketingHeadline
{
	width:55%;
	float:left;
	margin-right:5px;
}

#homeSubscribeButton
{
	height:29px;
	width:170px;
	background: transparent url(/images/b_subscribenow.gif);
	float:left;
	position:relative;
	top:0;
	margin: 0; padding: 0; 
}

#homeSubscribeButton a {
	height: 29px; display: block;
    text-indent: -9000px;
    overflow: hidden;
	}

#homeSubscribeButton a:hover {
    background: transparent url(/images/b_subscribenow.gif)
    0px -29px no-repeat;
}

#homeTestimonials
{
	border-top:solid 1px #9ac9dd;
	float:left;
	width:251px;
	padding:20px;
	padding-top:15px;
	padding-bottom:10px;
	background-color:Transparent;
}

#homeLearnMore
{
	font-weight:bold;
	text-align:center;
	margin-top:5px;
}

#homeInstitutionMarketing
{display:none;}

#homeInstitutionLogin
{display:none;}

#homeReferralLeft
{display:none;}

#homeReferralRight
{display:none;}


/* nav buttons */
.nav #homeMarketing {
    background: transparent url(/images/n_marketing.gif)
    0 0px no-repeat;}
.nav #subscribe a:hover {
    background: transparent url(/images/n_marketing.gif)
    -102px -25px no-repeat;}
.nav #sampleexams a:hover {
    background: transparent url(/images/n_marketing.gif)
    -204px -25px no-repeat;}
.nav #samplereport a:hover {
    background: transparent url(/images/n_marketing.gif)
    -334px -25px no-repeat;}
.nav #about a:hover {
    background: transparent url(/images/n_marketing.gif)
    -532px -25px no-repeat;}        
