/*
New Mexico Grants Landing pg
*/
#grants{
    margin:20px 4% 15px;
}
#columnLeft {
    width: 62%; /*560px;*/
    float: left;
    font-size: 11pt;
    /*line-height: 1.3em;*/
}

#titleDiv h1 {
	font-size: 21px;
}
#titleDiv p {
	margin: 3px 0 13px;
}
#columnRight {
	margin-top:25px;
    width: 28%;
    padding: 8px 3% 0;
}
#rightBody #grantmakerList {
	padding-left: 0px;
	width: 96%;
	position: relative;
}
#grantmakerList a{
    display : block;
    font-size: 15px;
}

#list {
    background-color:#ECE6DD;
    padding: 20px;
    border: 1px solid #AAA;
}
div#letters span {
    font-size: 14px;
    margin: 0 1.75px 0;
}
div#letters span:hover {
    text-decoration: underline;
    cursor: pointer;
}


#gotomap{
    cursor:pointer;
    position:relative;
    text-align:center;
}
#gotomap #overlay{
    background-color: rgba(0, 0, 0, 0.6);
    color: #FFF;
    font-size: 20px;
    padding: 20px 4%;
    margin: 130px 21%;
    position: absolute;
    float: none;
    width: 50%;
    line-height: 30px;
    letter-spacing: 1px;
    box-shadow: 3px 3px 20px -5px #000;
    -moz-box-shadow: 3px 3px 20px -5px #000;
    -webkit-box-shadow: 3px 3px 20px -5px #000;
}
#gotomap:hover #overlay {
rgba(0, 0, 0, 0.5);
    width: 52%;
    margin: 129px 20%;
    padding: 21px 4%;
}


.disclaimer {
	margin-top:20px;
}
input.grantsBtn {
	background-color: #fff3bf;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff3bf), to(#ebd264));
	background-image: -webkit-linear-gradient(top, #fff3bf, #ebd264);
	background-image:    -moz-linear-gradient(top, #fff3bf, #ebd264);
	background-image:     -ms-linear-gradient(top, #fff3bf, #ebd264);
	background-image:      -o-linear-gradient(top, #fff3bf, #ebd264);
	background-image:         linear-gradient(to bottom, #fff3bf, #ebd264);
	border-radius:15px;
	padding:14px;
	display:inline;
	font-size:16px;
	margin: 20px 9% 0;
	cursor: pointer;
}
input.grantsBtn:hover {
	background-color: #ebd264;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebd264), to(#fff3bf));
	background-image: -webkit-linear-gradient(top, #ebd264, #fff3bf);
	background-image:    -moz-linear-gradient(top, #ebd264, #fff3bf);
	background-image:     -ms-linear-gradient(top, #ebd264, #fff3bf);
	background-image:      -o-linear-gradient(top, #ebd264, #fff3bf);
	background-image:         linear-gradient(to bottom, #ebd264, #fff3bf);
}

#upcomingGrants, .grantLink {
    text-decoration: underline;
    margin: 0 0 15px;
    font-size: 15px;
    text-align: center;
    width: 89%;
    padding: 10px;
    background-color: #F8D99F;
    border-radius: 5px;
    cursor: pointer;
}

div#partners {
    float: left;
    margin: 0 0 20px;
    width: 100%;
}
div#partners h3 {
    font-size: 15px;
    border-bottom: 1px dotted #999;
    padding-bottom: 0px;
    line-height: 13px;
    margin-top: 25px;
}
div#partners img {
    position: relative;
    margin: 0 auto 20px;
    display: block;
}
div#commonAppTesters {
    margin: 0 0 11px;
    font-weight: bold;
}
