html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
    font-size: 100%;
	line-height: 1.2em;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* /////////////////////////////////////////////////////////
GENERAL STYLES
///////////////////////////////////////////////////////// */

h3 {
  margin-top: 10px;
  color: #3B637D;
  font-size: 0.875em;
  }
  
h4 {
  color: #000;
  font-size: 0.75em;
  }

h5 {
  color: #000;
  font-size: 0.975em;
  }
  
p {
  padding: 7px 0;
  font-size: 0.6875em;
  }
  
a {
  border-bottom: 1px dotted #388DC8;
  color: #388DC8;
  text-decoration: none;
  }
  
a:hover {
  border-bottom: 1px solid #388DC8;
  }
  
small {
  font-size: 85%;
  }

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  }

/* /////////////////////////////////////////////////////////
GENERAL LAYOUT
///////////////////////////////////////////////////////// */

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  text-align: center;
  background: #7a96a1 url(../images/body-bg.jpg) top left repeat-x;
  }
  
#wrap {
  width: 800px;
  margin: 0 auto 0 auto;
  border: 5px solid #93b2c0;
  border-top: none;
  text-align: left;
  background-color: #fff;
  }
  
#header {
  float: left;
  width: 800px;
  background-color: transparent;
  }
  
#content {
  float: left;
  width: 540px;
  padding: 30px;
  background-color: transparent;
  }
  
#sidebar {
  float: right;
  width: 200px;
  background-color: transparent;
  }
  
#footer {
  clear: both;
  width: 800px;
  padding-top: 5px;
  background-color: #c4ccb7;
  }
  
/* /////////////////////////////////////////////////////////
HEADER
///////////////////////////////////////////////////////// */

#header {
  position: relative;
  border-bottom: 12px solid #c4ccb7;
  background: transparent url(../images/header-decor.jpg) top right no-repeat;
  }

#headergis {
  position: relative;
  border-bottom: 12px solid #c4ccb7;
 
  }
  
#header h1 a {
  display: block;
  width: 295px;
  height: 0px;
  margin: 10px 0 10px 50px;
  padding-top: 109px;
  border-bottom: none;
  overflow: hidden;
  font-size: 1px;
  background: transparent url(../images/logo.jpg) top left no-repeat;
  }
  
#header h2 {
  display: none;
  }
  
#header ul {
  position: absolute;
  top: 0px;
  right: 20px;
  }
  
#header ul li {
  float: left;
  }
 
#header ul li a {
  display: block;
  padding: 10px 15px 3px 15px;
  border-right: 1px solid #dee5e8;
  border-bottom: none;
  color: #7a96a1;
  font-size: 0.675em;
  text-decoration: none;
  }
  
#header ul li a:hover,
#header ul li.here a {
  color: #036;
  }

#header ul li.last,
#header ul li.last a {
  border-right: none;
  }
  
/* /////////////////////////////////////////////////////////
CONTENT
///////////////////////////////////////////////////////// */

#content img#rotoclear {
  margin: 15px;
  border: 5px solid #ddd;
  }

#content ul {
  margin: 5px 0;
  }
  
#content li {
  padding: 5px 0;
  margin-left: 15px;
  list-style: disc;
  font-size: 0.75em;
  }
  
#content li a {
  border-bottom: 1px dotted #AAA;
  color: #000;
  }
  
#content li a:hover {
  border-bottom: 1px solid #000;
  color: #000;
  }
  
#content li a:visited {
  color: #666;
  }
  
/* CONTACT AND STAFF PAGES */

   
ul#contact,
#content ul.staff {
  margin-top: -5px;
  margin-left: -15px;
  margin-bottom: 75px;
  font-size: 1.3em;
  }
  
ul#contact li,
#content ul.staff li {
  padding: 15px 0;
  border-bottom: 2px solid #DEE0E8;
  list-style: none;
  }
  
ul#contact li:last-child,
#content ul.staff li:last-child {
  border-bottom: 0px;
  }

ul#contact li a,
#content ul.staff li a {
  border-bottom: 1px dotted #388DC8;
  color: #388DC8;
  }
  
ul#contact li a:hover,
#content ul.staff li a:hover {
  border-bottom: 1px solid #388DC8;
  }
  
/* SLIDESHOW */

#slideshow {
  position: relative;
  height: 250px;
  }
  
#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  border: 5px solid #ddd;
  z-index: 8;
  opacity: 0.0;
  -moz-opacity: 0.0;
  filter:alpha(opacity=0);
  }
  
#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
  -moz-opacity: 1.0;
  filter:alpha(opacity=100);
  }
  
#slideshow img.last-active {
  z-index: 9;
  }
  
/* /////////////////////////////////////////////////////////
SIDEBAR
///////////////////////////////////////////////////////// */

#sidebar ul {
  padding: 15px 0;
  }

#sidebar ul li {
  display: block;
  }
  
#sidebar ul li a {
  display: block;
  width: 185px;
  margin: 8px 0;
  padding: 5px 0 5px 15px;
  border-bottom: none;
  color: #fff;
  font-size: 0.6875em;
  font-weight: bold;
  text-decoration: none;
  background-color: #036;
  }
  
#sidebar ul li.here a {
  background-color: #7f99b2;
  }
  
#sidebar ul li.here,
#sidebar ul li a:hover {
  background-color: #7f99b2;
  }
  
/* /////////////////////////////////////////////////////////
FOOTER
///////////////////////////////////////////////////////// */
  
p#short_about {
  float: left;
  margin: 2px 75px 8px 150px;
  padding: 8px 8px 8px 15px;
  border-left: 5px solid #e2ebd4;
  font-size: 0.6875em;
  line-height: 1.4em;
  background-color: #c4ccb7;
  }
  
ul#short_contact {
  width: 780px;
  float: left;
  padding-left: 20px;
  border-top: 2px solid #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.85em;
  color: #036;
  background-color: #dee0e8;
  }
  
ul#short_contact li {
  float: left;
  margin: 5px 5px 5px 0;
  padding: 5px 20px;
  border-right: 1px solid #fff;
  }
  
ul#short_contact li.last {
  border-right: none;
  }
  
ul#short_contact li p {
  line-height: 1.5em;
  }
  
p#copyright {
  clear: left;
  padding: 10px 68px;
  font-size: 0.625em;
  color: #7c96a1;
  background-color: #fff;
  }
  
/* /////////////////////////////////////////////////////////
SUB-PAGES
///////////////////////////////////////////////////////// */

body#sub {
  width: 540px;
  margin: 30px;
  text-align: left;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background-color: #fff;
  background-image: none;
  }
  
body#sub a {
  color: #388DC8;
  border-bottom: 1px dotted #388DC8;
  }

  
  


  
