@import url(init_style.css);
body {
  background: #dddddd url(../img/bg_marble.jpg) repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
#container {
  background: #ffffff none repeat scroll 0% 50%;
  margin: 0 auto;
  text-align: left;
  width: 750px;
}
#header {
  background: transparent url(../img/no_picture.jpg) repeat scroll 0% 50%;
  color: #f0f0f0;
  height: 250px;
}
#header-box {
  font-family: "Times New Roman",Times,serif;
  width: 100%;
}
#header-logo {
  margin: 20px 0 0;
  background: transparent url(../img/logo.gif) repeat scroll 0% 50%;
  color: #f0f0f0;
  height: 75px;
}
#header-logo h1 {
  font-size: 1.5em;
  display: none;
}
#header {
  background: #8888ff none repeat scroll 0% 50%;
  color: #ffffff;
  height: 250px;
}
#menu-box {
  background: #c0c0c0 none repeat scroll 0% 50%;
  font-family: Arial,Helvetica,sans-serif;
}
#menu {
  width: 100%;
  height: 30px;
}
#menu li {
  line-height: 30px;
  display: inline;
}
#menu li a {
  display: block;
  text-align: center;
  font-weight: bold;
  float: left;
  color: #000000;
  text-decoration: none;
  width: 125px;
}
#menu li a:hover, #menu li a.active {
  background: #888888 none repeat scroll 0% 50%;
  color: #404000;
}
#content-box {
  overflow: auto;
  min-height: 100%;
  width: 100%;
}
.content {
  background: #ffffff none repeat scroll 0% 50%;
  width: 100%;
}
.content p {
  margin: 0px 25px 3px 20px;
  font-size: 1em;
  text-indent: 1em;
  line-height: 1.5em;
  color: #000000;
}
.column-col {
  margin: 5px;
  background: #dddddd none repeat scroll 0% 50%;
  float: left;
  width: 365px;
}
.column-col p {
  margin: 0px 25px 0px 20px;
  color: #444488;
  font-size: 0.8em;
  line-height: 1.2em;
  text-indent: 0.5em;
}

.column-row {
  margin: 5px;
  width: 740px;
}

.column-row p {
  padding: 0 0 15px 0;
  font-size: 1em;
  text-indent: 1em;
  line-height: 1.5em;
  color: #000000;
}

#google_map {
  margin: 5px;
  background: #ff0000 none repeat scroll 0% 50%;
  color: #888844;
  width: 740px;
  height: 420px;
}
#map {
  border: 2px outset gray;
  margin: 0 auto;
  background: #ffff00 none repeat scroll 0% 50%;
  float: left;
  width: 600px;
  height: 400px;
}
#side_bar {
  border: 1px solid #666666;
  margin: 0 auto;
  padding: 6px;
  background: #88ff88 none repeat scroll 0% 50%;
  overflow: auto;
  line-height: 2;
  float: right;
  width: 78px;
  height: 390px;
}
.index-pic img {
  border:  none;
  margin: 1px;
  float: left;
  height: 400px;
  width: 185px;
}
.ornament {
  margin: 5px auto 5px;
  background: #aaaaaa none repeat scroll 0% 50%;
  clear: both;
}
img.thumbnail-image {
  border: 3px solid #ff0000;
  margin: 3px;
  float: left;
}
#footer-box {
  background: #888888 none repeat scroll 0% 50%;
  height: 50px;
  width: 100%;
}
#footer {
  font-family: "Times New Roman",Times,serif;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  font-size: 1.2em;
  line-height: normal;
  font-size-adjust: none;
  font-stretch: normal;
}
#footer ul {
  padding: 0px;
  color: #000000;
  font-size: 0.9em;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  text-align: left;
}
#footer ul li {
  display: inline;
  float: left;
  white-space: nowrap;
}
#footer ul li a, #footer ul li a:visited {
  margin: 0 5px;
  color: #000000;
  font-weight: normal;
}
.copyright {
  margin: 5px 8px;
  color: #000000;
  float: right;
  font-size: 0.6em;
}

h1 {
  border-style: solid;
  border-color: #ff0000 #ffff00 #ffff00;
  border-width: 5px 13px;
  padding: 4px 5px 0;
  overflow: hidden;
  letter-spacing: 0.05em;
  color: #00ff00;
  font-size: 1.4em;
  font-weight: normal;
  margin: 10px 0 10px 0;
}
h2 {
  border-style: solid;
  border-color: #aaaaaa;
  border-width: 5px 13px;
  padding: 4px 5px 0;
  overflow: hidden;
  color: #000000;
  font-weight: normal;
  font-size: 1.4em;
  letter-spacing: 0.05em;
  margin: 10px 0 10px 0;
}
h3 {
  border: 2px solid #aaaaaa;
  padding: 2px 0 2px 2px;
  overflow: hidden;
  color: #000000;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 0.02em;
  margin: 5px 0 5px 0;
}

