/*-----------------------------------------------------------------------------

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%;
  text-align: center;
  font-family: arial;
  background: #e6e6e6;
  font-size: 9pt;
  color: #2c2c2c;
}

h1, h2, h3, h4, h5, h6, pre, code {
  font-size: 1em;
  margin: 0;
  padding: 0;
}

h1 {	padding-bottom: 1px;
}

a img, :link img, :visited img {
  border: none;
}

address {
  font-style: normal;
}

a {
  text-decoration: none;
  color: #1a3c86;
}

a:hover {
  color: #4a7be5;
}

.clear {
  line-height: 0;
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

li {
  margin-left: 15px;
}

/* TOTAL CONTAINER
-----------------------------------------------------------------------------*/

#centering_container {  margin: 0 auto;
  width: 1000px;
  padding-left: 9px;
  padding-right: 9px;
  overflow: hidden;
  background: #FFF url('images/shadow_bg.jpg');
  position: relative;
  height: 100%;
  height: auto;
  min-height: 100%;}

/* HEADER
-----------------------------------------------------------------------------*/

#header {
}

/* NAV
-----------------------------------------------------------------------------*/

#nav {
  height: 31px;
  margin-top: -41px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 8pt;
  position: relative;
  margin-bottom: 10px;
  margin-left: 43px;
}

#nav a {
  color: #000;
  display: block;
  width: 106px;
  height: 31px;
  background: url('images/nav/transparent.gif');
}

#nav a:hover, #nav a.current  {
  color: #FFF;
  text-decoration: none;
  background: url('images/nav/rollover.gif');
}

.nav_item {  float: left;
  margin-right: 52px;
}

.nav_text {  position: relative;
  top: 10px;
}

/* CONTENT WRAPPER
-----------------------------------------------------------------------------*/

#content_wrapper {
}

/* LEFT COL
-----------------------------------------------------------------------------*/

#left_col {
  float: left;
  margin-left: 34px;
  _margin-left: 17px;
}

.left_col_box {
  background: url('images/left_col_middle.jpg');
  width: 589px;
  position: relative;
  text-align: left;
}

.left_col_bottom {
  position: relative;
  bottom: -3px;
}

.left_col_box_picture {
  position: absolute;
  left: 25px;
  margin-bottom: -7px;
  float: left;
  z-index: 1;
}

.left_col_box_title {
  position: relative;
  z-index: 1;
  left: 170px;
  margin-top: -35px;
}

.left_col_box_text {
  position: relative;
  z-index: 1;
  left: 182px;
  width: 383px;
  margin-top: 3px;
}

.left_col_box_title_left {
  position: relative;
  z-index: 1;
  left: 38px;
  margin-top: -35px;
}

.left_col_box_text_left {
  position: relative;
  z-index: 1;
  left: 55px;
  width: 479px;
  margin-top: 3px;
}

/* RIGHT COL
-----------------------------------------------------------------------------*/

#right_col {
  float: left;
  margin-left: 22px;
}

.right_col_box {
  background: url('images/right_col_middle.jpg');
  width: 321px;
  position: relative;
  text-align: left;
}

.right_col_bottom {
  position: relative;
  bottom: -3px;
}

.right_col_box_title {
  position: relative;
  z-index: 1;
  left: 38px;
  margin-top: -35px;
}

.right_col_box_text {
  position: relative;
  z-index: 1;
  left: 45px;
  width: 242px;
  margin-top: 3px;
  margin-bottom: 15px;
}

.right_col_box_text img {	position:relative;
	left:10px;
}


/* READ MORE
-----------------------------------------------------------------------------*/

.read_more {  height: 0;
  width: 91px;
  position: absolute;
  bottom: 49px;
  _bottom: 27px;
  right: 26px;
  z-index: 1;
  margin-top: 15px;
}

.read_more a {
  background: url('images/icons/read_more.jpg') no-repeat;
  background-position: 0 0;
  display: block;
  height: 22px;
  width: 91px;
}

.read_more a:hover {
  background-position: 0 -22px;
}

/* FOOTER
-----------------------------------------------------------------------------*/

#push {	height: 47px;
}

#footer {
  background: url('images/footer.jpg');
  height: 47px;
  width: 906px;
  text-align: left;
  margin: 0 auto;

  clear: both;
  position: relative;
  z-index: 10;
  margin-top: -47px;
}

/* FORM
-----------------------------------------------------------------------------*/

#contact_form {  width: 304px;
}

input {  width: 250px;
  border: 2px solid #AAA;
}

textarea {  width: 300px;
  height: 100px;
  border: 2px solid #AAA;
}