@charset "utf-8";
/* CSS Document */

html, table th {
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #393939;
}
body, table td{
	font-family: Verdana, sans-serif;
	font-size: 9pt;
	color: #393939;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
h1 {
  font-size: 170%;
  margin-bottom: .5em;
  padding-bottom: .35em;
  border-bottom: 1px solid #BFC4CF;
}

h2 {
  font-size: 160%;
}

h3 {
  font-size: 140%;
  font-weight: bold;
  color: #505050;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 130%;
}

h6 {
  font-size: 120%;
}

/* links */

a:link, a:visited {
	color: #5A8A1A;
	text-decoration: underline;
}
/* *************************************************************** J - disable underlining of links (from top doors) */
a:hover {
	color: #3C201C;
  /*border-bottom: 1px solid #5294c1;*/
}

a:active, a.active {
	color: #5A8A1A;
}

/* some more items */

img, a img {
  border: none;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

#offerhead tr td, #offerhead tr td a, #offerhead tr td a:link {
	color: #FFF;
}
.white {
	color: #FFF;
	padding: 5px;
}
.black {
	color: #000;
	padding: 5px;
}
.footer {
	font-size: 8pt;
	text-align: center;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.slidedoormenu{
list-style-type: none;
margin: 0;
padding: 0;
width: 180px; /* width of menu (don't forget to add border with below!) */
border-left: 8px solid #666666; /* thick left border of menu */
background: url(images/background2.gif);
}

.slidedoormenu li{
border-bottom: 1px solid #885b5c; /* Gray border beneath each menu item */
}

.slidedoormenu li a{
background: white url(images/vstrip.gif) repeat-y left top; /* Background image positioned to the left(v) top(h) corner initially */
font: bold 13px "Lucida Grande", "Trebuchet MS", Verdana;
display: block;
color: black;
width: auto;
border-bottom: 1px solid white; /* White border beneath each menu item link, to add depth */
padding: 7px 0; /* Vertical (top/bottom) padding for each menu link */
text-indent: 8px;
text-decoration: none;
}

.slidedoormenu li a:visited, .slidedoormenu li a:active{
color: black;
}

.slidedoormenu li a:hover{
background-position: -387px 0; /* Shift background image horizontally 387px, or the start of the 2nd background image */
color: black;
}

.slidedoormenu li.lastitem, .slidedoormenu li.lastitem a{
border-bottom-width: 0; /* For last menu item within menu, remove bottom border */
}

.slidedoormenu li.lastitem a{
padding: 8px 0; /* increase vertical border of last menu link by 2px (default is padding: 7px 0) to account for removed border width */
}
.slidedoormenu li a{ /* Menu link width value for IE */
width: 100%;
}
.quotes {
	font-size: 18px;
	color: #5A8A1A;
	font-style: italic;
}
body {
	background-color: #333333;
	background-image: url(images/background.jpg);
}
