@charset "utf-8";
/* CSS Document */

#translate-widget {
	margin-left:auto;
	margin-right:auto;
	width: 160px;
	padding:3px;
	border-width: 1px;
	border-color:#bb9933;
	border-style: groove;
	background-color:#FFF;	
}

body {
	background-image:url('/images/homepage/background2.gif');
	background-position: 0px 0px; /* Or edit the background image now that whitespace above menu is gone need 3px less at top */
	font-family: Arial, sans-serif;
	color:#000;
	vertical-align:top;
}
* {margin:0;padding:0}
html {
}
p {
	color:#000;
	font-family: Arial, sans-serif;
	font-size: 12px;
}
a {
	color: #0161A5;
}
h1 {
	clear: both;
	font-size: 1.4em;
	font-weight: bold;
	color: #0161A5;
	margin: 0 0 0px 0;
}
h2 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	color: #0161A5;
	margin: 0px 0 10px 0;
}
h3 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 0 6px 0;
}
h3 a {
	text-decoration:none;
	color: #0161A5;
}

h4 {
	clear:both;
	font-size: .85em;
	color: #0161A5;
}
h5 {
	clear:both;
	font-size: .75em;
	color: #0161A5;
}
#wrap {
	width:750px;
	padding: 0;
	margin:0 auto;
	margin-top:none;
}
#header { 
	height: 106px; /* Set the size here to fix menu alignment */
	width: 750px;
}
#header img {
	height: 106px;
	width: 750px;
}
#nav {
	clear:both;
	margin:0;
	padding:0;
	font-size:.88em;
	font-weight:bold;
	height:30px;
	background: url('http://www.sfcg.org/mh/images/nav-bg.gif') top repeat-x; /* Syntax on this line was incorrect... suggest using W3C CSS validator */
	float:left; /* Or block inherently will span full width and knock form down */
}
#nav ul {
}
#nav li {
	float:left;
	display:block;
	font-size:.88em;
	font-weight:bold;
	list-style:none;
	list-style-type:none;
	list-style-image:none;
	text-align:center;
	width: 105px;
	margin-top:3px;
}
#nav li a {
	float: left;
	display:block;
	text-align:center;
	width:100%;
	font-family:Arial, sans-serif;
	color: white;
	padding: 6px 0 6px 0;
	text-decoration:none;
}
#nav li a:hover {
	background:#BB9933;
}
#main {
	clear:both;
	width:750;
	margin:0 auto;
}
#left-column {
	float:left;
	width:515px;
	padding-top:5px;
	background:#fff;
}
.input {
	float:right;
}
.input:hover {
	border: 5px solid #f00;
	background: #ff6;
}
#search-form {
	margin: 6px 0 0 0;
	float:right;
}
#search-text {
	float: left;
}
#search-button {
	border: none;
	float: left;
	width:65px;
	height:22px;
	background: transparent url('http://www.sfcg.org/mh/images/search.png') no-repeat 50%; /* Centers the bg image */
}
#search-button:hover {
	border: none;
	cursor: pointer; /* So the pointer changes */
}

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

br {
	clear: left;
}
/*WHAT WE DO CSS SECTION*/
#sections-wrapper {
	clear:both;
	background: #F4EEDD;
	width: 499px;
	border-top: 1px solid #BB9933;
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	float:left;
}
.section {
	width: 235px;
	padding-right: 10px;
	float:left;

}
.from-the-blog {
	clear: both;
	width:489px;
	padding: 0 10px 0 10px;
	border: 1px solid #BB9933;
	padding-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
	margin-top: 10px;
}
.from-the-blog h2 a {
	font-size: 18px;
	text-decoration:none;
	text-transform:uppercase;
}
.from-the-blog h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#BB9933;
}
.from-the-blog ul {
	list-style-type:none;	
}
.from-the-blog li {
	margin-bottom:10px;	
}
.read-more-button a {
	border:1px solid #0161A5;
	background:none;
	font-family:Arial, sans-serif;
	text-align:center;
	font-size:.6em;
	font-weight:bold;
	width:8em;
	float:right;
	margin-top:3px;
	padding:2px;
	text-decoration:none;
}
.read-more-button a:hover {
	background-color:#0161A5;
	color:white;
	border:1px solid #fff;
}
/*SIDEBAR CSS SECTION*/
#right-column {
	float:left;
	width:200px;
	padding:10px;
	margin: 0 0 0 10px;
}
#footer {
	clear:both;
	width: 750;
	padding-top:5px;
	margin-bottom:5px;
	text-align:center;
}
#support {
	background: #F4EEDD;
	padding: 8px;
}
.support h2 {
	text-align:center;
}
#donate_button {
	float: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background: url('http://www.sfcg.org/mh/images/green-button-bg.jpg');
	width: 75px;
	height: 20px;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#donate_button a {
	color:white;
	text-decoration:none;
}
#informed {
	background: #F4EEDD;
	padding: 8px;
	margin-top:10px;
}
#informed h2 {
	text-align:center;
}
#informed .input-text {
	border:1px solid #BB9933;
}

#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;
}
#whats-new {
	padding: 8px 6px 0 8px;
}
#whats-new img {
	margin-top:6px;	
}
#whats-new h2 {
	text-align:center;
}
#whats-new h4 {
	margin-top:4px;	
	margin-bottom:1px;
}
#whats-new a {
	text-decoration:none;
}
.whats-new-item {
	clear:both;
	margin-top:5px;
	margin-bottom:10px;
	padding-bottom:30px;
	border-bottom:1px solid #BB9933;	
}
#social-networks {
	clear: both;
	width:489px;
	padding: 0 10px 0 10px;
	border: 1px solid #BB9933;
}
#social-networks img {
	display: inline;
	margin: 0 2px 0 2px;
}
