/* v1.0 | 20080212 --------------------------------------------------------------- CSS RESET-----------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* --- GENERAL SITE STYLES ------------------------------------------------------------------------------------------------------------------*/

body
{
        font-family: Helvetica, Helvetica Neue, Arial, sans-serif;
        font-size: 13.5px;
        line-height: 1.5em;
        letter-spacing: 0.01em;
        height: 100%;
        background: #fff;
}

h1, h2, h3, h4 {
letter-spacing: -0.03em;
line-height: 1.2em;
}

h1 {
font-size: 28px;
margin-bottom: 8px;
color: #419da7;
}

h2 {
font-size: 18px;
margin: 20px 0 6px 0;
color: #419da7;
clear: left;
}

h3 {
font-size: 16px;
margin-bottom: 7px;
}

h4 {
font-size: 14px;
margin-bottom: 5px;
color: #999;
}

a:link {text-decoration: none; color: #007b8a;}
a:visited {text-decoration: none; color: #007b8a;}
a:hover {text-decoration: none; color: #004f58; }

/* --- SITE LAYOUT STYLES ------------------------------------------------------------------------------------------------------------------*/

#header {
margin: 0 auto 0 auto;
width: 960px;
}

.header_slot {
float: right;
width: 600px;
white-space: nowrap;
padding-top: 6px;
margin-right: 10px;
background: #eee;
}

#logo {
float: left;
display: inline;
margin-top: 30px;
margin-left: 12px;
width: 197px;
height: 80px;
border: 0;
}

#nav {
float: right;
width: 602px;
margin-top: 10px;
height: 76px;
}

#shell {
margin: 0 auto 0 auto;
width: 960px;
background: url('/images/site/frame_bkg.png');
color: #666;
overflow: hidden;
}

#innershell {
width: 936px;
background: #f7f6f6;
color: #666;
float: left;
overflow: hidden;
}

#frameleft {
width: 12px;
height: 10px;
float: left;
}

#frameright {
width: 12px;
height: 10px;
float: left;
}

#in_lcolumn {
width: 259px;
float: left;
border-top: solid 10px #f7f6f6;
background: #fff;
z-index: 100;
}

#in_rcolumn {
width: 670px;
float: right;
background: #fff;
}

#in_content {
width: 600px;
min-height:380px;
height:auto !important;
height:500px;
padding: 10px 35px;
color: #555;
}

#in_content a:link {text-decoration: none; color: #007b8a; font-weight: bold;}
#in_content a:visited {text-decoration: none; color: #007b8a; font-weight: bold;}
#in_content a:hover {text-decoration: none; color: #004f58; font-weight: bold;}

#in_content li{
background-image:url(/images/site/bullet.gif);
background-position: 0 0.3em;
background-repeat:no-repeat;
padding: 0 0 8px 20px;
list-style: none;
}

.in_lcolumn_img {
width: 70px;
margin: 10px 0px 10px 5px;
float: left;
display: inline;
}

.in_lcolumn_text {
width: 239px;
font-size: 12px;
line-height: 1.4em;
margin: 10px 7px 0px 7px;
clear: both;
}

.in_lcolumn_phtext {
width: 164px;
float: right;
font-size: 12px;
line-height: 1.4em;
margin: 10px 5px 0px 0;
display: inline;
}

.headshot {
width: 100px;
height: 150px;
overflow: hidden;
margin: 0px 20px 10px 0px;
float: left;
display: inline;
}

.headshot_text {
width: 295px;
margin: 0 0 15px 0;
float: left;
display: inline;
}

#in_mcolumn {
width: 677px;
background: url('/images/site/home_center_bottom.gif');
background-position: bottom left;
background-repeat: no-repeat;
float: left;
z-index: 1;
}

.photo_right {
float: right;
padding: 0 0 20px 20px;
display: inline;
}

.photo_not_right {
float: left;
padding: 0 20px 20px 0;
display: inline;
}

.caption {
padding: 7px 2px;
font-size: 11px;
line-height: 1.3em;
font-style: italic;
color: #8a8e6e;
text-align: center;
}

#home_lcolumn {
width: 398px;
float: left;
background: #fff;
}

.home_lcolumn_img {
width: 110px;
height: 110px;
margin: 15px 0px 15px 20px;
background: #000;
float: left;
display: inline;
}

.home_lcolumn_text {
width: 215px;
margin: 15px 25px 15px 0px;
float: right;
display: inline;
}

#home_rcolumn {
width: 531px;
float: right;
background: #fff;
}

.home_rcolumn_img {
width: 200px;
height: 130px;
margin: 20px 15px 20px 0px;
overflow: hidden;
float: right;
display: inline;
}

.home_rcolumn_text {
width: 260px;
height: 110px;
margin: 20px 0px 20px 25px;
float: left;
display: inline;
}

#home_mcolumn {
width: 538px;
background: url('/images/site/home_center_bottom.gif');
background-position: bottom left;
background-repeat: no-repeat;
float: left;
}

#big_picture {
width: 936px;
height: 360px;
background: #000;
}

#audience {
width: 936px;
height: 83px;
clear: both;
padding: 2px 0px;
background: #fff;
}

#small_picture {
width: 936px;
height: 100px;
background: #fff;
padding-bottom: 6px;
}

#footer {
margin: 0 auto 0 auto;
width: 960px;
height: 135px;
font-size: 12px;
color: #666;
clear: both;
}

#footer_content {
width: 860px;
height: 70px;
text-align: center;
line-height: 1.3em;
padding: 15px 50px;
color: #888;
background: url('/images/site/footer_bkg.png');
background-position: top;
background-repeat: repeat-y;
}

#home_content {
margin: 25px 40px;
width: 818px;
}

#content {
margin: 25px 40px;
width: 818px;
min-height:350px;
height:auto !important;
height:350px;
}

.content_main {
width: 500px;
overflow: hidden;
}

.content_side {
float: right;
width: 270px;
font-size: 12px;
color: #999;
}

.paginate {
padding: 6px;
margin: 6px 0;
width: 100%;
text-align: right;
background: #eee;
}

#blogtitle {
font-size: 1.25em;
color: #2F4C12;
float: left;
margin: 7px 0 0 0;
padding: 8px 4px 4px 4px;
width: 874px;
border-top: 1px solid #333;
}

#blogtitle h1 {
margin: 0;
padding-top: 5px;
font: 160% Georgia, Times, serif;
letter-spacing: 0.1em;
text-align: left;
}

.calendarCell {
 font-family:       Arial, Trebuchet MS, Tahoma, Verdana, Sans-serif;
 font-size:         12px;
 font-weight:		bold;
 letter-spacing:	.1em;
 text-decoration:   none;
 text-align:  center;
 vertical-align: middle;
 color:             #666;
 background-color:  #fff;
}

.input {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
border-right:        1px solid #eee;
border-bottom:       1px solid #eee;
background-color:  #fff;
color:             #999;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
height:            1.4em;
}

input:focus {
color: #000;
}


.textarea {
border-top:        1px solid #999999;
border-left:       1px solid #999999;
background-color:  #fff;
color:             #000;
font-family:       Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
font-size:         11px;
margin-top:        3px;
margin-bottom:     3px;
}

.checkbox {
background-color:  transparent;
margin:            3px;
padding:           0;
border:            0;
}

.submit {
}

a:link.aud1, a:visited.aud1{
width: 234px;
height: 83px;
background:url('/images/site/audience_help.gif') no-repeat top left;
background-position:0px 0px;
display:block;
float:left;
}

a:hover.aud1 {  
background-position:0px -83px;  
}

a:link.aud2, a:visited.aud2{
width: 234px;
height: 83px;
background:url('/images/site/audience_need.gif') no-repeat top left;
background-position:0px 0px;
display:block;
float:left;
}

a:hover.aud2 {  
background-position:0px -83px;  
}  

a:link.aud3, a:visited.aud3{
width: 234px;
height: 83px;
background:url('/images/site/audience_fund.gif') no-repeat top left;
background-position:0px 0px;
display:block;
float:left;
}

a:hover.aud3 {  
background-position:0px -83px;  
}  

a:link.aud4, a:visited.aud4{
width: 234px;
height: 83px;
background:url('/images/site/audience_learn.gif') no-repeat top left;
background-position:0px 0px;
display:block;
float:left;
}

a:hover.aud4 {  
background-position:0px -83px;  
}  








{!-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------}
{!-- SCHOLARSHIP STYLES --------------------------------------------------------------------------------------------------------------------------}
{!-- ----------------------------------------------------------------------------------------------------------------------------------------------------------------}

div.scholarship_search_box {
	margin: 15px 0px 30px 0px;

	font-weight: bold;
	font-size: 16px;
}
div.scholarship_search_box input.submit {
}
div.scholarship_search_box input.input {
	width: 250px;
	margin-left: 10px;
}

ul.scholarship_complete_list {
        list-style-type: none;
	padding: 0px;
	margin: 10px 0px 0px 0px;
}

ul.scholarship_search_results {
        list-style-type: none;
	padding: 0px;
	margin: 0px;
}

a.scholarship_back_link {
display: block;
float: right;
text-align: right;
font-style: italic;
}

a#show_descriptions_button {
font-size: 14px;
font-weight: normal;
}

/* --- BASIC STYLES ------------------------------------------------------------------------------------------------------------------*/

p {
margin-bottom: 1em;
}

.center {
text-align: center;
}

.right {
text-align: right;
}

.anchor {
font-size: 12px;
font-weight: normal;
margin-bottom: 10px;
}

blockquote {
    margin: 1em 3em;
    font-style: italic;
    font-size: 14.5px;
    color: #999;
    border-left: 2px solid #999;
    padding-left: 1em; }
}

ul {
list-style-type: none;
margin-top: 3px;
margin-bottom: 3px;
margin-left: 5px;
}

ul.breadcrumbs{
list-style: none;
float: right;
padding: 5px 15px 0 0;
margin-bottom: -2px;
}

ul.breadcrumbs li{
float: left;
font-size: 12px;
padding-right: 10px;
}

.spacer {
clear: both;
}

.hr {
width: 100%;
padding-top: 3px;
padding-bottom: 3px;
border-bottom: 3px solid #ededed;
clear: both;
}

.title_date {
font-size: 13.5px;
font-weight: bold;
color: #666;
}

#tcf_table {
width:100%;
border-collapse:collapse;
}

#tcf_table td, #tcf_table th {
border:1px solid #31767e;
padding:5px 7px 5px 7px;
vertical-align:middle;
}

#tcf_table th  {
text-align:center;
padding-top:5px;
padding-bottom:4px;
background-color:#419da7;
color:#fff;
}

#tcf_table tr.alt td  {
color:#000;
background-color:#eee;
}

.donate_now {
display: block;
margin: 20px auto 20px auto;
width: 202px;
height: 52px;

cursor: pointer;
border: 0;
background-image: url('images/site/donate_now_submit.jpg');
}



/* --- FIXER STYLES ------------------------------------------------------------------------------------------------------------------*/

.image_wrapper {
margin: 0px;
padding: 0px;
font-size: 1px; /* IE 6 FIX */
}