@charset "utf-8";

body{
	font-family: Verdana;	/* Font to use */
	color:#FFF;
	font-size:11px;
	margin:0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
}

.white{
	font-family: Verdana;	
	color:#FFF;
	font-size:11px;
	text-transform:none;
	font-weight:bold;
}

/* dhtml content */
.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */
	padding:5px 0 20px 0;
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #CCC;
	text-decoration: none;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}

.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:863px;
	padding:0 50px 0 50px;
	margin-bottom:20px;
	color:#CCC;
	float:left;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}

/* Easy Slider */

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
		}
	#slider, #slider li{ 
		/* 
			define width and height of container element and list item (slide)
			list items must be the same size as the slider area
		*/ 
		width:963px;
		height:241px;
		overflow:hidden; 
		}
	span#prevBtn{}
	span#nextBtn{}					

/* footer */
.legal {
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #666;
	letter-spacing:2px;
	text-transform: uppercase;
}
