/*
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;
}
