/* the following are style for the jtg1942 page*/

h1 {
font-family:Helvetica neue,Helvetica,Arial,Sans-serif;
font-size: 20px;
font-weight: 300;
color: rgb(85, 85, 85);

}
h2 {font-size:18px;
font-family:Arial, Helvetica, sans-serif;
color:#999;
}
p {font-size:14px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
line-height:1.4;
}

body {margin-top:0; /*margin from top of page*/
background-image: url(images/body_bg.jpg);
background-size:1500px 1100px;
background-repeat:no-repeat;
background-position:top center;

background-color:#ffffff;
}

.floatRight {float:right;
border: solid 2px #999;
margin-left: 20px;
padding: 1px;
}
.floatLeft {float:left;
border: solid 2px #999;
margin-right: 20px;
padding: 1px;
}

#pageWrapper {width:950px;
margin:auto;
border: solid 1px #999;
background-color:#eee;
/*add drop shadow around entire page*/
-webkit-box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.82);
-moz-box-shadow:    0px 0px 100px rgba(0, 0, 0, 0.82);
box-shadow:         0px 0px 100px rgba(0, 0, 0, 0.82);
position:relative;
}


#mainContent {
margin-left: 10px; 
margin-right:225px;
padding-top: 15px;
}

#mainContent2 {
margin-left: 10px; 
margin-right:10px;
padding-top: 15px;
height:490px;
}

#listing {
margin-left: 25px; 
margin-right:25px;
padding: 20px
}

#footer {clear:both; /*footer is no longer "wrapping around" the float*/
text-align:center;
font-size:11px;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
padding: 5px 0;
border-top: solid 1px #999;
}

#sidebar {
width: 200px;
float:right;
margin-top: 15px;
margin-right:16px;
height:360px;
}


#cssmenu {
  border: none;
  border: 0px;
  margin: 1px 0 0 0px;
  padding: 0px;
  font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: bold;
  width: auto;
}
#cssmenu ul {
  background: #6C7445;
  height: 35px;
  list-style: none;
  margin: 0 0 0 0px;
  padding: 0 0 0 0;
}
#cssmenu li {
  float: left;
  padding: 0px;
}
#cssmenu li a {
  background: #6C7445 url('seperator.png') bottom right no-repeat;
  display: block;
  font-weight: normal;
  line-height: 35px;
  margin: 0px;
  padding: 0px 25px;
  text-align: center;
  text-decoration: none;
}
#cssmenu > ul > li > a {
  color: #EEEEEE;
}
#cssmenu ul ul a {
  color: #EEEEEE;
}
#cssmenu li > a:hover,
#cssmenu ul li:hover > a {
  background: #bcc59a url('hover.png') bottom center no-repeat;
  color: #FFFFFF;
  text-decoration: none;
}
#cssmenu li ul {
  background: #A5A67E;
  display: none;
  height: auto;
  padding: 0px;
  margin: 0px;
  border: 0px;
  position: absolute;
  width: 225px;
  z-index: 200;
  /*top:1em;
	/*left:0;*/

}
#cssmenu li:hover ul {
  display: block;
}
#cssmenu li li {
  background: url('sub_sep.png') bottom left no-repeat;
  display: block;
  float: none;
  margin: 0px;
  padding: 0px;
  width: 225px;
}
#cssmenu li:hover li a {
  background: none;
}
#cssmenu li ul a {
  display: block;
  height: 35px;
  font-size: 12px;
  font-style: normal;
  margin: 0px;
  padding: 0px 10px 0px 15px;
  text-align: left;
}
#cssmenu li ul a:hover,
#cssmenu li ul li:hover > a {
  background: #BCC59A url('hover_sub.png') center left no-repeat;
  border: 0px;
  color: #ffffff;
  text-decoration: none;
}
#cssmenu p {
  clear: left;
}

.gradientbox_rounded_corners {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #ffffff;
	background-image: url("images/website_graphics/gradient_array.jpg");
	background-repeat: repeat-x;
	background-attachment: scroll;
	background-position: 0px 0px;
	background-clip: border-box;
	background-origin: padding-box;
	background-size: auto auto;
	border-top-color: #cccccc;
	border-right-color-value: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color-value: #cccccc;
	border-left-color-ltr-source: physical;
	border-left-color-rtl-source: physical;
	border-right-color-ltr-source: physical;
	border-right-color-rtl-source: physical;
	border-top-style: solid;
	border-right-style-value: solid;
	border-bottom-style: solid;
	border-left-style-value: solid;
	border-left-style-ltr-source: physical;
	border-left-style-rtl-source: physical;
	border-right-style-ltr-source: physical;
	border-right-style-rtl-source: physical;
	border-top-width: 1px;
	border-right-width-value: 2px;
	border-bottom-width: 2px;
	border-left-width-value: 1px;
	border-left-width-ltr-source: physical;
	border-left-width-rtl-source: physical;
	border-right-width-ltr-source: physical;
	border-right-width-rtl-source: physical;
	margin-bottom: 20px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
div#left {
    float: left;
    width: 280px;
    margin-left:35px;
}
div#right {
    float: right;
    width: 280px;
    margin-right: 35px;
}
div#middle {
    float: left;
    width: 280px;
    margin-left:20px;
}
.button {
                -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
                -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
                box-shadow:inset 0px 1px 0px 0px #ffffff;
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
                background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
                background-color:#ededed;
                -webkit-border-top-left-radius:10px;
                -moz-border-radius-topleft:10px;
                border-top-left-radius:10px;
                -webkit-border-top-right-radius:10px;
                -moz-border-radius-topright:10px;
                border-top-right-radius:10px;
                -webkit-border-bottom-right-radius:10px;
                -moz-border-radius-bottomright:10px;
                border-bottom-right-radius:10px;
                -webkit-border-bottom-left-radius:10px;
                -moz-border-radius-bottomleft:10px;
                border-bottom-left-radius:10px;
                text-indent:0;
                border:1px solid #dcdcdc;
                display:inline-block;
                color:#777777;
                font-family:Arial;
                font-size:12px;
                font-weight:bold;
                font-style:normal;
                height:25px;
                line-height:25px;
                width:170px;
                text-decoration:none;
                text-align:center;
                text-shadow:1px 1px 0px #ffffff;
}

.button:hover {
                background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
                background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
                filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
                background-color:#dfdfdf;

}.button:active {
                position:relative;
                top:1px;