/* HTML5 Boilerplate  */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }
abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }
figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }

/*=======================

	 Parent

=======================*/

body {background: #212121 url(/images/site/noise.png) top left repeat;}
#container {width: 1024px; margin: 0px auto;}

/*=======================

	 Header

=======================*/

/* general */

header {overflow: hidden; height:205px; position: relative; background:url(/images/site/header_bkg.png) left -23px no-repeat; z-index: 10;}
header h1 {font-size: 24px; color: white; font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; position: absolute; top:63px; right: 210px; font-weight:bold;}
header h1 span{ color: #f3cf07;}
header #logo {position: absolute; top:47px; left: 27px;}

/*=======================

	 nav

=======================*/

/* home */
.home nav li a {text-decoration: none; font-family: Helvetica, Arial, sans-serif; font-weight: bold; font-size: 13px; color: white;}

/* General */
header nav {height: inherit; float: right;}
	header nav ul {margin:62px 10px 0px 0px; float: right;}
		header nav ul li {list-style: none; float: left; margin:0px 15px;}
			header nav ul li a {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; color: white !important; font-size: 20px; text-decoration: none; }
				header nav ul li a.current {font-weight: 700;}

/*=======================

	hero

=======================*/

/* home */
.home #hero {height: 275px;}
.home #hero nav {width: 206px; position: absolute; bottom: 0px;	left: 0px; z-index: 11; background-color: #185d8a;}
		.home #hero nav li {list-style-type:none; height: 42px; border-bottom: 1px solid #0F3C59; border-top: 1px solid #417DA4; border-right: 1px solid #437899; background:url(/images/site/gradient-btn.png) left bottom repeat-x; }
		.home #hero nav li:hover, .home #hero nav li.current {background-color: #2587c2; border-top: 1px solid #2f98d8; }
			.home #hero nav li a {display: block; height: 100%; line-height: 43px; border-right: 1px solid #226591; background:url(/images/site/white_arrow_nav.png) 95% center no-repeat; padding-left: 14px; }
			.home #hero nav li:hover a, .home #hero nav li.current a {border-right:1px solid #2f98d8;}

/* Gneral */
#hero {position: relative; z-index: 9; margin: -59px 0px 0px 0px; height: 200px; width: 100%; zoom: 1; overflow: hidden;}
	#hero h1 {color: white; background-color:#137bc2; position: relative; z-index: 11; padding: 18px 0px 18px 27px; float: right; width: 435px; margin-top: 90px; letter-spacing: 0px;}
	#hero img {position: absolute; bottom: 0px; left: 0px; z-index: 10;}


/*=======================

	body

=======================*/

/* home */
.home #main h1 {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 21px; color: white; margin-bottom: 0px; }
	.home #main h1 strong {font-weight: 700; font-style: italic;}
.home #main h2 {font-weight: 700; font-style: normal; color: white; font-size: 15px; line-height: 20px; margin: 0px 0px 0px 0px; letter-spacing: 0px;}
.home #main hr {border-top: 1px solid #156da6; border-bottom: 1px solid #3683b5; margin:14px 0px 12px 0px;}
.home #main p {color: white; font-size: 14px; line-height: 18px; margin: 13px 0px 0px 0px;}
	.home #main p strong {font-weight: 700; font-size: 12px;}

.home #main {background-color: #1674b0;}

.home #main .col1{width: 249px; float: left; margin-left: 30px;}
.home #main .col2{ float: left; margin: 0px; margin-left: 30px; width: 155px;}
.home #main .col2 img{ margin-top: 44px;}
.home #main .col3 {float: left; width: 521px; margin-left: 30px; }
.home #main .col3:first-child {width: 130px;}
.home #main .col3:first-child + .col3 {width: 249px;}

pre {font-family: Helvetica, Arial, sans-serif; text-transform: uppercase; color: white; font-size: 22px; font-weight: lighter; margin: 6px 0px 0px 12px; padding: 5px 12px; float: left;  -webkit-border-radius: 5px; border-radius: 5px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; }
#asx_price {background: #5db0e2 url(/images/site/gradient-btn.png) left bottom repeat-x; float: left;}
#asx_code { margin-top: 0px; background: #5ab18d url(/images/site/gradient-btn.png) left bottom repeat-x; }

.asx_rate h1{ float: left; margin-top: 11px;}

/* general */
#main {background-color: white; margin-top: 9px; padding: 32px 0px;}

#main .main-col {width: 766px; float: left; margin-left: 47px;}
	#main .main-col img { max-width: 766px !important; padding-top: 30px;}
	#main .main-col a {color: #1875b1; text-decoration: underline;}

#main nav {width: 183px; float: left;}
	#main nav li:first-child {padding: 18px 8px 17px 23px; background-color: #1875b1 !important; color: white !important;  text-shadow: 1px 1px 1px #616161; border-top: none !important; }

	#main nav li {display: block; list-style: none; background-color: #eae9e9; font-family: Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px; border-bottom: 1px solid #d3d3d3; border-top: 1px solid #f3f3f3;  text-shadow: 1px 1px 1px white; padding: 0px;}
		#main nav li a, #main nav li a:visited  {color: #2f2f2f; min-width: 152px; padding: 18px 8px 17px 23px; display: inline-block; margin: 0px;}

	#main nav li.current, #main nav li:hover {background-color: #b6b5b5; text-shadow: 1px 1px 1px #616161; border-top-color: #aaa9a9;}
		#main nav li.current a, #main nav li:hover a {color: white !important;}

.col2 {width: 435px; float: left; margin: 0px 23px; }
.col2:first-child {width: 350px;}
.col2 a{ color: #137CC2}

.box {margin:0px 0px 24px 0px;}
	.box p {margin: 10px 0px !important;}
	.box strong {font-weight: 700;}

.boxwrap {width: 49%; display: inline-block; vertical-align: top;}

/* specific to pages */

#media_articles {font-family: Helvetica,Arial,sans-serif; font-size: 14px;color: #424242;line-height: 22px; table-layout: fixed; width: inherit;}
	#media_articles tr td a {color: #adadad !important; font-size: 12px; text-decoration: none !important; display: block; width: 100%;}
	#media_articles tr:first-child td {border-top: 1px solid #c3c3c3; }
	#media_articles tr td {border-bottom: 1px solid #c3c3c3; padding: 20px 0px;}
	#media_articles tr td:first-child { width: 20%; padding-left: 16px;}
	#media_articles tr td:first-child + td { width: 63%;}
	#media_articles tr td:first-child + td + td { width: 17%; background: url(/images/site/download.png) 79% center no-repeat; padding-left: 10px;}

	#media_articles tr:hover td {background-color: #f7f7f7 !important; cursor: pointer;}

#contact label {display: block;}
#contact input[type="text"], textarea {display: block; margin-bottom: 30px; border: 1px solid #d2d2d2; background-color: white; padding-left: 3px; min-width: 432px; height: 28px;}
#contact textarea {min-height: 248px;}
#contact input[type="submit"] {float: right; clear: both; font-size: 14px; font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; padding: 7px 19px; color: white; background-color:#137bc2; border: none; font-weight: 500; }

#shareholders{}
#shareholders tr{}
#shareholders tr td{ font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 14px; color: #292929; line-height: 23px; margin:18px 0px; font-weight: 400; padding-top: 6px; padding-bottom: 8px;}

.dir-row{ float: left;}
.dir-col1{ width: 164px; height: 200px; float: left;}
.dir-col1 img{ padding-top: 8px !important;}
.dir-col2 h1{ margin-bottom: 12px !important; }
.dir-col2{ width: 600px; float: left;}

.image_wrapper{ float: left; width: 172px; margin-right: 18px;}
.image{ padding: 8px !important; background-color: #ebebeb; border: 1px solid #b9b9b9; margin: 0px;}

/*=======================

	Footer

=======================*/

footer {background-color: #323232; padding: 36px 36px;}
	footer p {font-size: 11px; color: #979797; float: left; font-family: Helvetica,Arial,sans-serif; margin: 5px 0px 0px 0px;}

	footer form {float: right; width: 378px;}
		footer form p {font-weight: bold; margin-right: 5px;}
		footer form input {display: inline-block; height: 29px; margin:0px 0px 0px 11px; border: none; font-size: 11px; font-family: Helvetica,Arial,sans-serif;}
		footer form input[type="text"] {width: 107px; padding: 0px 0px 0px 31px; color: #b3b3b3;}

		footer form input#name{ background:white url(/images/site/form_name_sprite.gif) 10px center no-repeat; }
		footer form input#ykeek-ykeek{ background:white url(/images/site/form_mail_sprite.gif) 10px center no-repeat;}

		footer form input[type="submit"] {background: #137bc0 url(/images/site/white_arrow_right.png) 45px center no-repeat; width: 60px; font-size: 10px; padding: 0px; text-indent: 13px; color: white; font-weight: bold; text-align: left; text-shadow: 1px 1px 1px #616161;


  -webkit-border-radius: 4px;
          border-radius: 4px;


  -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;

		}

/*=======================

	 Typography

=======================*/

p, input, h1, h2, h3, h4, h5, h6, button, textarea, ul, ol, blockquote, a {text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
p .caption {font-size: 11px; margin: 0px; line-height: 14px;}
p {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 14px; color: #292929; line-height: 23px; margin:18px 0px; font-weight: 400;}
h2 {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 18px; line-height: 27px; color: #606060; margin: 21px 0px; font-weight: 500; font-style: italic;}
h1 {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-weight: 400; font-size: 27px; color: #137cc2; margin: 0px 0px 21px 0px;}
h1.small:first-child {margin-top: 0px !important;}
h1.small {font-weight: 400; font-size: 20px; margin: 31px 0px 0px 0px;}
h1.small + p {margin-top: 0px;}
a {text-decoration: none;}
label {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 13px; font-weight: 400; margin: 0px 0px 2px 0px;}
.main-col ul li {font-family: "freight-sans-pro",Helvetica,Arial,sans-serif; font-size: 14px; color: #292929; line-height: 23px; margin:0px; font-weight: 400;}

a.hp_asx{ color: #ffffff;}
/*=======================

	General

=======================*/

hr {border-top: 1px solid #dadada;}
.home hr {}

/*=======================

	IE hacks

=======================*/


.lt-ie9 footer form input {line-height: 28px;}
.lt-ie9 footer form p {margin-top: 4px;}
.lt-ie9 footer form {width: 525px !important;}
.lt-ie9 #asx_code {letter-spacing: -1px;}
.lt-ie9 pre, .lt-ie9 footer form input[type="submit"]{position:relative;}
.lt-ie9 pre {font-size: 18px !important;}
.lt-ie9 #main nav li a {zoom: 1; display: block !important;}
.lt-ie9 #main nav li {list-style-position: outside}
.lt-ie9 .boxwrap {display: block !important; float: left;}
.lt-ie9 .boxwrap + p {float: left; clear: both; width: 100%;}
.lt-ie9 #contact input[type="text"], textarea {height: 23px; padding-top: 5px;}
/*
.lt-ie9 #hero, .lt-ie9 #main, .lt-ie9 footer {top:-59px; position: relative;}
.lt-ie8 #hero, .lt-ie8 #main, .lt-ie8 footer {top:0px; position: relative;}
*/
@media only screen and (min-width: 35em) {


}

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}






















