
@font-face {
    font-family: 'OptumSans-Bold';
    src: url('fonts/OptumSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'OptumSans-Regular';
    src: url('fonts/OptumSans-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

body {
    font: 80% 'OptumSans-Regular', sans-serif;
    font-family: 'OptumSans-Regular', sans-serif;
    background: #FAFAFA;
    margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
    padding: 0;
    text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the .container selector */
    color: #000000;
}

h1, h2, h3, h4, p, ul, li, dl, dd, dt {
	margin: 0;
	padding: 0;
}

[type=text]
{
    font-family: 'OptumSans-Regular', sans-serif;
}

.container { 
	width: 925px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0; /* the auto margins (in conjunction with a width) center the page */
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding: 0;
	min-height: 650px;
}

#header {
    display: block;
    margin: 0;
    padding: 0;
    height: 140px;
    position: relative;
} 

#content {
	display: block;
	min-height: 420px; 
	position: relative;
}

#main {
	display: inline;
	float: left;
	clear: right;
	width: 500px;
	margin: 0 0 0 30px;
	position: relative;
}

#footer {
    margin: 30px 0 0 30px;
    padding: 0; /* this padding matches the left alignment of the elements in the divs that appear above it. */
    width: 880px;
    height: 60px;
    border-top: 5px solid #002677;
    position: relative;
    border-radius: 5px;
} 

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.loginNotice {
    font-family: 'OptumSans-Regular', sans-serif;
    font-size: 14px;
    background: white;
    color: #4B4D4F;
    border: 2px #002677 solid;
    border-radius: 5px;
    margin: 30px 30px 0 30px;
    padding: 15px;    
    vertical-align: middle;
  /*box-shadow: 0 0 5px #929496;
    font-weight: bold;*/
}

#mainlogo {
    display: block;
    width: 250px;
    height: 60px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 40px;
    left: 38px;
}

#mainlogo a {
    display: block;
    width: 310px;
    height: 80px;
    margin: 0px;
    vertical-align: central;
    padding: 0;
    text-indent: -999em;
    border: none !important;
    background: url(Logo/SVG/optum-logo-ora-rgb.svg) no-repeat;
    cursor: pointer;
}

#mainDivider {
    height: 70px;
    width: 5px;
    margin-top: 30px;
    margin-left: 230px;
    display: block;
    float: left;
}

.ahiqaText {
    margin-left: 350px;
    margin-top: 35px;
    color: #4B4D4F;
    padding: 15px 10px 7px 7px; /*top right bottom left*/
    height: 35px;
    vertical-align: middle;
}

/******************************* Styles for Main Area *******************************/

img {
	border: none;
}

a {
    color: #002677;
    text-decoration: none;
    border-bottom: 0px;
}

a:visited {
	color: #002677;
	text-decoration: none;
	border-bottom: 0px;
}

a:hover, a:visited:hover {
    color: #002677; /*rgb(70,165,220);*/
    text-decoration: none;
    cursor: pointer;
}

h1 {
    display: block;
    font: 185% 'OptumSans-Regular', sans-serif;
    font-family: 'OptumSans-Regular', sans-serif;
    font-weight: normal;
    color: #4B4D4F; 
    line-height: 1.2em;
    margin: .5em 25px .5em 25px;
    padding-top: 12px;
}

h2 {
	font: 130% 'OptumSans-Regular', sans-serif;
    font-family: 'OptumSans-Regular', sans-serif;
	font-weight: normal;
	color: #4174E0;
	line-height: 1.35em;
	margin: 1.25em 25px 0 25px;
	text-transform: uppercase;
}

h3 {
	font: 110% 'OptumSans-Regular', sans-serif;
    font-family: 'OptumSans-Regular', sans-serif;
	font-weight: normal;
	color: #333;
	line-height: 1.25em;
	margin: 1.5em 25px 0 25px;
}

p {
	margin: .75em 25px;
	line-height: 1.5em;
}

ul {
    margin-left: 50px;
    line-height: 1.5em;
    color: #4174E0;
}

li {
	margin-top: .25em;
	list-style-type: square;
}

li span {
	color: #666;
}

dl {
	line-height: 1.35em;
	display: block;
	margin: 2em 25px 20px 25px;
}

dd {
	display: block;
	width: 500px;
	margin: 25px 0 25px 50px;
	text-align: left;
}

dt {
	display: block;
	width: 75px;
	float: left;
	clear: left;
	margin: 0;
}

.divider {
	width: 100%;
	height: 1px;
	display: block;
	clear: both;
}

.divline {
    display: block;
    overflow: hidden;
    height: 1px;
    background-color: #CBCCCD;
    margin: 20px 25px;
    clear: both;
}

/******************************* Styles for Login Box *******************************/

#loginbox {
    display: inline;
    float: left;
    clear: left;
    margin: 0 0 0 30px;
    width: 350px;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #929496;
    border-radius: 5px;
}

#loginbox form {
	display: block;
	margin: 30px 0 0 0;
}

#loginbox label.textlabel {
	margin: 0 0 0 25px;
    color: black;
    font-family: 'OptumSans-Regular', sans-serif;
    font-size: 14px;
}

#loginbox input.textinput {
    margin: 3px 0 10px 25px;
	display: block;
	width: 292px;
	height: 15px;
	padding: 3px;
    font-family: 'OptumSans-Regular', sans-serif;
    border-radius: 5px;
    border: 1px #4B4D4F solid;    
}

#loginbox input.textinput:focus {
	border: 1px solid #0C55B8;
}

#loginbox span.error {
	color: #D60000;
	font-size: 80%;
}

#loginbox input.submitbutton {
    float: right;
    width: 90px;
    background-color: #002677; /* navy blue */
    border: 1px solid #002677;
    color: white;
    padding: 7px 16px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 25px;
    cursor: pointer;
    font: 120% 'OptumSans-Regular', sans-serif;
    font-weight: bold;
    border-radius: 25px;
    vertical-align: middle;
}

#loginbox input.submitbutton:hover {
    background-color: #001D5B;
    cursor: pointer;
}

#loginbox input.submitbutton:active {
	background-color: #00184D;
	cursor: pointer;
}

#loginbox h1 {
	margin-bottom: -.5em;
}

div.verisign {	
	margin: 15px 0 15px 25px;
}

.smaller {
	font-size: 80%;
    color: black;
}

/******************************* Styles for Promobox *******************************/

#promobox {
	display:block;
	width: 470px;
	height: 240px;
	margin: 9px 9px 40px;
	outline:none;
	border: 6px solid #FFF;
	text-decoration: none;
	background-color: #FFF;
	position: relative;
}

#promobox .promo {
	display: block;
	position: relative;
}

#promobox .promo a {
	border: none !important;
}

#promobox .promo .overlay {
	position: absolute;
	top: 35px;
	left: 15px;
	color: #FFF;
	width: 300px;
	text-shadow: 2px 2px 3px rgba(0,0,0,.7);
}

#promobox .promo .learnmore {
	display: inline-block;
	height: 27px;
	width: 110px;
	z-index: 50;
	float: left;
	margin-top: 15px;
	text-indent: -999em;
	background: transparent url(../../promoimages/learnmore.gif) 0 0 no-repeat;
}

#promobox .promo .learnmore:hover,
#promobox .promo:hover .learnmore {
	background: transparent url(../../promoimages/learnmore.gif) 0 -27px no-repeat;
}

#promobox .promo .newbanner {
	position: absolute;
	display: inline-block;
	height: 90px;
	width: 90px;
	top: 0px;
	left: 380px;
	z-index: 50;
	text-indent: -999em;
	background: transparent url(../../promoimages/newbanner.gif) 0 0 no-repeat;
}

/******************************* Styles for Footer *******************************/

#footer p {
	padding-top: 12px;
	width: 880px;
	display: block;
	text-align: left;
	font-size:90%;
	margin: 0;
}

#footer .copyright {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
    color: #4B4D4F;
    text-wrap: normal
}

#lblSvrIP {
    Color: #00184D;
}

#footer p a{
    border: none;
}

/***************************** Styles for error page ***********************************/
.oops {
    color: #f96933;
    font-size: 90pt;
    font-weight: bold;
}
