﻿h1 { display:none; }

/************ Bread Crumb Area */

#breadCrumbArea
{
	padding-top:0;
	padding-bottom:0;
}

/************ Left Column */

.HomeLeftColumn
{
	float:left;
	width:721px;
	padding-bottom:50px;
	position:relative;
	overflow:hidden;
}

/************ Homepage Feature Image */

.FeatureImage
{
	width:721px;
	height:367px;
	overflow:hidden;
}

.FeatureInner { height:367px; }

/************ Homepage Feature Boxes */

.RespectBox
{
	float:left;
	width:231px;
	padding-left:11px;
}

.RespectTape
{
	position:absolute;
	top:351px;
	left:43px;
	width:142px;
	height:57px;
	z-index:300;
	background:url(Home/TapeSprite.png) no-repeat left top;
}

.PositiveBox
{
	float:left;
	width:233px;
}

.PositiveTape
{
	position:absolute;
	top:344px;
	left:337px;
	width:133px;
	height:64px;
	z-index:300;
	background:url(Home/TapeSprite.png) no-repeat -142px top;
}

.HealingBox
{
	float:left;
	width:240px;
}

.HealingTape
{
	position:absolute;
	top:353px;
	left:533px;
	width:142px;
	height:48px;
	z-index:300;
	background:url(Home/TapeSprite.png) no-repeat -275px top;
}

/************ Right Column */

.HomeRightColumn
{
	float:left;
	font-size:80%;
	width:247px;
	position:relative;
	overflow:hidden;
}

.HomeRightColumn .RightColumnTape
{
	position:absolute;
	left:169px;
	top:322px;
	width:74px;
	height:69px;
	background:url(Home/RightColumnTape.png) no-repeat left top;
}

/************ Homepage Quiz/Poll */

.QuizPollPanel
{
	width:247px;
	color:White;
	font-size:120%;
	padding:30px 0 7px 0;
	background:url(Home/QuizPollBg.jpg) no-repeat left top;
}

.QuizPollPanel p { margin:0; }

.QuizPollPanel .TakeNowButton span,
.QuizPollPanel .VoteButton span,
.QuizPollPanel .ResultsButton span
{
	display:none;
}

.QuizPollPanel .TakeNowButton
{
	display:block;
	width:89px;
	height:28px;
	background:url(Home/TakeNowButton.jpg) no-repeat left top;
}

.QuizPollPanel .VoteButton
{
	display:inline-block;
	width:59px;
	height:28px;
	margin-right:10px;
	background:url(Home/VoteButton.jpg) no-repeat left top;
}

.QuizPollPanel .ResultsButton
{
	display:inline-block;
	width:81px;
	height:28px;
	background:url(Home/ResultsButton.jpg) no-repeat left top;
}

.QuizPollPanel .QuizBox
{
	width:180px;
	margin:0 0 0 12px;
	padding-bottom:42px;
}

.QuizPollPanel .QuizBox .BoxContent
{
	width:180px;
	height:68px;
	overflow:auto;
	margin-bottom:12px;
}

.QuizPollPanel .PollBox
{
	width:180px;
	margin:0 0 0 12px;
}

.QuizPollPanel .PollBox .BoxContent
{
	width:180px;
	height:68px;
	overflow:auto;
	margin-bottom:12px;
}

.QuizPollPanel .ViewAll
{
	width:160px;
	height:38px;
	margin:30px 0 0 12px;
	font-size:90%;
	text-transform:uppercase;
	overflow:auto;
}

.QuizPollPanel .ViewAll a
{
	color:White;
}

.QuizPollPanel .ViewAll span
{
	font-size:90%;
	color:#fdc912;
	vertical-align:top;
}

/************ Homepage Notepad Panel */

.NotepadPanel
{
	padding:28px 0 76px 0;
	background:url(Home/NotePadPanel.jpg) no-repeat left bottom;
}

.NotepadPanel .Item
{
	width:217px;
	font-family:'Arial Narrow', Helvetica, Sans-Serif;
	font-size:100%;
	color:#595858;
	text-transform:uppercase;
	padding:0 14px 11px 16px;
}

.NotepadPanel .Item img { margin-bottom:2px; }

.NotepadPanel .Item b { font-family:Arial, Helvetica, Sans-Serif; }

.NotepadPanel .Item a
{
	font-family:Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	color:#3a1540;
}