@import "master.css";

.main_bg {
  background-color: #f4f4f4;
}

#menu {
  background-color: #3AAFA9;
}
#panel h1, #panel h2, #panel h3, #panel h4, #panel h5, #panel h6 {
  color: #2B7A78;
}
#panel a {
  color: #3AAFA9;
}
#panel a.btn {
  color: white;
  background-color:#2B7A78;
}

#panel a.btn:hover {
  color: #eeeeee;
  background-color: #3AAFA9;
}
#panel a.btn.btn-alt {
  color: #583053;
  background-color: #ecf3fa;
}
#panel a.btn.btn-alt:hover {
  background-color: #583053;
}
#panel a.btn.btn-large-alt {
  color: #0f273f;
  background-color: #ecf3fa;
}
#panel a.btn.btn-large-alt:hover {
  background-color: #583053;
}

section#banners .sub-heading {
    text-align: left;
}
input[type="button"], input[type="submit"] {
    background: #025856;
}
input[type="button"]:hover, input[type="submit"]:hover {
    background: #0b1b21;
}
div#nav-main-inner li a:hover {
    background: #3AAFA9;
}
ul.nav-minor li {
    background: #2B7A78;
}

/*****footer css*****/
section#banners h1, section#banners h2, section#banners h3, section#banners h4, section#banners h5, section#banners h6 {
    color: #fff;
}
section#footer a{
  color: #fff;
}
section#banners .sub-heading {
    text-align: left;
	color: #fff;
}
section#banners {
    background: #2b7a78;
}