a.plain:link
{ color: #333; text-decoration: none }
a.plain:active
{ color: #333; text-decoration: none }
a.plain:visited
{ color: #333; text-decoration: none }
a.plain:hover
{ color: #333; text-decoration: none }

.status-bar {
    height: 60px;
}
.pagefill {
    width:100%;
}
.about-icon {
    float: left;
    margin-right: 12px;
}

.headlogo {

	width:45px;
	height:45px;
	margin-top:-11px;
}
h3,h1,h4,h5 {
	color:#2284D5;
}
.marquee-view {
background-color: rgb(135, 137, 71);
   
    color: #071e61;
    font-size: 1.3em;
}
.ppnav ul {
	margin: 0px auto;
}
.logocaption{
	color: #2284D5;
    margin-top: -35px;
    margin-left: 48px;
    font-size: 1.4em;
    font-weight: bold;
}
div.guide {margin:12px 24px;}
div.guide span {color:#ff0000; font:italic 14px Arial, Helvetica, sans-serif;}
div.guide p {color:#000000; font:14px Arial, Helvetica, sans-serif;}
div.guide pre {color:#990000;}
div.guide p.title {color:#df501f; font:18px Arial, Helvetica, sans-serif;}
.carousel-caption {
	background-color:rgba(31, 64, 113, 0.64);

}
.slide-caption{
	
    text-shadow: none;
    width: 80%;
    margin-left: 13%;
    text-align: center;
}
.navbar-inverse {
	background-color: rgba(255,255,255,0.7);
	border-color: #639fd0;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
	background-color: #639fd0;
}
.navbar-inverse .navbar-nav>li>a {
	color:#000000;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color:#639fd0;
}
.navbar-toggle{
	background-color: #639fd0;
}

.img-center {
    margin: 0 auto;
}
.services-block {
	margin-top:30px;
}

.about-page .top-banner .banner-image {
    background: rgba(255, 132, 43, 0.71);
}
.top-banner .banner-image .caption {
    position: absolute;
    top: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 80px;
    left: 0px;
    right: 0px;
    color: white;
}
.top-banner .banner-image .caption .info .highlight span {
    padding: 10px 20px;
    display: inline-block;
    background: #929532;
   
}
.infos {
        margin-top:10%;
}
.about-block, .service-block, .contact-block{
    margin: 3%;
}

.team-block, .description-block {
     margin: 2%;
    background-color: whitesmoke;
}
big.desc {
    color:#69490d;
    font-weight: bold;
}
.desc h4 {
	text-align:center;
}
.formmsg {
    padding: 20px;
    margin: 16px;
    -webkit-box-shadow: 0px 8px 7px 7px #EFEFEF;
    -moz-box-shadow: 0px 8px 7px 7px #EFEFEF;
    box-shadow: 0px 8px 7px 7px #EFEFEF;
    margin-top: -12%;
    height: 400px;
    background: white;
}

.btn:hover {
    background: #4F5458;
    color: white;
}
.btn {
    color: white;
    background-color: #DEDC38;
    box-shadow: 0px 4px 0px 0px #2BA25F;
    border-radius: 2px;
}
.submitbtn {
    margin-left: 40%;
}
footer {
    margin-top: 0px;
}
footer .footer-menu {
    background-color: #2f2f1c;
    color: white;
    padding: 10px 0px;
    height: 75px;
}
footer .footer-about, footer .footer-menu, footer .footer-copyright {
    width: 100%;

}
footer .footer-menu .menu-item span {
    display: inline-block;
    padding: 10px;
    color: white;
}
footer .footer-copyright {
    background-color: #080808;
    color: #DEDC38;
    text-align: center;
    padding: 5px;
}
@media only screen and (max-width: 800px) {
.formmsg {
    margin-top: 0%;
}
}