@charset "utf-8";

/*	-------------------------------------------------------------
	Marketing Week Style Sheet
	Boussias Communications
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
	Description:		FAQ styles
	Filename:			mw.faq.css
	Version:			1.0
	Date:				March 21, 2007
	------------------------------------------------------------- */
	
	

/*	Section Header
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveTheFold h3 { /* Main Title */
			float: left;
			font-weight: bold;
			background: url("../_images/h3redWide.gif") no-repeat left top;
			width: 394px;
			color: #fff;
			font-size: 12px;
			height: 25px;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
			
		#AboveTheFold p { /* Main Title */
			float: left;
			color: #000;
			font-size: 12px;
			margin: 0px 0px 20px 0px;
			padding: 5px 10px 13px 10px; }
			
/*	RSS options
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		#AboveTheFold #rssContainer {
			font-size: 11px;
			float: left;
			width: 410px;
			margin: 0px;
			padding: 5px 0px 10px 0px;
			text-align: center; }
			
		#AboveTheFold #rssContainer img {
			vertical-align: middle; }
			
/*	Top Stories
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/
		#AboveTheFold h4 {
			clear:both;
			display: block;
			background: url("../_images/h3ArchiveBack.gif") no-repeat;
			font-size: 12px;
			height: 25px;
			color: #000;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
			
		#AboveTheFold ul {
			list-style: none;
			margin: 10px 20px 0px 10px;
			padding: 0px; }
			
		#AboveTheFold li {
			background-image: url("../_images/faqQuestion.gif");
			background-repeat: no-repeat;
			background-position: 0px 3px;
			color: #d71920;
			font-weight: bold;
			line-height: 1.3em;
			margin: 0px 0xp 5px 0px;
			padding: 0px 0px 5px 15px; }

			
/*	Archive List
	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -	*/

		#answers {
			float: left;
			width: 409px;
			margin-top: 10px; }
			
		#answers h3 {
			display: block;
			background: url("../_images/h3ArchiveBack.gif") no-repeat left top;
			font-size: 12px;
			height: 25px;
			color: #000;
			margin: 0px;
			padding: 5px 8px 0px 8px; }
			
		#answers dl {
			list-style: none;
			margin: 10px 10px 0px 10px;
			padding: 0px; }
			
		#answers dt {
			background-image: url("../_images/faqQuestion.gif");
			background-repeat: no-repeat;
			background-position: 0px 2px;
			color: #d71920;
			font-weight: bold;
			margin: 0px;
			padding: 0px 0px 0px 15px; }
			
		#answers dd {
			background-image: url("../_images/faqAnswer.gif");
			background-repeat: no-repeat;
			background-position: 0px 2px;
			margin: 0px 0px 15px 0px;
			padding: 0px 0px 0px 15px; }
			
		#answers dd a {
			text-align: right;
			font-size: 11px;
			color: #666;
			display: block;
			margin: 5px 0px 15px 0px;
			padding: 0px; }

