/**
* @author:    Shane Martin
* @package:   site template css
* @copyright: (C) 2009. All Rights Reserved.
* @website:   witwebbing.com.au
**/

/* Standard HTML tags */
body {
	background-color: #000000;
	color: #FFFFFF;
	font-family: Arial,Trebuchet MS;
}
p {
  font-family: Arial,Trebuchet MS;
  font-size: 10pt;
  color: #000000;
  margin: 0px 10px 0px 0px;
  line-height: 130%;
  text-align:left; 
  text-indent:0px;
}
td {    
	text-align: left;
}
a:link {
  color:#ffffff;
  font-family: Times New Roman, Arial,Trebuchet MS;
  font-size: 10pt;
  font-style: italic;
}
a:visited {
  color:#ffffff;
  font-style: italic;
}
a:hover {
  color:#857655;
  font-style: italic;
}

/* Advertise Page Links */
#advertise {
  color: #000000;
}
#advertise a:link {
  font-style: normal;
  color: #000000;
}
#advertise a:visited {
  font-style: normal;
  color: #000000;
}
#advertise a:hover {
  font-style: normal;
  color: #857655;
}

/* Footer text and links */
#footer {
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 7pt;
}
#footer a:link {
  font-family: Trebuchet MS;
  font-size: 7pt;
  color:#857655;
  text-decoration: underline;
}
#footer a:visited {
  color: #857655;
  text-decoration: underline;
}
#footer a:hover {
  color:#FFFFFF;
  text-decoration: underline;
}
/* Footer text and links */
#footer {
  color: #FFFFFF;
  font-family: Trebuchet MS;
  font-size: 7pt;
}

/* Content Popup links */
#content_popup a:link {
  font-family: Trebuchet MS;
  font-size: 7pt;
  color:#857655;
  text-decoration: underline;
}
#content_popup a:visited {
  font-size: 7pt;
  color: #857655;
  text-decoration: underline;
}
#content_popup a:hover {
  font-size: 7pt;
  color:#000000;
  text-decoration: underline;
}

/* Article Read More Links */
#readmore {}
#readmore a:link {
  color:#ff0000;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic;
  text-decoration: underline;
}
#readmore a:visited {
  color:#ff0000;
  font-family: Times New Roman;
  font-weight: bold;
  font-size: 10pt;
  font-style: italic;
  text-decoration: underline;
}
#readmore a:hover {
  color:#857655;
}

/* Downloads page links */
#downloads {
  float:left; 
  display:block; 
  width:174px; 
  height:160px; 
  text-align:center;
}
#downloads a:link {
  color: #666;
  font-family: arial;
  padding: 5px;
  text-align:left; 
  font-family:arial; 
  font-size:11px;
  text-decoration: underline;
}
#downloads a:visited {
  color: #666;
  font-family: arial;
  padding: 5px;
  text-align:left; 
  font-family:arial; 
  font-size:11px;
  text-decoration: underline;
}
#downloads a:hover {
  color: #857655;
  font-family: arial;
  padding: 5px;
  text-align:left; 
  font-family:arial; 
  font-size:11px;
  text-decoration: underline;
}

/* Error colours */
.error {
  color: #857655;
  font-weight: bold;
}
.noerror {
  color: #857655;
  font-weight: bold;
}

/* Forms */
.formLabel {
  float:left;
	position:relative; 
	width:65px; 
	padding: 5px 0px 2px 0px;
	display:inline;
}
.formLabelRight {
  padding-left:3px;
}
.formLabelContact {
  float:left;
	position:relative; 
	width:90px; 
	padding: 5px 0px 2px 0px;
	display:inline;
}
.formInput {
	margin: 5px 0px 5px 0px;
}

/* Main Content Container */
.maintable {
  width: 925px;
  padding: 0px;
  border-collapse: collapse;
  border-width: 0px;
  background-color: #000000;
}
.maintableborder {
  border: 5px solid #857655;
  background-color: #000000;
}

/* Not sure we are using these */
.article {
  font-family: Arial,Times New Roman, Trebuchet MS;
  font-size: 8pt;
  color: #000000;
  margin: 0px 10px 0px 10px;
  line-height: 120%;
  text-align:left; 
  text-indent:0px;
}
.art_title {
    font-family: Times New Roman, Arial,Trebuchet MS;
    font-size: 14pt;
    font-style: italic;
    font-weight: 700;
    color: #000000;
    margin: 0px 10px 0px 0px;
    line-height: 100%;
    text-align:left; 
    text-indent:0px;
}