/**************************************************
Site:           The Arc of Western Wayne County
Created:        Aug 04 2009
Last Modified:  Aug 12 2009 
------------------------------------------------- 
casey reid, clearfirestudios.com
casey@clearfirestudios.com | Copyright 2009

Helpline Styles
================================================= */

/* Content Styles ************************************/
/* ================================================= */
#helpline h2{color: #990000; font-size: 32px; font-family: Georgia, "Times New Roman", serif; font-style: italic; margin-bottom: 15px;}
	#minor-col h2.helpline-title{background-color: transparent; color: #ffffff; font-size: 28px; font-style: italic; text-align: center;}

#helpline h3{
	color: #3c3c3c;
	font-weight: bold;
}
.helpline-col ul{
	color:#3c3c3c;
	font-size: 14px;
	margin-left: 15px;
	margin-bottom: 15px;
}

#helpline .alert{color: #990000; font-weight: normal;}
#helpline p.phone-code{color: #990000;}
#helpline .helpline-col a{
	color: #990000;
}

#helpline-topics{margin-bottom: 20px;}
#helpline-topics ul{
	list-style-type: none;
	margin-bottom: 0px;
	margin-left: 20px;
}
	#helpline-topics ul#nav_cat_archive{margin-left: 0px;}
	#helpline-topics ul li{
		border-top: 1px solid #baba81;
		cursor: pointer;
		font-size: 12px;
	}
		#helpline-topics ul li p{
			background: url(/images/site/helpline-topic-bullet.png) no-repeat left;
			font-size: 12px;
			margin-bottom: 0px;
			padding: 5px 0 5px 20px;
		}
			#helpline-topics ul li p.active{background: url(/images/site/helpline-topic-bullet-down.png) no-repeat left;}
		#helpline-topics ul li a{
			color: #990000;
		}

	#helpline-table td{
		color: #3c3c3c;
		font-size: 12px;
		padding: 5px;
		vertical-align: top;
	}
		#helpline-table td.col-1{
			font-weight: bold;
			padding-right: 30px;
		}



/* Audio Player Styles********************************/
/* ================================================= */
#audio-player{
	background-color: #efefdf;
	border: 1px solid #cccc99;
	margin: 25px 0;
	padding: 5px 10px 3px;
}
	#waspTarget0908134433{
		float: left;
		margin: 0 15px 0 10px;
	}
	#audio-player p{
		float: left;
		font-size: 12px;
		margin-bottom: 0px;
		margin-top: 1px;
	}
		#audio-player p#topic-back{float: right;}
		#audio-player p#topic-back a{
			background: url(/images/site/topic-back.gif) no-repeat right;
			padding-right: 20px;
		}
		#audio-player p a{
			color: #990000;
			text-decoration: none;
		}
			#audio-player a#player-link{
				background: url(/images/site/helpline-audio-play.gif) no-repeat right center;
				padding-right: 25px;
			}
				#audio-player a#player-link.stop{background: url(/images/site/helpline-audio-stop.gif) no-repeat right center;}
			#audio-player p a:hover{text-decoration: underline;}
			

/* Instruction Styles ********************************/
/* ================================================= */
ul#helpline-instructions{
	list-style-type: none;
	margin-left: 0px;
}
	ul#helpline-instructions li{
		height: 65px;
		position: relative;
	}
		ul#helpline-instructions li img{
			left: 0;
			position: absolute;
			top: 0;
		}
		ul#helpline-instructions li p{
			font-size: 12px;
			margin-left: 60px; 	
		}
			ul#helpline-instructions li p strong{
				color: #990000;
				padding-right: 5px;
				text-transform: uppercase; 	
			}


/* Minor Column Styles *******************************/
/* ================================================= */
#minor-col-container{background-color: #990000;}
	#minor-col-bottom{background: url(/images/site/minor-col-bottom-helpline.png) no-repeat;}
	
	#helpline .center-col{
		background: url(/images/site/minor-col-box-top-helpline.png) no-repeat;
		padding: 25px 18px 0;
	}
	#helpline .center-col h2{margin-bottom: 0px; margin-top: 30px;}
		#helpline .center-col h4{
			color: #fff;
			font-size: 20px;
			font-weight: normal;
			margin-bottom: 0px;
		}
		#helpline .center-col p{
			color: #fff;
			font-size: 14px;
			margin-bottom: 0px;
			padding-bottom: 0px;
			text-align: center;	
		}

	#helpline-sponsors{
		margin: 10px 0 15px;
		text-align: center;
	}
		#helpline-sponsors p{
			color: #990000;
			font-size: 14px;
			font-family: Georgia, "Times New Roman", serif;
			font-style: italic;
			line-height: 1.2em;
			margin-bottom: 15px;
			padding: 0 80px;
		}
	
	
/* Search Styles ************************************/
/* ================================================= */
#minor-col #helpline-search{
	background: url(/images/site/helpline-search-bg.gif) no-repeat;
	height: 225px;
	padding: 15px 30px 0 30px;
	position: absolute;
	text-align: center;
	top: 0;
	width: 225px;
	z-index: 0;
}
	#helpline-search h3{
		color: #990000; 
		font-size: 24px; 
		font-family: Georgia, "Times New Roman", serif; 
		font-style: italic;
		font-weight: normal;
		line-height: 1.2em;
		margin-bottom: 5px;
		padding-bottom: 0;
	}
	#helpline-search p{
		font-size: 12px;
		margin-bottom: 5px;
	}
	
	#helpline-search-form input.inputtext{
		background-color: #e6e6cc;
		border: 1px solid #a2a188;
		height: 21px;
		margin-bottom: 3px;
		width: 215px;
	}
	
#helpline h4.search-title{
	margin-bottom: 5px;
}
	
	
