body
{
   font-family: verdana,sans-serif;
   color: black;
   margin: 0;
   padding: 0;
   background-image: url('background_green.jpg');
   background-position: center;
   background-repeat: repeat-y;
   background-color: #577B43;
}
img
{
	border:none;
}
.img_right
{
	border:none;
	float:right;
	margin-left:1em;
}
	img.border
{
	border:solid black 1px;
}
img.border_left
{
	float:left;
	border:solid black 1px;
	margin-right:1em;
}
img.graybox
{
	border:solid gray 3px;
}
a
{
	text-decoration:none;
	color:#b22222;
}
a:hover
{
	border-bottom:solid #d53a18 4px;
}
h1
{
	margin-top:0;
	font-size:1.5em;
}
#masthead h1
{
}
#masthead
{
   position relative;
   text-align: center;
   background-image: url('foxblockwidthbar.png');
   background-position: 0 70px;
   background-repeat: repeat-x;
}
#scroller
{
   position: absolute;
   top: -140px;
   left: 575px;
   width: 340px;
   height: 40px;
   background-color: #EEEEEE;
}

#main_logo
{
   margin-left: -270px;
}
#res_img
{
	border:solid white 2px;
	margin-top:19px;
	position:absolute;
	left:50%;
	margin-left:-448px;
	z-index:1;
}
#com_img
{
	border:solid white 2px;
	margin-top:19px;
	margin-left:200px;
	position:absolute;
	z-index:2;
}
#wrap
{
	position:relative;
	margin:0 auto;
	padding:0;
   width:920px;
}
#content
{
	float:right;
	width:675px;
	color:black;
	background:transparent;
	padding:12px;
}
#nav
{
	float:left;
	width:180px;
	padding:12px 5px 12px 0;
	margin-bottom:1em;
   font-size: 15px;
}
#nav div
{
   font-weight: bold;
   margin-top: 8px;
   padding-top: 8px;
}
.menu div
{
   border-top: solid 1px #336633;
}
.menu a
{
   display: block;
   border: none;
   color: black;
   padding: 2px 4px 0 18px;
   background-image: url('foxblocksbulletgreen.png');
   background-repeat: no-repeat;
   background-position: 0 5px;
}
.menu a:hover
{
   background-image: url('foxblocksbulletred.png');
   border: none;
   color: black;
}

.spot
{
	text-align:center;
	margin-top:3em;
}
.spot p
{
	color:#b22222;
	margin-top:0;
	font-weight:bold;
}
.spot h3
{
	margin:0;
}
#slogan
{
color:#b22222;
background:white;
font-size:14px;
margin:0 0 9px 0;
padding:0;
}
.firebrick
{
color:#b22222;
font-weight:bold;
}
.foxbullet li
{
list-style-image:url(http://www.foxblocks.com/graphic/foxbullet.gif);
margin-bottom:.5em;
}
.nested
{
list-style-type:square;
list-style-position:outside;
margin-left:36px;
padding-left:36px;
}

#hoof
{
   clear:both;
   margin:12px 0 24px 200px;
   text-align:center;
}

table.data
{
   border:solid black 1px;
   border-collapse:collapse;
   background:white;
   font-size:.8em;
   margin-left:auto;
   margin-right:auto;
   margin-bottom:2em;
}

table.data caption
{
   color:#444;
   font-weight:bold;
   margin-bottom:6px;
}

table.data caption em
{
   font-size:1.5em;
}

table.data th
{
   background-color: #F2F7F0;
   padding:.5em;
}

table.data td
{
   border:solid black 1px;
   padding:.3em;
}

table.data th.blocksize
{
   font-size:48px;
   line-height:20px;
}

table.lists
{
	border-width:0;
	border-collapse:collapse;
	background:white;
	font-size:.8em;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
}

table.lists td
{
	vertical-align:top;
}



.separator {
clear:both;
text-align:center;
font-size:.75em;
margin-left:auto;
margin-right:auto;
margin-bottom:1em;
padding:1em;
}
.separator h1 {
color:#d53a18;				/* new orange */
}
.highlightbox {
clear:both;
text-align:center;
margin-left:auto;
margin-right:auto;
margin-bottom:1em;
padding:1em;
border:solid #b22222 1px;
width:80%;
}
.highlightbox h1 {
color:#b22222;				/* new orange */
}
#input_form {
margin-left:25px;
}
#input_form p {
margin-top:0;
margin-bottom:0;
font-size:.8em;
}
#input_form label
{
float:left;
width:150px;
}
#input_form textarea
{
width:300px;
background-color:#d4c9bf;
}
#input_form input
{
background-color:#d4c9bf;
}
.input_text
{
width:300px;
}
#submit
{
margin-left:140px;
margin-top:1em;
text-align:center;
}
input_form h2
{
font-size:1.1em;
font-weight:bold;
}
.required
{
color:red;
}
.gallery
{
font-size: .8em;
}
.gallery img
{
float:left;
border:solid black 1px;
margin-right:1em;
margin-bottom:2em;
}
.gallery ul
{
list-style:none;
}
.gallery ul li
{
display:block;
clear:both;
}
#lobby_left {
width:275px;
float:left;
}
#lobby_right {
width:275px;
float:right;
margin-right:50px;
}
.adobe{
font-size:.7em;
color:#333333;
background:transparent;
margin-left:1em;
}
.adobe img{
float:right;
margin-left:1em;
}

#mouseover
{
   margin-top:-1px;
   position: relative;
}

div#mouseover a img.large
{
   height:0;
   width: 0;
   border-width:0;
}

div#mouseover a:hover img.large
{
   position: absolute;
   top:0;
   left:0;
   width:550px;
}

html>body div#mouseover a:hover img.large
{
   position: absolute;
   top:0;
   left:0;
   height:275px;
   width:550px;
}

#mouseover p
{
   margin-top:0;
   padding-top:0;
}

#mouseover p img
{
   border:solid gray 3px;
}

#featured
{
   position:absolute;
   top:10px;
   left:480px;
   list-style:none;
   padding:0;
   margin:0;
   width:140px;
}

#featured li a
{
   display:block;
   color:black;
   background:#fff;
   font-weight:bold;
   font-style:italic;
   font-size:1.4em;
   text-align:center;
   margin-bottom:0;              /* IE hack  */
   padding:0;
   /*
   border-top:solid #eb5e3f 6px;
   border-left:solid #eb5e3f 6px;
   border-right:solid #962911 6px;
   border-bottom:solid #962911 6px;
   */
}

html>body #featured li a
{
	display:block;
	color:black;
	background:#fff;
	font-weight:bold;
	font-style:italic;
	font-size:1.4em;
	text-align:center;
	margin-bottom:9px;					/* IE hack  */
	padding:5px 0;
   /*
	border-top:solid #eb5e3f 6px;
	border-left:solid #eb5e3f 6px;
	border-right:solid #962911 6px;
	border-bottom:solid #962911 6px;
   */
   border: ridge 6px #eb5e3f;
}
#featured li a:hover
{
	color:black;
	background:#fff;
   /*
	border-right:solid #eb5e3f 6px;
	border-bottom:solid #eb5e3f 6px;
	border-top:solid #962911 6px;
	border-left:solid #962911 6px;
   */
   border: groove 6px #eb5e3f;
}

table.mouseoverthumbs
{
	border:0;
	margin:0;
	cellpadding:0;
}
table.mouseoverthumbs td
{
	border:solid #999 4px;
	text-align:center;
	font-size:.7em;
}
table.mouseoverthumbs td a:hover
{
   border-bottom:none;
}

table.thumbs
{
	border:0;
	border-collapse:collapse;
}
table.thumbs td
{
	text-align:center;
	font-size:.7em;
}
div.contact
{
	width:600px;
	margin:18px 0;
	border-top:solid #b22222 2px;
}
.contactdept
{
	width:200px;
	float:left;
}
.contactinfo
{
	margin-left:225px;
}
p.caption
{
	font-size:.7em;
}
#contentfullwidth
{
	color:black;
	background:transparent;
	padding:12px;
}
.sitemap
{
   border-top: solid 1px #336633;
	list-style:none;
   background-color: none;
	margin-bottom:2em;
   padding:0em;
}
#subscribe
{
	border:solid #b22222 1px;
	padding:5px;
}
#subscribe h4
{
	font-size:15px;
	color:#b22222;
	padding:0;
	margin:0;
}
#subscribe p
{
	font-size:9px;
}
h4.news
{
	margin-bottom:0;
   background-color: #F2F7F0;
	padding:5px;
	border-top:solid black 2px;
}

#scrollbar
{
   position: absolute;
   top: -115px;
   left: 555px;
   width: 350px;
   height: 20px;
   overflow: hidden;
   font-family: Arial;
   white-space: nowrap;
}
#scrollbaranim
{
   position: absolute;
   top: 0;
   left: 350px;
}
#scrollbaranim a
{
   color: black;
   text-decoration: none;
}
