@charset "utf-8";
/* CSS Document */


/* =Applying Nexa for Headers
-------------------------------------------------------------- */

@font-face {
    font-family: 'nexa_lightregular';
    src: url('/css/fonts/Nexa_Free_Light-webfont.eot');
    src: url('/css/fonts/Nexa_Free_Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Nexa_Free_Light-webfont.woff') format('woff'),
         url('/css/fonts/Nexa_Free_Light-webfont.ttf') format('truetype'),
         url('/css/fonts/Nexa_Free_Light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nexa_boldregular';
    src: url('/css/fonts/Nexa_Free_Bold-webfont.eot');
    src: url('/css/fonts/Nexa_Free_Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/Nexa_Free_Bold-webfont.woff') format('woff'),
         url('/css/fonts/Nexa_Free_Bold-webfont.ttf') format('truetype'),
         url('/css/fonts/Nexa_Free_Bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

top_up {}

#translate-widget {
	margin-left:auto;
	margin-right:auto;
	width: 170px;
	padding:3px;
	border-width: 0px;
	border-color:#666;
	border-style: groove;
	background-color:#FFF;	
}

.form-label {
	clear: both;
	font-size: .9em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 5px 6px 5px;
}

.form-label2 {
	clear: both;
	font-size: .8em;
	font-weight: bold;
	color: black;
	margin: 2px;
}

p.headerline {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	margin:-5px 0px 0px 0px;
	text-align: right;
}
.noround {
	border:0; 
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	}
	
p {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	margin:10px 0px 10px 0px;
	text-align: justify;
}

#search-form {
	margin: 6px 0 0 5px;
	float:left;
	width:200px;
}
#search-text {
	border: 1px solid #666;
	margin-top:1px;
	float: left;
	width:130px;
}
#search-button {
	border: none;
	float: right;
	width:65px;
	height:22px;
	background: transparent url('/images/navigation/search.png') no-repeat 50%; /* Centers the bg image */
}
#search-button:hover {
	border: none;
	cursor: pointer; /* So the pointer changes */
}
#green-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: 95px;
	height: 20px;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#green-button a {
	color:white;
	text-decoration:none;
}
#green-button p {
	
}
label {
	display: block;
	width: 84px;
	float: left;
	font-size: .75em;
	margin: 2px 4px 6px 4px;
	text-align: left;
}
.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;
}
.float-right {
	float:right;
	padding:3px;
	margin:3px;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;}
	
.float-left {
	float:left;
	padding:3px;
	margin:3px;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;}

#email-form label {
	float: none;
	display: inline;
	font-weight: bold;
 }

#jobs .job {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
}
#footer {
	clear:both;
	margin:0 auto; padding:0;
	margin-top:15px;
	font-size:11px;
	font-weight:bold;
	height:25px;
	width:706px;
	background:#FFF;
	/* float:left;  Or block inherently will span full width and knock form down */
}

/* Left subnav styles */
.sub-nav p {
}     
.sub-nav a {
	font-size: 10pt;
	font-weight:bold;
	color:#003399;
	}    
.sub-nav {
	margin-left:auto;
	margin-right:auto;
	width: 160px;
	margin:10px 2px 5px 2px;
	padding:3px;
	border-width: 1px;
	border-color:#666;
	border-style: groove;
	background-color:#EEE2BF;
}

a.h3link{
	text-decoration:none;
	clear: both;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif; 
	font-size: 1em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 0 6px 0;
}

/* Temporary fix for the "text2" styles all over the place */
LI.list1 {list-style-position: outside; padding: 0px 0px 0px 20px;
}
.list {list-style-position: outside; padding: 0px 0px 0px 20px;}
.text2 {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:10px 5px 10px 5px;
}
.text3 {
	color:#016185;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
	font-weight:bold;
	margin:10px 5px 10px 5px;
}
img {border:0; 
border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
	}
	
h1 {
	clear: both;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin: 10px 5px 10px 5px;
}
h2 {
	clear: both;
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin: 8px 5px 8px 5px;
}
h2 a {
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	color: #0161A5;
	margin: 8px 5px 8px 5px;
}
h3 {
	clear: both;
	font-size: .9em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 5px 6px 0px;
}
h3 a {
	font-size: 1em;
	font-weight: bold;
	text-decoration:none;
	color: #0161A5;
}

h4 {
	clear:both;
	font-size: .85em;
	color: #000;
	margin: 6px 5px 6px 0px;
}
h5 {
	clear:both;
	font-size: 1em;
	color: #0161A5;
	margin: 6px 5px 6px 0px;
}

h6 {
	clear:both;
	font-size: 9px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
}

/* REDOING THE NAV TEMPORARILY 2011 */
.menu{
	height:28px;
	width:750px;  /*make it 600? */
	font-size:.88em;
	font-weight:bold;
/*    background-color: #0161a5; */
}

.menu ul{
    margin: 0 0 0 10px; padding: 0;
    float:left; }
 
.menu ul li{
    display: inline;
	text-align:left;
	padding: 0 8px 0 8px;
	}
 
.menu ul li a{
    float: left; 
	text-decoration: none;
    color:#fff; 
	text-align:left;
	padding: 6px 15px 6px 15px; }
 
.menu ul li a:visited{
    color:#fff;}
 
.menu ul li a:hover, .menu ul li .current{
    color: #000;
    background-color:#adc051; }
	
/* end nav redo 2011 */

#cse-search-form{
	margin:4px 0 0 15px;	
}

.navbar {
	margin: 0px;	
}

#green-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: 95px;
	height: 20px;
	font-size: 1em;
	text-align:center;
	text-decoration:none;
	color:white;
	font-weight:bold;
}
#green-button a {
	color:white;
	text-decoration:none;
}
#green-button p {
	
}
label {
	display: block;
	width: 84px;
	float: left;
	font-size: .75em;
	margin: 2px 4px 6px 4px;
	text-align: left;
}
.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;
}
.float-right {
	float:right;
	padding:3px;
	margin:3px;
}
.float-left {
	float:left;
	padding: 0 6px 6px 0;
	margin:3px;
}
.country-left {
	float:left;
	margin:3px 50px 0 0;
	}

#email-form label {
	float: none;
	display: inline;
	font-weight: bold;
}

#jobs .job {
	border: 1px solid #cccccc;
	padding: 5px;
	margin-bottom: 5px;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 12px;
}

ul.topmenunew {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: inherit;
	margin:0px;
	margin-top:-10px!important;
	padding: 0px 0px 0px 0px;
	}

ul {
	font-family: 'Open Sans', Arial, sans-serif;
	margin:10px;
	padding: 0px 0px 0px 20px;
	text-align: justify;
} 

#pagecontent ol,
#pagecontent ul {
	font-size:14px;
}


ol {
	font-family: 'Open Sans', Arial, sans-serif;
	list-style-position:inside;
	margin:10px;
	text-align: justify;
} 

/* Left subnav styles */
.sub-nav p {
}     
.sub-nav a {
	font-size: 10pt;
	font-weight:bold;
	color:#003399;
	}    
.sub-nav {
	margin-left:auto;
	margin-right:auto;
	width: 160px;
	margin:10px 2px 5px 2px;
	padding:3px;
	border-width: 1px;
	border-color:#666;
	border-style: groove;
	background-color:#edeff4;
}
	a.button {
    /* Sliding right image */
    background: transparent url('http://www.sfcg.org/images/homepage/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
align: center;
height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 15px; /* CHANGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #336600;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0px;
}
a.button span {
/* Background left image */ 
background: transparent url('http://www.sfcg.org/images/homepage/button_left.png') no-repeat; 
display: block;
line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 5px 0 5px 14px;
} 
a.button:hover span{
text-decoration:none;
color: #336600;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size:14px;
}
#sections-wrapper {
	clear:both;
	background: #ffffff;
	width: 499px;
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	border: 0px solid #aaaaaa;
	float:left;
}
.section {
	width: 235px;
	padding-right: 10px;
	padding-bottom: 20px;
	float:left;
}
.section-widget {
	width: 235px;
	padding-bottom: 30px;
	float:left;
}
.support-our-work {
	clear: both;
	float:left;
	background: #edeff4;
	width:470px;
	padding: 10px 5px 15px 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
}
#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;

}
#submit_button {
	background: url('http://www.sfcg.org/images/homepage/signupnew.png');
	border:none;
	text-align:center;
	width: 114px;
	height: 32px;
	margin-right: 6px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 2px;
	text-decoration: none;
	color: #336600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
}

/*
 * Default theme
 *
 */
/* Slight reset to make the preview have ample padding. */
.cse .gsc-control-cse,
.gsc-control-cse {
  padding: 2%;
  width: 96%;
}
.cse .gsc-branding,

.gsc-branding {
  display: none;
}
.cse .gsc-control-cse div,
.gsc-control-cse div {
  position: normal;
}
/* Selector for entire element. */
.cse .gsc-control-cse,
.gsc-control-cse {
  background-color: #ffffff;
  border: 1px solid;
  border-color: #ffffff;
  padding-top: 3px;
}
.cse .gsc-control-cse:after,
.gsc-control-cse:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
.cse .gsc-resultsHeader,
.gsc-resultsHeader {
  border: block;
}
/* Search button */
.cse input.gsc-search-button,
input.gsc-search-button {
  font-family: inherit;
  color: #000000;
  text-shadow: 0 1px 1px #FFFFFF;
  background-color: #CECECE;
  border: 1px outset;
  border-color: #666666;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
/* Inactive tab */
.cse .gsc-tabHeader.gsc-tabhInactive,
.gsc-tabHeader.gsc-tabhInactive {
  border-bottom: none;
  color: #666666;
  background-color: #e9e9e9;
  border: 1px solid;
  border-color: #e9e9e9;
  border-bottom: none;
}
/* Active tab */
.cse .gsc-tabHeader.gsc-tabhActive,
.gsc-tabHeader.gsc-tabhActive {
  background-color: #FFFFFF;
  border: 1px solid;
  border-top: 2px solid;
  border-color: #e9e9e9;
  border-top-color: #FF9900;
  border-bottom: none;
}
/* This is the tab bar bottom border. */
.cse .gsc-tabsArea,
.gsc-tabsArea {
  margin-top: 1em;
  border-bottom: 1px solid #e9e9e9;
}
/* Inner wrapper for a result */
.cse .gsc-webResult.gsc-result,
.gsc-webResult.gsc-result {
  padding: .25em;
  border: 1px solid;
  border-color: #ffffff;
  margin-bottom: 1em;
}
/* Result hover event styling */
.cse .gsc-webResult.gsc-result:hover,
.gsc-webResult.gsc-result:hover {
  border: 1px solid;
  border-color: #FFFFFF;
}
/*Promotion Settings*/
/* The entire promo */
.cse .gs-promotion,
.gs-promotion {
  background-color: #FFFFFF;
  border: 1px solid;
  border-color: #336699;
}
/* Promotion image */
.cse .gs-promotion .gs-promotion-image,
.gs-promotion .gs-promotion-image {}
/* Promotion links */
.cse .gs-promotion a.gs-title:link,
.gs-promotion a.gs-title:link,
.cse .gs-promotion a.gs-title:link *,
.gs-promotion a.gs-title:link *,
.cse .gs-promotion .gs-snippet a:link,
.gs-promotion .gs-snippet a:link {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:visited,
.gs-promotion a.gs-title:visited,
.cse .gs-promotion a.gs-title:visited *,
.gs-promotion a.gs-title:visited *,
.cse .gs-promotion .gs-snippet a:visited,
.gs-promotion .gs-snippet a:visited {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:hover,
.gs-promotion a.gs-title:hover,
.cse .gs-promotion a.gs-title:hover *,
.gs-promotion a.gs-title:hover *,
.cse .gs-promotion .gs-snippet a:hover,
.gs-promotion .gs-snippet a:hover {
  color: #0000CC;
}
.cse .gs-promotion a.gs-title:active,
.gs-promotion a.gs-title:active,
.cse .gs-promotion a.gs-title:active *,
.gs-promotion a.gs-title:active *,
.cse .gs-promotion .gs-snippet a:active,
.gs-promotion .gs-snippet a:active {
  color: #0000CC;
}
/* Promotion snippet */
.cse .gs-promotion .gs-snippet,
.gs-promotion .gs-snippet,
.cse .gs-promotion .gs-title .gs-promotion-title-right,
.gs-promotion .gs-title .gs-promotion-title-right,
.cse .gs-promotion .gs-title .gs-promotion-title-right *,
.gs-promotion .gs-title .gs-promotion-title-right * {
  color: #000000;
}
/* Promotion url */
.cse .gs-promotion .gs-visibleUrl,
.gs-promotion .gs-visibleUrl {
  color: #008000;
}
/* Style for auto-completion table
 * .gsc-completion-selected : styling for a suggested query which the user has moused-over
 * .gsc-completion-container : styling for the table which contains the completions
 */
.gsc-completion-selected {
  background: #D5E2FF;
}
.gsc-completion-container {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  position: absolute;
  background: white;
  border: 1px solid #666666;
  margin-left: 0;
  margin-right: 0;
  /* The top, left, and width are set in JavaScript. */
}

/* Full URL */
.gs-webResult div.gs-visibleUrl-short {
  display: none;
}
.gs-webResult div.gs-visibleUrl-long {
  display: block;
}
.report {
	font-size: 24px;
}
.report a strong {
	font-size: 14px;
	text-align: center;
}

.center table {
align: center;
}

p.anniversary {
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	font-size: 18px;
	text-align: left;
	
}
.caption {
font-size: 10px;
font-family: 'Open Sans', Arial, sans-serif;
}
table.acg-roster {
	clear:both;
	background: #edeff4;
	width: 250px;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 0px 10px;
	border: 1px solid #aaaaaa;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.h10 {
	clear: both;
	font-size: .9em;
	font-weight: bold;
	color: #0161A5;
	margin: 6px 5px 6px 0px;
}
.h11 {
	clear:both;
	font-size: .85em;
	font-weight: bold;
	color: #0161A5;
}
.acg-rosterlist {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
table.congopartners {
	clear:both;
	background: #edeff4;
    width: 330px;
    border: 1px solid #aaaaaa;
	margin: 0px 0px 10px 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	font-size: 8pt;
	text-align: left;}

table.congopartners h2 {
	font-size: 14px;
    color: #0060A1;
}
td.congopartnershead {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
table.infotable {
	background: #edeff4;
    border: 1px solid #aaaaaa;
	margin: 0px 0px 10px 0px;
	font-size: 8pt;
	text-align: left;
	border-spacing:0px;
	}



table.infotable td {
padding:10px;
}

td.infotablehead {
	background: #bdd0ee;
    text-align: center;
	padding:0;
}

td.infotableheadleft {
	background: #bdd0ee;
    text-align: center;
}
td.infotableheadright {
	background: #bdd0ee;
    text-align: center;
}
td.infotableheadcenter {
	background: #bdd0ee;
    text-align: center;
}
a.headerlink{
	text-decoration:none;
	clear: both;
	font-family: 'Open Sans',Arial, sans-serif; 
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
table.infotable ul {
	text-align: left;}
	

a.headerlink:hover {
	text-decoration:underline;
    color:#00468C; 
}
.border {
	border:1px solid #000000; 
	}
td.donatenowbutton {
	background-color:#598527;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid gray;
	text-align: center;
	width:250px;
}

td.donatenowbutton a {
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

td.donatenowbutton:hover {
	background: #adc076;
	color: black;
}
#submit_button_gg {
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: white;
	font-size: 24px;
	font-weight: bold;
	background: transparent;
	border:0;
	background-color:#598527;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
	height: 50px;
	border-radius: 5px;
	border: 1px solid gray;
	text-align: center;
	width:250px;
}

#submit_button_gg:hover {
	cursor: pointer;
	background: #adc076;
	color: black;

}

#goinggreen {
	background: #edeff4;
	padding: 8px;
	margin-top:10px;
	font-size: 14px;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
	margin-left:auto;
	margin-right:auto;
	width:450px;
}
#goinggreen h2 {
	text-align:center;
}

#goinggreen .input-text {
	border:1px solid #666;
}
#goinggreen input {
	padding:5px;
	border-radius: 3px;
}
#goinggreen td {
	padding: 5px 10px;
}
#goinggreen label {
	font-size:14px;
	font-weight:bold;
}

#signup-container {
margin-right:auto;
margin-left:auto;
}

#State {
height:30px;
padding:5px;
border-radius: 3px;
border:1px solid #999;
}

.rfpaaudio {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.rfpaaudio a {
	font-weight:bold;
	}
div.rfpaaudio{
width:660px;
border-radius:6px;
margin:20px 0;
padding:10px;
padding-top:0px;
background: #edeff4;
border: 1px solid #aaaaaa;
}
.rfpaaudio h3 {
	font-size:16px!important;
}
img
{  border-style: none;
}

#translate-widget {
	width: 160px;
	padding:3px;
	background-color:#FFF;
	border: 1px groove #666;
	margin: 0 auto 0 auto;
}

body {
    background-repeat:repeat-x;
    font-family: 'Open Sans', Arial, sans-serif;
	vertical-align:top;
}
* {margin:0;padding:0}

p {
	color:#000;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	line-height: 1.75;
}

a {
	color: #0095c3;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 14px;
	text-decoration:none;
}

a:hover {color: #0072b1;}

.float-right {
	float:right;
	padding:3px;
	margin:3px;
}
.float-left {
	float:left;
	padding: 0 3px 0 0;
	margin: 0 8px 0 0;
}
h1 {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: normal;
	color: #0072b1;
	margin: 0 0 0px 0;
}
h2 {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	color: #0072b1;
	margin: 10px 0 10px 0;
}
h3 {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #0072b1;
	margin: 6px 0 6px 0;
}
h3 a {
	text-decoration:none;
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
	font-weight: normal;
	color: #0072b1;
	margin: 6px 0 6px 0;
}

h4 {
	clear:both;
	font-size: .85em;
	margin: 0px 0 10px 0;
}
h5 {
	clear:both;
	font-size: 1em;
	color: #0161A5;
}


#wrap {
	width:1280px;
	margin: 0 auto 0 auto;
	box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
	background-color:white;
	
}

body {
	background-color: #f0f0f0;
}

#header { 
	height: 124px; /* Set the size here to fix menu alignment */
	width: 950px;
}
#header img {
	height: 124px;
	width: 950px;
}


#nav {
	/* [disabled]clear:both; */
	/* [disabled]margin:0; */
	/* [disabled]padding:0; */
	/* [disabled]font-size:0.88em; */
	/* [disabled]font-weight:bold; */
	/* [disabled]height:27px; */
	/* [disabled]background: url('') top repeat-x; */ /* Syntax on this line was incorrect... suggest using W3C CSS validator */
	/* [disabled]float:left; */ /* Or block inherently will span full width and knock form down */
}
#nav ul {
padding:0px;}

#nav li {
	/* [disabled]float:left; */
	/* [disabled]display:block; */
	/* [disabled]font-size:0.88em; */
	/* [disabled]font-weight:bold; */
	/* [disabled]list-style:none; */
	/* [disabled]list-style-type:none; */
	/* [disabled]list-style-image:none; */
	/* [disabled]text-align:center; */
	/* [disabled]margin-top:3px; */
	/* [disabled]padding: 0 10px 0 10px; */
}
#nav li a {
	/* [disabled]float: left; */
	/* [disabled]display:block; */
	/* [disabled]text-align:center; */
	/* [disabled]width:100%; */
	/* [disabled]font-family:Arial, sans-serif; */
	/* [disabled]color: white; */
	/* [disabled]padding: 6px 10px 6px 10px; */
	/* [disabled]text-decoration:none; */
}
#nav li a:hover {
	background:#adc051;
	color:#000;
	font-weight: bold;
	border-radius: 0px;
	
}
#main {
	/*clear:both;  */
	width:950px;
	margin: 0 auto;
	/*text-align:left; */
}
#left-column {
	float:left;
	width:600px;
	background:transparent;

}
.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;
	text-align: left;
	margin-top: 2px;
	margin-right: 5px;
	margin-bottom: 6px;
	margin-left: 4px;
}

br {
	clear: left;
}
/*WHAT WE DO CSS SECTION*/
#sections-wrapper {
	clear:both;
	background: #edeff4;
	width: 600px;
	padding: 10px 10px 10px 10px;
	margin: 0px 10px 0px 0px;
	border: 1px solid #aaaaaa;
	float:left;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
#sections-map {
	clear:both;
	background: #ffffff;
	width: 550px;
	padding: 10px 0px 10px 10px;
	margin: 0px 10px 10px 0px;
	border: 1px solid #aaaaaa;
	float:left;
}
.section {
	width: 290px;
	padding-right: 10px;
	float:left;
}

.section2 {
	width:290px;
	padding-left: 10px;
	float:left;

}
.section-africa {
	width: 52px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;
}
.section-asia {
	width: 90px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.section-europe {
	width: 101px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.section-usa {
	width: 96px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;
}
.section-mena {
	width: 89px;
	padding: 2px 6px 0 6px;
	float:left;
	align:center;

}
.from-the-blog {
	clear: both;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.from-the-blog h2 a {
	font-size: 18px;
	text-decoration:none;
}
.from-the-blog h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.from-the-blog ul {
	list-style-type:none;	
}
.from-the-blog li {
	margin-bottom:10px;	
}
.read-more-button a {
	border:0px 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:#adc051;
	color:white;
	border:1px solid #fff;
}
/*SIDEBAR CSS SECTION*/
#right-column {
	float:left;
	width:200px;
	margin: 0 10px 0 0px;
	padding: 5px;
}

#support {
	background: #edeff4;
	padding: 8px;
	margin-top:10px;
	border: 1px solid #aaaaaa;
}
.support h2 {
	text-align:center;
}
#donate_button {
	float: auto;
	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;
	margin: 10px auto 0 auto;
}
#donate_button a {
	color:white;
	text-decoration:none;
}
#informed {
	background: #edeff4;
	padding: 8px;
	margin-top:10px;
	font-size: 14px;
	border: 1px solid #aaaaaa;
	border-radius: 6px;
}
#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;
	font-size: 0.9em;
	width: 88px;
	height: 20px;
	font-weight:bold;
	margin: 3px 0 0 87px;
}
#submit_button {
	background: url('http://www.sfcg.org/images/homepage/signupnew.png');
	border:none;
	text-align:center;
	width: 114px;
	height: 32px;
	margin-right: 6px;
	text-decoration: none;
	color: #336600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	padding: 0 6px 2px 6px;
}
#submit_button:hover {
	background: url('http://www.sfcg.org/images/homepage/signupnewhover.png');
    cursor: pointer;
}
#whats-new {
		background: #edeff4;
		padding: 8px 6px 0 8px;
		margin-top:10px;
		border: 1px solid #aaaaaa;
}
#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;
	padding-bottom:30px;
	margin: 5px 0 10px 0;
}
#facebook {
	background: #ffffff;
	padding: 0;
	margin-top:5px;
}
#social {
	background: #edeff4;
	padding: 8px;
	border: 1px solid #aaaaaa;
	margin-top:5px;
}
.social-icon {
	padding: 0 2px 0 1px;
}
	a.button {
    /* Sliding right image */
    background: transparent url('http://www.sfcg.org/images/homepage/button_right.png') no-repeat scroll top right; 
display: block;
float: left;
align: center;
height: 28px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
margin-right: 6px;
padding-right: 15px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
/* FONT PROPERTIES */
text-decoration: none;
color: #336600;
font-family: 'Open Sans', Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0px;
border-style: none;
}
a.button span {
/* Background left image */ 
background: transparent url('http://www.sfcg.org/images/homepage/button_left.png') no-repeat; 
display: block;
line-height: 17px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 5px 0 5px 14px;
border-style: none;
} 
a.button:hover span{
text-decoration:none;
border-style: none;
}
.quote {
	clear: both;
	background: #edeff4;
	width:489px;
	padding: 10px 10px 0 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	list-style-type:none;
}
.bannertitle {
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: #666666;
	font-size: 20px;
}
.cg-blog-box {
	clear: both;
	background: #0060A1;
	color: #0060A1;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.cg-blog-box a {
color: #ffffff;
text-decoration:bold;
}
	
.cg-blog-box h2 a {
	font-size: 18px;
	text-decoration:none;
}
.cg-blog-box h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.cg-blog-box ul {
	list-style-type:none;	
}
.cg-blog-box li {
	margin-bottom:10px;	
}

.cg-news-box {
	clear: both;
	background: transparent;
	padding: 10px 10px 10px 10px;
	border: 0px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
div.cg-news-box {
	height: 125px;
	overflow: auto;
border: 0px solid #aaaaaa;}

.cg-news-box h2 a {
	font-size: 16px;
	text-decoration:none;
}

.cg-news-box h2 {
	font-size: 16px;
	text-decoration:none;
}

.cg-news-box h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.cg-news-box ul {
	list-style-type:none;	
}
.cg-news-box li {
	margin-bottom:10px;	
}
.calendar {
	clear: both;
	background: #6699cc;
	padding: 10px 10px 10px 10px;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.calendar h2 {
	font-size: 24px;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: #ADC071;
	text-decoration:bold, underline;
}
.calendar h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.calendar ul {
	list-style-type:none;	
}
.calendar li {
	margin-bottom:10px;	
}
.twitter-boxhome {
	clear: both;
	background: #0060A1;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.twitter-boxhome h2 a {
	font-size: 18px;
	text-decoration:none;
}
.twitter-boxhome h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.twitter-boxhome ul {
	list-style-type:none;	
}
.twitter-boxhome li {
	margin-bottom:10px;	
}
.twitter-box {
	clear: both;
	background: #edeff4;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.twitter-box h3 a {
	font-size: 18px;
	text-decoration:none;
	color:#666;
}
.twitter-box h4 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.twitter-box ul {
	list-style-type:none;	
}
.twitter-box li {
	margin-bottom:10px;	
}

.timeline-header {
	background: #0060A1!important;
	border:0;
}
.customisable-border {
	border:0;
}

#twitter-widget-0 {
	margin-top:2px;
	}

.link-box {
	clear: both;
	border: 0px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.facebook-box {
	clear: both;
	background-image:url('/images/homepage/facebookbackground.png');
	width: 600px;
	padding: 10px 10px 10px 10px;
	border: 0px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.facebook-box h2 a {
	font-size: 18px;
	text-decoration:none;
}
.facebook-box h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.facebook-box ul {
	list-style-type:none;	
}
.facebook-box li {
	margin-bottom:10px;	
}
.donate-box {
	clear: both;
padding: 10px 10px 10px 10px;
	border: 0px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.donate-box h2 a {
	font-size: 18px;
	text-decoration:none;
}
.donate-box h3 a {

	font-size: 16px;
	text-decoration:none;
	color:#666;
}
.donate-box ul {
	list-style-type:none;	
}
.donate-box li {
	margin-bottom:10px;	
}
.photowhatwedo {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.poll-box {
	clear: both;
	border: 0px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	list-style-type:none;
	vertical-align:top;
	clear: both;
	font-size:14px;
	font-weight:bold;
}
.poll-box h2 a {
	
}

.ss-q-title
{display:block;
font-weight:bold;
text-align:center;
width:200px;
color: #0060A1;
font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
font-size: 1em;
 }

.poll-box ul {
	list-style-type:none;	
}
.poll-box li {
	margin-bottom:10px;	
}


#polls {
	background: #edeff4;
	text-align:center;
	padding: 8px;
	vertical-align:top;
	font-size: 14px;
	border: 1px solid #aaaaaa;
	border-radius: 10px;
	
}
#poll_button {
	background: url('http://www.sfcg.org/images/homepage/submit.png');
	border:none;
	text-align:center;
	width: 114px;
	height: 32px;
	margin-right: 6px;
	text-decoration: none;
	color: #336600;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:0px;
	padding: 0 6px 2px 6px;
}
#poll_button:hover {
	background: url('http://www.sfcg.org/images/homepage/submithover.png');
    cursor: pointer;
}
div.googlebox {
	width: 250px;
}
div.gsc-input-box {
border-radius:3px;
}

input.gsc-input {
	font-size:12px!important;
}
.cg-news-box-slider {
	clear: both;
	background-color: #dfb402;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-left:10px;
	padding-right:10px;
	height:300px;
}
div.cg-news-box-slider {
	height: 300px;
	overflow: auto;
    border: 1px solid #aaaaaa;
	}
.cg-news-box-slider h2 a {
	font-size: 16px;
	text-decoration: none;
}
.cg-news-box-slider h2 a:hover,.cg-news-box-slider a.rsslink:hover  {
	text-decoration: underline;
	color: #569079;
}
.cg-news-box-slider a.rsslink {
	font-size:14px;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
	font-weight:bold;
	text-align: justify;
	padding-left:0px;
padding-right:0px;

}
.cg-news-box-slider p.author {
text-align: left;
font-size: 14px;
padding-left:0px;
padding-right:0px;
padding-top:5px;
padding-bottom:5px;
font-style: italic;
}
.cg-news-box-slider p.description {
	background:white;
	border-radius:6px;
	text-align:justify;
	padding:10px;
	font-size: 12px;
	line-height:1.3em;
	height:130px;
}
.cg-news-box-slider p.rsslink {
	font-size:14px;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
	font-weight:bold;
	text-align: justify;
	padding:0px;
	height:52px;
	line-height:17px;
}
.cg-blog-box-slider {
	clear: both;
	background-color: #bdd0ee;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	padding-left:10px;
	padding-right:10px;
}
div.cg-blog-box-slider {
	height: 300px;
	overflow: auto;
    border: 1px solid #aaaaaa;
	}
.cg-blog-box-slider h2 a {
	font-size: 16px;
	text-decoration: none;
}
.cg-blog-box-slider h2 a:hover,.cg-blog-box-slider a.rsslink:hover  {
	text-decoration: underline;
	color: #569079;
}
.cg-blog-box-slider a.rsslink {
	font-size:14px;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
	font-weight:bold;
	text-align: justify;
	padding-left:0px;
padding-right:0px;
}
.cg-blog-box-slider p.rsslink {
	font-size:14px;
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: black;
	text-decoration: none;
	font-weight:bold;
	text-align: justify;
	padding:0px;
	height:35px;
	line-height:17px;
	padding-bottom:23px;
}
.cg-blog-box-slider p.author {
text-align: left;
font-size: 14px;
padding-left:0px;
padding-right:0px;
padding-top:5px;
padding-bottom:5px;
}
.cg-blog-box-slider p.description {
	background:white;
	border-radius:6px;
	text-align:justify;
	padding:10px;
	font-size: 12px;
	line-height:1.3em;
	height:148px;
}
.cg-blog-box-slider p.endlink,.cg-news-box-slider p.endlink {
	padding-left:0;
	padding-right:0;
	padding-bottom:0;
	padding-top:12px;
	}
	td.donatenowbutton {
	background-color:#598527;
	padding-left: 10px;
	padding-right: 10px;
	height: 40px;
	border-radius: 5px;
	border: 1px solid gray;
	text-align: center;
	width:150px;
}

td.donatenowbutton a {
	font-family: 'nexa_boldregular', "Times New Roman", Times, serif;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
}

td.donatenowbutton:hover {
	background: #adc076;
	color: black;
}

ul.MenuBarHorizontal
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	cursor: default;
	font-size:12px;

}
ul.MenuBarActive
{
	z-index: 1000;
}

ul.MenuBarHorizontal li
{
	list-style-type: none;
	position: relative;
	text-align: left;
	cursor: pointer;
	float: left;
}

ul.MenuBarHorizontal ul
{
	list-style-type: none;
	z-index: 1020;
	position: absolute;
	left: -1000em;
}


ul.MenuBarHorizontal ul.MenuBarSubmenuVisible
{
	left: auto;
}

ul.MenuBarHorizontal ul ul
{
	position: absolute;
	width: 11.5em;
	margin: 0 0 0 100%;
}

ul.MenuBarHorizontal ul.MenuBarSubmenuVisible ul.MenuBarSubmenuVisible
{
	left: auto;
	top: 0;
}

ul.MenuBarHorizontal a
{
	display: block;
	cursor: pointer;
	background: transparent;
	color: #FFF;
	text-decoration: none;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight:600;
	text-align:left;
	text-transform:uppercase;
}
#hybrid-header-container {
	background: url("/images/hybrid/top-menu-gradient.gif");
	width:1280px;
	border-spacing:0;
	height:80px;
	position:fixed;
	z-index:100000; }

#hybrid-header {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	border-spacing:0;
}

#hybrid-new-menu {
	width:100%;
	margin-bottom:5px;
}

#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: 1em;
	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;	
}

.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-weight:bold;
	color:#000;
	text-decoration:none;
}
a.right_navhead:link {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0 10px 0;
	color: #0072b1!important;
}

h2.right_navhead,
#right_nav h3 {
	font-size:1.4em;
	margin: 10px 0px 10px 0px;
}
	     
a.right_nav:visited { /* visited link */
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}  

a.right_navhead:visited {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0 10px 0;
}

	
a.right_navhead:hover {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
a.right_nav:active { /* selected link */
	text-decoration: underline;
	}
	
a.right_navhead:hover {
	clear: both;
	font-family: 'nexa_boldregular', Georgia, "Times New Roman", Times, serif; 
	font-size: 1.4em;
	font-weight: normal;
	margin: 0px 0 10px 0;
}
#right_nav {
	margin-left:auto;
	margin-right:auto;
	width: 200px;
	margin:10px 2px 5px 2px;
	padding:10px;
	border: 1px solid #aaaaaa;
	background-color:#edeff4;
}

#right_nav p{
		text-align: left;
}
#right_nav li{
	list-style-type:circle;
	text-decoration:none;
	}
	
#right_nav ul {
font-size:16px;
text-align:left;
}

#right_nav p {
	line-height:1.3;
}
	
/*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;
	}
		
.whitetext {
	font-size:10pt;
	color: #000;
}

.twitter-box {
	clear: both;
	width: 200px;
	background: #edeff4;
	border: 1px solid #aaaaaa;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	list-style-type:none;
    border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
.twitter-box h3 {
	font-size: 16px;
	text-decoration:none;
	color:#0161A5;
}
.twitter-box h4 {

	font-size: 12px;
	text-decoration:none;
	font:Georgia;
	color:#666;
}
.twitter-box ul {
	list-style-type:none;	
}
.twitter-box li {
	margin-bottom:10px;	
}

#sfcg-header-menu {
	color:#c5c3c3;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	background-color:transparent;
}


td.sfcg-main-nav {
	position: relative;
	padding-left:5px;
}

td.searchbox {
	width:150px;
	vertical-align:middle;
}

div.googlebox {
	width: 160px;
	height:25px;
	margin-left: 5px;
	border-radius: 3px;
	padding:3px;
	margin-bottom:5px;	
}

div.gsc-input-box {
	border-radius: 3px;
	background: transparent!important;
	border: 0!important;
}

.gsc-completion-container {
	font-size:11px!important;
	font-family: 'Open Sans',Arial!important;
	margin-top:30px!important;
	box-shadow: inset 0 1px rgba(255,255,255,0.1),0 1px 10px rgba(0,0,0,0.5);
	border-radius:5px!important;
	opacity:0.9;
	filter:alpha(opacity=90);
	background: #303030!important;
	color: #e5e3e3;
	border:0!important;
}

.gsc-completion-container a {
	color: #e5e3e3!important;
}

.gsc-completion-container a:hover {
	color: white!important;
}

.gsc-completion-container tr:hover {
	color:black!important;
}

table.gsc-search-box {
	background: transparent!important;
	border: 0!important;
	border-radius: 3px;
}

table.gsc-search-box td.gsc-input {
	padding-right:0px!important;
}

.gsc-input input.gsc-input {
	height:18px!important;
	padding-right:0px!important;
	width:120px!important;
	border-radius:3px!important;
}

input.gsc-search-button {
	background: transparent!important;
	width:13px!important;
	height:13px!important;
	padding:0!important;
	border:0!important;
}

td.gsc-search-button {
	display:none;
}

input.gsc-input {
	font-size:11px!important;
}

.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul,
#navbar {
	display: inline-block !important;
	text-align: left;
	width: 100%;
}

.main-navigation ul {
	margin: 0;
	text-indent: 0;
}
	
.main-navigation li a,
.main-navigation li {
	display: inline-block;
	text-decoration: none;
}
	
.main-navigation li a,.hungryfeed_items a{
	border-bottom: 0;
	color: #ffffff!important;
	font-weight:600;
	line-height: 1.5;
	text-transform: uppercase;
	font-size:110%;
}
	
.main-navigation li a:hover,#footer-container li a:hover{
	color: #a7a9ac!important;
}
	
.main-navigation li {
	margin: 0 20px 0 0;
	position: relative;
}

.main-navigation li ul {
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 100%;
	z-index: 1502;
}

.main-navigation li ul ul {
	top: 0;
	left: 100%;
}

.main-navigation ul li:hover > ul {
	border-left: 0;
	display: block;
}

.main-navigation li ul li a {
	display: block;
	font-size: 110%;
	line-height: 2.181818182;
	padding: 8px 10px;
	width: 180px;
	white-space: normal;
	text-shadow: rgba(0,0,0,0.75) 0px 1px 1px;
}

ul.sub-menu {
	width: 200px;
}

.sub-menu li.menu-item {
	background: #333333;
	opacity:0.87;
	filter:alpha(opacity=87);
	border-bottom: 1px solid #767676;
	top: 20px!important;
	width:200px;
	height:45px;
}

.topmenunew li {
	font-size:10px;
	background: #333333;
	opacity:0.87;
	filter:alpha(opacity=87);
	border-bottom: 1px solid #767676;
	top: 20px!important;
	width:200px;
}

li#menu-item-49,li#menu-item-50,li#menu-item-37,li#menu-item-33 {
	border-right: 1px solid white;
	margin-right:0;
	padding-right: 13px;
	padding-left: 10px;
}

li#menu-item-32 {
	padding-left: 10px;
}

li#menu-item-49 {
	padding-left: 0;
}
	
li#menu-item-821,li#menu-item-734,li#menu-item-36,li#menu-item-822 {
	background: url("/images/hybrid/menu-top.gif")!important;
	height: 45px;
	opacity:0.87;
	filter:alpha(opacity=87);
	padding-top:10px;
}

.main-navigation li ul li a:hover {
	background: #000;
	color: #fff;
}
	
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
	color: #a7a9ac!important;
}

#legacy-menu {
	float:right;
	padding-right:15px;
}

@media screen, projection
{
	ul.MenuBarHorizontal li.MenuBarItemIE
	{
		display: inline;
		float: left;
	}
}

#navbar2 a.MenuBarItemSubmenu {
	font-size:11px;
}

#hybrid-main-logo {width:200px;padding-right:15px;}

#pagecontent {
	margin-left:155px;
	padding-top:100px;
}

/*----------------------------- FOOTER STYLES ----------------------------- */

#footer {
	height: 520px;
	width:1280px;
	background: url("/images/hybrid/footer-gradient520.jpg");
}

#footer p {
	margin:0;
}

#footer-container,
#footer-menu,
#footer-legal {
	width:960px;
	margin-left:auto;
	margin-right: auto;
}

#footer-menu {
	vertical-align:top;
	padding-top:40px;
	line-height:2;
}

#footer-menu td {
	padding-right:15px;
	vertical-align:top;
}

#footer-menu li a {
	border-bottom: 0;
	font-weight:300;
	line-height: 1;
	font-size:14px;
	text-transform: none;
	color: white!important;
}
	
#footer-menu li {
	padding-bottom: 11px;
	padding-top:4px;
}

#footer-menu ul {
	margin:0;
	padding:0;
	text-align:left;
	font-family: 'Open Sans';
	list-style: none;
}

#footer-menu h3 {
	display:none;
}

#footer-menu h4 {
	font-weight:bold!important;
	text-transform:none;
	color: white;
	font-family:'Open Sans';
	padding-bottom:10px;
	font-size:18px;
	margin:0;
}

.site-info {
	padding-top:40px;
	position:relative;
	z-index:3000;
}

.baselinks td {
	padding-bottom: 15px; }
	
.hungryfeed_items li {
	font-size:12px;
	list-style-type:none;
	font-weight:300;
	line-height: 2;
	padding-bottom:11px;
}

#events-calendar-list li {
	font-size:12px;
	list-style-type:none;
	font-weight:300;
	line-height:1.2;
	padding-bottom:5px;
}

div.hungryfeed_items {
	line-height: 1.3;
}

.tooltip-content {
	font-family: 'Open Sans';
}

#dcoffice,#beoffice {
	font-weight:bold;
	color:white;
	font-size:14px;
	line-height:1.3;
	padding-top:6px!important;
	padding-bottom:16px!important;
}

#social-media-footer {
	width:1280px;
	margin-top:20px;
	margin-bottom: 20px;
	font-weight:300;
}

#social-media-border {
	background: url("/images/hybrid/social-media-border.png") no-repeat center;
	width:500px;
	height:50px;
	padding-top:10px;
}

#social-media-cell {
	width:1px;
}

#facebook-footer {
	background: url("/images/hybrid/fb-footer.png");
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

#facebook-footer:hover {
	background: url("/images/hybrid/fb-footer-hover.png");
	cursor: pointer; 
}

#twitter-footer {
	background: url("/images/hybrid/tw-footer.png");
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

#twitter-footer:hover {
	background: url("/images/hybrid/tw-footer-hover.png");
	cursor: pointer; 
}

#blog-footer {
	background: url("/images/hybrid/blog-footer.png");
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

#blog-footer:hover {
	background: url("/images/hybrid/blog-footer-hover.png");
	cursor: pointer; 
}

#youtube-footer {
	background: url("/images/hybrid/yt-footer.png");
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

#youtube-footer:hover {
	background: url("/images/hybrid/yt-footer-hover.png");
	cursor: pointer; 
}

#gplus-footer {
	background: url("/wp-content/themes/sfcgtheme/images/gplus-footer.png");
	width:50px;
	height:50px;
	display:block;
	text-indent:-9999px;
}

#gplus-footer:hover {
	background: url("/wp-content/themes/sfcgtheme/images/gplus-footer-hover.png");
	cursor: pointer; 
}


#footer-legal {
	margin-top: 30px;
}

#footer-legal p {
	font-size:14px;
	font-weight:300;
	text-align:center;
	color: white;
}

#footer-legal a{
	color: white!important;
	font-weight:bold;
	font-style:italic;
}

#no-events-in-list {
	color: white;
	font-size:14px!important;
	font-weight:300!important;
	line-height:1.3;
	padding-top:2px;
}

#tooltip {
	font-family: 'Open Sans';
	opacity: 1;
	text-align:left;
	z-index:10001;
	font-size:12px!important;
	width:175px!important;
}

h1.regionTitle  {
	font-size:18px;
}

#contact_information_region {
	top:-133px;
}
#gift_information_region {
	top:10px!important;
}

#submitSection {
	margin-left:150px;
	margin-top:30px;
}

#salsa-unsubscribe-form input.submit {
	height:42px!important;
	width:150px!important;
	color: white!important;
	font-family: 'Open Sans'!important;
	font-size:16px!important;
	font-weight:normal!important;
	position:relative;
	top:-2px;
	left:0px;
}

#salsa-unsubscribe-form button.cancel {
	height:42px!important;
	width:150px!important;
	color: white!important;
	font-family: 'Open Sans'!important;
	font-size:16px!important;
	font-weight:normal!important;
	background:url('https://salsa.wiredforchange.com/o/6060/images/frontpage-button-large-hover.png') 100% 100%!important;
	text-transform:uppercase!important;
}
