﻿@charset "UTF-8";

/* Layout (global rules for all sizes) */

body { margin: 0px; padding: 0px; }

nav {
	width: 100%;
	display: block;
	position: absolute;
	z-index:1;
	background-color: #fff;
	left: 1px;
}

/* Layout Large Screens (default for older browsers) */

header { height: 125px; background:url(../images/backgroundBar.png) repeat-x; }

.mobileSearchBtn
{
    display: none;
}

.searchContainer {
    float: right;
    margin-top:35px;
    width: 32%;
    text-align: right;
}
.searchContainer .keywordsTxt {
    color: #646464;
}
.searchBtn {
    background: #323232; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(50,50,50,1) 0%, rgba(100,100,100,1) 50%, rgba(50,50,50,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(50,50,50,1)), color-stop(50%,rgba(100,100,100,1)), color-stop(100%,rgba(50,50,50,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 50%,rgba(50,50,50,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 50%,rgba(50,50,50,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 50%,rgba(50,50,50,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(50,50,50,1) 0%,rgba(100,100,100,1) 50%,rgba(50,50,50,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323232', endColorstr='#323232',GradientType=0 ); /* IE6-9 */
    border: 1px solid #191919;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, helvetica, sans-serif;
    font-size: 0.7em;
    font-weight: bold;
    margin: 0 0 0 2px;
    padding: 3px 5px;
    text-decoration: none;
}
.searchContainer a
{
    color: #00457c;
	font-size:0.7em;
	float:right;
	margin-right:85px;
	text-decoration: underline;
}
.searchContainer a:hover
{
    color: #9a0101;
	font-size:0.7em;
	float:right;
	margin-right:85px;
	text-decoration: underline;
} 


   
img.lgIcon {margin:0 10px 0px 20px;
float:right;}

img.smIcon {margin:0 0px 3px 15px;
float:right;}
img.ruleR {
	border:1px solid #969696;
	float: right;
	margin: 0 0 3px 10px;}
	
img.ruleL {
	border:1px solid #969696;
	
	margin: 0 0 3px 10px;}	


.video-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}



.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 560px;
    height: 315px;
}


article { margin:10px 0 0 0; padding: 20px; border: 1px solid #969696; overflow:hidden; }



article.first {border: 0;}

/*article.special {margin:10px 0 0 0; padding: 20px 20px 0 0px ; border: 0; overflow:hidden; }*/

article.special {border: 0; padding-top: 0; margin-top: 0;}

footer.alternate {
	border: 0;
	background: #fffffc url(../images/bottomLinks_Bg.png) repeat-x;
	min-height: 100px;
	margin: 1.5em 0 0 0;
	padding: 2.45em 0 0 0;
	}
.footerContainer
{
    max-width: 75em;
    text-align: left;
    margin: 0 auto 40px;
    overflow: hidden;    
    font-size: 0.875em;
    font-weight:normal;
    
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -webkit-hyphens:auto;
    hyphens:auto;
    word-wrap:break-word;
}
.footerContainer h4.title
{
    color: #323232;
    font-weight: bold;
    font-size: 1.1em;
    margin: 0;
    padding: 0;
}
.footerContainer ul
{
    list-style: none;
    margin: 0;
    padding-left: 10px;
    font-size: inherit;
}
.footerContainer ul li a
{
    display: inline-block;
}
.footerContainer ul li a:hover
{
    color: #9A0101;
}
.footerContainer ul li:before
{
    content: "\00BB \0020";
	padding: 2px 2px 0 0;
	color: #00457c;
	vertical-align: top;
}
#col1, #col2, #col3
{
    float: left;
    width: 23%;
    padding: 0 1%;
}
#col4
{
    float: left;
    width: 23%;
    padding: 0 1%;
}
#infoBox
{
	display: block;
	width:70%;
    padding: 20px; 
    float: right;
	margin: 0 0 13px;
	line-height: 1.5em;
	
	background: #fff;
	
	border: 1px solid #c8c8c8;
	box-shadow: 0 5px 5px #c8c8c8;
    border-radius: 0;
}
#socialIcons
{
    width:78%;
   float:right;
   
}	
footer.alternate p 
{
    font-size: 0.875em;
    font-weight:normal;
	color: #00457c; 
    padding: .5em 0 0 0;
    border-top: 0;      
}



nav {
	top: 125px;
	height: 25px;
	border: 1px solid #f4cd7f;
	background: #f9f5ee; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f5ee 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f5ee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9f5ee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9f5ee 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9f5ee 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9f5ee 0%,#ffffff 100%); /* W3C */

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f5ee', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	text-align: center;
 }

nav a { margin: 0px 30px; }

.home_container { padding: 15px 0px  }
.home_container .home { width: 47%; float: left; } 
.home_container .home .content { padding: 20px; }
.home select {width:75%;}


.promo_container { padding: 15px 0px  }
.promo_container .promo { width: 47%; float: left; } 
.promo_container .promo .content { padding: 20px; }
.promo select {width:75%;}

.half_container { padding: 15px 0px  }
.half_container .half { width: 47%; float: left; } 
.half_container .half2 { width: 47%; float: left; margin:10px 0;} 
.half_container .half3 { width: 47%; float: left; padding: 0 0 0 40px; margin-bottom:20px; margin-top: 10px;} 
.half_container .half .content { padding: 20px; }

.half select {width:75%;}

.third_container { padding: 15px 0px;}
.third_container .third { width: 30%; float: left; min-height:185px;  margin-right:2%;} 
.third_container .third .last { margin-right:0%; }
.third_container .third .content { padding: 10px; }
.third select {width:75%;}

@media screen and (max-width: 990px) {
	
	footer { padding: 0 20px ;}
}

section {
   width:65%;
   float:left; 
}



aside {
width: 30%; 
display:inline;
right:5px;
position:absolute;
margin-left:3%;
border: 1px solid #969696;
padding:15px;  
}   


#tabContainer_DidYouKnowRelatedSites
{
    width: 300px;
    padding: 0;
    margin: 0 75px 30px 0;
    float: left;
}
#MainContent_cphWidgets_FAHCWidget, 
#MainContent_cphWidgets_HABWidget, 
#MainContent_cphWidgets_FindGrantsWidget
{
    margin: 3px 38px 0 0;
    padding: 10px 0 35px;
    float: left;
}
#MainContent_cphWidgets_MSHSWidget, 
#MainContent_cphWidgets_FAHCReportWidget
{
    padding: 10px 0;
    margin: 3px auto;
    width: 250px;
    float: left;
}
#MainContent_cphWidgets_OrganDonorWidget
{
    margin: 0;
    padding-bottom: 35px;
    float: left;
}



 table.data 
{
    border-collapse:collapse;
   border: 1px solid #969696; 
    font-size:0.85em;
}

 th.data 
{   border-collapse:collapse;
   border: 1px solid #969696; 
    background:#eaf2f4;
}

 td.data { border-collapse:collapse;
     padding:5px 5px;
     vertical-align:top;
  border: 1px solid #969696; }






/* Styles for Custom Comparison Tool  */
.compare {
	/*float: left; */ /* to shrink-wrap the table */ /* 09/04/2013 Sai removed float left as its clashing with current - */
	position: relative; /* cross-browser consistent reference can only be placed outside the table element */
	margin-bottom: -1px; /* bottom margin to collapse the next table border touching, simulating next row */
	margin-left:0; /* changed from 10px to 0 */
	border: 0;
	width: 100%; /* changed from 950px to 940px */
}
.compare table {
	border-collapse: collapse;
	width: 100%; /* changed from 950px to 940px */
	margin-bottom: 15px;
    table-layout: fixed;
}
.compare table, .compare th, .compare td {
	border: 1px solid #969696;
}
.compare td {
	width: 20%;
	padding: 0px 3px;
    vertical-align: top;
}
.compare td.geo {
	width: 20%;
	vertical-align: top;
}
.compare th {
	background: #0a3454;
	color: #fff;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px;
}

.geo
{
	padding: 2px 0;
}
.program {
	width:710px;
	display: inline-block;
	font-weight: bold;
	
}
.showhide {
	width: 200px;
	display: inline-block;
	text-align: right;
    text-decoration: underline;
    cursor: pointer;
	align:right;
	
	padding-bottom:2px;
}
.subhead {
	background: #dadccf;
	font-size: .875em ;
	font-weight: bold;
	
	color: #000; /* Sai added for color and line height */
	line-height:normal;
	
}

.figure {
	
	padding: 3px 0;
}
.control {
	height: 225px;
	vertical-align:top;
	text-align: center;
}
.change {
	padding-top: 0px;
	
}
.closeLink {
    float: right;
    padding-bottom: 5px;
}
.area {
	padding-top: 10px;
	
	font-weight: bold;
}

.notes 
{
    font-size:0.7em;
}

table.programs 
{
    Background:#fff;
    padding:15px;
    border:1px solid #969696;
}

table.programs th
{
    Background:#fff;
    color: #000;
	text-align: left;
	
	font-weight:normal;
	border:0px;
    padding:10px 0px 0px 50px;
}

table.programs td
{
    border:0px;
    padding:0px 0px 30px 50px;
    background: #fff;
}

input[type="checkbox"] {
    border: 0 none;
}


  img.ruleBottom 
  {
      display:none;
  }  
    
/* Styles for Data Portal unordered list  */
.list2col
{
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}
.list2col:after
{
    clear: both;
	content: ".";
	display: block;
	visibility: hidden;
}
    .list2col ul
    {
        padding: 0 8px;
        margin: 5px 0;
    }
    .list2col ul li
    {
        float: left;
        width: 50%;
        list-style: none;
        margin: 0 0 5px;
    }
    .list2col ul li input
    {
        vertical-align: bottom;
        float: left;
    }
    .list2col ul li label
    {        
        display: block;
        float: left;
        width: 90%;
    }
    .list2col ul li label > a.tooltip
    {
        text-decoration: none !important;
        margin-left: 8px;
    }
    .list2col ul li label > a.tooltip:before
    {
        color: #5b769b;
        content: "\f05a";
        font-family: FontAwesome;
        font-size: 0.8em;
    }

.primeIndicatorsContainer
{
    margin-bottom: 10px;
    margin-left: 13px;
}
.primeIndicators
{
    float: left;
    width: 100%;
    display: block;
    margin-left: -5px;
    padding: 0;
}
.primeIndicators:after
{
    clear: both;
	content: ".";
	/*display: block;*/
	visibility: hidden;
}
    .primeIndicators ul
    {
        padding: 0 8px 0 0;
        margin: 5px 0;
    }
    .primeIndicators ul li
    {
        float: left;
        list-style: none;
        margin: 0 5px 0 0;
        display: inline;
    }
    .primeIndicators ul li input[type="radio"]
    {
        vertical-align: bottom;
        float: left;
    }
    .primeIndicators ul li label
    {
        display: block;
        float: left;
        
        /* break word */
        white-space: pre-wrap; /* css-3 */
        white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
        white-space: -pre-wrap; /* Opera 4-6 */
        white-space: -o-pre-wrap; /* Opera 7 */
        word-wrap: break-word; /* Internet Explorer 5.5+ */
    }

.demographicType {
    float: left;
    width: 100%;
    display: block;
    padding: 4px 0;
}
#geographicAreaContainer {
    overflow: hidden;
    display: block;
    margin-bottom: 20px;
}
#grantTypeContainer
{
    overflow: hidden;
    display: block;
}
p.selectGrantType
{
    font-size: 0.95em; 
    font-weight: bold; 
    display: inline-block;
    float: left;
    margin-right: 5px;
}
.grantTypeSelection
{
    float: left;
}
    .grantTypeSelection input
    {
        vertical-align: middle;
        margin-top: -3px; 
        margin-top: 0px\9;
    }
    .grantTypeSelection label
    {
        margin: 0 5px 0 0;
    }
.awardFYPopup
{
    position: absolute; 
    left: 267px; 
    background-color: #fff;
    margin-top: 21px;
}
#checkBoxIndicatorsWrap
{
    margin-left: 8px; 
    margin-bottom: 15px;
}
    #checkBoxIndicatorsWrap span#numberInd
    {
        font-size: 0.8em;
    }
/* ====================================== */
    
    
@media print {
  
   .searchContainer {
      display: none;
   }
   
   .showhide  { 
      display: none;
   }
   
}

#chartMLOContent {
    width : 50%;
}