﻿@charset "UTF-8";
/* CSS Document */

body{
	background-color: #efefef;
}
#myModal{
	display: none;
}
.modal {
	top: 50px;
	width: 80%;
	margin: 0 0 0 -40%;
}

.modal h1{
	margin-bottom: 0px;
}

#bgCapton{
position: absolute;
z-index: 10;
font-size: 12px;
color: #fff;
top: 0px;
left: 10px;
opacity: .8;
}
#backgroundBanner{
	background-image: url(../img/fieldHPImage.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
	position: absolute;
	z-index: 5;
	width: 100%;
	height: 450px;
	overflow: hidden;
	top: -30px;
	
}

.content{
	margin-top: 280px;
	background-color: #fff;
	padding-bottom: 3em;
}


.footer{
	margin-top: 0em;
}



/* ==============  FEATURE BOX STYLES  ==============*/

.evenHeight {
  overflow:hidden;
}

.feature{
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	
	/*Add to make columns even in height (see .evenHeight style)*/
	padding-bottom: 1000px; 
	margin-bottom: -1000px;	}

.left{
	background-color: #773119;	
}

.center{
	background-color: #004B85;		
}

.right{
	background-color: #845E28;	
}

.feature h2{
	text-align: center;	
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	color: #fff;
	font-size: 1.1em;
	margin-top: .5em;
	margin-bottom: .5em;
	}

/* ==============  BOOK CALL OUT STYLES  ==============*/

.bookCallOut{
	-webkit-border-radius: 8px;	
	-moz-border-radius: 8px;	
	border-radius: 8px;	
	background-color: #efefef;
	height: 170px;
	width: 95%;
	margin-top: 2em;
	margin-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
	padding: 20px;
}

.bookCallOut h2{
	margin-top: 0em;
}

/* ==============  NEWS STYLES  ==============*/

.sfnewsListItem a {color: #fff; text-decoration: none; cursor: pointer!important;}
.sfnewsListItem a:Hover {color: #ccc; text-decoration: none;}
.sfnewsListItem a:Visited {color: #fff; text-decoration: none;}
.sfnewsListItem a:Visited:Hover {color: #ccc; text-decoration: none;}

.sfnewsListItem{
	margin-top: 0em;
	padding: .7em;
	margin-left: .75em;
	margin-right: .75em;	
	margin-bottom: .75em;
	min-height: 74px;
}
.left .sfnewsListItem{
	background-color: #864731;
}
.left .sfnewsListItem:hover{
	background-color: #864731;
}
.center .sfnewsListItem{
	background-color: #2e5585;
}
.center .sfnewsListItem:hover{
	background-color: #2e5585;
}
.right .sfnewsListItem{
	background-color: #916f40;
}
.right .sfnewsListItem:hover{
	background-color: #916f40;
}

.sfnewsListItem .sfnewsTitle{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	font-size: 1.2em;	
	border: none;
	color: #fff;
	text-align: left;
	margin: 0em;
	padding-bottom: 8px;
}

.sfnewsFullStory,
.sfnewsMetaInfo{
	font-size: .85em!important;	
	color: #fff;
}





.headline h1{
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	text-align: center;
	color: #004B85;
	font-size: 1.7em;
	line-height: 1.25em;
	padding-left: 2em;
	padding-right: 2em;
	padding-top: 1em;
	padding-bottom: 1.5em;
	margin-bottom: 0em;
}

.subFeature{
	min-height: 200px;
}
.subFeature h2,
.subFeature p{
	padding-right: .5em;
	padding-left: .5em;
}
.subFeature h2{
	font-size: 1.2em;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400; 
	text-align: center;	
	margin-bottom: 0px;
	margin-top: 0em;
}
.subFeature p{
	text-align: center;
	font-size: 1em;
	font-color: #666;
	margin-top: 0px;
	margin-bottom: 0px;
}


.vertRule{
	background-image: url(../img/vertRule.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 200px;
	width: 1px;
	float: left;
	margin-top: -200px;
	margin-left: 229px;
	}
	
.vertRule2{
	background-image: url(../img/vertRule.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 200px;
	width: 1px;
	float: left;
	margin-top: -200px;
	margin-left: 469px;
	}
	
.vertRule3{
	background-image: url(../img/vertRule.gif);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	height: 200px;
	width: 1px;
	float: left;
	margin-top: -200px;
	margin-left: 709px;
	}	
	
.sfsearchTxt{
	margin-left: 0em;
}

/*CMS OVERRIDES*/
#sfPageContainer #backgroundBanner{
	display: none;
}
	