@import url(https://fonts.googleapis.com/css?family=Roboto:400,400italic,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic);

body {
	height: 100%;
	margin:0;
	font-family: 'Roboto', sans-serif;
	box-sizing: border-box;
	background-color: #f4f4f4;
}

html {
    height: 100%;
    margin: 0;
}
div {
	box-sizing: border-box;
}

a { 
	color:#000000;
	text-decoration: none;
}
.navarrow {
	width:40px;
	vertical-align: middle;
	padding:0 2px 2px 1px;
}

.header-box {
    position: relative;
    width: 100%;
    /*background-color: #262421;*/
    background-color: #201e1f;
	clear:both;
}
.inner-container {
	min-height: 100px;
    position: relative;
    max-width: 1024px;
    margin: 0 auto;
    vertical-align: middle;
}

.osglogodiv {
	display: inline-block;
    margin: 30px 0 0 18px;
    height: 50px;
    z-index: 500;
    vertical-align: middle;
}
.osglogodiv img {
	width:200px;
	margin: auto;
}
.osglogodiv img.flsplogo {
	width:180px;
	margin-top: -20px;
}

.mountaindiv {
	position:absolute;
    right: 20px;
    bottom: 0px;
    z-index: 100;
}
.mountaindiv img {
    width: 230px;
}
@media only screen and (max-width: 500px) {
	.mountaindiv {
		right: 10px;
	}
    .mountaindiv img {
        width: 180px;
    }
	.osglogodiv img {
        width: 180px;
    }
 	.osglogodiv img.flsplogo {
        width: 150px;
        margin-top: -6px;
    }   
}

.err {
	padding:20px;
	border-radius: 5px;
	background-color: #d6d4ce;
	margin: 8px 0px;
}
#contentwrap {
	max-width: 980px; 
	margin:0px auto;
	padding:12px;
}

.helpsrc {
	margin:20px 0px 10px 0px;
	padding-bottom: 2px;
	border-bottom: 1px solid #bcbcbc;
	border-bottom: 1px solid #dc592b;
	line-height: 1.6em;
}
.contentp {
	line-height: 1.7em;
}

.lineunder {
	border-bottom: 1px solid #dc592b;
}

.contentp {
	margin:10px 12px;
}

.topbanner {
	margin: 0px;
	height: 186px;
	overflow: hidden;
}

.icon-right.circled, .icon-left.circled {
    font-size: 21px;
    font-weight: normal;
    padding: 4px 11px;
    position: relative;
    left: 0;
    color:#dc592b;
}
.icon-right.circled:after, .icon-left.circled:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid #dc592b;
    border-radius: 50%;
    left: 9px;
    top: -2px;
}

ul {
	margin: 0px;
	padding: 0px;
}
li {
	margin: 0.5em 1em;
	padding: 0em;
	line-height: 1.5em;

}

#popmsg {
	z-index:9999;
	position:absolute;
	right:20px;
	top:20px;
	width:50%;
	min-width:280px;
	min-height:120px;
	background-color:#ffffff;
}
.popmsgmsg {
	margin:16px;
}

@media only screen and (max-width: 500px) {

	.popmsgmsg {
		margin:10px;
	}

}

