/*
Description: buildinspect.com.au homepage style sheet
Author: PH
Created: 15 May 2009
Last modified: 03 June 2009
*/

/* --- BANNER --- */
#banner {
  background-color: white;
  min-height: 121px;
  margin: 3px 0px 0px 0px; /* top right bottom left */
  border: 1px red;
  padding: 0px;
}
#banner p {
  font-weight: normal;
  color: white;
  line-height: 100%;
  padding: 5px;
  margin: 0 0 0 0;
  }

/* --- TOP_LINE --- */
#top_line {
  background-color: black;
  height: 4px;
  margin: 0px;
  border: 0px;
  padding: 0px;
}

/* --- NAVIGATION --- */
#navigation {
  position: absolute;
  left: 50px; top: 400px;
  font-size: 9pt;
  font-weight: bold;
  width:240px;
  border-left: 1px  solid darkblue;
  border-top: 1px  solid darkblue;
  border-bottom: 3px  solid darkblue;
  border-right: 3px  solid darkblue;
  padding: 5px;
  margin-bottom: 1em;
  background-color: #369;
}

#navigation h3 {
  text-align: left;
  text-decoration: underline;
  color: yellow;
  margin: 0px;
  padding: 5px 5px 5px 15px;}

#navigation p {display: none;}

#navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
  }

#navigation ul li {
  margin: 0;
  border-top: 1px solid #369;
}

#navigation ul li a {
  display: block;
  padding: 2px 2px 2px 4px;
  border-left: 10px solid #369;
  border-right: 1px solid #69c
  border-bottom: 1px solid #369;
  background-color: #369;
  color: #fff;
  text-decoration: none;
  width: 100%;
}

#navigation ul li a {width: auto;}

#navigation ul li a:link {color: yellow}
#navigation ul li a:link.current {color: red;}

#navigation ul li a:visited {color: yellow;}
#navigation ul li a:visited.current {color: red;}


#navigation ul li a:hover {
  border-left: 10px solid #036;
  border-right: 1px solid #69c
  border-bottom: 1px solid #369;
  background-color: #69f;
  color: #fff;
  text-decoration: none;
}
#navigation ul li a:hover.current {background-color:transparent; color:red;cursor:default}

#navigation ul li a:active {
  border-left: 10px solid #036;
  border-right: 1px solid #69c
  border-bottom: 1px solid #369;
  background-color: #69f;
  color: red;
  text-decoration: none;
}

/* ---- Horizontal Site Navigation ---- */
#nav_horiz {
  position: absolute;
  left: 0px; top: 140px;
  width:100%;

/*  font-size: 9pt;
  font-weight: bold;
  border-left: 1px  solid darkblue;
  border-top: 1px  solid darkblue;
  border-bottom: 3px  solid darkblue;
  border-right: 3px  solid darkblue;
  padding: 5px;
  margin-bottom: 1em;
  background-color: #369;*/
}

#nav_horiz h5 {display: none;}

#nav_horiz ul {
  padding: 3px 0;
  margin-left: 0;
  border-bottom: 2px solid #339;
  font: bold 12px Verdana, sans-serif;
  }
#nav_horiz ul li {
  list-style: none;
  margin: 0;
  display: inline;
  }

#nav_horiz ul li a {
  padding: 3px 0.5em;
  margin-left: 3px;
  border: 1px solid #778;
  border-bottom: none;
  background: #ccf;
  text-decoration: none;
  }

#nav_horiz ul li a:link {color: #339;}
#nav_horiz ul li a:link.current {color: #ccf;}

#nav_horiz ul li a:visited {color: #339;}
#nav_horiz ul li a:visited.current {color: #ccf;}

#nav_horiz ul li a:link:hover, #nav_horiz ul li a:visited:hover {color: #000; background: #aae; border-color: #336;}
#nav_horiz ul li a:hover.current {background-color: #339; color:#ccf; cursor:default; border-bottom: none;}

#nav_horiz ul li a.current {background: #339; border-bottom: none;}

/* --- MENU --- */
#menu {
  width:180px;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  margin-top:0px;
  margin-bottom:0px;
  margin-right:0px;
  margin-left:0px;
  border: 0px;
  padding: 0px;
  background-color: white;
  float: left;
}
#menu h5 {display: none;}


  
#menu ul {
  margin: 0px 0px 0px 0px; /* top right bottom left */
  margin-top:3px;
  margin-bottom:3px;
  padding: 0px 0px 0px 0px;
  font: bold 12px Verdana, sans-serif;
  } 
  
  
#menu ul li {
  list-style: none;
  margin: 0px;
  padding: 0px;
/*  display: inline; */
  }

#menu ul li a {
  display: block;
  margin: 2px 0px 0px 3px; /* top right bottom left */
  margin-top: 2px;
  margin-left:3px;
  margin-bottom:0px;
  margin-right:0px;
  border: 0px solid black;
  padding: 2px 1.0em; /* top right bottom left */
  padding-top:2px;
  padding-right:1.0em;
  background: black;
  text-decoration: none;
  }
#menu ul li a:link {color: white; background: black;}
#menu ul li a:visited {color: white; background: black;}
#menu ul li a:hover {color: white; background: #356595; border: 0px solid black;}
#menu ul li a:current {color: white; background: blue;}
#menu ul li a.current {color: white;  background: #356595; border: 0px lightgrey;}



/* --- LEFT --- */
#left {
  width:180px;
  min-height: 300px;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  border: 0px;
  padding: 0px;
  background-color: transparent;
  float: left;
}
#left p {
  font-weight: normal;
  color: white;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 5px;
}

#left img {
  margin: 0px 0px 0px 3px; /* top right bottom left */;
}

/* --- RIGHT --- */
#right {
  width:182px;
  min-height: 300px;
  margin: 3px 3px 0px 0px; /* top right bottom left */
  border: 0px;
  padding: 0px;
  background-color: transparent;
  float: right;
}

#right p {
  font-weight: bold;
  color: white;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 5px;
}

#right img {
  border: none;
  margin-bottom:3px;
}

#right_top {
  width: 182px;
  height: 110px;
  background-color: transparent;
  margin-bottom:3px;
	}



#right_top a {
  text-align: center;
  display: block;
  font-weight: bold;
  color: white;
  background-color: #4C1211;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 48px 10px;  /* top+bottom right+left */
  text-decoration: none;
}

#right_top a:link {color: white; background: #4C1211;}
#right_top a:hover {color: white; background: #356595;}


#right_mid {
  width: 182px;
  height: 110px;
  background-color: transparent;
  margin-bottom:3px;
}
#right_mid a {
  text-align: center;
  display: block;
  font-weight: bold;
  color: white;
  background-color: #061903;
  line-height: 100%;
  margin: 0px 0px 0px 0px;
  border: 0px;
  padding: 40px 15px;  /* top+bottom right+left */
  text-decoration: none;
}
#right_mid a:link {color: white; background: #061903;}
#right_mid a:hover {color: white; background: #356595;}


/* --- MAIN_AREA --- */
#main_area {
  width:529px;
  /*height: 363px;*/
  margin: 3px;
  border: 0px;
  padding: 0px;
  background-color: #cc6633;
  float: left;
}

#main_area h1 {
  font-family:Arial, Helvetica, sans-serif;
  font-size:11pt;
  margin: 0px;
  padding-left:30px;
  padding-top:10px;
  padding-bottom:0px;
  color: white;
  text-align: left;
  text-decoration:none;
  }

#main_area h2 {
  font-size: 10pt;
  /*margin: 10px 50px 10px 25px; /* top right bottom left */
	margin: 0;	
  padding: 10px 30px 0;
  color: white;
  text-align: left;
  }

#main_area p {
  font-weight: normal;
  font-size: 8pt;
  color: white;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  padding: 15px 30px 0px 30px; /* top right bottom left */
  }

#main_area ul {
  margin: 0px 0px 0px 0px; /* top right bottom left */
  padding: 0px 0px 0px 280px; /* top right bottom left */
  }

#main_area ul li{
 /* font-weight: bold;*/
  /*text-decoration: underline;*/
  font-size: 8pt;
  color: white;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  padding: 4px 0px 0px 5px; /* top right bottom left */
  list-style-image: url('../images/arrow_dotted_18x20.gif');
  }

#main_area a:link {color: #191970; }
#main_area a:visited {color: #660066; text-decoration:none;}
#main_area a:hover {background:sandybrown;}

/* --- BOTTOM_LINE --- */
#bottom_line {
  background-color: black;
  height: 4px;
  margin: 0px;
  border: 0px;
  padding: 0px;
  clear: both;
}

/* --- FOOTER ---*/
#footer {
  clear: both; /*starts the footer below the floated content  */
  background-color: transparent;
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align : center;
}
#footer p {
  font-family: "Arial", "Helvetica";
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  border-top: 0px;
  padding: 5px;
  }

.footer_table{
  width: 100%;
  padding: 0px; margin: 0px;
  border: solid 0px;
  margin-left: auto; margin-right: auto;}
  }

.footer_left{
  width: 33%;
  }

.peppa{
  width: 33%;
	font-family: verdana,arial;
	font-size: 6pt;
	font-weight:bold;
	font-style: italics;
	text-align:right;
	vertical-align:middle;
}

.footertxt {
  width: 33%;
  text-align:center;
  background-color:#ffffff;
  font-size:8pt;
  font-weight:bold;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-style:italic;
  }


#designer {
  margin: 0px;
  border: 0px;
  padding: 0px;
  text-align : right;
}

#designer img{
  margin: 0px;
  border: 0px;
  padding: 0px;
}

#designer p {
  font-family: "Arial", "Helvetica";
  font-size: 8pt;
  font-weight: bold;
  margin: 0px;
  border-top: 0px;
  padding: 5px;
  }


.p {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#000000;
}

.quicklink {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
color:#ffffff;
font-weight:bold;
background-color: #333366;
text-align:center;
width:180px;
  margin: 0px 0px 0px 0px; /* top right bottom left */
  border: 0px;
  padding: 0px;
  float: left;
  margin-top:2px;
}