body {
  margin: 25px 0px 0px 0px;
  padding: 0px;
	background: #000000;
}
body,td,th {
	font-family: Times New Roman, Times Roman, Times, serif;
	font-size: 11pt;
	color: #cdb36a;
}
a {
  text-decoration: none;
}
a:link,
a:visited,
a:active {
  color: #d5cbb4;
  text-decoration: none;
}
a:hover {
  color: #d5cbb4;
  text-decoration: underline;
}




/*
    BEGIN HEADLINE STYLES                 =========================   */
h1 {
  margin: 0px;
  padding: 10px 0px;
  display: block;
  width: 600px;
	font-size: 20pt;
	text-indent: 20px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h1.png") no-repeat -15px center;
}
h2 {
  margin: 0px;
  padding: 9px 0px;
  display: block;
  width: 600px;
	font-size: 18pt;
	text-indent: 18px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h2.png") no-repeat -13px center;
}
h3 {
  margin: 0px;
  padding: 8px 0px;
  display: block;
  width: 600px;
	font-size: 16pt;
	text-indent: 16px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h3.png") no-repeat -11px center;
}
h4 {
  margin: 0px;
  padding: 7px 0px;
  display: block;
  width: 600px;
	font-size: 14pt;
	text-indent: 14px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h4.png") no-repeat -9px center;
}
h5 {
  margin: 0px;
  padding: 6px 0px;
  display: block;
  width: 600px;
	font-size: 13pt;
	text-indent: 13px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h5.png") no-repeat -8px center;
}
h6 {
  margin: 0px;
  padding: 6px 0px;
  display: block;
  width: 600px;
	font-size: 12pt;
	text-indent: 12px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h6.png") no-repeat -7px center;
}
h2#sm_hl {
  margin: 0px;
  padding: 9px 0px;
  display: block;
  width: 550px;
	font-size: 18pt;
	text-indent: 18px;
	font-style: normal;
  color: #cdb36a;
	background: transparent url("../../img/hl_icon_h2.png") no-repeat -13px center;
}
.ul {
  margin: 0px 0px 10px 0px;
  padding: 0px;
  border-bottom: 1px solid #cdb36a;
}
.upper_case {
	text-transform: uppercase;
}
.small_caps {
	font-variant: small-caps;
}
div#spacer_solid {
  margin: 10px 0px 10px 0px;
  padding: 0px;
  display: table;
  width: inherit;
  height: 0px;
  font-size: 0px;
  border: 1px solid #cdb36a;
}
div#spacer_dash {
  margin: 0px 0px 5px 0px;
  padding: 0px;
  display: table;
  width: inherit;
  height: 0px;
  font-size: 0px;
  border: 1px dashed #cdb36a;
}
div#site_tag {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: table;
  left: 50px;
  width: 550px;
  height: 75px;
}
div#site_banner {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  width: 950px;
  height: 195px;
}
div#site_banner img {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: block;
  float: right;
  right: 35px;
  height: 185px;
}
.smaller_text {
  font-size: smaller;
}
/*
    END HEADLINE STYLES                   =========================   */




/*
    BEGIN FORM STYLES                     =========================   */
form {
  margin: 0px;
  padding: 0px;
}
input.input {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 160px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px outset #000000;
  cursor: text;
}
input.input_sm {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 70px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px outset #000000;
  cursor: text;
}
select.select {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  font-size: 11px;
  font-weight: normal;
  border: 1px outset #000000;
  cursor: pointer;
}
button.button {
  margin: 2px;
  padding: 2px 5px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 15px;
  border: 1px outset #000000;
  background: #F0F0F0 url("../../img/button.jpg") repeat-x left center;
  cursor: pointer;
}
textarea.textarea {
  margin: 0px 0px 0px 1px;
  padding: 2px 2px 2px 2px;
  width: 250px;
  height: 125px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: normal;
  border: 1px outset #000000;
  cursor: text;
}
/*
    END FORM STYLES                       =========================   */






/*
    BEGIN WEBSITE DISPLAY STYLES          =========================   */
div#body_container {
  margin: 0px auto;
  padding: 0px;
  position: relative;
  display: block;
  width: 1000px;
  height: 766px;
  text-align: left;
  background: transparent url("../../img/home_bg.gif") no-repeat center top;
}
div#jbolton_logo {
  margin: 0px;
  padding: 0px;
  position: absolute;
  display: table;
  z-index: 1000;
  top: 615px;
  left: 0px;
  width: 312px;
  height: 152px;
  background: transparent url("../../img/jbolton_logo_main.gif") no-repeat left top;
  cursor: pointer;
}
div#footer {
  margin: 0px;
  padding: 0px;
  position: absolute;
  display: table;
  z-index: 1000;
  top: 720px;
  left: 320px;
  width: 680px;
  height: 50px;
  font-size: 10px;
  line-height: 15px;
  font-weight: normal;
}
div#horiz_spacer {
  margin: 0px;
  padding: 0px;
  position: relative;
  display: table;
  width: inherit;
  font-size: 0px;
}
div.h10 {
  height: 10px;
}
div.h15 {
  height: 10px;
}
div.h20 {
  height: 20px;
}
div.h25 {
  height: 25px;
}
div.h30 {
  height: 30px;
}
div.h35 {
  height: 35px;
}
div.h40 {
  height: 40px;
}
div.h45 {
  height: 45px;
}
div.h50 {
  height: 50px;
}
/*
    END WEBSITE DISPLAY STYLES            =========================   */


/*
    BEGIN MAIN MENU STYLES                =========================   */
ul#main_links {
  margin: 0px;
  padding: 0px;
  width: 250px;
  height: 190px;
  text-align: right;
	font-variant: small-caps;
  float: left;
  clear: right;
}
ul#main_links li {
  margin: 0px;
  padding: 6px 35px 6px 0px;
  display: block;
  float: left;
  width: 250px;
  cursor: pointer;
}
ul#main_links li:hover {
  background: transparent url("../../img/hl_icon_h6.png") no-repeat 240px center;
}
ul#main_links li a,
ul#main_links li a:visited {
  color: #cdb36a;
  text-decoration: none;
  font-weight: bold;
}
ul#main_links li a:hover {
  color: #d5cbb4;
}
ul#main_links li.current {
  color: #d5cbb4;
  background: transparent url("../../img/hl_icon_h6.png") no-repeat 240px center;
}
ul#main_links li.current:hover {
  color: #d5cbb4;
  background: transparent url("../../img/hl_icon_h6.png") no-repeat 245px center;
}

ul#main_links li.current a {
  color: #d5cbb4;
}
/*
    END MAIN MENU STYLES                  =========================   */

