/* RESET BROWSER DEFAULT STYLING */
html, body, div, h1, h2, h3, p, pre, blockquote, ul, ol, li, address,
dl, dt, dd, td, th, tfoot, form, fieldset, label, select, input, legend,
textarea {
 margin:0;
 padding:0;
 font:1.0em Verdana, Arial, sans-serif;
}
fieldset, img, table {
 border:0;
}
ul {
 list-style:none;
}
img.spacer {
 width:1px;
 height:1px;
}

/* OTHER */
p {
  margin: 20px;
}
a {
  outline: none;
}
img {
  border-style: none;
  border:0;
  border:none;
}
div.enclosing {
  clear:both;
}
#container {
  clear:both;
  font-size:0.8em;
  margin:10px auto 20px;
  width:990px;
}
#top {
  clear:both;
  height:70px;
}
#content {
  background: #F8F8F8 url("itr_bg.png") repeat-y 0 0;
  overflow:hidden;
  width:988px;
  margin: 20px 0 0 0;
}
#contentLeft {
  float:left;
  width:370px;;
  margin: 10px 0 10px 20px;
}
#contentRight {
  float:right;
  width:550px;;
  margin: 0 20px 0 10px;
  margin: 10px 20px 10px 0;
}
#footer {
}
#footerText {
  margin:0 auto;
  width:500px;
  text-align:center;
  color:#444444;
  font-size:10px;
  border-top: #444444 solid 1px;
}
#logo {
  float:left;
  background:url("digander_210_70.gif") no-repeat 0 0;
  width:210px;
  height:70px;
}
#menu {
  margin:30px auto 0;
  float:right;
}

a#menuItem0 { /* Beginning part of the menu-row */
  float:left;
  background:url("menu3.gif") no-repeat scroll -0px -160px;
  width:340px;
  height:40px;
}
a#menuItem1 {
  float:left;
  background:url("menu3.gif") no-repeat scroll -340px -40px;
  width:60px;
  height:40px;
}
a#menuItem1:hover {
  background:url("menu3.gif") no-repeat scroll -340px -120px;
}
a#menuItem1.active {
  background:url("menu3.gif") no-repeat scroll -340px -320px;
}
a#menuItem2 {
  float:left;
  background:url("menu3.gif") no-repeat scroll -400px -160px;
  width:85px;
  height:40px;
}
a#menuItem2:hover {
  background:url("menu3.gif") no-repeat scroll -400px -80px;
}
a#menuItem2.active {
  background:url("menu3.gif") no-repeat scroll -400px -280px;
}
a#menuItem3 {
  float:left;
  background:url("menu3.gif") no-repeat scroll -485px -160px;
  width:100px;
  height:40px;
}
a#menuItem3:hover {
  background:url("menu3.gif") no-repeat scroll -485px -40px;
}
a#menuItem3.active {
  background:url("menu3.gif") no-repeat scroll -485px -240px;
}
a#menuItem4 {
  float:left;
  background:url("menu3.gif") no-repeat scroll -585px -160px;
  width:90px;
  height:40px;
}
a#menuItem4:hover {
  background:url("menu3.gif") no-repeat scroll -585px -0px;
}
a#menuItem4.active {
  background:url("menu3.gif") no-repeat scroll -585px -200px;
}
a#menuItem5 { /* Ending part of the menu-row */
  float:left;
  background:url("menu3.gif") no-repeat scroll -675px -160px;
  width:75px;
  height:40px;
}

/*** set the width and height to match your images **/
#slideshow {
    position:relative;
    height:550px;
  padding-top:4px;
}
#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}
#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}
#slideshow IMG.last-active {
    z-index:9;
}

.contL1 { /* side border */
  background:url("itr_box_left_2.png") repeat-y scroll 0 0 transparent;
}
.contL2 { /* bottom border */
  background:url("itr_box_left_2.png") no-repeat scroll -740px bottom transparent;
}
.contL3 { /* Top border */
  background:url("itr_box_left_2.png") no-repeat scroll -370px 0 transparent;
}
.contLcontent {
  padding:10px;
}
.contR1 { /* side border */
  background:url("itr_box_right_2.png") repeat-y scroll 0 0 transparent;
}
.contR2 { /* bottom border */
  background:url("itr_box_right_2.png") no-repeat scroll -1100px bottom transparent;
}
.contR3 { /* Top border */
  background:url("itr_box_right_2.png") no-repeat scroll -550px top transparent;
}
.contRcontent {
  padding:10px;
}
h3 {
  font-size:10px;
  margin:0;
  padding:8px 15px 2px;
}

#map_canvas { width:350px; height: 500px; }

.inputBox {
  margin:20px;
}
.inputName {
  float:left;
  width:120px;
  margin:5px 0;
}
.reqField {
  color:red;
}
#msg {
  color:red;
  margin:0 0 0 120px;
}
#news_button {
  margin:0 0 0 120px;
}
.note {
  font-size:10px;
  margin:10px 0;
  color:gray;
}

