/**
* @author:    Shane Martin, Loic Valmy, Simon Harloff
* @package:   site template css
* @copyright: (C) 2009. All Rights Reserved.
* @website:   witwebbing.com.au
**/

/* Standard HTML tags */

body {
	background-color: #333335;
	font-family: Trebuchet MS, Arial;
	font-size: 9pt;
	margin: 0px;
}

a:link {
  /*color:#ffffff;*/
}
a:visited {
  /*color:#ffffff;*/
}
a:hover {
  /*color:#857655;*/
}


.header1 {
font-weight:bold;
text-decoration: underline;
}

.h2 {
font-weight:bold;
text-decoration: underline;
}




/* Main Content Containers */
.main {
  width: 100%;
  padding: 30px 0px 0px 0px;
  text-align: center;
}
.header {
  background-image: url('../images/logo.jpg');
  background-repeat: none;
  height: 157px;
  width: 901px;
}
.content {
	font-size: 9pt;
  width: 903px;
  margin: auto;
  padding: 5px;
  text-align: left;
  !height: 600px;
  min-height: 600px;
  color: #FFF;
}

/* Top Nav Links */
#top-nav {
  color: #33CCCC;
  font-family: Trebuchet MS;
  font-size: 16px;
  text-decoration:none;
  padding: 5px 0px 5px 15px;
  /*font-weight: bold;*/
}
#top-nav a:link {
  font-family: Trebuchet MS;
  font-size: 16px;
  color: #33CCCC;
  text-decoration: none;
}
#top-nav a:visited {
  font-size: 16px;
  color: #33CCCC;
  text-decoration: none;
}
#top-nav a:hover {
  font-size: 16px;
  color:#999;
  text-decoration: underline;
}

/* Top Menu Links */
#top-menu {
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 12px;
  text-decoration:none;
  padding: 5px 0px 5px 15px;
  font-weight: bold;
}
#top-menu a:link {
  font-family: Trebuchet MS;
  font-size: 12px;
  color:#FFF;
  text-decoration: none;
}
#top-menu a:visited {
  color: #FFF;
  text-decoration: none;
}
#top-menu a:hover {
  color:#999;
  text-decoration: none;
}

/* Read More Links */
#read-more {
  color: #CCC;
  font-family: Trebuchet MS;
  font-size: 12px;
  text-decoration:none;
  padding: 0px;
  font-weight: bold;
}
#read-more a:link {
  font-family: Trebuchet MS;
  font-size: 12Px;
  color:#CCC;
  text-decoration: underline;
}
#read-more a:visited {
  color: #CCC;
  text-decoration: underline;
}
#read-more a:hover {
  color:#999;
  text-decoration: none;
}


/* Rental Conditions Links */
#rentals {
  color: #3b8ad2;
  font-family: Trebuchet MS;
  font-size: 12px;
  text-decoration:none;
  padding: 0px;
  font-weight: bold;
}
#rentals a:link {
  font-family: Trebuchet MS;
  font-size: 12Px;
  color:#3b8ad2;
  text-decoration: underline;
}
#rentals a:visited {
  color: #3b8ad2;
  text-decoration: underline;
}
#rentals a:hover {
  color:#999;
  text-decoration: none;
}


/* Bread Crumb Links */
#bread-crumb {
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 12px;
  text-decoration:none;
  padding: 5px 0px 5px 15px;
  font-weight: bold;
  line-height: 25px;
}
#bread-crumb a:link {
  font-family: Trebuchet MS;
  font-size: 12px;
  color:#FFF;
  text-decoration: underline;
}
#bread-crumb a:visited {
  color: #FFF;
  text-decoration: underline;
}
#bread-crumb a:hover {
  color:#999;
  text-decoration: none;
}
.formLabel {
  float:left;
	position:relative; 
	width:150px; 
	padding: 0px 0px 0px 0px;
	display:inline;
}
