@import url(base.css);

/*
Page markers
----------
*/
/*change the #t1, #t2, etc appropriately to mark */
div.a_box ul li#t4 a
{
	background:#294f85;
	color:#fff;
}

/*grab the hover states from base and take the :hover off to mark the location on the page*/
li#d3d a
{
	background:url(images/ddMenus.gif) -204px -264px;
}

li#m4
{
	background: url(images/top_menu.gif) -338px -36px;
}


/*----*/
.header h1
{
	width:915px;
	height:213px;
	display:block;
	background: url(images/h-faq.jpg)
}

h2
{
	width:533px;
	height:19px;
	background:url(images/sh_faq.gif);
	margin:0 0 20px 0;
}

#movie, .header
{
	height:213px;
}

.content
{
	padding:30px 0 0 0;
}

 ol {
	margin: 0 0 20px 40px;
 width:440px;
 
 }

/*
answer boxes
---------------------------*/
div.whatBox {
	display:none;/* */
	background-color:#f8f8c5;
	border:solid 2px #f8f89e;
	width:90%;
	padding:0px 15px 10px 15px;
	margin:10px auto;
/*	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	color: #294f85;
	line-height: 18px;*/
}
div.whatBox p {
	margin: 10px 0 0 0 !important;
	padding:0 !important;
	clear:both;
	width:auto !important;
}
/*div.whatBox i {
	font-size: 10px;
	font-style:normal;
	line-height: 13px;
	
}
div.whatBox em {
	font-weight:bold;
	margin-bottom:5px;
	font-style:normal;
}
div.whatBox strong {
	font-weight:bold;
}*/
div.whatBox blockquote {
	margin:0;
	margin-left:2em;
}
div.whatBox h3 {



	margin: 10px 0 -10px 0;
	
	
	display:block;
}
/*div.whatBox a:link {
	color:#294f85;
	text-decoration: underline;
}
div.whatBox a:visited {
	color:#294f85;
	text-decoration: underline;
}
div.whatBox a:hover {
	color:#769bbd;
	text-decoration: none;
}
div.whatBox a:active {
	color:#294f85;
	text-decoration: underline;
}
*/