.olr-heading {
    margin-top: 20px;
    margin-bottom: 10px;
}

.olr-logo {
    padding: 20px 0px 5px 0;
    display: inline-block;
}

.olr-heading .olr-search-btn {
    width: 200px;
    height: 25px;
    background-color: #FFFF99;
    padding-top: 5px; 
    border: 1px solid blue; 
    border-radius: 5px; 
    color: #000000; 
    margin: 0 auto 10px auto;
    text-transform: uppercase;
}

.olr-heading .olr-search-btn:hover {
    background-color: #ffe799;
}

.olr-heading .olr-search-btn .fa {
    margin: 0 5px;
}

.olr-nav-large {
    font-size:20px;
	border-top: 3px solid #404144;
    border-bottom: 3px solid #404144;
    padding: 15px 0;
    margin: 0 0 20px 0;
}

.olr-nav-large li {
    font-family:georgia, palatino, "book antiqua", "palatino linotype", serif;
	margin-right: 15px;
	display: inline-block;
}

.olr-nav-large li a {
    padding: 10px 15px 7px;
}

.olr-nav-large li a:hover {
    color: #737373;
    background-color: #EEE;
}

.olr-nav-large .iss-cnf a, 
.olr-nav-large .sbmt-rq a {
    padding: 10px 15px 7px 15px;
    background-color: #658ca4;
    color: #fff;
    border: #C4C4C4;
    border-radius: 3px;
    box-shadow: inset 0 -3px 0 0 rgba(0, 0, 0, 0.15);
    transition-property: background-color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
}

.olr-nav-large .iss-cnf a:active, 
.olr-nav-large .sbmt-rq a:active {
    padding: 9px 14px 6px 14px;
}

.olr-nav-large .iss-cnf a {
    background-color: #658ca4;
}
.olr-nav-large .iss-cnf a:hover {
    background-color: #536e7e;
    color: #ffffff;
}

.olr-nav-large .sbmt-rq a {
    background-color: #B90000; 
}
.olr-nav-large .sbmt-rq a:hover {
    background-color: #920404; 
    color: #ffffff;
    
}

.olrhead {
	font-family: Tahoma, tahoma-w01-regular, tahoma-w02-regular, tahoma-w10-regular, tahoma-w15--regular, tahoma-w99-regular, sans-serif;
	color: #404144;
}

.h1olr {
	color:#404144;
	display:inline;
	font-family:Signika, sans-serif;
	font-size:26px;	
}

.olrbutton {
	background-color: #002E5D;
    color: #fff;
	font-size: 35px ;
	font-family: georgia, palatino, "book antiqua", "palatino linotype", serif ;
	width: 100% ;
	padding: 0 ;
	margin: 0 ;
	padding-bottom: 5px ;
	margin-bottom: 5px ;
	padding-left: 5px ;
	padding-right: 5px ;
}
.olrbutton:hover, .olrbutton:focus {
    color: #fff;
    background-color: #002E5D;
    opacity: 0.6;
}

.olrline {
	border-bottom: 3px solid;
	color:#404144;
	height:5px;
}
.accordion, .accordion  a {
	border-radius: 12px ;
	margin-bottom: 2px ;
}

.smallbutton {
	background-color:#B90000;
	font-size:18px;
	font-family:georgia, palatino, "book antiqua", "palatino linotype", serif;
    display:inline-block ;
}

.labeltext {
	font-size:24px;
	display:inline;
}

.text {
	width:550px;
	height:40px;
	float:right;
	margin-bottom:10px;
}

.textbox {
	width:550px;
	float:right;
	margin-bottom:10px;
}

.olr-footer {
    padding: 12px 0;
    background: #b3c3e1;
    border-top: #224488 medium solid;
    border-left:#224488 thin solid;
    border-right:#224488 thin solid;
    box-shadow: 0px 0px 3px 5px rgba(119, 119, 119, 0.21);
    -moz-box-shadow: 0px 0px 3px 5px rgba(119, 119, 119, 0.21);
    -webkit-box-shadow: 0px 0px 3px 5px rgba(119, 119, 119, 0.21);
}

.olr-footer .sitemap {
    font-size: smaller;
    padding-bottom: 10px;
}
.olr-footer .olr-footer-title {
    color: #224488;
    font-size: 1.25em;
    font-family: 'Marcellus SC', 'trajan pro', 'Times New Roman', serif;
    font-weight: bold;
}
.olr-footer-tel {
    color: #224488;
}
.olr-footer .sitemap a:hover {
    background: #CAD5EA;
}