@import url(navi.css);
@import url(forms.css);
@import url(tables.css);
@import url(gallery.css);
body {
  margin: -25px 0 0;
  padding: 0;
  font-family: verdana,Arial,Helvetica,sans-serif;
  background-color: #2e2e2e;
  font-size: 12px;
  color: #cccccc;
}
img {
  border:  none;
  margin: 0;
  padding: 0;
}
.justify {
  text-align: justify;
}
.bold {
  font-weight: bold;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.nostart {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.clear {
  clear: both;
}
br.clear {
  clear: both;
  margin-top: -15px;
}
a {
  outline-color: invert;
  outline-style: none;
  outline-width: medium;
  text-decoration: none;
}
.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.imgl, .imgr {
  border: 1px solid #666666;
  padding: 5px;
}
.imgl {
  margin: 0 8px 8px 0;
  float: left;
  clear: left;
}
.imgr {
  margin: 0 0 8px 8px;
  float: right;
  clear: right;
}
div.wrapper {
  margin: 0;
  display: block;
  width: 100%;
  text-align: left;
}
div.wrapper h1, div.wrapper h2, div.wrapper h3, div.wrapper h4, div.wrapper h5, div.wrapper h6 {
  border-bottom: 1px dashed #dddddd;
  margin: 0 0 20px;
  padding: 0 0 8px;
  font-size: 22px;
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
}
.col1 {
  color: #333333;
  background-color: #000000;
}
.col2 {
  border-bottom: 1px solid #3b3b3b;
  color: #dbdbdb;
  background-color: #000000;
}
.col3 {
  border-bottom: 1px solid #3b3b3b;
  color: #dbdbdb;
  background-color: #000000;
}
.col4 {
  border-bottom: 1px solid #3b3b3b;
  color: #dbdbdb;
  background-color: #000000;
}
.col5 {
  border-bottom: 1px solid #3b3b3b;
  color: #cccccc;
  background-color: #000000;
}
.col5 a {
  color: #99cc00;
  background-color: #000000;
}
.col6 {
  border-bottom: 1px solid #3b3b3b;
  color: #ffffff;
  background-color: #1b1b1b;
}
.col7, .col7 a {
  color: #cccccc;
  background-color: #2e2e2e;
}
#topbar, #header, #gallery, #services, #breadcrumb, #container, #footer, #copyright {
  margin: 0 auto;
  position: relative;
  display: block;
  width: 960px;
}
#topbar {
  padding: 10px 0;
  height: 25px;
}
#header {
  padding: 0 0 20px;
  z-index: 1000;
  font-family: Georgia,"Times New Roman",Times,serif;
}
#header #logo {
  display: block;
  float: left;
  width: 300px;
}
#header h1, #header p {
  border:  none;
  margin: 0;
  padding: 0;
  clear: left;
  font-size: 16px;
}
#header h1 {
  margin-bottom: 5px;
  font-size: 36px;
}
#header h1 a {
  color: #dbdbdb;
  background-color: #000000;
}
#services {
  padding: 20px 0 0;
  text-transform: uppercase;
  font-size: 24px;
  font-family: Georgia,"Times New Roman",Times,serif;
}
#services img {
  margin: 0;
  padding: 0;
  line-height: normal;
}
#services ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  display: block;
  width: 960px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#services li {
  margin: 0 8px 8px 0;
  padding: 0;
  overflow: hidden;
  display: block;
  float: left;
  width: 234px;
  height: 210px;
}
#services li.last {
  margin-right: 0;
}
#services a strong {
  margin: 0;
  padding: 15px 0;
  display: none;
  width: 100%;
  font-weight: normal;
  text-align: center;
  color: #5b5b5b;
  background-color: #232323;
}
#services a:hover strong {
  display: block;
}
#breadcrumb {
  padding: 15px 0;
}
#breadcrumb a {
  color: #99cc00;
  background-color: #000000;
}
#breadcrumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#breadcrumb ul li {
  display: inline;
}
#breadcrumb ul li.current a {
  text-decoration: underline;
}
#container {
  padding: 15px 0;
}
#container h1, #container h2, #container h3, #container h4, #container h5, #container h6 {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 15px;
  padding: 0 0 8px;
  color: #cccccc;
  background-color: #000000;
}
#content {
  display: block;
  float: left;
  width: 600px;
}
#comments {
  margin-bottom: 40px;
}
#comments .commentlist {
  margin: 0;
  padding: 0;
}
#comments .commentlist ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#comments .commentlist li.comment_odd, #comments .commentlist li.comment_even {
  margin: 0 0 10px;
  padding: 15px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#comments .commentlist li.comment_odd {
  color: #666666;
  background-color: #f7f7f7;
}
#comments .commentlist li.comment_odd a {
  color: #3e7060;
  background-color: #f7f7f7;
}
#comments .commentlist li.comment_even {
  color: #666666;
  background-color: #e8e8e8;
}
#comments .commentlist li.comment_even a {
  color: #3e7060;
  background-color: #e8e8e8;
}
#comments .commentlist .author .name {
  font-weight: bold;
}
#comments .commentlist .submitdate {
  font-size: smaller;
}
#comments .commentlist p {
  margin: 10px 5px 10px 0;
  padding: 0;
  font-weight: normal;
  text-transform: none;
}
#comments .commentlist li .avatar {
  border: 1px solid #eeeeee;
  margin: 0 0 0 10px;
  float: right;
}
#column {
  display: block;
  float: right;
  width: 300px;
}
.flickrbox ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
.flickrbox li {
  border: 1px solid #666666;
  margin: 0 15px 15px 0;
  padding: 4px;
  display: block;
  float: left;
  width: 80px;
  height: 80px;
}
.flickrbox li.last {
  margin-right: 0;
}
#column .holder, #column #featured {
  display: block;
  width: 300px;
  margin-bottom: 20px;
}
#column .holder p {
  line-height: 1.6em;
}
#column h2 {
  font-size: 20px;
}
#column .holder h2.title {
  border-bottom: 1px dashed #666666;
  margin: 0;
  padding: 15px 0 0;
  display: block;
  width: 100%;
  height: 65px;
  font-size: 20px;
  line-height: normal;
}
#column .holder h2.title img {
  border: 1px solid #666666;
  margin: -15px 8px 0 0;
  padding: 5px;
  float: left;
}
#column .holder p.readmore {
  display: block;
  width: 100%;
  font-weight: bold;
  text-align: right;
  line-height: normal;
}
#column div.imgholder {
  border: 1px solid #666666;
  margin: 0 0 10px;
  padding: 4px;
  display: block;
  width: 290px;
}
#column #featured a {
  color: #99cc00;
  background-color: #161616;
}
#column #featured ul, #column #featured h2, #column #featured p {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#column #featured li {
  margin: 0;
  padding: 20px 25px;
  display: block;
  width: 250px;
  color: #666666;
  background-color: #161616;
}
#column #featured li p {
  line-height: 1.6em;
}
#column #featured li p.imgholder {
  border: 1px solid #666666;
  margin: 20px 0 15px;
  padding: 4px;
  display: block;
  width: 240px;
  height: 90px;
  color: #666666;
  background-color: #333333;
}
#column #featured li h2 {
  border-bottom: 1px dashed #666666;
  margin: 0;
  padding: 0 0 14px;
  font-size: 20px;
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #666666;
  background-color: #161616;
  line-height: normal;
}
#column #featured p.more {
  display: block;
  width: 100%;
  margin-top: 15px;
  font-weight: bold;
  text-align: right;
  line-height: normal;
}
#footer {
  padding: 20px 0;
}
#footer a {
  color: #99cc00;
  background-color: #1b1b1b;
}
#footer h2 {
  border-bottom: 1px dashed #cccccc;
  padding: 0 0 8px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: normal;
  font-family: Georgia,"Times New Roman",Times,serif;
  color: #cccccc;
  background-color: #1b1b1b;
  line-height: normal;
}
#contactform {
  display: block;
  float: left;
  width: 350px;
}
#compdetails {
  display: block;
  float: right;
  width: 550px;
}
#compdetails ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}
#compdetails li {
  margin: 0 0 12px;
}
#compdetails li.last {
  margin: 0;
}
#officialdetails {
  float: left;
}
#officialdetails li.last {
  margin-bottom: 20px;
}
#contactdetails {
  float: right;
}
#copyright {
  padding: 20px 0;
}
#copyright p {
  padding: 0;
  display: block;
  float: right;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  width: 200px;
}
#copyright ul {
  padding: 0;
  display: block;
  float: left;
  margin-top: 0;
  margin-bottom: 0;
  width: 700px;
}
#copyright li {
  border-right: 1px solid #cccccc;
  display: inline;
  padding-right: 10px;
  margin-right: 8px;
}
#copyright li.last {
  border-right: medium none;
  padding-right: 0;
}

