/* _________________________________________________

Matador Resources

Author: The Matchbox Studio
URL: matchboxstudio.com
_____________________________________________________
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  font-size: 13px;
  font-family: "Century Gothic",Verdana,sans-serif;
  line-height: 1.75;
  *font-size: small;
}

select, input, textarea, button {
  font: 99% "Century Gothic",Verdana,sans-serif;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

ul, ol {
  margin-left: 2em;
}

ol {
  list-style-type: decimal;
}

td {
  vertical-align: top;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  bottom: -0.25em;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
}

textarea {
  overflow: auto;
}

a:hover, a:active {
  outline: none;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  width: auto;
  overflow: visible;
  margin: 0;
}

input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-moz-selection {
  background: #2b296b;
  color: white;
  text-shadow: none;
}

::selection {
  background: #2b296b;
  color: white;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: #2b296b;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

.ir {
  text-indent: -119988px;
  overflow: hidden;
  text-align: left;
  direction: ltr;
  background-repeat: no-repeat;
}

.hidden {
  display: none;
  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;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body, select, input, textarea {
  color: #454545;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

a, a:active, a:visited {
  color: #67778d;
}

a:hover {
  color: #2b296b;
  text-decoration: none;
}

strong, th {
  font-weight: 600;
}

em {
  font-weight: 400;
  font-style: italic;
}

small {
  font-size: 85%;
}

input:invalid, textarea:invalid {
  -moz-border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -ms-border-radius: 1px;
  -khtml-border-radius: 1px;
  border-radius: 1px;
  -moz-box-shadow: 0 0 5px 0 black;
  -webkit-box-shadow: 0 0 5px 0 black;
  -o-box-shadow: 0 0 5px 0 black;
  box-shadow: 0 0 5px 0 black;
}

.no-boxshadow input:invalid,
.no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

html, body {
  height: 100%;
}

body {
  background: url('img/bg.jpg?1325794830') repeat-x scroll center top transparent;
}

/* Header ------------------*/
header[role="banner"] {
  width: 991px;
  height: 192px;
  margin: 0 auto;
  position: relative;
}

.logo {
  height: 230px;
  width: 410px;
  position: absolute;
  z-index: 100;
  text-indent: -999em;
  top: 0;
  left: 30px;
  opacity: 1;
  background: url('img/logo.png?1325881362') no-repeat scroll 0 0 transparent;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.logo:hover {
  opacity: .85;
}
.logo a {
  background: none repeat scroll 0 0 transparent;
  display: block;
  height: 222px;
}

/* Nav ------------------*/
nav[role="navigation"] {
  position: relative;
  float: right;
  margin: 155px 0 0;
  width: 615px;
  z-index: 101;
  background: url('img/nav.png?1325805507');
  height: 37px;
}
nav[role="navigation"] ul {
  margin: 0;
  padding: 0;
}
nav[role="navigation"] li {
  height: 37px;
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
}
nav[role="navigation"] li:hover {
  /* to fix the sticky hover state in ie7 */
  background-position: 0 0;
}
nav[role="navigation"] li:hover ul {
  /* lists nested under hovered list items */
  left: 0;
  z-index: 10000;
  background-position: 0 0;
}
nav[role="navigation"] li ul {
  /* second-level lists */
  position: absolute;
  top: 36px;
  width: 12em;
  list-style: none;
  clear: both;
  z-index: 10000;
  left: -5000px;
  border: 2px solid #2b296b;
  /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
nav[role="navigation"] li ul li {
  position: relative;
  background-image: none !important;
  clear: both;
  height: auto;
}
nav[role="navigation"] li ul li a {
  position: relative;
  background-image: none !important;
  clear: both;
  background-color: #fff;
  border-bottom: 1px solid #c8cdd5;
  font: 13px/1.231 Arial, sans-serif;
  color: #454545;
  height: auto;
  padding: 0.47em 1em;
  text-decoration: none;
  text-indent: 0 !important;
  width: auto;
  z-index: 1100;
}
nav[role="navigation"] li ul li a:hover {
  background: #c8cdd5 !important;
  color: #2b296b;
}
nav[role="navigation"] a {
  height: 37px;
  display: block;
}
nav[role="navigation"] span {
  display: none;
}

#navHome {
  width: 84px;
  left: 0;
}

#navA {
  width: 92px;
  left: 72px;
}

#navB {
  width: 138px;
  left: 152px;
}

#navC {
  width: 128px;
  left: 278px;
}

#navD {
  width: 116px;
  left: 394px;
}

#navE {
  width: 115px;
  left: 498px;
}

#navA, #navB, #navC, #navD, #navE {
  background: none;
  -moz-transition-property: background;
  -webkit-transition-property: background;
  -o-transition-property: background;
  transition-property: background;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-in;
  -webkit-transition-timing-function: ease-in;
  -o-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

#navHome a:hover, #navHome.on {
  background: transparent url('img/nav.png?1325805507') 0 -36px no-repeat;
}

#navA a:hover, #navA.on {
  background: transparent url('img/nav.png?1325805507') 0 -73px no-repeat;
}

#navB a:hover, #navB.on {
  background: transparent url('img/nav.png?1325805507') 0 -110px no-repeat;
}

#navC a:hover, #navC.on {
  background: transparent url('img/nav.png?1325805507') 0 -147px no-repeat;
}

#navD a:hover, #navD.on {
  background: transparent url('img/nav.png?1325805507') 0 -184px no-repeat;
}

#navE a:hover, #navE.on {
  background: transparent url('img/nav.png?1325805507') 0 -221px no-repeat;
}

.sub-nav {
  float: none;
  height: auto;
  position: inherit;
  padding: 0 0 10px;
  margin: 10px 20px 0 25px;
  border-bottom: 1px solid #CCCCCC;
  background: none;
  width: auto;
}

.sub-nav ul {
  margin: 0;
}

.sub-nav li {
  position: inherit;
  padding: 0;
  margin: 0 27px 0 0;
  display: inline;
}
.sub-nav li a {
  height: auto;
  font: normal bold 15px "Trebuchet MS", Verdana, Arial, sans-serif;
  color: #333;
  text-decoration: none;
  display: inline;
}

.sub-nav li a:hover, .sub-nav li a.on {
  color: #b4d000;
}

/* eo Nav ------------------*/
#feature-wrap {
  width: 100%;
  background: url('img/feature-bg.png?1325878420') no-repeat scroll center top #eff0f1;
}

#feature {
  width: 991px;
  margin: 0 auto;
  min-height: 364px;
}
#feature img {
  float: right;
  margin: 0 20px 0 0;
}



#welcome {
  width: 320px;
  padding: 98px 20px 0;
  float: left;
}
#welcome h1 {
  font: normal 32px/1.6 "Century Gothic", arial, sans-serif;
  color: #2b296b;
  margin: 0 0 4px;
  letter-spacing: 0.05em;
}
#welcome p {
	color: #454545;
	font-family: "Century Gothic", arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: 1.7;
	font-weight: normal;
	font-variant: normal;
}

#main-wrap {
  width: 100%;
  background: url('img/main-bg.png?1325879086') no-repeat scroll center top white;
}

div[role="main"] {
  width: 991px;
  min-height: 311px;
  margin: 0 auto;
  padding: 28px 0;
}
div[role="main"] h2 {
  height: auto;
}
div[role="main"] h2 a {
  height: auto;
}
div[role="main"] .more {
  display: block;
  clear: both;
  margin: 0 0 22px;
}

#investor-news {
  float: left;
  width: 326px;
  padding: 0 20px 35px;

}
#investor-news h2 {
  color: #67778d;
  font: 24px/1.231 "Century Gothic";
  margin: 0 0 15px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
#investor-news .entry {
  height: auto;
}
#investor-news h3 {
  font: bold 14px/1.6 "Century Gothic", arial, sans-serif;
  text-transform: uppercase;
}
#investor-news p {
  line-height: 1.5;
}

.operations {
  margin: 0 26px 0 0;
}

.ticker {
  float: right;
  margin: -15px 18px 0;
  opacity: 1;
  -moz-transition-property: opacity;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.25s;
  -webkit-transition-duration: 0.25s;
  -o-transition-duration: 0.25s;
  transition-duration: 0.25s;
  -moz-transition-timing-function: ease-out;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.ticker:hover {
  opacity: .9;
}

/* Footer  ------------------*/
#footer-wrap {
  width: 100%;
  background: url(none) no-repeat scroll 0 0 #c8cdd5;
}

#footer-wrap a {
	color:#ffffff;
	text-decoration:underline;
}



footer[role="contentinfo"] {
  width: 991px;
  margin: 0 auto;
  min-height: 150px;
}
footer[role="contentinfo"] p {
  float: left;
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}
footer[role="contentinfo"] a:link {
	color:#ffffff;
	text-decoration:underline;
}
footer[role="contentinfo"] a:hover {
	color:#ffffff;
	text-decoration:none;
}
footer[role="contentinfo"] a:visited {
	color:#ffffff;
	text-decoration:underline;

}

footer[role="contentinfo"] .divider {
  border-right: 3px dotted #E0001B;
  display: block;
  float: left;
  height: 60px;
  margin: 28px 10px 0;
  width: 2px;
}

/* eo Footer ------------------*/


/* NEW NEW NEW */
.clear {
	clear:both;
}
#feature-int {
  width: 991px;
  margin: 0 auto;
  min-height: 126px;
}

#main-wrap-int {
  width: 100%;
  background: url('img/main-int-bg.png?1325879086') no-repeat scroll center top white;
}

#int-head {
    font: 36px/36px Arial, sans-serif;
	font-weight:bold;
    height: 128px;
    color: #2b296b;
	width:593px;
	float:right;
	position:absolute;
	padding: 65px 0 0 0;
	margin-left:397px;
    letter-spacing: 0.05em;
}

#int-left-col {
	width:335px;
	margin:-30px 0 0 30px;
	color:#b8bcc3;
	float:left;
}

#int-left-col a {
	color:#8daec4;
	text-decoration:underline;
}

#int-left-col .caption {
	margin:10px 0;
}
#content {
	float:left;
	margin:-55px 0 20px 35px;
	width:570px;
}
#content h2 {
	font:11px/1.231 Arial, sans-serif;
	text-transform:uppercase;
	color:#adc4d4;
	margin:50px 0 10px 0;
	
}
#content img {
    padding:0 20px 20px 0;
}

#content a {
	color:#87acc6;
	text-decoration:underline;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 20px;
}

.contact-form {
float: left;
width: 340px;
}

.right-sidebar {
float: right;
width: 200px;
}
