/*css line*/
/*css line*/
/* */
body {
  background-color: #e9e9e9;
/*	background-image: url('bg.jpeg'); /* perhaps this should be brought in from the database */
	background-attachment: fixed;
	background-position: 0 0;
	background-repeat: repeat;
}
.h1, h1 {
		color:#2b70b8;
font-size: 32px;
	}
	.h2, h2 {
		color:#7ebb2d;
font-size: 24px;
font-weight:normal;
	}
	.h3, h3 {
		color:#ea611f;
font-size: 18px;
	}
div.container {
	overflow-x: hidden;
	background-color: white;
}
#menu_centered {
	background: #2b70b8;
	border-bottom:1px solid black;
	}
	.menu-background .container {background-color:transparent;}
	.logo {max-width:100%;position: absolute;
    overflow: visible;
    z-index: 2000;}
	.logo img {max-width:100%;}
	div#footer_4_column_include.container {background-color:#f6f6f6;}
	div#h2.h2-background {
		    padding: 20px 0 28px;
			background:#2b70b8;
	}
	#h2 a:link {color:#ffffff;}
	#h2 a:visited {color:#ffffff;}
	#h2 h2 {color:#ffffff;}
	#h2 a:hover {color:#c7fc7f;}
	#h2 p {font-size:16px;}
	#h2 .vertalign {float:none;display:inline-block;vertical-align:middle;}
	.h3, h3 {color:#ea611f;}
	.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent; 
	color:black;
}
	

@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

}

@media screen and (min-width: 768px) {

}

@media (max-width: 767px) {

}

@media (min-width: 768px) and (max-width: 991px) {

}

@media (min-width: 992px) and (max-width: 1199px) {

}

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

}

@media screen and (-webkit-min-device-pixel-ratio: 0) {

}

@media (max-device-width: 480px) and (orientation: landscape) {

}

@media all and (transform-3d), (-webkit-transform-3d) {

}

@media print {

}
