body {
  font-family: Times New Roman, Times, serif;
  font-size: 16px;
  color: #ffffff;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
}
h1,
.heading{
  margin-top: 0;
  font-family: Times New Roman, Times, serif;
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.hide {
  display: none;
}
/* heading */
#banner-tail,
#banner-bottom-tail {
  position: absolute;
  left: 995px;
  width: 250px;
}
#banner-tail {
  top:0;
  background: #000000 url(assets/images/header-gradient-red.gif) repeat-y scroll left top;
  height: 122px;
}
#banner-bottom-tail {
  top: 122px;
  background: #000000 url(assets/images/header-gradient-white.gif) repeat-y scroll left top;
  height: 24px; 
}
.dkred_bkgd{
background-color: #000000;
}
.red_bkgd_white{
background-color: #710d08; border-left: 1px solid #ffffff;
}
.red_bkgd{
background-color: #710d08;
}
.white_bkgd{
background-color: #ffffff;
}
#container_img{
	background: url(assets/images/mainimage.jpg) no-repeat top left; background-color: #4d0302;
	}
#container_img_bar{
	background: url(assets/images/bar_bkgd.jpg) no-repeat top left; background-color: #000000;
	}
	.gal_thumb_container img{
	border: 1px solid #ffffff;
	}
.gal_enlarge{
	border: 3px solid #ffffff;
	}
	.img_border{
	border: 1px solid #ffffff;
	}
p {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #ffffff;
        line-height: 1.3;
        margin-top: 0;
}
.bullet{
        font-family: Times New Roman, Times, serif;
	    font-size: 11px;
	    color: #FFFFFF;
}
a:link {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	font-family: Times New Roman, Times, serif;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	text-decoration: underline;
}
a:active {
	color: #ffffff;
	text-decoration: none;
}
/* lhs navigation */
#navmain {
  padding: 10px 0;
  width: 163px;
  border-collapse: collapse;
  background-color: #4D0302;
}
  #navmain td {
    padding: 0;
    height: 40px;
  }
    #navmain a {
      display: block;
      padding: 5px 12px;
      font-family: Times New Roman, Times, serif;
      font-size: 21px;
      color: #FFFFFF;
      text-decoration: none;
    }
#navmain a.active,
#navmain a:active,
#navmain a:hover {
  background-color: #2d0201;
}
#navmenu-tail {
  position: absolute;
  top: 428px;
  left: 0;
  background: #000000 url('assets/images/navmenu-gradient-vertical.gif') repeat-x scroll top left; 
  width: 163px;
  height: 392px;
}
#navmain ul.submenu {
  padding-left: 12px;
  margin: 0;
}
  #navmain ul.submenu li {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
    #navmain ul.submenu li a {
      font-size: 1.1em;  
    }
/* content */
td#content-main #content-main-table {
  width: 785px;
}
td#content {
  padding-top: 24px;
  padding-right: 24px;
}
/* footer */
#footer_wrapper {
  text-align: center;
  width: 800px;
  margin-top: 50px;
}
.slogan {
  margin-top: -18px;
}
.footer {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
}
.contact {
  font-weight: bold;
}
#navbtm a:link {
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navbtm a:visited { 
	font-family: Arial, Verdana;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}
#navbtm a:hover { 
	color: #ffffff;
	text-decoration: underline;
}
#navbtm a:active { 
	color: #ffffff;
	text-decoration: underline;
}

/**
 * Page-specific styling
 */
/* front page */
body.front #content {
  padding-top: 42px;
}
body.front #footer_wrapper {
 margin-top: 20px;
}
