  /*---------------------------------------------------------------|
/==================================================================|
|document: http://www.bowmanconstructions.com.au CSS               |
|author:   Rowan Ferguson                                          |
|version:  Dec 2005                                                |
|==================================================================/
|---------------------------------------------------------------*/


/*-----------------------------------------------------------------|
|  TYPE SELECTOR RULES                                             |
|-----------------------------------------------------------------*/

a, 
a:link,
a:active,
a:visited {
  color: #336699;
  text-decoration: underline;
}
a:hover {
  color: black;
}
body {
  background: url(../img/bg_main.gif) #99CCFF repeat-x fixed;
  color: #666;
  font: 80%/1.6em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 0;
  padding: 0;
}
#iframe {
  background: url(../img/bg_white.gif) white repeat;
  color: #666;
  font: 80%/1.6em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  padding: 0 0 1em 1em;
  margin: 0;
  width: 85%;
}
h1 {
  border-bottom: 1px solid #CCC;
  clear: left;
  color: #666;
  font: 140%/1.2em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  margin-top: 20px;
}
h2 {
  border-bottom: 1px dotted #336699;
  border-top: 1px dotted #336699;
  color: #336699;
  font: normal 120%/1.4em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 1.5em 0 1.5em 0;
  padding: 0.25em 0 0.25em 0;
}
h3 {
  border-bottom: 1px solid #DDD;
  color: #333333;
  font: 110%/1.4em Helvetica, "Lucida Grande", Arial, Verdana, sans-serif;
  margin: 5px auto 5px auto;
  padding-bottom: 0.1em;
}
html {
  scrollbar-face-color: #FFFFF7; 
  scrollbar-shadow-color: #747474; 
  scrollbar-highlight-color: #CCCCCC;
  scrollbar-3dlight-color: #F0FFF5; 
  scrollbar-darkshadow-color: #F0FFF5; 
  scrollbar-track-color: #F2F2EA; 
  scrollbar-arrow-color: #6699CC
}
iframe {
  border: 0;
  height: 348px; 
  margin: 0;
  padding: 0;
  vertical-align: top; 
  width: 318px;
}
img {
  border: none;
}
input.button {
  font-size: 90%;
}
ul.tips {
  padding: 0 0 0.5em 1.5em;
  margin: 0;
}
ul.tips li {
  line-height: 1.4em;
  list-style-type: square;
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
table {
  font-size: 90%;
}
td {
  border-bottom: 1px solid #ccc;
  padding: 0.25em;
  vertical-align: top;
}
th {
  background-color: #999;
  color: white;
  padding: 0.25em;
  text-align: left;
}



/*-----------------------------------------------------------------|
|  ID SELECTOR RULES                                               |
|-----------------------------------------------------------------*/

/* surrounds sidecontainer and maincontainer
----------------------------------------------- */
#contentcenter {
  background-color: #9BBDDE;
  border-left: 4px solid #9BBDDE;
  margin: 0 auto;
  padding: 0;
  width: 686px;
}


/* header contains main feature graphic
----------------------------------------------- */
#header {
  background: url(../img/bg_header.gif) #8DB3D9 no-repeat;
  height: 78px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 690px;
}
#header p {
  margin-top: 13px;
}
#contentsurround {
  background: url(../img/bg_middle.gif) transparent repeat;
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: 78px;
  width: 100%;
}
/*#feature {
  background: url(../img/feature.jpg) transparent no-repeat;
  position: absolute;
  top: 0;
  width: 358px; 
}
#frame {
  display: inline; 
  padding-left: 358px;
}*/
#navbar {
  padding: 0;
  position: absolute;
  top: 335px;
  width: 690px;
}
#navlinks ul li {
  display: block;
  float: left;
  font-size: 90%;
  list-style-type: none;
  padding: 0;
  margin: 0 0 -25px 8px;
  overflow: hidden;
  text-align: center;
  text-transform: uppercase;
  width: 112px;
}

/* navigation rollover
----------------------------------------------- */
#navlinks ul li.nav a:link,
#navlinks ul li.nav a:active,
#navlinks ul li.nav a:visited {
  background: url(../img/bg_button.gif) transparent no-repeat center top;
  color: white;
  display: block;
  height: 51px;
  text-decoration: none;
}
#navlinks ul li.nav a:hover {
  background: url(../img/bg_button.gif) transparent no-repeat center -31px;
}
#navlinks ul li.nav2 a:link,
#navlinks ul li.nav2 a:active,
#navlinks ul li.nav2 a:visited {
  background: url(../img/bg_button2.gif) transparent no-repeat center top;
  color: white;
  display: block;
  height: 51px;
  text-decoration: none;
}
#navlinks ul li.nav2 a:hover {
  background: url(../img/bg_button2.gif) transparent no-repeat center -31px;
}
#reflection {
  background: url(../img/bg_reflection.gif) transparent no-repeat 50% 50%;
  height: 52px;
  margin: 0 auto;
  position: absolute;
  top: 362px;
  width: 690px;
  z-index: 10;
}



/*-----------------------------------------------------------------|
|  DESCENDANT SELECTOR RULES                                       |
|-----------------------------------------------------------------*/

.aster {
  font-weight: bold;
  color: orange;
}
.clearboth {
  clear: both;
}
.credits {
  font-size: 85%;
  font-weight: bold;
  padding-bottom: 2em;
  padding-top: 0;
  margin-top: 0;
  text-align: center;
}
.hide {
  display: none;
}
.folio {
  background: url(../img/bg_folio.gif) transparent repeat-x 0 bottom;
  padding: 0 5px 0 5px;
  margin-bottom: 2em;
  width: 250px;
}
.folio a, 
.folio a:link,
.folio a:active,
.folio a:visited {
  color: white;
  text-decoration: underline;
}
.folio a:hover {
  color: #003366;
  text-decoration: underline;
}
.info, acronym {
  cursor: help;
  border-bottom: 0.1em dotted #DDD;
}
.thumbnail {
  background-color: #999;
  border: 1px solid #999;
  color: white;
  text-align: center;
}
  
