@charset "UTF-8";
/*
  CSS FOR JumpStarters - Heartland Foundation Sub Domain
  CREATED 2/26/08
  Scott Wilmarth
  River City Studio
*/

/*
  Site Colors
--------------------------
   #652D90 = Purple
   #F6921E = Orange
   #57B5DD = Light Blue
   #52641F = Dark Green - Lily Pad
   #D5DF64 = Light Green - Lily Pad
   #859B3A = Dark Green - Grass
   #019540 = Light Grass Green - Grass
*/

/* General global styles
-------------------- */
body, td, th {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #000000;
    line-height:128%;
}
body {
    background-color: #FFFFFF;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}
h1 {
    font-size: 24px;
    font-family:Verdana, Arial, Helvetica, sans-serif;
    color:#652D90;
    margin:0px 0px 12px 0px;
    padding:0px;
}
h2, h3, h4, h5, h6 {
    margin:12px 0px 6px 0px;
}
h2 {
    color:#0F75BC;
    font-size: 17px;
}
h3 {
    color:#57B5DD;
    font-size: 14px;
}
h4 {
    color:#57B5DD;
    font-size: 12px;
}
p {
    margin:6px 0px 10px 0px;
    padding:0px;
}
a:link, a:visited {
    color:#0F75BC;
    text-decoration:none;
    border-bottom:1px dotted #F6921E;
}
a:hover {
    color:#F6921E;
    text-decoration:none;
    border-bottom:1px dotted #0F75BC;
}
.currentLink {
    color:#F6921E;
    text-decoration:none;
    border-bottom:1px dotted #0F75BC;
}
a.help img, a.help:link img, a.help:hover img {
    border-bottom:none;
    padding-right: 2px;
}
a img, a:link img, img {
    border:none;
}
.clearfloats {
    clear:both;
}
/* General Text Color Styles */
.textPurple {
    color:#652D90;
}
.textOrange {
    color:#F6921E;
}
.textBlueLight {
    color:#57B5DD;
}
.textGreenDarkLilyPad {
    color:#52641F;
}
.textGreenLightLilyPad {
    color:#859B3A;
}
.textGreenLight {
    color:#859B3A;
}
.textGreenGrass {
    color:#019540;
}

/* General layout and positioning
-------------------- */
#pageContainer {
    width:900px;
    margin:auto;
    position: relative;
    background-image:url(/_img/gSideNavWaveEdge.gif);
    background-position:top left;
    background-repeat:repeat-y;
    z-index:1;
}
#popupContainer {
    width:900px;
    margin:auto;
    position: relative;
/*    background-image:url(/_img/gSideNavWaveEdge.gif); */
    background-position:top left;
    background-repeat:repeat-y;
    z-index:1;
}
#header {
    height:69px;
    background-image:url(/_img/gPageHeader.jpg);
    background-position:top;
    background-repeat:no-repeat;
}
#logo {
    position:absolute;
    top:10px;
    left:55px;
}
#footer {
    text-align:center;
    clear:both;
    padding: 5px 0px 5px 200px;
}
#contentContainer {
    margin:0px;
    padding:0px;
    width:700px;
    float: right;
}
#navGrassPad {
    position:absolute;
    bottom:0px;
    left:0px;
}
#floatingLillyPad {
    position:absolute;
    top:329px;
    left:193px;
    z-index: 24;
}
#flashContent {
    width:700px;
    margin:0px;
    right:0px;
}
#content {
    width: 545px;
    margin:0px;
    padding:30px 25px 20px 0px;
    float: right;
}
#content ul, #content ol {
	margin: 5px 0px 8px 0px;
    padding: 0px 0px 0px 25px;
}
#content li {
	margin: 0px 0px 4px 0px;
    padding: 0px 0px 0px 0px;
}

	/* Styles added by Jay for the Library Page
	----------------------------------------------*/

#content h3.libraryCenterHeader {
	text-align: center;
	font-size: 17px;
	padding-top: 10px;
	color: #0F75BC;
}

#content div#hidden2 div#libraryPageSplitLeft {
	width: 250px;
}

#content div#hidden2 div#libraryPageSplitRight {
	width: 250px;
	float: right;
}

#content h3.libraryResource {
	font-style: italic;
	margin-bottom: 7px;
}

#content p.linkDescription {
	margin-left: 15px;
}

#sideBar {
    width: 200px;
    margin:0px;
    padding:0px;
    border: none;
    position: absolute;
    left: 0px;
    top: 69px;
    z-index: 20;
}
.floatR { /* these are not to be confused with #floatR and #floatL down below for the How Can Grants Be Used Page */
    float: right;
    padding: 0px 0px 0px 15px;
    margin:0px;
}
.floatL { /* these are not to be confused with #floatR and #floatL down below for the How Can Grants Be Used Page */
    float: left;
    padding: 0px 15px 0px 0px;
    margin:0px;
}
/* nav along top */
#mainNav {
    position:absolute;
    top:10px;
    right:15px;
}
#mainNav a {
    font-size:11px;
    color:#FFF;
    padding:5px 7px 5px 5px;
    margin:0px;
    border-right:1px solid #FFF;
    text-decoration:none;
    font-weight:bold;
    border-bottom:none;
}
#mainNav a.noLine {
    border-right:none;
}
#mainNav a:hover {
    color:#FFF;
    text-decoration:underline;
}
/* Sub Nav along left side --- First level navigation */
ul#navbar {
    background-image:url(/_img/navTop.jpg);
    background-position:top left;
    background-repeat:no-repeat;
    margin:0px;
    padding:65px 0px 0px 10px;
    position:relative;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFF;
    font-size:11px;
    width: 190px;
}
ul#navbar a {
    color: #FFF;
    text-decoration:none;
    border-bottom:none;
}
ul#navbar a:hover {
    color: #F6921E;
    text-decoration:none;
}
ul#navbar li {
    margin:0px;
    padding:4px 10px 0px 5px;
    list-style-type:none;
}

#launchpad {
	width: 190px;
	padding: 10px;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

#launchpad a {
	color: #ffffff;
	font-weight: bold;
}

/* Second level navigation */
ul#navbar ul {
    margin:0px;
    padding:0px 0px 1px 20px;
}
ul#navbar ul li {
    margin:0px;
    padding:3px 0px 0px 0px;
    list-style-type:disc;
}
ul#navbar a.activePage {
    color: #F6921E;
    text-decoration:none;
    border-bottom:1px dashed #FFF;
}
ul#navbar a.activePage:hover {
    color:#FFF;
    text-decoration:none;
    border-bottom:2px dotted #F6921E;
}

/* Pages without Flash - Content backround top photo
-------------------- */
#contentContainer #flashContent.noFlash {
    display:none;
}
#contentContainer #content.noFlash {
    width:545px;
    margin:0px 0px 0px 0px;
    padding:80px 25px 0px 130px;
    background-image:url(/_img/gContentTop.jpg);
    background-position:top right;
    background-repeat:no-repeat;
    position:relative;
    float:none;
}
/* Home Pag Styles
-------------------- */
#homeContainer {
    width:900px;
    margin:auto;
    padding:0px;
    position: relative;
}
/* How Grants Page Styles
------------------------*/
#twoColumn {
margin:0px;
padding:4px 0px 0px 0px;
width:100%;
}
#twoColumn ul {
margin-left:0px;
padding-left:15px;
}
#twoColumn li {
margin-left:0px;
padding:0px;
}

#floatR { /* these are not to be confused with .floatR and .floatL up above for floating elements right and left */
    width: 275px;
    border-left: 1px solid #019540;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    float: right;
}
#floatL { /* these are not to be confused with .floatR and .floatL up above for floating elements right and left */
    width: 240px;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    float:left;
}
.warning {
    font-weight: bolder;
    color: green;
    font-size:larger;
/*
    background-color: black;
*/
}
/* Help Pop Up Links and Text
--------------------*/
/* actual help links */
a.help {
    border-bottom: dashed 1px #F6921E;
    color: #652D90;
    text-decoration:none;
}
a.help:hover {
    border-bottom: dashed 1px #652D90;
    color: #F6921E;
}
a.help img, a.help:hover img {
    border-bottom: none;
}

span.helpTip {
	background:transparent url('../_img/butterflyPop.gif') no-repeat left center;
	min-height:20px;
	line-height:20px;
}

/* actual help popups */
#help1, #help2, #help3, #help4, #help5, #help6, #help7, #help8, #help9, #help10 {
    position:relative;
}
.helpDiv {
    background-color:#D5DF64;
    border: 2px solid #000;
    padding: 5px 10px 10px 10px;
    position: absolute;
    /* top: 20px; */
    font-weight:bold;
    font-style:italic;
    margin: 0px;
    right:0px;
    width:300px;
}
.helpDiv p {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}
p.closeHelp {
    width:100%;
    text-align:right;
    font-weight:bold;
    font-style:normal;
    color:#FFF;
    margin-top: 4px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}
.helpDiv .closeHelp a {
    color:#FFF;
    text-decoration:none;
    border:none;
}
.helpDiv .closeHelp a .closeX {
    border:1px solid #000;
    background-color: #FFF;
    padding: 0px 2px;
    color:#000;
    text-decoration:none;
    width:auto;
    margin:0px;
}
.helpDiv .closeHelp a:hover {
    color:#000;
    text-decoration:none;
    border:none;
}
.helpDiv .closeHelp a:hover .closeX {
    background-color: #F6921E;
    color:#000;
    text-decoration:none;
}

/* FAQ HIDE AND SHOW STUFF *
------------------------ */
.hideMe {
display:none;
}


/* FORMS
--------------------- */

/* Info Sheet FORM*/
#infoSheet {
    width: 565px;
}
#infoSheet p {
    clear: left;
    margin: 0px;
    padding: 5px 0 7px 150px;
}
#infoSheet p.groupHeader {
    margin: 0px;
    padding: 10px 0 5px 0px;
    font-weight:bold;
}
#infoSheet label.shortLabel {
    float: left;
    text-align:right;
    margin-left: -150px; /*width of left column */
    width: 140px; /*width of labels. Should be smaller than left column (150px) to create some right margin*/
}
#infoSheet label.longLabel {
    float: left;
    margin-left: -150px; /*width of left column - aligns long label with the above short labels */
    width: 400px; /*width of labels. Should be smaller than left column (145px) to create some right margin*/
}
#infoSheet input.shortLabel {
    width: 270px;
}
/* InfoTeam FORM */
#infoTeam table {
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    width:auto;
}
#infoTeam table th {
    background-color:#E6E6E6;
    border: 1px solid #FFF;
    border-collapse:collapse;
    padding: 2px 4px;
}
#infoTeam table tr, #infoTeam table td {
    border: 1px solid #E6E6E6;
    border-collapse:collapse;
    padding: 3px 5px;
}
/* projectRequest FORM */
#projectRequest {
    width:auto;
}
#projectRequest p {
    margin:15px 0px;
    padding:0px;
}
#projectRequest textarea {
    margin:7px 0px 0px 0px;
    padding:10px 0px 0px 0px;
}
/*  budget_form FORM */
#budget_form {
    width:auto;
}
#budget_form table {
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    width:auto;
}
#budget_form th {
    background-color:#E6E6E6;
    border: 1px solid #FFF;
    border-collapse:collapse;
    padding: 2px 4px;
    font-size:11px;
}
#budget_form th.formSectionBlank {
    background-color:#FFF;
    border-top: 1px solid #C0C0C0;
}
#budget_form td {
    border: 1px solid #E6E6E6;
    border-collapse:collapse;
    padding: 3px 2px;
}
/* projectTimeline FORM */

#projectTimeline {
    width:auto;
    position:relative;
    z-index:560;
}
#budget_form table {
    border: 1px solid #C0C0C0;
    border-collapse:collapse;
    width:auto;
    z-index:510;
}
#projectTimeline th {
    background-color:#E6E6E6;
    border: 1px solid #FFF;
    border-collapse:collapse;
    padding: 3px 4px;
    font-size:11px;
}
#projectTimeline th.formSectionBlank {
    background-color:#FFF;
    border-top: 1px solid #C0C0C0;
}
#projectTimeline td {
    border: 1px solid #E6E6E6;
    border-collapse:collapse;
    padding: 3px 3px;
}
#projectTimeline label.shortLabel {
    margin: 10px 0px 8px 0px;
    padding: 3px 0px 8px 0px;
}
#projectTimeline span.shortAnswer {
    margin: 0px;
    padding: 10px 0px 8px 35px;
}
#projectTimeline #oversizedTable {
    /*margin: 35px 0px 0px -100px;*/
    margin: 35px 0px 0px 0px;
    padding: 10px 0px 10px 10px;
    background-color:#FFF;
    z-index:500;
    /*position:relative;
    overflow: auto;*/
}
#oversizedTable .narrow input {
	width:30px;
    }
#oversizedTable .medium input {
	width: 80px;
    }
#oversizedTable .wide input {
	/*width:150px;*/
    width:127px;
    }
    
#oversizedTable .narrow {
	width:30px;
    }
#oversizedTable .medium {
	width: 88px;
    }
#oversizedTable .wide {
	/*width:158px;*/
	width:135px;
    }
/* General styles for all forms */
label.longLabel, label.longAnswer {
    margin:0px 0px 7px 0px;/* clear up some of empty space between label and input of longLabels */
    padding:0px;
}
input.longAnswer, textarea.longAnswer {
    margin:7px 0px 12px 0px;/* clear up some of empty space between label and input of longLabels */
    padding:0px;
}
p.formFrogTopAddTab {
    background-image:url(/_img/formFrogHeadCornerLeft.gif);
    background-repeat:no-repeat;
    background-position:top left;
    background-color:#57B6DD;
    margin:0px 0px 0px 0px;
    padding: 14px 0px 0px 80px;
    position:relative;
    height:30px;
    width:240px;
}
p.formFrogTopAddTab img {
    margin: 0px;
    padding:  0px;
    position:absolute;
    top:0px;
    right:0px;
}
p.formFrogTopAddTab a:link, p.formFrogTopAddTab a:visited {
    margin:0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color:#FFF;
    font-weight:bold;
    border-bottom: none;
    text-decoration:none;
}
p.formFrogTopAddTab a:hover {
    color: #652D90;
    font-weight:bold;
    border-bottom: 1px dashed #FFF;
}
.formSection {
    padding: 4px 0px 4px 5px;
    background-color:#E1F0F6;
}
th.formSectionBlank {
    border-left:none;
    border-right: none;
    background-color:#FFF;
}
.indentMe {
    padding: 6px 0px 3px 20px;
}
.indentMeTotals {
    padding: 5px 0px 5px 5px;
}