@charset "utf-8";
/* CSS Document */
html {
  background: #000;
  text-align: center;
  margin: 0;
  padding: 0;
}
body {
  width: 792px;
  margin: 10px auto;
  background: #ffffff;
  text-align: left;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  position: relative;
}
img {
  border: none;
}
h1 {
  font-weight: normal;
  font-size: 30px;
  margin: 0 0 0 0;
  padding: 0;
  color: #679ac9;
}
h1.indent {
  margin-left: 50px;
}
h2 {
  color: #679ac9;
  font-size: 16px;
  font-weight: normal;
  margin: 0 0px;
  padding: 0;
}
h3 {
  color: #679ac9;
  font-size: 12px;
  font-weight: normal;
  margin: 0 0px;
  padding: 0;
}
p {
  margin: 10px 0;
  padding: 0;
}
th, td {
  vertical-align:top;
}
ul {
  margin: 0;
  padding: 10px 0;
  padding-left: 15px;
}
a:focus {
  outline: none;
}
#headerImg {
  float: left;
}
a {text-decoration: none;}
i a, a i {
  text-decoration: none;
  color: #666;
}
#headerImg p {
  margin: 0;
  padding: 0;
}
#logo {
  float: right;
}
#login {
  float: left;
  margin: 5px 20px 0px 20px;
}
#navWrap {
  clear: both;
  float: left;
  background: #404040 url(../images/gradient.jpg) no-repeat top left;
  margin: 0 0 5px 0;
  padding: 12px 0 7px 0;
  list-style: none;
  width: 792px;
}
#mainNav {
  float: left;
  margin: 0;
  padding:  0;
  list-style: none;
  margin: 8px 0 0 0;
}
#mainNav li {
  float: left;
  margin: 0;
  padding: 0;
}
#mainNav li a {
  color: /*#6a97ce*/#fff;
  padding: 0 15px;
  margin: 0;
  border-left: 1px solid #6980dd;
  text-decoration: none;
  font-weight: bold;
}
#mainNav li a:hover, #mainNav li a.current, #mainNav li a.currentParent {
  color: #639cc7;
}
#mainNav li a.first {
  border-left: none;
}
/*---Left Column---*/
#contentWrap {
  clear: both;
  float: left;
  width: 792px;
}
#left {
  clear: both;
  float: left;
 width: 378px;
 overflow: hidden;
  height: 426px;
}
#left p {
  margin: 0;
  padding: 0;
}
#smContentBlock {
  float: left;
  width: 154px;
  margin-bottom: 5px;
  height: 175px;
  overflow: hidden;
}
#subNav {
  float: right;
  width: 219px;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 5px;
}
#subNav li {
  margin: 0;
  padding: 0;
  margin-bottom: 5px;
}
#subNav li a {
 display: block;
  background: #679ac9;
  color: #fff;
  font-weight: bold;
  padding: 9px 25px 6px 0;
  width: 194px;
  text-align: right;
  margin: 0px;
  text-decoration: none;
  height: 16px;
}
#subNav li a:hover, #subNav li a.current {
  background: #2d3292;
}
#leftBottom, #leftBottomImg {
  clear: both;
  float: left;
}
/*--Right Column--*/
#right {
  float: right;
  width: 354px;
  margin-top: 30px;
  overflow: auto;
  height: 396px;
  position: relative;
  padding-right: 30px;
  line-height: 1.3em;
}
#right h1, #right h2, #right h3 {line-height: normal;}
body#gallery #right {
  width: 408px;
  margin-top: 0;
  padding-right: 0;
  height: 420px;
}
#roundedText {
  position:absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  padding: 0;
}
#footer {
  clear: both;
  background: #7f7f7f;
  color: #000;
  font-weight: bold;
  font-size: 10px;
  text-align: center;
}
#footer p {
  margin: 0;
  padding: 5px 0;
}
#footer span {
  background: url(../images/bullet.gif) no-repeat center right;
  padding-right: 10px;
  margin-right: 8px;
}
#footer a {
  color: #000;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#copyright {
  background: #000000;
  color: #ffffff;
  width: 100%;
}
#copyright a {
  color: #ffffff;
}
#footer #copyright span.weight {
  font-weight:normal;
  background: none;
}
/*---Contact Form---*/
#contact label {
  display: block;
  padding: 0px 0 3px 0;
}
#contact .text {
  width: 98%;
  border-top: 1px solid #7e7e7e;
  border-left: 1px solid #7e7e7e;
  border-bottom: 1px solid #bebebe;
  border-right: 1px solid #bebebe;
}
/** Gallery **/
#thumbTbl td {
  padding-right: 5px;
  padding-bottom: 5px;
}