@import url("resetStart.css");
@import url("global.css");
@import url("960.css?v=2015a");
@import url("text.css");
@import url("form.css");
@import url("menu.css");
@import url("colorbox.css");
@import url("jqueryUI.css");

body{
	background: url('../images/bgPattern.jpg') repeat;
}

/* Sticky Footer 
html, body, #container{
	height: 100%;
}
footer{
	bottom: 0px;
	position: absolute;
}
*/

#bodyContent{
	min-height: 600px;
}

/* Header */

header{
	background: #BD2925 url(/images/ieheader.png) repeat-x bottom left;
	background: -moz-linear-gradient(center top , #BD2925 5%, #821D19 100%);	
	background: -webkit-linear-gradient(top, #bd2925 5%,#821D19 100%);
	background: linear-gradient(#bd2925 5%,#821D19 100%);
	
	border-top: 1px solid #591311;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.4) inset;
	height: 93px;
	padding-top: 7px;
	width: 100%;
}
	#headerLogo{
		margin-left: 40px;
		margin-top: 10px;
		position: absolute;
		z-index: 999;
	}
	
	#headerLogo img {
		width: 140px;
		box-shadow:0px 1px 3px rgba(0,0,0, .6);
	}
	
	.homepage #headerLogo img{
		width: 140px;
		box-shadow:2px 2px 3px rgba(0,0,0, .6);
	}

	
	/* Secondary Navigation */
	.secondaryNav li{
		padding-left: 0px;
		padding-right: 0px;
	}

	#emergencyIcon{
		height: 100px;
	}


/* Main */
#contentHeader{
	/* margin-bottom: 20px; */
}
	
/* Footer */
footer{
	background: #BD2925;
	height: 120px;
	width: 100%;
	
	background: -moz-linear-gradient(top, #190008 5%, #bd2925 5%, #761a17 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(5%,#190008), color-stop(5%,#bd2925), color-stop(100%,#761a17)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #190008 5%,#bd2925 5%,#761a17 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #190008 5%,#bd2925 5%,#761a17 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #190008 5%,#bd2925 5%,#761a17 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bd2925', endColorstr='#761a17',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #190008 5%,#bd2925 5%,#761a17 100%); /* W3C */
}

#footerAddress{
	padding-top: 20px;
}
#footerLogo{
	margin: 10px 0 0 20px;
}
#footerConnect img{
	padding: 7px 2px;
}

#bugReport{
	display: none;	
}

/*new footer integrate into styles */
#footer {
	font-family: 'Rockwell','Arvo',"Courier New",Courier,serif;	
}

#footerLogo {
	min-height: 100px;	
}

#footerNav {
	position: relative;	
}

#footermap {
	width: 200px;
	display:block;
	position:absolute;
	top: -14px;
	left: -12px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#maptext {
	position: absolute;
	top: 30px;
	left: -15px;
	width: auto;
	padding: .5em 1em;
	background: rgba(0,0,0, .6);
	color: #fff;
	font-size: 1.2em;	
	text-shadow: 1px 1px 1px #000;
	display: none;
}

#footerLogo:hover #maptext {
	display: block;
	z-index:99998;
}

#footerLogo:hover #footermap {
	width: 250px;
	top:-45px;
	left: -35px;	
   -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index:99998;
}

#lowerfooter {
	text-align: left;	
	position: relative;
}

#lowerfooter a {
	color: #ccc;
	font-family: arial; 
	font-weight: 800; 
	text-transform: uppercase; 
	font-size: 0.8em;	
}

#passhelogo {
    position: absolute;
    right: 0px;
    top: -22px;
    width: auto;
	max-width:135px;
}

#militarylogo {
    margin-right: -10px;
    margin-top: 6px;
    max-width: 70px;
}

#bestvaluelogo {
	margin-left: 20px;
}

@media screen and (min-width: 1100px) {
	#bugReport{
		display: inherit;
		background: url('../images/feedBackButton.jpg') no-repeat;
		left:0px;
		cursor: pointer;
		margin-top: -75px;
		position:fixed;
		top:50%;
		width: 50px;
		height: 125px;
		z-index: 30;
		z-index: 9999;
	}
	
	#bugReportForm{
		margin-top: 20px;
	}
}

@media screen and (max-width: 961px) {
#militarylogo, #militarylink, #bestvaluelogo, #bestvaluelink, #passhelogo {
	display: none;	
}
#lowerfooter {
	text-align: center;	
}
}

/* Emergency */
#emergency{
	margin-bottom: 0; 
	border-radius: 0;
	padding: 20px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#9a6103));
	background: -moz-linear-gradient(top,  #faa51a,  #9a6103);
}
#emergencyContent {
	 width: 960px; 
	 margin: auto;
}
#emergencyContent h2 {
	padding-bottom: 10px;
	font-size: 200%;
}
#emergencyContent p {
	font-size: 125%;
}
#emergencyContent a {
	color: inherit;
}
#emergencyIcon{
	float: left;
	margin-right: 20px;
}


/* Content Wrapper */
#bodyContent{
	background: white;
	border-left: 1px solid #C6C6C6;
	border-right: 1px solid #C6C6C6;
	height: 100%;
	margin: auto;
	padding-top: 10px;
	width: 960px;
	padding-bottom: 20px;
}


/* BreadCrumbs */

	#breadcrumbs{
		margin-top: -15px;
		margin-bottom: 10px;
	}
	#breadCrumbsLeft li:after{
		content: '>';
		padding: 5px;
	}
	#breadCrumbsLeft li:last-child:after{
		content: '';
		padding: 0px;
	}
	#breadCrumbsLeft{
		float: left;
	}
	#breadCrumbsRight{
		float: right;
	}
	
	
/* Homepage */

	.homeContent{
		background: white;
		height: 100%;
	}
	
	.homeContent .mainColumn{
		height: 152px
	}
	.homeContent .mainColumnShort{
		height: 115px
	}
	
	#featuredStories p, #featuredStories img{
		padding: 10px;
	}
	#featuredStories img{
		padding-bottom: 0px;
	}
	#infoResources{
		margin-bottom: 20px;
	}
	
	#homeInfoList{
		color: white;
		list-style: none;
		font-family: 'Rockwell', Arial, sans-serif;
		font-size: 16px;
		margin-left: 0px !important;
		padding-left: 0px !important;
		
		background: #707070; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: -moz-radial-gradient(center, ellipse cover, #707070 0%, #3f3f3f 100%); /* FF3.6+ */
		background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,#707070), color-stop(100%,#3f3f3f)); /* Chrome,Safari4+ */
		background: -webkit-radial-gradient(center, ellipse cover, #707070 0%,#3f3f3f 100%); /* Chrome10+,Safari5.1+ */
		background: -o-radial-gradient(center, ellipse cover, #707070 0%,#3f3f3f 100%); /* Opera 12+ */
		background: -ms-radial-gradient(center, ellipse cover, #707070 0%,#3f3f3f 100%); /* IE10+ */
		background: radial-gradient(center, ellipse cover, #707070 0%,#3f3f3f 100%); /* W3C */
	}
	#homeInfoList li{
		border-bottom: 1px solid #3F3F3F;
		cursor: pointer;
		padding: 5px 8px;
	}
	#homeInfoList .lastItem{
		border-bottom: none;
	}
	
	#homeInfo .visitLink{
		border-top: #DDD 1px solid;
		width: 420px !important;
		padding-top: 5px;
	}
	
	.highlighted, .highlightedHover{
		background: #BD2925 !important;
	}

	.highlighted .featuredArrow, .highlightedHover .featuredArrow{
		content: '';
		width: 0px;
		height: 0px;
		border-top: 14px solid transparent;
		border-bottom: 16px solid transparent;
		border-left: 14px solid #BD2925;
		display: inline;
		position: absolute;
		
		margin-left: 212px;
		margin-top: -5px;
	}

	/*old*/
	/* Top */	
		
		.homeSidebar ul, .homeSidebar li{
			padding: 0px;
			margin: 0px;
			margin-left: 5px;
			list-style: none;
		}
		
		.homeSidebar ul ul{
			padding-left: 20px;
		}
		
		.homeSidebar a{
			color: white !important;
			display: block;
			padding-bottom: 0px;
		}
		
		#info{
			background: url(/redesign/images/infoBackground.jpg) #BD2925 no-repeat;
			height: 355px;
		}
		#homePageVideo{	
			margin-bottom: 20px;
		}
		
	/* Bottom */		
		/* Events */
			
			#eventsList, #eventsList li{
				list-style: none;
				margin-left: 0px;
				padding: 0px;
			}
			
			#eventsList li{
				border-bottom: 1px solid #AAAAAA;
				min-height: 90px;
				margin-top: 20px;
				margin-bottom: 20px;
			}
			
			#eventsList li:last-child{
				border-bottom: none;
				margin-bottom: 0px;
			}
			
			.eventIcon{
			
				background: #761a17; /* Old browsers */
				background: -moz-linear-gradient(top, #761a17 0%, #bd2a25 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#761a17), color-stop(100%,#bd2a25)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top, #761a17 0%,#bd2a25 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top, #761a17 0%,#bd2a25 100%); /* Opera11.10+ */
				background: -ms-linear-gradient(top, #761a17 0%,#bd2a25 100%); /* IE10+ */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#761a17', endColorstr='#bd2a25',GradientType=0 ); /* IE6-9 */
				background: linear-gradient(top, #761a17 0%,#bd2a25 100%); /* W3C */
				border: 1px solid black;
				color: white;
				float: left;
				margin-right: 10px;
				margint-top: 10px;
				padding: 2px;
				padding-top: 0px;
				text-align: center;
				width: 35px;	
				
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-khtml-border-radius:5px; /* make sure its proper */
				border-radius: 5px;
			}
			
			.eventIcon .day{
				background: white;
				color: black;
				display: block;
				line-height: 22px;
				margin: auto;
				margin-bottom: 2px;
				padding: 3px 3px;
				width: 25px;
				
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-khtml-border-radius:5px; /* make sure its proper */
				border-radius: 5px;
			}
						
			#eventsList p{
				line-height: 18px;
				margin-left: 60px;
				margin-top: 0px;
			}
			
			#eventsList p a{			
			}
			
		/* News */
			#newsList{
				list-style: none;
				margin-left: 0px;
				padding: 0px;
			}
			
			#newsList li{
				list-style: none;
				border-bottom: 1px solid #AAAAAA;
				margin-left: 0px;
				margin-bottom: 20px;
			}
			
			#newsList li:last-child{
				border-bottom: none;
			}
			
			#newsList .time{
				font-size: 11px;
				margin-top: -5px;
				margin-bottom: 10px;
			}
			
			#newsList li p{
			
			}
		
		
		#viewMore{
			text-align: center;
		}
		
		/* Advertising */
		#advertising{
			padding-top: 8px;		
		}
		#advertising img{
			margin-bottom: 30px;	
			margin-top: 5px;		
		}
		

	.gatewayWrapper h2{
		padding: 0px 0px 5px 0px;
	}
	.gatewayWrapper h2 p{
		margin-bottom: 0px !important;
		line-height:24px;
	}
	.gatewayWrapper ul{
		margin-left: 0px !important;
		padding: 0px !important;
	}
	.gatewayWrapper img{
		margin-bottom: 0px !important;
	}

	.arrows_template .grid_12{
		margin-bottom: 15px;	
	}

	.arrows_template h4{
		border-bottom: 2px solid #BD2925;
		margin-bottom: 10px;
		padding-bottom: 2px;
	}
	
	.arrows_template .arrow{
		padding-top: 7px;
	}
	
	/* Landing Page */
	.gateway{
		display: block;
		list-style: none;
		margin: 0px;
		padding: 0px !important;
	}
		
	.gateway li{
		border-bottom: 1px solid #AAAAAA;
		height: 130px;
		margin-bottom: 20px;
		margin-left: 0px !important;
		list-style: none !important;
	}
	.gateway li:last-child{
		border-bottom: none;
	}
	
	.gateway li li{
		border-bottom: none;
		height: 100%;
		list-style: disc !important;
		margin: 0px;
		padding: 0px;
	}
	.gateway li ul{	
		margin: 0px;
		padding: 0px !important;
	}
	
	.gateway li img{
		margin-right: 10px;
	}
	
	.gatewayContent{
		float: left;
		width: 370px;
	}
	
	.gatewayContent h2{
		margin-bottom: 0px;
		margin-top: 5px;
	}
	
	.gatewayList{
		float: right;
		width: 170px;
	}
	
	/* Left Internal */
	#leftContent{
		margin-top: 65px;
		min-height: 400px;
	}
	.noLeftNavTopMargin{
		margin-top: 0px !important;
	}


/* Search */
.gsc-thinWrapper {
	width: 100% !important;
}

/* tables */
table.tablesorter, table.nice {
	background-color: #FFF;
	margin:10px 0pt 15px;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th, table.nice thead tr th, table.nice tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	padding: 4px;
}
table.tablesorter thead tr .header, table.nice thead tr .header {
	background-image: url(/redesign/images/tableSort/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.tablesorter tbody td, table.nice tbody td {
	color: #3D3D3D;
	padding: 4px;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td, table.nice tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp, table.nice thead tr .headerSortUp {
	background-image: url(/redesign/images/tableSort/asc.gif);
}
table.tablesorter thead tr .headerSortDown, table.nice thead tr .headerSortDown {
	background-image: url(/redesign/images/tableSort/desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp, table.nice thead tr .headerSortDown, table.nice thead tr .headerSortUp {
background-color: #8dbdd8;
}
.imageright {
	padding-left: 15px;
	float: right;
	margin-right: 15px;
}

/*new homepage CSS 5-2013 */
.boxthree {
	background: #fff;
	min-height:200px;
	height: 340px !important;
    overflow: hidden;
	position:relative;
}

#homethree {
	padding: 10px 0px 15px;
}

#homethree .grid_5 {
	margin-right: 20px;
    width: 300px;
}

#homethree .grid_5.lastone {
	margin-right: 0px;
}
#homethree h3, #homeInfo2 h2 {
  color: #BD2925;
    font-family: 'Rockwell','Arvo',"Courier New",Courier,serif;
    font-size: 24px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000000;
}
.paddbox {
	padding: 15px;
	position:relative;
}

.boxthree .featured-stories .homeContent {
	clear: both;
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 1em;
	line-height:1.3em;
	color: #666;
	border-bottom: 1px solid #eee;
	min-height: 70px;
}

.boxthree .featured-stories .homeContent p {
	font-size: .9em;
	line-height:1.5em;
	color: #333;
	font-weight:600;
}

.boxthree .insider-featured-image {
	width: 65px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-top: 3px;
	float: left;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.45);
	padding: 3px;
	background: #fff;
}

.featured-stories p .insider-featured-url {
	font-size: .95em;
	color: #BD2925;
	display: block;
	text-align: right;
    letter-spacing: -1px;
    text-transform: lowercase;
	font-weight:700;
}

.insider-p {
    padding-top: 3px;
}

.featured-stories section {
	width: 100%;	
}

.anevent {
	padding-bottom:15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #eee;
	clear: both;
	color: #BD2925;
	font-weight:bold;
}	

.anevent a {
	color: #BD2925;
	font-size: 0.9em;
	line-height:1.5em;
}

.date {
	float: left;
	width: 54px;
	padding: 3px;
	background:#fff;
	margin-right: 15px;
}

.date h4 {
	text-align: center;
	background: #BD2925;
	color: #fff;
	font-size: .8em;
	font-weight: bold;
	padding: 3px 0px;	
}

.date div {
	font-size: 1.8em;
	color: #666;
	font-family: 'Rockwell','Arvo',"Courier New",Courier,serif;
	text-align:center;
	font-weight: 400;
	padding: 5px 0px;	
}
.date-details {
	color: #666666;
    font-size: 0.8em;
    font-style: italic;
    font-weight: normal;	
	line-height: 1.3em;
}
.date-details span {
	font-weight: 700;
	color: #333;	
}

/*for testing by john */
.twitterimage {
	float: left;
    margin-bottom: 5px;
    margin-right: 8px;
    margin-top: 0px;
    width: 38px;
}

.socialbox {
	font-family: 'Rockwell','Arvo',"Courier New",Courier,serif;
}

.socialbox h4 {
	color: #ccc;
	font-weight: 700;
	font-size: 1.8em;
	padding-top: 2px;
}

.socialbox h4 a {
	color: #BD2925;	
}

.socialbox p {
    color: #333333;
    font-size: 1.8em;
    line-height: 1.3em;
    padding: 25px 10px 15px;
}

.socialbox p.smaller {
	font-size: 1.6em;	
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.socialbox p.smaller {
	font-size: 1.49em;	
	}
}

.socialbox p a {
	color: #BD2925;	
}

.twitter-date {
	color: #CCCCCC;
    font-size: 0.9em;
    font-style: italic;
    padding: 0 10px 0px 0px;
	display:inline-block;
}

.twitter-reply {
	color: #ccc;
	font-size: 1.2em;
	font-style: normal;
	position:absolute;
	bottom: 20px;
	right: 15px;
	font-weight:600;
}



#infoResources .textRight a {
    font-weight: 600;
	font-size: 1.2em;
	text-transform:lowercase;
}

.twitter-reply a {
	color: #BD2925;	
	padding-left: 18px;
	background:transparent;
}

.twitter-reply span {
	font-style: normal;	
}

#homeInfo .homeContent .visitLink {
    width: 95% !important;
}

#homeInfo iframe {
	margin-top: 10px;	
}

#happeningsUL li {
	background: #fff;	
}

#happeningsUL li img {
	margin: 0 auto;	
	display: block;
}

.no-bottom-border {
	border-bottom: 0px solid transparent !important;	
}

.grid_4 img {
	max-width: 220px;	
}

.imshadow {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);	
}

.firstLevelBulletsHide, #showParentsFamily p {
	line-height: 1.42em;	
}

#happeningsUL li.homehap {
	background: #fff685;	
}

@import url("resetFinish.css");
