@font-face {
	font-family: 'PTSans';
	src: url(../fonts/PT_Sans-Web-Regular.ttf);
}
body {
	font-family: 'PTSans';
}
 .btn{
	display:block;
	outline:0px;
	width: 100%;
	padding: 10px 10px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: #00649f;
	border: 0px;
	border: 1px solid #02598c;
	text-align: center;
	margin: 13px 0px;
	text-decoration: none !IMPORTANT;
	-webkit-transition: background 0.2s ease;
	-moz-transition: background 0.2s ease;
	-o-transition: background 0.2s ease;
	transition: background 0.2s ease;
}
.btn1{
	/*background: #504745;*/
    background: #00649f;
	/*border: 1px solid #504745;*/
    border: 1px solid #02598c;
}
.btn:hover{
	/*background:#423937;*/
    background:#00649fd6;
}
#content h1{
    /*color: #887771;*/
    color: #405e9e;
    font-weight: bold;
}

#header{
    /*background: #fff;*/
    background-image: linear-gradient(to right, #00649f, #ffffff 35%);
}
#footer {
    background: #00649f;
}

#content .footnote {
	color: #405e9e;
}
#content .footnote:hover {
	color: #10278a;
}
#footer .copyright {
    color: #ffffff;
}

.org-name {
	margin: auto;
}
.org-name h1 {
	
	font-size: 24px;
	font-weight: bold;
	color: #00649f;
    text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0;
}
.form-mini {
	background: #fff;
    border-radius: 0px;
    border: 0px solid #524b48;
    box-shadow: -0.5px 1.9px 0 0 rgba(16, 43, 86, 0.1);

}
.form-mini .title {
	border-radius: 0px;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	background: linear-gradient(to right, #00649f -45%, #fff);
}

#menu_auth_true ul li a {
    color: #00649f;
    font-weight: bold;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
    text-decoration: none;
    border-bottom: 1px dashed;
    letter-spacing: 1px;
}
#header .box_login a{
    color: #00649f;
    font-weight: bold;
}

#header .box_login a:hover{
    color: #10278a;
}

#add-directions .directs .direct_wrap .direct_title {
	font-weight: bold;
	background: linear-gradient(to right, #00649f -45%, #6aafd8);
}

.form-mini .title .glyphicon {
    cursor: pointer;
    color: #00649f;
    text-decoration: none;
}
.login-title h3{
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	color: #00649f;
	font-size: 25px;
}
.login-title p{
	text-align: justify;
	font-size: 15px;

}
