/*-----------------------------------------------------------------------------

YTT Solutions Stylesheet

author:    YTT Solutions Pty. Ltd.
email:     ian@yttsolutions.com.au
website:   http://yttsolutions.com.au

-----------------------------------------------------------------------------*/


/* SETUP
-----------------------------------------------------------------------------*/

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

body, html {
  width: 100%;
  height: 100%;
  background: #012c5f url('images/background_strecher.gif') repeat-x;
  text-align: center;
  font-family: arial;
  font-size: 9pt;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
}

a img, :link img, :visited img {
  border: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  position: relative; /*Mozilla layering for display: block*/
  color: #214585;
}

a:hover {
  text-decoration: underline;
}

input, textarea {	border: 2px solid #CCC;
	background: #EEE;
}

.clear {
  line-height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.bottomcap {
  position: relative;
  bottom: -4px;
}

/* CONTENT WRAPPER WHITE
-----------------------------------------------------------------------------*/

#content_wrapper_white {  background: #FFF;
  margin: 0 auto;
  width: 850px;
}

/* CONTENT WRAPPER
-----------------------------------------------------------------------------*/

#content_wrapper {	background: #d5e2e8;
	width: 828px;
	border: 1px solid #b1bcc0;
	border-top: 0;
	margin: 0 auto;
  _position: relative;
  _left: 2px;

}

/* HEADER
-----------------------------------------------------------------------------*/

#header {  position: relative;
}

.header_contact {  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin-right: 8px;
  margin-top: 5px;
}

/* NAV
-----------------------------------------------------------------------------*/

#nav {  background: url('images/nav_strecher.gif') repeat-x;
  height: 34px;
}

#nav a, #nav div {  height: 29px;
  overflow: hidden;
  display: block;
  float: left;
}

#nav a:hover, #nav div {  background-position: 0 -29px;
}

.home a, .home {
  background: url('images/nav/home.gif');
  width: 108px;
}

.career a, .career {
  background: url('images/nav/career.gif');
  width: 146px;
}

.expertise a, .expertise {
  background: url('images/nav/expertise.gif');
  width: 166px;
}

.rates a, .rates {
  background: url('images/nav/rates.gif');
  width: 142px;
}

.terms a, .terms {
  background: url('images/nav/terms.gif');
  width: 166px;
}

.contact a, .contact {
  background: url('images/nav/contact.gif');
  width: 100px;
}

/* WHITE SHADOW
-----------------------------------------------------------------------------*/

#white_shadow {	background: url('images/white_shadow_strecher.gif') repeat-x;
  height: 269px;
}

/* LEFT COL
-----------------------------------------------------------------------------*/

#left_col {	margin-top: -253px;
	min-height: 253px;
	margin-left: 14px;
	width: 483px;
	float: left;
	margin-right: 10px;
  _margin-left: 7px;
  _margin-right: -12px;
}

.left_col_box {  background: url('images/left_col_strecher.gif') repeat-y;
  width: 459px;
  text-align: left;
  padding-left: 12px;
  padding-right: 12px;
}

.left_col_title {  text-align: right;
  margin-top: 8px;
}

.left_col_text {
  margin-bottom: 3px;
  margin-top: 3px;
  line-height: 17px;
  padding-left: 7px;
  color: #535353;
}

/* RIGHT COL
-----------------------------------------------------------------------------*/

#right_col {
  float: left;
  width: 305px;
  margin-top: -258px;
  min-height: 258px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#footer {  margin-top: 10px;
}

/* BUTTONS
-----------------------------------------------------------------------------*/

#failure_investigation_button {
  position:relative;
  margin-top:-40px;
  margin-left:126px;
}

#failure_investigation_button a {
  background: url('images/failure_investigation.gif') no-repeat;
  height: 22px;
  width: 150px;
  display: block;
}

#failure_investigation_button a:hover {
  background-position: 0 -22px;
}

.read_more {
  float: right;
}

.read_more a {
  background: url('images/read_more.gif') no-repeat;
  height: 22px;
  width: 91px;
  display: block;
}

.read_more a:hover {
  background-position: 0 -22px;
}
