/* Homepage CSS */
#homepage-wrapper{
	width:990px;
	margin:0 auto;
	}
	
#quiz-slabs{
	width:990px;
	height:137px;
	}
	
#main-content-wrapper{
	margin-top:13px;
	width:990px;
	position:relative;
	clear:both;
	}
	
#left-content-wrapper{
margin-right:20px;
width:237px;
float:left;
	}

#center-content-wrapper{
width:592px;
float:left;
}

#right-content-wrapper{
width:127px;
margin-left:14px;
float:left;
}
#time-box-bg
{
	margin:8px 0 8px 0;
	background:url(../im/adq1/home_page/time-box-bg.png) no-repeat;
	background-position:center;
	height:48px;
	width:329px;
}
/* P styles */
p.time-head-text
{
text-align:center;
margin:0;

font-family:Tahoma;
font-size:26px;
color:#000;
}

p.time-text
{
	margin:0;
	padding:8px 0 0 0;
	text-align:center;
	font-family:Myriad Pro, Arial, Tahoma;
	font-size:24px;
	font-weight:bold;
	color:#000;

}



/*Top Image Box Id's */
#top-img-box-wrapper{
width:586px;
height:231px;
}

#top-img-box-left-bg{
background:url(../im/adq1/home_page/top-img-box-left.png) no-repeat;
width:230px;
height:231px;
float:left;
}
#top-img-box-mid-bg{
background:url(../im/adq1/home_page/top-img-box-mid.gif) repeat-x;
width:329px;
height:231px;
float:left;
}

#top-img-box-right-bg{
background:url(../im/adq1/home_page/top-img-box-right.png) no-repeat;
width:27px;
height:231px;
float:left;

}

/* Content Boxes */
.red-content-box-header-wrapper
{
	margin-top:10px;
	width:591px;
	height:35px;
}
.red-content-box-header-left
{
	float:left;
	background:url(../im/adq1/home_page/content-box-left.png) no-repeat;
	width:18px;
	height:35px;
}

.red-content-box-header-mid
{
	float:left;
	background:url(../im/adq1/home_page/content-box-mid.gif) repeat-x;
	width:555px;
	height:35px;
}
	
.red-content-box-header-right
{
	float:left;
	background:url(../im/adq1/home_page/content-box-right.png) no-repeat;
	width:18px;
	height:35px;
}	

.red-content-box-content
{
	width:589px;
	border:solid 1px #9b0705;
}




/*Top Panels Divs */
#panExistingUserText{
padding:13px 0 25px 0;
font-size:18px;
color:#020202;
}

#panNewUserText
{
	text-align:center;
}

/* Quiz Slabs ID's */
#quiz-slabs-left
{
	float:left;
	background:url(../im/adq1/home_page/quiz-slabs-left.gif) no-repeat;
	height:137px;
	width:13px;}
#quiz-slabs-right
{
	float:right;
	background:url(../im/adq1/home_page/quiz-slabs-right.gif) no-repeat;
	height:137px;
	width:13px;
	}

