/***/
/* NEFL Veterans pages common */
/***/

#columnLeft {
	float: left;
	width: 920px;
	padding: 30px;
}

.partner {
	margin: 20px 0;
	border-bottom: 1px dotted #000;
	padding-bottom: 4px;
	font-size: 18px;
}

#columnRight {
	padding: 25px;
	width: 330px;	
}

.plainTextWidget h2 {
	margin-top: 0;
}

img#mapImg {
	cursor:pointer;
	border:3px solid #FFF;
}

img#mapImg:hover {
	cursor:pointer;
	border:3px solid #185bad;
}

#columnLeft .plainTextWidget img {
	margin: 10px 10px -12px 0;
}

h3{
    clear : both;
    border-bottom : 1px dotted #CCCCCC;
}

#communityLinks {
    background-color: #CCCCCC;
    width : 900px;
    height : 300px;
    padding : 10px;
}

.col1, .col2 {
    width: 40%;
    float: left;
    min-height: 135px;
    margin: 14px 10% 3px 0;
}
input#searchByName {
    float: right;
}
input.keywords {
    width: 94%;
    padding: 6px 2%;
    font-size: 15px;
}
input#exploreMap {
    cursor: pointer;
    font-size: 19px;
    font-weight: bold;
    padding: 22px 16px;
    margin: 0 9%;
    position: relative;
    width: 82%;
    border: 1px solid #999;
    border-radius: 7px;
    background:url('/communityplatform/public/images/community/nefl/seniors/exploreMapBg.png') no-repeat center center;
    text-shadow: 0px 0px 11px #FFF;
    -moz-text-shadow: 0px 0px 11px #FFF;
    -webkit-text-shadow: 0px 0px 11px #FFF;
    -o-text-shadow: 0px 0px 11px #FFF;
}
input#exploreMap:hover {
    box-shadow: 2px 2px 8px -2px #666;
    -moz-box-shadow: 2px 2px 8px -2px #666;
    -webkit-box-shadow: 2px 2px 8px -2px #666;
    -o-box-shadow: 2px 2px 8px -2px #666;
}
