
@import url(/css/reset.css);

.href {
  cursor: pointer;
}

body {
	background-color: #f8f4f1; /* url(/img/anord-background.gif) repeat-x scroll;*/
	text-align: center;
	margin: 0;
	font: 1em/1.6em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-shadow: #fff 1px 1px 0;
	color: #555;
}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:link{
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover,
#main-nav a:hover,
#corp-nav a:hover,
#left-nav a:hover,
#footer-text a:hover
{
	color: #02598c;
	text-decoration: none;
}
a:active,
#left-nav a:active,
#main-nav li a:active,
#footer-text a:active,
#main-nav ul li.corporate a:active {
	color: #cc6600;
	text-decoration: underline;
}

h1 { color: #00629b; font-size: 2.4em; font-weight: 500; letter-spacing: -1px; line-height: 110%; margin-bottom: 0.5em; }
h2 { color: #00629b; font-size: 2em;   font-weight: 500; letter-spacing: -1px; line-height: 110%; margin-bottom: 0.5em; }
h3 { color: #00629b; font-size: 1.6em; font-weight: 500; letter-spacing: -1px; line-height: 110%; margin-bottom: 0.5em; }
h4 { color: #00629b; font-size: 1.2em; font-weight: 500; letter-spacing: -1px; line-height: 110%; margin-bottom: 0.5em; }
h5 { color: #00629b; font-size: 1em;   font-weight: 500; letter-spacing: -1px; line-height: 110%; margin-bottom: 0.5em; }

h1 a, h2 a, h3 a, h4 a, h5 a { font-weight: 500; }

p#skip-navigation {
  left: -9999px;
  position: absolute;
}

pre {
  background: #fff;
  border: 1px solid #ccc;
  margin: 1em;
  padding: 1em;
  text-align: left;
}

div#tibus-credit {
  margin-bottom: 1em;
}
  div#tibus-credit a {
    color: #888;
    font-size: .9em;
    font-weight: 500;
  }


.hide-absolute {
  left: -9999px;
  position: absolute;
}


.fleft { float: left; }
.fright { float: right; }

.clear { clear: both; }
.clear2 { overflow: hidden; width: 100%; }

img.frame {
  background: #fff;
  /* border: 1px solid #ccc; */
  padding: 3px;
}
img.fright { margin-bottom: 1em; margin-left: 1em; }
img.fleft { margin-bottom: 1em; margin-right: 1em; }

.wrapper {
	margin: 0 auto;
	width: 960px !important;
}


/*header styles*/
#header {
  height: 90px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
	width: 960px;
}

#user-options {
  font-size: .9em;
  font-weight: 500;
  position: absolute;
  right: 0;
  top: .75em;
}
  #user-options a {
    margin-right: 1em;
  }

#logo {
	background: url(/img/main-logo.png) no-repeat left;
	display: block;
	left: 0;
	height: 90px;
	position: absolute;
	top: 0;
	width: 190px;
}

#social-links-and-search {
	position: absolute;
	right: 1em;
	top: 27px;
}

#social-links {
  float: left;
  overflow: hidden;
  zoom: 1;
}
#social-links li {
  float: left;
  margin: 0 10px 0 0;
  padding: 0;
}
#social-links li img {
  display: block;
}

#search {
  float: left;
	text-align: right;
	margin-left: 5px;
}
  #search input#field-search {
    border: 1px solid #ccc;
  	height: 20px;
  	width: 170px;
  }
  #search input#field-submit {
  	position: relative;
  	top: 9px;
  }

input.textfield {
  border: 1px solid #ccc;
  font-family: Helvetica,Arial,sans-serif;
  height: 20px;
  padding: 2px;
}
textarea.textfield
{
  border: 1px solid #ccc;
  font-family: Helvetica,Arial,sans-serif;
  font-size: .9em;
  height: 170px;
  padding: 2px;
  width: 350px;
}

/*Main navigation*/

#main-nav {
  background: #f5f5f5;
	height:	65px;
	overflow: hidden;
}
  #main-nav a {
  	text-decoration: none;
  	color: #666;
  }


#main-nav-inner {
  margin: 0 auto;
  width: 960px;
}

  #main-nav ul {
    height: 65px;
    overflow: hidden;
  }
    #main-nav ul li {
    	float: left;
    	font-weight: bold;
    	font-size: 1em;
      height: 65px;
    }
      #main-nav ul li.sel {
        background: url(/img/main-nav-sel.png) no-repeat bottom center;
      }
      #main-nav ul li span {
        border-right: 1px dotted #999;
        display: inline-block;
        height: 40px;
        margin: 8px 0 0 0;
        padding: 10px 20px 0 20px;
      }
      #main-nav ul li.customer-area span {
        border-right: none;
      	padding-right: 0;
      }
        #main-nav ul li.customer-area a {
          background: url(/img/customer-area-arrow.gif) no-repeat right center;
          color: #999;
        	font-weight: normal;
        	padding-right: 18px;
        }
        #main-nav ul li:first-child span {
        	/*padding-left: 0;*/
        }
      #main-nav ul li.corporate {
      	font-weight: normal;
      }
        #main-nav ul li.corporate a {
        	font-weight: normal;
        	color: #666;
        }


/*Sub navigation*/
#sub-nav {
  background: #fff;
	height:	55px;
	text-align: left;
}
#sub-nav-inner {
  margin: 0 auto;
  width: 960px;
}

  #sub-nav a {
    font-weight: normal;
  	text-decoration: none;
  	color: #00629b;
  }

  #sub-nav ul {
    height: 35px;
  	margin: 0;
  	padding: 0;
  }

    #sub-nav ul li {
    	float: left;
    	height:	30px;
    	margin: 10px 0px;

    }
      #sub-nav ul li span {
    	  border-right: 1px dotted #999;
    	  padding: 0px 20px 0 20px;
    	}

      #sub-nav ul li.sel {
        background: url('/img/sub-nav-sel.png') no-repeat bottom center;
      }

    #sub-nav ul li span.last {
    	border-right: none;
    }

    #sub-nav ul li:first-child {
      /*padding-left: 0;*/
    }


/*Third level nav*/

#left-nav {
	float: left;
	font-size: 1em;
	padding-top: 30px;
	text-align: left;
	vertical-align: middle;
	width: 200px;
}

  #left-nav a {
  	font-weight: normal;
  	text-decoration: none;
  	color: #666;
  }

  #left-nav ul {
  	margin: 0;
  	padding: 0;
  	list-style-type: none;
  }

    #left-nav ul li {
    	border-bottom: 1px dotted #999;
    	padding: 0 0 10px 0;
    	margin: 10px 0px;
    }

    #left-nav a.active {
    	color: #00629b;
    	font-weight: bold;
    }

    #left-nav ul li.last {
    	border-bottom: none;
    }



    #left-nav ul.left-nav-sub li {
      border-bottom: none;
    	padding: 0;
    	margin: 0 0 0 1em;
    }
      #left-nav ul.left-nav-sub li a {
        color: #00629b;
      }
        #left-nav ul.left-nav-sub li a.active {
          color: #ff6600;
          font-weight: 500;
        }










/*Subpage content*/

#main-content {
  background: #fff;
  clear: both;
  display: block;
	padding: 1em 0 1.5em 0;
	text-align: left;
}

#main-column {
  color: #666;
	float: left;
	margin-left: 30px;
	padding: 30px;
	text-align: left;
	width: 670px;
	/*background-color: #efefef;*/
}
  #main-column.wide {
  	float: right;
  	width: 910px;
  }



#main-column p {
	margin-bottom: 1.5em;
}


table {
  border-radius: 3px;
}
table tr.even {
  background: #f8f4f1;
}
table th,
table td {
  padding: 5px;
}

table,
table tr,
table tr th,
table tr td {
 /* border: 1px solid #666666; */
}




/*
#main-content h2 {
	font-size: 2.4em;
	color: #02598c;
	letter-spacing: -2px;
	font-weight: normal;
	margin-top: 0;
}*/

#main-content h3 {
	/*font-size: 1.6em;
	color: #02598c;
	letter-spacing: -1px;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 10px;
	*/
}




/*Footer*/
#footer {
  border-top: 1px solid #c6c3c1;
  clear: both;
	color: #999;
	font-size: 0.9em;
	height: 160px;
	padding-top: 30px;
}

  #footer a {
  	color: #999;
  	font-weight: 500;
  }

  #footer-text {
  	width: 330px;
  	float: left;
  	text-align: center;
  }

  #footer-logos {
  	width: 630px;
  	float: right;
  	text-align: right;
  }

  #footer ul {
  	margin: 0 0 20px 2.8em;
  	padding: 0;
  	overflow: hidden;
  }
    #footer ul li {
    	border-right: 1px solid #999;
    	float: left;
    	padding: 0 1em;
    	margin: 0;
    }
    #footer ul li:last-child {
    	border-right: none;
    }
      #footer ul li a {
        margin: 0;
        padding: 0;
      }


div#message {
  background-color: #fff;
  border: 1px solid #ccc;
  margin: 0 0 1em 0;
  padding: 1em;
}
  div#message.error {
    border: 1px solid #a00;
    color: #a00;
  }

#input#field-plain_password {
  display: none;
}