@media screen and (min-width: 1001px) {
	/*
	//--------------------------------------------
	// LIVE
	//--------------------------------------------
	*/
	.LVheaderSlide0 {
		background:url('../images/backgrounds/header1.jpg') no-repeat center center fixed;
	}

	.LVheaderSlide1 {
		background:url('../images/backgrounds/dbg3.jpg') repeat fixed;
	}

	.LVBG_about {
		background:url('../images/backgrounds/aboutLV.svg') no-repeat center center fixed;
	}

	.LVBG_contact {
		background:url('../images/backgrounds/contactLV.jpg') no-repeat center center fixed;
	}

	.LVBG_media {
		background:url('../images/backgrounds/mediaLV.jpg') no-repeat center center fixed;
	}

	.LVBG_services {
		background:url('../images/backgrounds/servicesLV.jpg') no-repeat center center fixed;
	}

	.LVBG_subscribe {
		background:url('../images/backgrounds/subscribeLV.jpg') no-repeat center center fixed;
	}

	.LVBG_legal {
		background:url('../images/backgrounds/legalLV.jpg') no-repeat center center fixed;
	}

	/*
	//--------------------------------------------
	// TIER ONE
	//--------------------------------------------
	*/
	.TOBG_about {
		background:url('../images/backgrounds/aboutTO.jpg') no-repeat center center fixed;
	}

	.TOBG_civprep {
		background:url('../images/backgrounds/civprepTO.jpg') no-repeat center center fixed;
	}

	.TOBG_conceal {
		background:url('../images/backgrounds/concealTO.svg') no-repeat center center fixed;
	}

	.TOBG_contact {
		background:url('../images/backgrounds/contactTO.jpg') no-repeat center center fixed;
	}

	.TOBG_legal {
		background:url('../images/backgrounds/legalTO.jpg') no-repeat center center fixed;
	}

	.TOBG_leo {
		background:url('../images/backgrounds/leoTO.jpg') no-repeat center center fixed;
	}

	.TOBG_services {
		background:url('../images/backgrounds/civprepTO.jpg') no-repeat center center fixed;
	}

	.TOBG_subscribe {
		background:url('../images/backgrounds/subscribeTO.jpg') no-repeat center center fixed;
	}

	.allMyBG {
		position: relative;
		color: #000000;
		min-height: 100%;
		height: auto !important;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;	
		background-repeat: cover;
		background-attachment: fixed;
		background-position: center;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	.headerMyBG {
		position: relative;
		color: #000000;
		min-height: 100%;
		height: auto !important;
		background-size: cover;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;	
		background-repeat: cover;
		background-attachment: fixed;
		background-position: center;
		width: auto;
		margin: 0px;
		padding: 0px;
	}	
}

/*
//--------------------------------------------
// COMMON
//--------------------------------------------
*/
.darkBgImg {
	background:url('../images/backgrounds/grayOverlay.png') repeat fixed;
	height:100%;
	min-height: 100%;
	width: 100;
	position: relative;
	color: #000000;
	height: 100%;	
	background-size: repeat;
	-webkit-background-size: repeat;
	-moz-background-size: repeat;
	-o-background-size: repeat;	
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: center;
	width: auto;
	margin: 0px;
	padding: 0px;	
}

@media screen and (max-width: 1000px) {

	.LVheaderSlide0 {
		background:url('../images/backgrounds/header2.jpg') no-repeat center center fixed;
	}

	.LVheaderSlide1 {
		background:url('../images/backgrounds/dbg3.jpg') repeat top left;
	}	

	.LVBG_about {
		background-color: #333333;
	}

	.LVBG_contact {
		background-color: #333333;
	}

	.LVBG_media {
		background-color: #333333;
	}

	.LVBG_services {
		background-color: #333333;
	}

	.LVBG_subscribe {
		background-color: #333333;
	}

	.LVBG_legal {
		background-color: #333333;
	}

	/*
	//--------------------------------------------
	// TIER ONE
	//--------------------------------------------
	*/
	.TOBG_about {
		background-color: #333333;
	}

	.TOBG_civprep {
		background-color: #333333;
	}

	.TOBG_conceal {
		background-color: #333333;
	}

	.TOBG_contact {
		background-color: #333333;
	}

	.TOBG_legal {
		background-color: #333333;
	}

	.TOBG_leo {
		background-color: #333333;
	}

	.TOBG_services {
		background-color: #333333;
	}

	.TOBG_subscribe {
		background-color: #333333;
	}

	.allMyBG {
		position: relative;
		color: #000000;
		height: 100%;
		min-height: 100%;
		height: auto !important;
		background-size: repeat;
		-webkit-background-size: repeat;
		-moz-background-size: repeat;
		-o-background-size: repeat;	
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: center;
		width: auto;
		margin: 0px;
		padding: 0px;
	}

	.headerMyBG {
		position: relative;
		color: #000000;
		height: 100%;
		min-height: 1000px;
		height: auto !important;
		background-size: repeat;
		-webkit-background-size: repeat;
		-moz-background-size: repeat;
		-o-background-size: repeat;	
		background-repeat: repeat;
		background-attachment: scroll;
		background-position: top center;
		width: auto;
		margin: 0px;
		padding: 0px;
	}
}