/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=News+Cycle:400,700);

body {
	margin:0;
	padding:0;
	font-family: 'News Cycle', sans-serif;
	font-size:14px;
}

#container {
	position:relative;
	max-width:1200px;
	margin:auto;
}

#headermh {
    height: 60px;
    position: relative;
    width: 100%;
    background-color: rgba(0,90,137,1.00);
    top: -14px;
}

.headermh {
	max-width:1200px;
	margin:auto;
}

.custom_logo {
	text-align: right;
}

.nav li {
    padding: 0 15px;
    display: inline;
}

ul.nav.menu {
    list-style: none;
}

ul.unstyled {
    /* list-style: none; */
    display: none;
}

h2 {
    text-transform: uppercase;
    color: rgba(0,90,137,1.00);
}

div#footer {
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee;
    /* height: 57px; */
}

a {
    text-decoration: none;
    color: #005A89;
}

a:hover {
    color: #339DD4;
    text-decoration: underline;
}

div#mainbody {
    padding: 0 3%;
}

#login-form {
         -moz-border-radius: 5px;
         -webkit-border-radius: 5px;
         -khtml-border-radius: 5px;
         border-radius: 5px;
         background:#eee;
         border:1px solid #ccc;
         padding:5px;
         margin:0px 0px 10px 0px;
}
input#modlgn-username.input-small {
    margin-left: 8px;
}
input#modlgn-passwd.input-small {
    margin-left: 10px;
}
input:-webkit-autofill {
	background-color:white !important;
}
.sidebar li {
    display: block;
}

.sidebar {
    float: right;
    width: 25%;
}
.icons {
    display: none;
}
ul#misd {
    text-align: right;
  position: relative;
    z-index: 5;
}
ul#gtfe {
    text-align: right;
  position: relative;
    z-index: 5;
}






