@charset "UTF-8";



/*===============================================
FAQ
===============================================*/
div#FAQ {
	margin: 25px 10px 0px 5px;
}

div#FAQ a {
	font-size : 110%;
	display: block;
	padding: 13px 0px 10px 40px;
	min-height: 20px;
	font-weight: bold;
	text-decoration: none;
	color: #000;
}

div#FAQ a:hover {
	text-decoration: underline;
	color: #666;
}

div#FAQ a.selected {
	text-decoration: underline;
}

div#FAQ div {
}
div#FAQ p {
	margin: 0px 15px 0px 40px;
	padding: 35px 0px 5px 0px;
}

div#FAQ p a {
	font-size : 100%;
	display: inline;
	padding: 0px;
	min-height: auto;
	font-weight: normal;
	text-decoration: underline;
}


/* @group COLORS */

/**** BLUE ****/

div#FAQ a {
	background: url(../images/faq/q-bg.fourwheel.gif) no-repeat 0px 10px;
}
div#FAQ a.selected {
	background: url(../images/faq/q-bg-selected.fourwheel.gif) no-repeat 0 10px;
}
div#FAQ p {
	background: url(../images/faq/a-bg.fourwheel.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #387CBE;
}
div#WRAPPER {
	background: transparent url(../images/faq/copy.fourwheel.jpg) no-repeat 100% 0%;
}


/**** GREEN ****/
div.twowheel div#FAQ a {
	background: url(../images/faq/q-bg.twowheel.gif) no-repeat 0px 10px;
}
div.twowheel div#FAQ a.selected {
	background: url(../images/faq/q-bg-selected.twowheel.gif) no-repeat 0 10px;
}
div.twowheel div#FAQ p {
	background: url(../images/faq/a-bg.twowheel.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #17A089;
}
div.twowheel div#WRAPPER {
	background: transparent url(../images/faq/copy.twowheel.jpg) no-repeat 100% 0%;
}



/**** YELLOW ****/
div.others div#FAQ a {
	background: url(../images/faq/q-bg.others.gif) no-repeat 0px 10px;
}
div.others div#FAQ a.selected {
	background: url(../images/faq/q-bg-selected.others.gif) no-repeat 0 10px;
}
div.others div#FAQ p {
	background: url(../images/faq/a-bg.others.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #FAC412;
}
div.others div#WRAPPER {
	background: transparent url(../images/faq/copy.others.jpg) no-repeat 100% 0%;
}



/**** PINK ****/
div.students div#FAQ a {
	background: url(../images/faq/q-bg.students.gif) no-repeat 0px 10px;
}
div.students div#FAQ a.selected {
	background: url(../images/faq/q-bg-selected.students.gif) no-repeat 0 10px;
}
div.students div#FAQ p {
	background: url(../images/faq/a-bg.students.gif) no-repeat 0px 10px;
	border-bottom: 1px solid #FF8181;
}
div.students div#WRAPPER {
	background: transparent url(../images/faq/copy.students.jpg) no-repeat 100% 0%;
}


/* @end */



