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

#slide1{
	background: url(../images/Illustration_Header.jpg)50% 0 no-repeat fixed;
	color: #fff;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-size: cover;
}
#slide2, #slide4, #slide6, #slide8, #slide10, #slide12{
	background-color: #fff;
	color: #333333;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	padding: 0 0;
}
#slide3{
	background: url(../images/AP_090928044636.jpg) 50% 0 no-repeat fixed;
	height: 550px;
	padding: 0;
	background-size: cover;
}
#slide5{
	background: url("../images/Quote_BG.jpg") 50% 0 no-repeat fixed;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
	background-position: center center;
}
#slide7{
	background: url(../images/Graphs_BG.jpg) 50% 0 no-repeat fixed;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
	/*background-position: left 100px;*/
}
#slide9{
	background: url("../images/AP_16126635449744.jpg") 50% 0 no-repeat fixed;
	height: 550px;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
}
#slide11{
	background: url(../images/Quote_BG.jpg) 50% 0 no-repeat fixed;
	height: auto;
	min-height: 200px;
	margin: 0 auto;
	padding: 0;
	background-size: cover;
	background-position: center center;
}


@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) {
	#slide1, #slide3, #slide5, #slide7, #slide9, #slide11 {
		background-attachment: scroll;
	}
}
