/*********************
 * SAFECOGIVES.COM CSS 
 *********************/
 
body {
	
	/*background-color:#efefef;*/
	/*margin-top:10px;*/
	background:url(../a/back_grad.gif) center repeat-y;
	margin:0px;
	font-family:arial;
        color:#134e6d;
}

a {
	color:#e31b23;
	text-decoration:underline;
}
a:hover { text-decoration:none; }

h1 {
	margin:0px;
	margin-bottom:0.5em;
	font-size:15px;
	font-family:arial;
}
h2 {
	margin:0px;
	margin-bottom:0.5em;
	font-size:16px;
	font-family:arial;	
}

#text, .text {
	font-family:arial;
	font-size:12px;
	line-height:1.5em;

}
#text br { line-height:0.5em; }

.dotVert {
	background:url(../a/dot_vert2.gif) top right repeat-y;
}

.clear {
	clear:both;
	height:1px;
	font-size:1px;
}

#container {
	margin:0px auto;
	width:778px;
	 background-color:#e2edf6;
	/* border-right:1px solid #d9d9d9;*/

}

#header {
	width:778px;
	height:93px;
}
#header a.linkHome {
	text-decoration:none;
	width:340px;
	height:40px;
	display:block;
	position:absolute;
	margin-top:45px;
	margin-left:30px;
}
#header a.linkGrant {
	text-decoration:none;
	width:84px;
	height:84px;
	display:block;
	position:absolute;
	margin-top:5px;
	margin-left:470px;
}


/*********************************
 * NAV: Top
 *********************************/
#navTop {
	height:32px;
	border-bottom:1px solid #000000;
  
}

#navTop a {
	display:block;
	float:left;
	width:155px;
	padding-left:0px;
	line-height:28px;
	/* font-family:Georgia, "Times New Roman", Times, serif; */
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:1px;
	text-decoration:none;
	color:#5a5a5a;
	border-top:4px solid #000000;
	font-weight:bold;
	text-align:center;
}
#navTop a.lastLink {
	width:154px;
}

#navTop a:hover, #navTop a.active {
	color:#e31b23;	
}

#navTop a.active {
	border-top:4px solid #e31b23;
}

#navTop .pipe {
	float:left;
	line-height:24px;
	height:24px;
	width:1px;
	font-size:0px;
	margin-top:4px;
	background:url(../a/dot_vert.gif) top center repeat-y;
  
}

/*********************************
 * HOMEPAGE
 *********************************/

/* GRANT callout 
 *********************************/
#homeCalloutGrant {
		width:155px;	
	color:#000000;
	background:#b3b3b3 url(../a/dot_vert2.gif) top left repeat-y;
}
#homeCalloutGrant a {
	color:#000000;
	text-decoration:underline;
}
#homeCalloutGrant a.pad { line-height:25px; }
#homeCalloutGrant a:hover { text-decoration:none; }


/* SPONSOR callout 
 *********************************/
#homeCalloutSponsor {
	width:154px;
	color:#fff;
	background:#808eb0 url(../a/dot_vert2.gif) top left repeat-y;
}
#homeCalloutSponsor a {
	color:#fff;
	text-decoration:underline;
}
#homeCalloutSponsor a.pad { line-height:25px; }
#homeCalloutSponsor a:hover { text-decoration:none; }

/* callout template
 *********************************/
.homeCallout {
	float:left;
	width:156px;
	height:242px;
}
.homeCalloutPad { padding:20px; }
.homeCalloutDetails {
	font-family:arial;
	font-size:11px;
	line-height:1.5em;
}
.homeCalloutTitle { 
	font-family:arial; 
	font-weight:bold;
	font-size:13px;
	margin-bottom:0.3em;
	display:block;
}

/*********************************
 * FOOTER
 *********************************/
#footer {
	border-top:1px solid #d9d9d9;
	margin-top:20px;
		padding:10px 30px 100px 30px;
	color:#666666;
	font-size:10px;
	line-height:1.2em;
	 background-color:#ffffff;
}
#footer a {
	color:#666666;
	line-height:23px;
	padding:0px 3px;
	text-decoration:none;
}
#footer a:hover { text-decoration:underline; }