/*
grey background: e5e5e5
grey text in footer: 838383
grey text in body somewhere: 696969
selected menu item and dark grey bar: 282828
brown headings: b75808
brown heading bar background: be5a02
grey bottom border in some headings (sidebar): d5d5d5
darker grey used in headings in sidebar, etc: 2e2e2e
bolder text like that foreword by that guy: 676566
heading in sidebar: 272727
*/
* {
    padding: 0;
    margin: 0;
}
body {
    font: normal 11px arial, verdana, 'Bitstream Vera Sans',helvetica,sans-serif;
    color: #696969;    
    background-color: #e5e5e5;
    
}
img {
    border: 0;
}


h1, h2, h3, h4, h5, h6 {
    color: #b75808;
    font-size: 1em;
    font-style: normal;
    font-weight: bold;
    text-decoration: none;
}
h1, #pageColumn1 h2 {
    color: #bc5a00;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 11px;
    letter-spacing:-1px;
}

h2, #pageColumn1 h3 {
    
    color: #bc5a00;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 11px;
}
h3 {
    margin-bottom: 11px;
}
h1 a, h1 a:active, h1 a:visited, h1 a:hover, h2 a, h2 a:active, h2 a:visited, h2 a:hover {
    color: #bc5a00;
    text-decoration: none;
    font-weight: bold;
}
hr {
    height: 1px; 
    border-top: 1px solid #ccc; 
    border-right: 0px solid #ccc; 
    border-bottom: 0px solid #ccc; 
    border-left: 0px solid #ccc; 
    padding-bottom: 20px;
}	
a, a:active, a:visited, a:hover {
    text-decoration: underline;
    font-weight: normal;
    color: #696969;    
}
a:hover {    
    color: #b75808;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:active, h2 a:active, h3 a:active, h4 a:active, h5 a:active, h6 a:active,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited,
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
    text-decoration: underline;
}
h1 a.link, h1 a.link:active, h1 a.link:visited, h1 a.link:hover {
    text-decoration: underline;
}
ol, ul {
    list-style-position: inside;
    margin-bottom: 1em;    
}
li ol, li ul {
    margin-bottom: 0;
}
ol li, ul li {
    margin-left: 1em;
    padding-left: 0;
}
blockquote {
    background-color: #fff;
    border-left: 5px solid #ccc;    
    padding-left: 1em;
    margin-bottom: 1em;
    font-style: italic;   
    width: 410px;    
}
p {
    margin-bottom: 1em;
}
blockquote img, p img {    
    margin: 1em;
}
abbr {    
    border: 0;
}
.abbr {
    border-bottom: 1px dotted #696969;
    cursor: help;
}
.highlight {
    background-color: #fff;
}
/* -------------------------------------------------------------------------- */
#wrapper {

}
#columnsWrapper {    
    background-image: url(/images/new_columnsWrapper_bg.gif);    
    background-repeat: repeat-y;
    overflow: hidden;
    width: 1000px;
}
#mainColumn {
    float: left;    
    width: 761px;    
    padding-bottom: 15px;
}
#Projects_home_body #mainColumn {
    padding-bottom: 0;    
}

#mainMenu {
    background-image: url(/images/new_mainMenu_bg.gif);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 11px;
    overflow: hidden;   
    width: 709px;    
    font-size: 10px;
    margin-left: 26px;
}
#mainMenu ul {
   list-style: none;   
   float: right;  
   margin-top: -1px;
   margin-right: 1em;      
}
#mainMenu li {
    float: left;
    margin: 0;
}
#mainMenu li.selected {
    background-image: url(/images/mainMenu_left_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #282828;           
}
#mainMenu a, #mainMenu a:active, #mainMenu a:visited, #mainMenu a:hover {
    float: left;
    padding: 0 4px;
    margin-left: 4px;
    line-height: 26px;     
    height: 26px;
    text-decoration: none;  
    color: #2e2e2e;
    background-color: transparent;         
}
#mainMenu li.selected a, #mainMenu li.selected a:active, #mainMenu li.selected a:visited, #mainMenu li.selected a:hover {
    background-image: url(/images/mainMenu_right_bg.gif);
    background-position: top right;
    background-repeat: no-repeat;    
    padding-right: 8px;    
    color: white;
}
#logoArea {
    clear: both;  
    padding-bottom: 10px;
    margin-left: 26px;
}
#logoArea h1 {
    text-indent: -1000px;
    background-image: url(/images/sasix_logo.gif);
    width: 320px;
    height: 70px;
    margin: 0;
    cursor: pointer;
}
#content {
    background-image: url(/images/content_bg.gif);
    background-repeat: repeat-y;
    clear: both;
    margin-left: 26px;  
    width: 708px;
    
}
/* big hack!! some pages are designed around the fact that the white padding is 
already added to the margin of #content, other pages (the ones that use 
page.css) require that it is not there, so that they can overlap into it. 

.borderless gets added to #mainColumn for all pages in the static controller.
other exceptions must be added here.
*/
/*#Projects_view_body #content, #Projects_reportback_body #content, .borderless #content {
    margin-left: 32px;
    width: 758px;    
    
}*/
#sideColumn {
    float: left;
    width: 180px;
    padding-left: 25px;  
    padding-top: 126px;
    font-size: 11px;
}
#sideColumn h2 {
    color: #272727;
    margin-bottom: 1em;
    font-size: 16px;
    font-weight: bold;
}
#sideColumn h3 {
    color: #2e2e2e;
    padding-bottom: 0.25em;
    border-bottom: 2px solid #d5d5d5;
    font-size: 13px;
    margin-bottom: 0.5em;
}
#sideColumn p {
    line-height: 1.3em;
    word-spacing: 0.25em;
}
#sideColumn ul, #pageColumn2 .pageSidebarContent ul {
    margin-bottom: 2em;
    list-style-image: url(/images/sideColumn_list_image.gif);
    list-style-image: none;
    list-style-type: none;
    list-style-position: outside;
    margin-left: 0.0em;
}
#sideColumn li, #pageColumn2 .pageSidebarContent li {
    margin-left: 0;
    
}

.pageSidebarContent ul.bulleted {
    list-style-image: url(/images/bullet.gif) !important;
    margin-left: 16.5px !important;
}
.pageSidebarContent ul.bulleted li {
	margin-bottom: 4px;
}

#footer {    
    background-image: url(/images/new_footer_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;    
    padding: 20px;
    padding-left: 26px;
    font-size: 10px;    
    width: 750px;
}
#logos {    
    float: right;
}

#headerbar {
    background-image: url(/images/new_headerbar_bg.gif);
    background-position: top left;
    background-repeat: no-repeat;
    height: 42px;
    padding-left: 12px;
    line-height: 31px;
    margin-left: 26px;
    margin-bottom: 0.5em;
    
    width: 696px;
    overflow: hidden;
    
    color: #F2F2F2;    
}

#headerbar a {
	color: #BD5A00;
	padding:2px;
}

#info {
    margin-top: 1em;
    padding: 0 20px;
    width: 668px;
    overflow: hidden;
}
#flash {
    color: #A00;    
    font-size: 12px;
    margin-bottom: 1em;
}

/*#mainColumn, #sideColumn, #footer {
    border: 1px solid #333;
}*/

/* ---------------------------------------------------------------------------*/
.form div {
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.25em;
    line-height: 20px;
}
.form div.submit {
    margin-top: 1em;
}
.form label {
    float: left;
    width: 150px;
}
.form .inputtext, .form .selectbox, .form .inputtext_short {
    float: left;
    width: 150px;
}
.form .inputtext, .form .inputtext_short, .form option {
    padding-left: 0.25em;
}
.form .inputtext_short {
    width: 75px;
}
.form .radio {    
    vertical-align: middle;
    line-height: 12px;
}
.form .displayfield {
    float: left;
    font-weight: bold;
    width: 500px;    
}
.form .error {
    margin-left: 1em;
    color: #CA0606;
    font-weight: bold;
}
.form .button {
    padding: 1px 3px;
}

#news .newsitem {
    margin-top: 0;
}
#firstnewsitem {
    margin-top: 0 !important;
}
#news h2 {
    margin-bottom: 0.25em;
}
#news h3 {
    margin-bottom: 0.5em;
    font-weight: normal;
}
#news .newsitem .newsimage {
    margin-bottom: 1em;
}

#strengthening {
    background-image: url(/images/projectIcon_strengthening.gif);
    background-position: 85% top;
    background-repeat: no-repeat;
}

































#navigation_wrap {
width:100%;
height:23px;
background:#fff;
border-bottom:1px solid #979692;
z-index:200;
}

#navigation_area {
position:relative;
width:960px;
margin:0 auto;
z-index:3000;
}

#topnav {
float:left;
}

#topnav ul {
padding:0;
}

.sf-menu li {
font-size:11px;
line-height:14px;
float:left;
border-right:1px solid #dfdbd8;
color:#333;
}

.sf-menu li a {
padding:5px 8px 4px;
text-decoration:none;
text-transform:uppercase;
color:#333;
}

.sf-menu li a:hover {
color:#fff;
}

.sf-menu li:last-child {
border-right:none;
}

.sf-menu li.sfHover a {color: #fff;}

.sf-menu li.sfHover ul li a {color: #333333;}

.sf-menu li.sfHover a{
color:#fff;
}

.sf-menu li.sfHover ul li a:hover {color: #fff;}

#mainmenu2 {
right:20px;
position:absolute;
bottom:0;
z-index:1;
}

#mainmenu2 ul {
padding:7px 0 0 10px;
}

#mainmenu2 ul li {
font-size:15px;
letter-spacing:-0.5px;
line-height:14px;
float:left;
text-align:center;
margin-left:5px;
}

#mainmenu2 ul li a {
display:block;
width:100px;
text-decoration:none;
color:#837061;
padding:0 8px;
background:#d9d1c4;
padding:9px 0;
border-right:1px solid #a39785;
border-top-right-radius:3px; 
border-top-left-radius:3px; 
-moz-border-radius-topright:3px;	
-moz-border-radius-topleft:3px;
-webkit-border-top-right-radius: 3px;
-webkit-border-top-left-radius:3px;
}

#mainmenu2 ul li a:hover {
background:#fff;
}

#mainmenu2 ul li a.current {
background:#F1EFEB;
}

#mainmenu2 ul li a.current_cause, #mainmenu2 ul li a.current_cause:hover  {
background:#be0000;
color:#fff;
border-right:1px solid #a39785;
}

#mainmenu2 ul li a.current_giver, #mainmenu2 ul li a.current_giver:hover  {
background:#FFAC00;
color:#fff;
border-right:1px solid #a39785;
}

#mainmenu2 ul li.current.current a {
background:#f1efeb;
}


#controls {
float:right;
padding:12px 6px 5px 14px;
font-size:11px;
margin-right:260px;
height:15px;
background:#d9d1c4;
border-bottom-right-radius:3px; 
border-bottom-left-radius:3px; 
-moz-border-radius-bottomright:3px;	
-moz-border-radius-bottomleft:3px;
-webkit-border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius:3px;
border-right:1px solid #a09786;
border-bottom:1px solid #a09786;
}

#controls a.login {
margin:4px 6px 6px;
padding:0 0 0 4px;
text-decoration:none;
color:#503333;
}

#controls a.register_top {
padding:0px 9px 0 0;
text-decoration:none;
color:#503333;
border-right:1px solid #979692;
}

#controls a.login:hover {
background-color:#503333;
background-image:url(/img/images/toggle_down_hover.png);
background-repeat:no-repeat;
background-position:100% 50%;
color:#fff;
}

#controls a.register_top:hover {
/*color:#fff;
background-color:#503333;*/
}

#controls a.login, #controls a.login:hover {
*background-position:0 3px!important;
}

a.login {
position:relative;
margin-left:3px;
}

a.login span {
background-image:url(/img/images/toggle_down_light.png);
background-repeat:no-repeat;
background-position:100% 50%;
padding:4px 16px 6px 0;
}

#controls a.menu-open {
background-color:#503333!important;
background-image:url(/img/images/toggle_down_hover.png);
background-repeat:no-repeat;
background-position:100% 50%;
outline:none;
}

#small_signup {
display:inline;
float:none;
line-height:23px;
margin:25px 0 0;
width:170px;
}

a.login.menu-open span {
color:#fff;
}

#login, #forgotten {
clear:both;
}

#login_menu {
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-radius-topleft:5px;
border-radius-bottomleft:5px;
border-radius-bottomright:5px;
-moz-box-shadow: 0px 4px 6px #999;
-webkit-box-shadow: 0px 4px 6px #999;
box-shadow: 0px 4px 6px #999;
display:none;
background:#ebe8e3;
border:2px solid #989898;
position:absolute;
width:210px;
text-align:left;
padding:0 12px 12px;
top: 29px; 
right:260px; 
margin-top:5px;
margin-right: 0px;
color:#503333;
font-size:11px;
z-index:100;/*for IE7*/
}

#login_menu input[type=text], #login_menu input[type=password] {
display:block;
border:1px solid #c3c3c3;
font-size:13px;
margin:0 0 5px;
padding:5px;
width:198px;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

#forgotten {
display:none;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-moz-border-radius-bottomright:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
-webkit-border-bottom-right-radius:5px;
border-radius-topleft:5px;
border-radius-bottomleft:5px;
border-radius-bottomright:5px;
-moz-box-shadow: 0px 4px 6px #999;
-webkit-box-shadow: 0px 4px 6px #999;
box-shadow: 0px 4px 6px #999;
display:none;
background:#ebe8e3;
border:2px solid #989898;
position:absolute;
width:210px;
text-align:left;
padding:0 12px 12px;
top: 29px; 
right:260px; 
margin-top:5px;
margin-right: 0px;
color:#503333;
font-size:12px;
z-index:100;/*for IE7*/
}

#forgotten input[type=text], #forgotten input[type=password] {
display:block;
border:1px solid #c3c3c3;
font-size:13px;
margin:0 0 5px;
padding:5px;
width:198px;
-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
box-shadow: inset 0 1px 2px rgba(0,0,0,.2);
}

#login_menu p {
margin:0 0 10px 0;
}

#login_menu a {
color:#503333;
}

#login_menu label {
font-weight:normal;
font-size:12px;

}

#login_menu p.remember, #forgotten p {
padding:5px 0 10px;
}


#login_menu .remember input {
margin:1px 5px 0 0;
display:block;
float:left;
}

#login_menu .remember label {
font-size:11px;

}


a.forgot {
text-decoration:underline;
padding:5px 0 0 0;
float:right;
}

a.back_to_login {
text-decoration:underline;
font-size:11px;
float:right;
padding:3px 0 0 0;
}

/*#remember {
margin-top:2px;
}*/

#forgotten p {
padding:5px 0;
}

#login_menu p.forgot, #login_menu p.complete {
clear:both;
margin:5px 0;
}

#login_menu p a {
color:#503333!important;
}

#login_submit, #email_submit {
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-radius:4px;
background:url(/img/images/signin-btn-brown.png) no-repeat 0 0;
border:none;
color:#fff;
text-shadow:0 -1px 0 #000;
padding:0px 10px;
font-size:12px;
margin:0 5px 0 0;
cursor:pointer;
width:74px;
height:24px;
font-family:arial;
float:left;
}

#email_submit {
background:url(/img/images/reset-btn-brown.png) no-repeat 0 0;
width:114px;
}

#login_submit::-moz-focus-inner, #forgotten::-moz-focus-inner {
padding:0;
border:0;
}

#login_menu input:hover, #login_menu input:focus, #forgotten input:hover, #forgotten input:focus{
border:1px solid #7c7c7c;
}

#login_menu #login_submit:hover, #forgotten #email_submit:hover {
border:none;
}

#resend_password_link {
float:right;
}

a.logout {
font-size:11px;
margin-left:10px;
padding:0 8px 0 10px;
border-left:1px solid #9b8e80;
}

a.close {
display:block;
background:url(/img/images/close.png) no-repeat;
float:right;
text-indent:-9999px;
width:12px;
height:12px;
margin-top:5px;
}

a.close_forgot {
display:block;
background:url(/img/images/close.png) no-repeat;
float:right;
text-indent:-9999px;
width:12px;
height:12px;
margin-top:0px;
}

