/* HOMEPAGE */

.home #main_content
{
	margin:0;
	padding-left:22px;
	padding-right:22px;
	padding-top:33px;
	background-image:url(/img/home/background.jpg);
	background-repeat:no-repeat;
	min-height:588px;
}

* html .home #main_content { height:628px; } /* IE 6 */

.home #flash
{
	margin-bottom:36px;
}

.home #quick_tip
{
	background-image:url(/img/home/quick_tip/background.jpg);
	background-repeat:no-repeat;
	background-color:#D4BF44;
	min-height:105px;
}
.home #quick_tip:after
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .home #quick_tip { height:105px; } /* IE 6 */

.home #quick_tip .image
{
	float:left;
	width:132px;
	padding-left:5px;
	padding-top:5px;
}

.home #quick_tip h2, .home #quick_tip h3
{
	font-size:1.23em;
	line-height:1.85em;
	font-weight:normal;
}

.home #quick_tip h2
{
	float:left;
	margin-top:12px;
	margin-left:11px;
	width:5.43em;
}

.home #quick_tip h3
{
	float:right;
	margin-top:4px;
	padding-right:27px; 
	width:310px;
}

.home #quick_tip h2 img { vertical-align:middle; }

.home #quick_tip p
{
	float:right;
	padding-right:27px;
	width:400px;
	font-size:.92em;
	line-height:1.38em;
	padding-top:.23em;
}

.home #page_copy h2
{
	margin-top:32px;
	margin-bottom:.24em;
	font-size:2.46em;
	line-height:normal;
	color:#470C7A;
}

.home #page_copy h3
{
	font-size:1.23em;
	line-height:normal;
	color:#B373C3;
}

.home #tools_spotlight
{
	background-image:url(/img/accents/dottedline_horiz_purple.gif);
	background-repeat:repeat-x;
	margin-top:16px;
	margin-bottom:35px;
}

.home #tools_spotlight .tool
{
	min-height:0; /* IE 6 */
	background-image:url(/img/accents/dottedline_horiz_purple.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	padding-top:5px;
	padding-bottom:5px;
}

.home #tools_spotlight .tool:after
{
	content:".";
	clear:both !important;
	display:block;
	height:0;
	visibility:hidden;
}
* html .home #tools_spotlight .tool { height:1%; } /* IE 6 */

.home #tools_spotlight .tool img
{
	float:left;
	width:52px;
}

.home #tools_spotlight .tool p
{
	font-size:.92em;
	line-height:1.15em;
	margin-left:11px;
	margin-top:6px;
	float:left;
	width:232px;
}

