/* 
Title: 				GLOBAL Styles for helpcurenow.org
Author: 			Joel A. Glovier; CURE Web & Graphic Designer
Author email: 		jglovier@cureinternational.org
Copyright: 			CURE International 2009
Created:			10/09/2009
Version:			1.0
*/

/* Main Categories -------------------- */
/* Sub Categories */

/* CURE Global Styles ------------------- */

* {
	margin:0px;
	padding:0px;
}

body, p, a, div {
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
}

/* Social Media Box ver 1 */
#socialMediaBoxV1 {
	width:215px;
	height:115px;
	border:#c5c5c5 1px solid;
	background:#FFF;
	overflow:hidden;
	position:relative;
}
#socialMediaBoxV1 h4 {
	text-align: center;
	color: #7d0e0f;
	margin-top: 10px;
	margin-bottom: 5px;
}
#socialMediaBoxV1 ul {
	list-style: none;
	padding:0px;
	margin:0px 5px 0px;
}
li.socialMediaIcon {
	float:left;
	width:50px;
}

/* Social Media Box Ver 2 */
#socialMediaBoxV2 {
	width:207px;
	height:68px;
	overflow:hidden;
	position:relative;
	background:transparent url(https://www.helpcurenow.org/atf/cf/%7Bb2d46e45-f4a9-4fa7-a241-dbfc8297818a%7D/SOCIALMEDIANEW3.PNG) no-repeat top left;
}
#socialMediaBoxV2 ul {
	list-style:none;
	padding:0px 0px 0px 21px;
	margin:0px;
}
li.socialMediaV2link {
	float:left;
	width:38px;
	height:39px;
	margin:17px 4px 0px 0px;
	display:block;
	text-indent:-9999px;
}
#socialMediaBoxV2 a {
	display:block;
	width:38px;
	height:39px;
}

/* Charity Navigator Box version 1 */
#charityNavBoxV1 {
	width:215px;
	border:#c5c5c5 1px solid;
	background:#fff;
	overflow:hidden;
	position:relative;
}
#charityNavBoxV1 h4 {
	color:#666666;
	text-align: center;
	margin:8px 5px 15px;
	font-size: .9em;
	line-height: 1em;
}
#charityNavBoxV1 h4 a:link, #charityNavBoxV1 h4 a:visited {
	color: #666666;	
}
#charityNavBoxV1 h4 a:hover {
	color: #7d0e0f;	
}
#charityNavBoxV1 p {
	color:#383838;
	font: .7em/1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin:7px 18px;
	text-align: justify;
	width:178px;
}
#charityNavBoxV1 img {
	margin:0px 18px 15px;	
}