/* CSS Document */

body {
	background-image:url(Images/site/bg2.png);
	background-repeat: repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #773103;
}
.centerdiv{ /*IE method of centering a relative div*/
}

.centerdiv>div{ /*Proper way to center a relative div*/
margin: 0 auto;
}


a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #773103;
}
a:hover {
	color: #66cc99;
	text-decoration: underline;
}
.dropcap {
	float:left;
	color:#29303b;
	font-size:50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding-right: 3px;
	padding-top: 0px;
} 
#Layer1 {
	position:absolute;
	width:900px;
	height:300px;
	z-index:1;
	left: 49px;
	top: 25px;
}
#Layer2 {
	position:absolute;
	width:900px;
	height:700px;
	z-index:1;
	top: 71px;
}
#Layer3 {
	position:absolute;
	width:900px;
	height:100px;
	z-index:6;
	top: -115px;
}
#Layer4 {
	position:absolute;
	width:500px;
	height:50px;
	z-index:1;
	left: 230px;
	top: 275px;
}
#Layer6 {
	position:absolute;
	width:200px;
	height:310px;
	z-index:1;
	top: 160px;
}
#Layer7 {
	position:absolute;
	width:495px;
	height:500px;
	z-index:1;
	left: 210px;
	top: 200px;
}
#Layer8 {
	position:absolute;
	width:100px;
	height:50px;
	z-index:2;
	left: 800px;
	top: 124px;
	text-align: center;
}
.style2 {font-size: 10px}
#Layer9 {
	position:absolute;
	width:900px;
	height:25px;
	z-index:15;
	top: 775px;
	left: 50px;
}
#Layer10 {
	position:absolute;
	width:175px;
	height:520px;
	z-index:1;
	left: 18px;
	vertical-align: middle;
	top: 125px;
}
.style3 {
	font-size: 20px;
	color: #333333;
}
#Layer11 {
	position:absolute;
	width:175px;
	height:520px;
	z-index:5;
	left: 710px;
	top: 125px;
	vertical-align: middle;
}

/* Nav bar */
.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #ffffff ; /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
	display: block;
	width: 100px; /*Width of top level menu link items*/
	padding: 1px 8px;
	text-decoration: none;
	color: #000000;
	border-bottom: 1px solid #773103;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 150px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 190px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 1px 5px;
border: 1px solid #cccccc;
background-color: #66cc99;
}

.suckertreemenu ul li a:hover{
background-color: #66cc99;
color: white;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #66cc99 url(Images/site/arrow-right.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */


/* this is the text fader css*/

#tic {
  /* enter any styles for the ticker below */
  font-size:0.85em;
  padding:10px;
  width:200px;
  line-height:20px;
}
#tic * {
  /* this will hide all children tags */
  font-size: 1em;
  margin:0px;
  padding:0px;
  display:none;
}
#tic a {
  /* add more tags to this list if you wish to display them inside the children */
  display:inline;
}

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
/*rollover image enlarge*/

.thumbnail{
position: relative;
z-index: 600;
}

.thumbnail:hover{
background-color: transparent;
z-index: 600;
}

.thumbnail span{ /*CSS for enlarged image*/
	position: absolute;
	background-color: #ffffcc;
	padding: 5px;
	left: -75px;
	border: 1px dashed gray;
	visibility: hidden;
	color: black;
	text-decoration: none;
	font-weight: normal;
}

.thumbnail span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
	z-index: 600;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -150px;
left: -250px; /*position where enlarged image should offset horizontally */
z-index: 600;

}
#newspanel {
  width:70%;
  height:20px;
  overflow:hidden;
}

.mborder {
  border:1px #404040 double;
  border-top:1px #c0c0c0 double;
  border-right:1px #c0c0c0 solid;
}
.cellcolor {
	background-color: #FFFFCC;
	border: solid #cccccc 1px;
	position: absolute;
	height: 235px;
	width: 200px;
	left: 200px;
}
