@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Lato);
html { min-height:100%; }

body {
	margin-top:20px;
	margin-bottom:20px;
	min-height: 100%;
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #000000;
	background-attachment: fixed;
	background-image: url(bgpeach.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.overall {
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
}
.overall_inside {
	height: auto;
	width: 900px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	position: relative;
	background-color: #FFF;
	border-radius: 10px;
}

.navholder {
	background-color: #018a60;
}
#custom-bootstrap-menu.navbar-default .navbar-brand {
    color: rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default {
    font-size: 15px;
    background-color: rgba(1, 138, 96, 1);
    border-width: 0px;
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 138, 96, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>li>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 138, 96, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:hover,
#custom-bootstrap-menu.navbar-default .navbar-nav>.active>a:focus {
    color: rgba(255, 255, 255, 1);
    background-color: rgba(1, 138, 96, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle {
    border-color: #018a60;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus {
        color: rgba(255, 255, 255, 1);
background-color: #018a60;
}
#custom-bootstrap-menu.navbar-default .navbar-toggle .icon-bar {
        color: rgba(255, 255, 255, 1);
background-color:  rgba(255, 255, 255, 1);
}
#custom-bootstrap-menu.navbar-default .navbar-toggle:hover .icon-bar,
#custom-bootstrap-menu.navbar-default .navbar-toggle:focus .icon-bar {
        color: rgba(255, 255, 255, 1);
background-color:  rgba(255, 255, 255, 1);
}
.whitebg {
	background-color: white;
}
.whitebgtop {
	background-color: white;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}
.whitebgbottom {
	background-color: white;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.peachbg {
	background-color:#ffdab9;
}
a {
	color: #0C0AA1;
	text-decoration:none;
}