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

body {
	background-attachment: fixed;
	background-clip: border-box;
	background-color: rgba(0, 0, 0, 0);
	background-image: url(../images/PageProperties/PgBkg.jpg);
	background-origin: padding-box;
	background-position: 50% 0;
	background-repeat: no-repeat;
	background-size: cover !important;
	position: relative;
	font-family: Verdana, sans-serif, "Trebuchet MS";
}

h1, h2, h3, h4 {
	color: #2D4695;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-top: 0px;
	font-weight: bold;
}
.green {
	color: #36773D;	
}

.hr2 {
	margin-left: auto;
	margin-right: auto;
	height: 2px;
	background-color: #36773D;
	color: #36773D;
	border: 0 none;
	width: 95%;
}

/*blockquote {
	background: #DDE3F4;
	border-left: 10px solid #2D4695;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
  color: #2D4695;
  content: open-quote;
  font-size: 4em;
  line-height: 0.1em;
  margin-right: 0.25em;
  vertical-align: -0.4em;
}
blockquote:after {
  color: #2D4695;
  content: close-quote;
  font-size: 4em;
  /*line-height: 0.1em;*/
  /*margin-left: 0.25em;*/
  /*vertical-align: 0.4em;
}*/
blockquote p {
  display: inline;
  color: #2D4695;
  margin-bottom:0px;
}


.even {
	/*display: block;*/
	background-color: #DDE3F4;
	/*padding-left: 3px;*/
	/*margin-bottom: 0px;*/
}

.marginBottomTen {
	margin-bottom: 10px;
}
#acpfoot a {
	color: #FFFFFF;
}





@media (min-width: 320px) and (max-width: 767px) {
	.row .col-sm-7 .col-sm-6 .img-responsive {
	margin-bottom: 10px;
}
}





@media (min-width: 320px) and (max-width: 767px) {
  #fadeshow4 {
	margin-top: -100px;
	margin-bottom: -80px;  
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  #fadeshow4 {
	margin-top: -50px;
	margin-bottom: -30px;    
  }
}

.nopad {
	padding-right: 0px;
  padding-left: 0px;
}

#extralink	a, #extralink	a:link, #extralink	a:visited, #extralink	a:hover, #extralink	a:active {
	text-decoration:none;
  color:#FFF;
	}
	
	#fbImage {
	float:right;
	margin-top:5px;
}
#acpfoot a {
  color: #fff;
  text-decoration: none;
}
#acpfoot a:hover,
#acpfoot a:focus {
  color: #337ab7;
  text-decoration: underline;
}

