@import "global.cssx";

#main .content {
	padding-left: 55px;
}
#toppanel {
	height: 30px;
	font-size: 24px;
	background-color: #FFFFFF;
	margin-top: 5px;
	color: #000;
	margin-left: 10px;
	line-height: 20px;
	margin-bottom: 15px;
}
#questions
{
	border-bottom: solid 1px #BB402A;
	width: 561px;
	padding-bottom: 20px;
	height: 250px;
}
	
#answers
{
	width: 561px;
}
	
#toppanel #links
{
    position:relative;
    top: 12px;
    left: 244px;
}

a, a:hover
{
    color: #666666;
    font-weight:normal;
	text-decoration: none;
}

.arrow
{
	padding-left:24px;
	height: 13px;
    background-image: url(../images/arrow.gifx);
    background-repeat: no-repeat;
    background-position: 10px 1px;
}
.question
{
	border: solid 0px orange;
	font-weight:bold;
	font-size: 1.2em;
	color: #BB402A;
	padding-bottom: 6px;
	padding-top: 12px;
}
.answerPara
{
	padding-left: 10px;
	padding-bottom: 6px;
	
}

.listPara
{
	padding-left: 20px;
	padding-bottom: 6px;
	
}

.listItem
{
	background: transparent url("../images/bullet.gifx") no-repeat 0px 3px;
	padding-left: 15px;
}

.subheading
{
	font-weight: bold;
	padding-bottom: 6px;
}

.question-brief 
{
	vertical-align:top;
	float:left;
	width:254px;
	margin-left: 5px;
	padding-bottom: 2px;
	background: transparent url("../images/arrow_r.gifx") no-repeat 0px 4px;
	padding-left: 15px;
	border-bottom: solid 0px red;
}

.backtotop
{
	border-bottom: solid 1px #BB402A;
    text-align: right;
    padding-top: 6px;
    padding-bottom: 12px;
}

.backtotop a
{
	background: transparent url("../images/arrow_r.gifx") no-repeat 0px 2px;
	padding-left: 15px;
}

#bottomline
{
	border-top: solid 1px #BB402A;
    margin-top: 20px;
    width: 760px;
}

