@charset "UTF-8";
/*--Global--*/

@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

@font-face {
  font-family: "Work Sans", sans-serif;
  /*src: url("fonts/Eurostar Extended.ttf");*/
}

@font-face {
  font-family: "Work Sans", sans-serif;
  /*src: url("fonts/Houschka W03 Medium.ttf");*/
}

* {
  font-family: "Work Sans", sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}

body {
  font-family: "Work Sans", sans-serif;
  /*font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;*/
  font-size: 100%;
  /*background:#003366 url(../../images/bi_bgtile.gif) repeat;
	color:#454545;*/
}
img {
	border:0
}
/*--Header and iframe--*/
#headerband {
	width:100%;
	height:108px;
	background-color:#04305c;
}
.iframecontainer
{
	background-color:#fff;
	width:100%;
}
#headercontent, iframe {
	margin: 0 auto;
}
#headercontent
{
	width:1000px;
	background: url(../../images/bi_headerimage_new.png) no-repeat;
}
iframe
{
	min-height:500px;
	/*width:1000px; /* matches header*/
}

/*--Nav Bar-*/
#navbar {
	margin:8px auto 3px auto;
	width:954px;
	height:42px;
	background: url(../../images/topnav.png) no-repeat;
}
#navbar ul {
	width:100%;
	float:left;
}
#navbar ul li {
	display:inline;
	float:left;
}
#navbar ul li a {
	float: left;
	text-decoration:none;
	display:block;
	height:42px;
	font-size:.75em;
}
#navbar ul li a span {
	display:none;
}
.item1 {
	width:92px;
}
.item2 {
	width:116px
}
.item3 {
	width:86px
}
.item4 {
	width:182px
}
.item1selected {
	background: url(../../images/topnav.png) 0 -42px;
	cursor:default;
}
.item2selected {
	background: url(../../images/topnav.png) -92px -42px;
	cursor:default;
}
.item3selected {
	background: url(../../images/topnav.png) -208px -42px;
	cursor:default;
}
.item4selected {
	background: url(../../images/topnav.png) -294px -42px;
	cursor:default;
}
#item1selected {
  background: url(../../images/topnav.png) 0 -42px;
  cursor: default;
}

#item2selected {
  background: url(../../images/topnav.png) -92px -42px;
  cursor: default;
}

#item3selected {
  background: url(../../images/topnav.png) -208px -42px;
  cursor: default;
}

#item4selected {
  background: url(../../images/topnav.png) -294px -42px;
  cursor: default;
}
.item1:hover {
	background: url(../../images/topnav.png) 0 -84px;
}
.item2:hover {
	background: url(../../images/topnav.png) -92px -84px;
}
.item3:hover {
	background: url(../../images/topnav.png) -208px -84px;
}
.item4:hover {
	background: url(../../images/topnav.png) -294px -84px;
}
/*--Main Content-*/
#maincontent {
	margin:0 auto;
	width:950px;
	padding:3px 4px 0 4px;
	background:#fff;
	clear:both;
	/*background:url(../../images/backdrop.png) no-repeat;*/
	overflow:hidden;
}
img.graphictitle {
	padding: 0 0 5px 0;
	display:block;
}
a.orangelink {
	color:#ff7a22;
	text-decoration:none;
}
a.orangelink:hover {
	color:#ff7a22;
	text-decoration:underline;
}
/*--Homepage-*/
#homepageleft {
	width:165px;
	float:left;
	border-right: 1px solid #eaeaea;
	float:left;
	margin-top:5px;
	height:460px;
	display:inline;
}
#homepageright {
  float: inline-start;
  width: 780px;
  height: 465px;
  background: url(../../images/homepageback.png) bottom right no-repeat;
  display: inline;
}
#homerighta {
  float: inline-start;
  margin: 50px 10px 30px 100px;
  width: 400px;
  display: inline;
}
#homerightb {
	float:inline-start;
	margin:50px 5px 0px 0;
	width:265px;
	display:inline;
}
.homephone {
	font-size:0.688em;
	line-height:135%;
	padding-top:10px;
}
.home_isi_ul {
	margin:0;
	padding:0;
	width:360px;
}
.home_isi_li {
	font-size:0.875em;
	line-height:130%;
	background:url(../../images/home_ul.png) left 17px no-repeat;
	padding:15px 0 0 25px;
	list-style:none;
}
#bottom {
	margin:0 auto;
	width:958px;
	height: 60px;
	/*background: url(../../images/backdrop.png) 0 -1940px;*/
	display:block;
	clear:both;
}
/*--Homepage Login-*/
#login {
	width:134px;
	padding:20px 15px 20px 15px;
	height:250px;
}
#login a {
	color:#454545;
	font-size:.625em;
	text-decoration:none;
	line-height:140%;
}
#login a:hover {
	text-decoration:underline;
}
.signin {
	font-size:0.875em;
	color:#454545;
	font-weight:bold;
}
.homelabel {
	display:block;
	font-size:0.688em;
	line-height:120%;
	color:#454545;
	padding:10px 0 1px 0;
}
.homeinput {
	width:130px;
	height:20px;
	color:#333;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
.homebutt {
	margin-top:10px;
	text-align:right;
	width: 126px;
}
.homehorizontalrule {
	color: #eaeaea;
	background-color: #eaeaea;
	height: 1px;
	border:0;
	margin:15px 0 15px 0;
	padding:0;
	display:block;
	clear:both;
}
/*--About Us-*/
#guestionslink:hover {
	background:url(../../images/bi_questionslink.png) 0 -67px no-repeat;
}
#aboutpageleft {
	width:530px;
	float:left;
	margin:40px 60px 0 40px;
	display:inline;
}
#aboutpageleft p {
	font-size:.75em;
	line-height: 150%;
	padding-top:18px;
}
#aboutpageright {
	width:260px;
	float:right;
	margin:40px 50px 0 0;
	display:inline;
}
#guestionslink {
	display:block;
	margin-bottom:20px;
	width:210px;
	height:67px;
	background:url(../../images/bi_questionslink.png) 0 0 no-repeat;
}
#guestionslink span {
	display:none;
}
/*--FAQs-*/
#faqspageleft {
	width:665px;
	float:left;
	margin:40px 60px 0 40px;
	display:inline;
}
#faqspageleft p {
	font-size:.75em;
	line-height: 150%;
	padding-top:18px;
}
#faqspageleft p span {
	color:#003366;
	font-weight:bold;
}
/*--Support-*/
#supportpageleft {
	width:860px;
	float:left;
	margin:40px 50px 0 40px;
	display:inline;
}
#numberspic {
	width: 860px;
	height:306px;
	background:url(../../images/supportbg.jpg) 0 0 no-repeat;
	margin-top:18px;
}
p.numbersrules {
	font-size:.75em;
	line-height: 150%;
	padding:18px 0 18px 0;
	border-bottom: 1px solid #e0e0e0;
	width: 325px;
	margin: 0 0 0 15px;
}
p.numbersnorules {
	font-size:.75em;
	line-height: 150%;
	padding-top:18px;
	width: 325px;
	margin: 0 0 0 15px;
}
/*--Footer-*/
.footerlogo 
{
	float: left;
	display: block;
	width: 71px;
	height: 22px;
	background: url(../../images/bi_footerlogo.png) no-repeat 0 0%;
}
#footerband {
	margin:15px auto;
	width:950px;
	height:25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.688em;
	color:#fff;
}
#footerleft {
	float:left;
	padding: 7px 0px 0 15px;
	display:inline;
}
#footerright {
	float:right;
	padding: 7px 3px 0 0;
	display:inline;
}
#footerright a {
	color:#fff;
	text-decoration:none;
}
#footerright a:hover {
	text-decoration:underline
}

div#footerbottom 
{
	margin:15px auto;
	width:0px;
	height:0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.688em;
}
/*--Colorbox Overlay-*/
#overlay {
	padding:40px;
	background:#fff;
}
.overlaytitle {
	font-size:1.125em;
	color:#225384;
	line-height:120%;
	font-weight:bold;
	margin:0 50px 20px 0;
	padding:0;
}
.overcopy1 {
	font-size:0.75em;
	color:#454545;
	line-height:150%;
	margin:0 50px 20px 0px;
	padding:0;
}
.overcopy2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.688em;
	color:#454545;
	line-height:120%;
	margin:10px 50px 0 0;
	padding:0;
}
.overcopy3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.688em;
	color:#454545;
	line-height:120%;
	margin:10px 50px 0 0;
	padding:0;
}
.overcopyerror1 {
	font-size:0.688em;
	color:#ff0000;
	line-height:120%;
	margin:20px 50px 20px 0px;
	padding:0;
}
.overmsg {
	font-size:0.75em;
	color:#454545;
	line-height:150%;
	margin:0 50px 0px 0px;
	padding:0;
}

.pop {
	width:250px;
	height:32px;
	background:url(../../images/checkeligibility.png) no-repeat;
	display:block;
	margin:30px 0 0 25px;
}
.pop:hover {
	background:url(../../images/checkeligibility.png) 0 -32px no-repeat;
}
.pop:active {
	background:url(../../images/checkeligibility.png) 0 -64px no-repeat;
}
.pop span {
	display:none;
	font-size:.62em;
}

.loginpop {
  width: 250px;
  height: 32px;
  background: url(../../images/Login.png) no-repeat;
  display: block;
  margin: 30px 0 0 25px;
}

  .loginpop:hover {
    background: url(../../images/Login.png) 0 -32px no-repeat;
  }

  .loginpop:active {
    background: url(../../images/Login.png) 0 -64px no-repeat;
  }

  .loginpop span {
    display: none;
    font-size: .62em;
  }
.poplabel {
	display:block;
	font-size:0.688em;
	line-height:120%;
	color:#454545;
	padding:10px 0 1px 0;
}
.popinput {
	width:130px;
	height:20px;
	color:#333;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
.popinput2 {
	width:210px;
	height:20px;
	color:#333;
	font-size:.75em;
	font-family:Arial, Helvetica, sans-serif;
	line-height:150%;
}
.popbutt {
	margin:10px 0 20px 80px;
}
.popbutt {
	margin:10px 0 20px 0;
}
.error
{
	color:#FF0000;
	font-size:0.688em;
}

#JobNumber{
	width:134px;
	padding:150px 15px 20px 15px;
}

.joblabel{
	font-family:Arial;
	font-size:8pt;
	font-weight:bold;
	padding:10px 0 1px 0;
}

img, div, ul, li, a { behavior: url(/js/iepngfix.htc) }

.mainbutton, .mainbutton:visited {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 18px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 12px;
  height: 44px;
  line-height: 1;
  border-radius: 5px;
  border: 1px solid #ffff;
  margin: 20px 0 20px 0;
  background: #fe830c; /* Old browsers */
  background: -moz-linear-gradient(top, #fe830c 0%, #fe830c 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fe830c), color-stop(100%, #fe830c)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fe830c 0%, #fe830c 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fe830c 0%, #fe830c 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fe830c 0%, #fe830c 100%); /* IE10+ */
  background: linear-gradient(to bottom, #fe830c 0%, #fe830c 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009d95', endColorstr='#008983', GradientType=0 ); /* IE6-9 */
}

