/* Global Reset */
html {
}
body {
	font-family: Arial;
	font-size: 12px;
	line-height:16px;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	background-color:#e2ebf2;
}
html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, img {
	margin:0;
	padding:0;
	border:0;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
li {
	list-style:none;
	float:left;
}
a img {
	border:none;
}
a {
	cursor:pointer;
	outline:none;
}
/* Page Holder */

.container {
	padding: 0;
	margin: 0 auto;
	width: 1000px;
}
/* General Styles */
.clear {
	clear:both;
	overflow:hidden;
	width:100%;
}
.fltlft {
	float:left;
}
.fltrt {
	float:right;
}
/* H1 to H6 type Styles */
h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
}
#header, #wrapper, #footer {
	width: 100%;
	text-align:left;
	clear:both;
}
/* Header */
#header {
	margin:6px 0 0 0;
}
#header .container {
	background:url(/welcome/lp1/images/header_bg.png) no-repeat center top;
	height:109px;
	clear:both;
	overflow:hidden;
}
#header .container #logo {
	height:62px;
	float:left;
	margin:22px 0 0 20px;
}
#header .container #logo p {
	font-size:18px;
	color:#003263;
	margin:6px 0 0 0;
}
#header .container #logo p span {
	color:#e37d09;
}
#header .container .member_login {
	text-decoration:underline;
	margin:25px 35px 0 0;
	color:#fff;
	float:right;
}
#header .container .member_login a {
	color:#fff;
}
/*wrapper*/
#wrapper {
	background:url(/welcome/lp1/images/page_wrap.png) repeat-y center top;
	clear:both;
	overflow:hidden;
}
#wrapper .container {
	background:url(/welcome/lp1/images/container_bg.png) no-repeat center top;
	clear:both;
	overflow:hidden;
}
#wrapper .container .sidebar_left {
	margin:7px 0 0 9px;
	width:185px;
	float:left;
	background:url(/welcome/lp1/images/quick_btn_bg.png) no-repeat left top;
}
#wrapper .container .side_cont {
	margin:18px 0 0 0;
	background-color:#e2ebf2;
	width:165px;
	clear:both;
	overflow:hidden;
	padding:0 10px;
}
#wrapper .container h3 {
	font-size:14px;
	font-weight:bold;
	text-align:center;
	color:#666666;
}
#wrapper .container .sidebar_left .side_cont .social_icns {
	margin:10px 0 0 0;
	display:block;
}
#wrapper .container .sidebar_left .side_cont .social_icns img {
	margin:0 15px 0 10px;
}
#wrapper .container .sidebar_left .side_cont ul {
	margin:5px 0 0 0;
}
#wrapper .container .sidebar_left .side_cont ul li {
	background:url(/welcome/lp1/images/quick_bg_li.png) no-repeat left 5px;
	color:#666666;
	padding:0 0 0 10px;
	float:none;
	margin:15px 0 0 0;
	line-height:16px;
	display:block;
	width:155px;
}
#wrapper .container #middle_content {
	width:587px;
	float:left;
	margin:7px 0 0 10px;
	background:url(/welcome/lp1/images/headline_bg.png) no-repeat left top;
}
#wrapper .container #middle_content #the_give_btn {
	width:515px;
	background:#FFFFFF;
	margin:27px 0 23px 0;
	padding:0 35px;
	text-align:center;
	font-size:16px;
	color:#252525;
}
#wrapper .container #middle_content #the_give_btn h1 {
	font-size:29px;
	font-weight:bold;
	color:#4d74b8;
	margin:0 0 10px 0;
}
#wrapper .container #middle_content .igive-button {
	width:205px;
	padding:0 20px 0 20px;
	text-align: center;
	float:left;
}
#wrapper .container #middle_content .igive-button .setting {
	padding: 0 0 20px 0;
}
#wrapper .container #middle_content .setting_txt {
	font-size:11px;
	margin:0 0 0 0;
	line-height:16px;
}
#wrapper .container #middle_content .setting_txt h3 {
	font-size:16px;
	color:#f18306;
	font-weight:bold;
	text-align:center;
	margin:0 0 0 0;
}
#wrapper .container #middle_content .donated {
	margin:30px 0 0 0;
	text-align: left;
	float:right
}
#wrapper .container #middle_content .find-stores {
	float:right;
	width:300px;
	padding:0 20px 0 0;	
	text-align: center;
}
#wrapper .container #middle_content .find-stores .google_add {
	margin:0 20px 20px 0;
}
#wrapper .container #middle_content .google_txt {
	font-size:11px;
	margin:0 0 0 0;
	line-height:16px;
}
#wrapper .container #middle_content .google_txt h3 {
	font-size:16px;
	color:#f18306;
	font-weight:bold;
	text-align:center;
	margin:0 0 8px 0;
}
#wrapper .container #middle_content .dollor {
	float:left;
	width:51px;
	height:51px;
}
#wrapper .container .donated_txt {
	width:170px;
	padding:0 0 0 60px;
	min-height:51px;
	clear:both;
	overflow:hidden;
	background:url(/welcome/lp1/images/dollor.png) no-repeat left center;
}
.join_btn {
	width:205px;
	height:49px;
	padding:0 0 0 22px;
	clear:both;
	overflow:hidden;
	margin:12px 0 0 0;
	font-size:18px;
	font-weight:bold;
	line-height:48px;
	text-transform:uppercase;
	background:url(/welcome/lp1/images/join_btn.png) no-repeat left top;
}
.join_btn a {
	color:#fff;
	width:205px;
	height:49px;
	float:left;
}
.jointxt {
	color:#666666;
	width:210px;
	float:left;
	margin:10px 0 0 0;
}
#wrapper .container .sidebar_right {
	width:185px;
	float:right;
	background:url(/welcome/lp1/images/quick_btn_bg.png) no-repeat left top;
	margin:7px 10px 0 0;
}
#wrapper .container .sidebar_right .side_cont_right {
	margin:18px 0 0 0;
	background-color:#e2ebf2;
	width:165px;
	clear:both;
	overflow:hidden;
	padding:0 10px;
}
#wrapper .container .sidebar_right .side_cont_right ul li {
	color:#666666;
	float:none;
	margin:15px 0 0 0;
	line-height:16px;
	display:block;
}
#wrapper .content_bottom {
	width:1000px;
	height:17px;
	margin:0 auto;
	background:url(/welcome/lp1/images/cont_bg_bottom.png) no-repeat left top;
}
/*footer*/
#footer {
	text-align:center;
	color:#666666;
	font-size:11px;
}
#footer .container {
	padding:15px 0 32px 0;
}
#footer .container a {
	text-decoration:underline;
	color:#666666;
}
#footer .container a:hover {
	text-decoration:none;
}

#register {
	position: relative;
	margin: 10px 0px 10px 0px;
	padding: 20px 20px 0px 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}

#register .required {
	color: #FF0000;	
}

label {
	font-weight: normal;
}

#register .signup td {
 	padding: 6px 0 8px;
}
	
.req_info {
	float: left;
	font-size: 92%;
}
	
#register .optional label {
	font-weight: normal;
	font-size: 92%;
}
	
#register .optional td {
}


span.popShow {
	display: inline;
}

hspecial {
	line-height: 100%;
	margin-bottom: 100%;
}

.ma_tiny_link, .ma_tiny_link:link, .ma_tiny_link.active, .ma_tiny_link:hover, .ma_tiny_link:visited {
	font-size: 10px;
	color: #067afc;
	text-decoration: underline;
}

.ma_medium_link, .ma_medium_link:link, .ma_medium_link:active, .ma_medium_link:hover, .ma_medium_link:visited {
	font-size: 12px;
	color: #067afc;
	text-decoration: underline;
}

#txtCauseSearch {
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				13px;
	font-weight: 			bold;
	color: 					#666;
	height: 				24px;
	width: 					270px;
	border: 				1px solid #ccc;
	border-top-color: 		#777;
	border-left-color: 		#777;
	background: 			#fff url("/res/img/shell/bg_search.gif") left top no-repeat;
	vertical-align: 		top;
}

#txtCauseSearchLabel {
	vertical-align:			top;
}

#btnCauseSearch {
	position:				relative;
	top:					0px;
	height: 				26px;
	margin: 				0; 
	padding: 				0;
	width: 					100px;
	background: 			#fff url("/res/img/shell/bg_btn.gif") left center repeat-x;
	overflow: 				hidden;
	font-family: 			Arial, Helvetica, sans-serif;
	font-size:				13px;
	font-weight: 			bold;
	color: 					#067afc;
	vertical-align: 		middle;
	border-style:			solid;
	border-width:			1px;
	border-color:			#cccccc;
} 

#ContactUsLink a:link {color:#000000}      /* unvisited link */
#ContactUsLink a:visited {color:#000000}  /* visited link */
#ContactUsLink a:hover {color:#000000}  /* mouse over link */
#ContactUsLink a:active {color:#000000}  /* selected link */ 	

div.autosuggest
{
	position: absolute;
	background: #fff;
	margin: 3px 2px 20px 2px;
	border: 1px solid #777;
	border-top: none;
	height: 190px;
	z-index: 5000;
}


div.autosuggest ul
{
	list-style: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	height: 190px;
	overflow: auto;
}

div.autosuggest ul li
{
	color: #666;
	padding: 0;
	margin: 0;
	text-align: left;
	position: relative;
	width: 96%;
}

div.autosuggest ul li a
{
	color: #666;
	display: block;
	text-decoration: none;
	background-color: transparent;
	position: relative;
	padding: 2px 0;
	width: 100%;
	position: relative;
	width: 98%;
}
div.autosuggest ul li a:hover
{
	background-color: #ccc;
}
div.autosuggest ul li.as_highlight a:hover
{
	background-color: #1B5CCD;
	text-shadow: #000 0px 0px 5px;
}

div.autosuggest ul li a span
{
	display: block;
	padding: 3px 6px;
}

div.autosuggest ul li a span small
{
	font-weight: normal;
	color: #999;
}

div.autosuggest ul li.as_highlight a span small
{
	color: #ccc;
}

div.autosuggest ul li.as_highlight a
{
	color: #fff;
	background-color: #1B5CCD;
}

div.autosuggest ul li.as_highlight a span
{
}

div.autosuggest ul li a .tl,
div.autosuggest ul li a .tr
{
	position: absolute;
	top: 0;
	padding: 0;
	margin: 0;
}
div.autosuggest ul li a .tr
{
	right: 0;
}

div.autosuggest ul li.as_highlight a .tl
{
}

div.autosuggest ul li.as_highlight a .tr
{
}



div.autosuggest ul li.as_warning
{
	font-weight: bold;
	text-align: center;
}

div.autosuggest ul em
{
	font-style: normal;
	font-weight: bold;
}

#addCause {
	background: #fff;
	margin: 0 -1px;
	padding: 5px 6px;
	background: #ffd;
	border: 1px solid #777;
	border-top: none;
}

.ac_results {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;
	top:0;
	left:0;
	z-index:-1;
	filter:mask();
	width:3000px;
	height:3000px;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.ac_over {
	background-color: Highlight;
	color: HighlightText;
}

#overlay_layer {
	z-index: 200;
	filter: alpha(opacity=50); /*older IE*/
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50); /* IE */
	-moz-opacity: .50; /*older Mozilla*/
	-khtml-opacity: 0.5;   /*older Safari*/
	opacity: 0.5;   /*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	position:fixed; top:0px; left:0px; width:100%; height:100%; color:#FFFFFF; text-align:center; vertical-align:middle;
}
