﻿ol
{
	padding-left: 10px;
	display:block;
	list-style-type:decimal;
	margin:0.5em 0;
}
li
{
	display:list-item;
	list-style: decimal;
	margin-left: 18px;
}

.landing
{
	background: white;
	padding: 20px;
	min-height: 400px;
}


.landing .box
{
	background: #775E97;
	width: 900px;
	/*height: 484px;*/
	margin: 10px;
	color: White;
}

.landing .box .content
{
	width: 898px;
	/*height: 440px;*/
	font-size: 15px;
	border: solid 1px #55426F;
	border-top: none;
	line-height:  18px;
}

.landing .box .content .smalltitle
{
	font-weight: bold;
	padding: 10px 0 0 0;
}

.landing .box .content #content-social
{
	padding: 20px;
}

.landing .box .content .header
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
}

.landing .box .nav
{
	
	margin-bottom: 10px;
	width: 900px;
	border-bottom: solid 1px #55426F;
	float: left;
}



.landing .box .nav .button
{
	background: #856FA0;
	border-top: solid 1px #55426F;
	width: 299px;
	padding: 6px 0;
	display: block;
	float: left;
	text-align: center;
	color: White;
	font-size: 16px;
	font-weight: bold;	
	border-left: solid 1px #55426F;
	
}

.landing .box .nav .button.rightmost
{
	width: 298px;
	border-right: solid 1px #55426F;
}

.landing .box .nav .button:hover
{
	background: White;
	color: Black;
	text-decoration: none;
}
.landing .faq 
{
	margin: 10px 0;
}
.landing .faq .item
{
	margin: 0 0 5px 5px;
}
.landing .faq .item .question
{
	padding-bottom: 5px;
}

.landing .faq .item .question .link
{
	color: White;
	padding-left: 25px;
}

.landing .faq .item .question.opened .link
{
	background:url("../../images/icons/help-minus.png") no-repeat scroll 0 0 transparent;	
}

.landing .faq .item .question.closed .link
{
	background:url("../../images/icons/help-plus.png") no-repeat scroll 0 0 transparent;
}
.landing .faq .item .answer
{
	display:none;
	padding-left: 30px;
}
