@charset "utf-8";
/* CSS Document */
#footer {

}

#footer li a {
	float:left;
	display:block;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	width: 108px;
	vertical-align: middle;
	background: #FFF;
}

#informed {
	background: #e1e1e1;
	padding: 8px;
	margin-top:10px;
}
#informed h2 {
	text-align:center;
}
#informed .input-text {
	border:1px solid #666;
}

#informed_button {
	background: url('http://www.sfcg.org/mh/images/green-button-bg.jpg');
	border:none;
	text-align:center;
	color:white;
	margin-top: 3px;
	margin-left: 87px;
	font-size: .9em;
	width: 88px;
	height: 20px;
	font-weight:bold;
}

label {
	display: block;
	width: 150px;
	float: left;
	font-size: .75em;
	margin: 2px 4px 6px 4px;
	text-align: left;
}

#translate-widget {
	margin-left:auto;
	margin-right:auto;
	width: 150px;
	margin:10px 2px 5px 2px;
	padding:3px;
	border-width: 1px;
	border-color:#666;
	border-style: groove;
	background-color:#FFF;	
}

h3 {
	clear: both;
	font-size: .88em;
	font-weight: bold;
	color: #0161A5;
	margin: 15px 5px 6px 5px;
}

.image {
	float:left;
	margin: 10px 2px 10px 2px;
}
.image2 {
	float:right;
	margin: 10px 2px 10px 2px;
	border: thin silver solid;
	
}
/*RIGHT NAV LINKS*/
a.right_nav:link {  /* unvisited link */
	font-size: 12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
}     
a.right_nav:visited { /* visited link */
	font-size: 12px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}  
a.right_nav:hover { /* mouse over link */
	font-size: 12px;
	color:#00468C;
	text-decoration: underline;
	}  
a.right_nav:active { /* selected link */
	font-size: 12px;
	color:#00468C;
	text-decoration: underline;
	}  
#right_nav {
	margin-left:auto;
	margin-right:auto;
	width: 173px;
	margin:10px 2px 5px 2px;
	padding:3px;
	border: 1px solid #aaaaaa;
	background-color:#edeff4;
}
#right_nav li{
	list-style-type:circle;
	text-decoration:none;
	}
	
/*LINKS FOR THE WNCAC LEFT NAV*/
a.left_nav_wncac:link {  /* unvisited link */
	font-size: 11pt;
	color:#0161a5;
	text-decoration:none;
}   
a.left_nav_wncac:visited { /* visited link */
	font-size: 11pt;
	color:#0161a5;
	text-decoration:none;
	}  
a.left_nav_wncac:hover { /* mouse over link */
	font-size: 11pt;
	color:#00468C;
	text-decoration: underline;
	}  
a.left_nav_wncac:active { /* selected link */
	font-size: 11pt;
	color:#00468C;
	text-decoration: underline;
	} 
#left_nav_wncac {
	margin-left:auto;
	margin-right:auto;
	width: 173px;
	margin:10px 2px 5px 2px;
	padding:3px;
	border-width: 1px;
	border-color:#666;
	border-style: groove;
	background-color:#e1e1e1;
}
.no_space {
	margin-top:0;
	margin-bottom:0;
}
.no_space_top {
	margin-top:0;
}
.no_space_bottom {
	margin-bottom:0;
}
#bottom {
	font-size:7pt;
	text-align:center;
	margin-top:50px;
	padding-top:10px;
	padding-bottom:10px;
	left: 698px;
	clear:both;
	}
	

