@charset "utf-8";
/* CSS Document */

#header {
	background:url(images/de_header.jpg) no-repeat;
}

#homeover, #aboutover, #admissionsover, #programsover, #e-learningover, #mediaover, #faqover, #contactover {
	width:89px;
	height:26px;
	position:absolute;
	top:152px;
}

#homeover {
	left:6px;
}

#aboutover {
	left:101px;
}

#admissionsover {
	left:195px;
}

#programsover {
	left:290px;
}

#e-learningover {
	left:385px;
}

#mediaover {
	left:480px;
}

#faqover {
	left:575px;
}

#contactover {
	left:670px;
}

#content {
	height:465px;
	padding-top:4px;
}

#heading, #questions {
	border:1px solid #A4A6A5;
	overflow:auto;
}

#heading {
	width:auto;
	height:62px;
	background:url(images/FCT_FAQ_headingBG.jpg) repeat-x;
}	

#questions {
	width:756px;
	height:375px;
	margin-top:4px;
	padding-bottom:15px;
	background:url(images/FCT_FAQ_questionsBG.jpg) repeat-x;
}

.title {
	margin-left:15px;
	margin-top:15px;
}

.questionRed, .questionOrange, .questionBlue, .questionGreen, .questionPurple {
	margin-left:15px;
	margin-top:15px;
	display:block;
	cursor:pointer;
	padding-left:17px;
	font-size:14px;
}

.questionRed {
	background:url(images/FCT_FAQ_question1.png) no-repeat 0px 2px;
	color:#C72F00;
}

.questionOrange {
	background:url(images/FCT_FAQ_question2.png) no-repeat 0px 2px;
	color: #D77100;
}

.questionBlue {
	background:url(images/FCT_FAQ_question3.png) no-repeat 0px 2px;
	color: #026ACD;
}

.questionGreen {
	background:url(images/FCT_FAQ_question4.png) no-repeat 0px 2px;
	color: #439F06;
}

.questionPurple {
	background:url(images/FCT_FAQ_question5.png) no-repeat 0px 2px;
	color: #AE00FF;
}

#headingtext {
	font-size:11px;
	margin-left:16px;
	margin-top:6px;
}

.questionstexton {
	font-size:12px;
	margin-left:16px;
	margin-top:3px;
	margin-right:10px;
}

.questionstextoff {
	display:none;
}