/* -------------------------------------------------------------- 
   main.css
-------------------------------------------------------------- */
.clear {
	clear: both; 
}





a.tooltip {
    position:relative; /*this is the key*/
    z-index:24;
    text-decoration: none;
}
a.tooltip:hover{
	z-index:25;
}
a.tooltip span{
	display: none;
}
a.tooltip:hover span{ /*the span will display just on :hover state*/
    display: block;
    position: absolute;
    top :3em;
	left :2em;
	width :20em;
	padding: 15px;
	background-color: #cedab5;
	-moz-opacity: 0.95;
	opacity:.95;
	filter: alpha(opacity=95);
	color: #363636;
    text-align: left;
    text-decoration:none;
	border: 1px solid #729e15;
	text-align: left;
	width: 300px;
}
#sidebar_newsletter_form {
	background: #02151c;
	text-align: center;
	width: 250px;
	margin-bottom: 20px;
	padding-top: 20px;
}
legend, fieldset {
	border: 0;
	color: #ffffff;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
		#social_media {}
		
			#social_media ul {
				list-style-image: none;
				list-style-position: outside;
				list-style-type: none;
				padding-bottom: 20px;
				width: 100px;
				margin: auto;
			}
				#social_media ul li {
					float: left;
					padding-right: 10px;
				}
				#social_media h2 {
					text-align: center;
					color: #a31704;
				}