@charset "utf-8";


/* TOM GALLOVICH>COM */



a:link {color:#626785}      /* unvisited link */

a:visited {color:#303030}  /* visited link */

a:hover {color:#6e5b6e}  /* mouse over link */

a:active {color:#6e5b6e}  /* selected link */




#container {
  margin: 0 auto;
  width: 900px;
  }



banner  {

	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#4c4d58;
	}


.bodytext  {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#4c4d58;
	}
	

.bodytext2  {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4c4d58;
	}



.about  {

	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#4c4d58;
	padding: 10px 10px 10px 10px;
	margin: 10px 10px 10px 10px; 
	}







	

body {
	background-color: #1E1E1E;
	text-align: center;
	background-image:url('/graphics/tree.jpg');
	}



.menutable{								/* Main Menu Table */
	table-layout: auto;
	height:40px;
	margin:8px 0px 0px 8px;
	padding:0px 0px 0px 0px;
	height:30px;
	}


.mainmenu {								/* Main Menu */
	display:block; 
	float:left; 
	height:20px;
	width:790px;
	margin:0px 0px 0px 0px;					/* TOP   RIGHT   BOTTOM   LEFT */

	}




.footer {
	display:block;
	height:30px;
	width: 860px;
	background-color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#505050;
	padding: 5px 0 5px 0;
	margin: 0 10px 0 10px;

}





					/* ----------START BANNER---------- */


.banner1 {
	display:block;
	height: 75px;
	width: 900px;
	background-image:url('/graphics/images/banner_01.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#505050;
	text-align:center;
	padding: 0px 0px 0px 0px;

}


.banner2 {
	display:block;
	height: 30px;
	width: 900px;
	background-image:url('/graphics/images/banner_02.gif');
	font-family: Arial, Helvetica, sans-serif;
	font-size:26px;
	font-weight: bolder;
	color:#505050;
	text-align:center;
	padding: 10px 0px 5px 0px;

}


.banner3 {
	display:block;
	height: 26px;
	width: 900px;
	background-image:url('/graphics/images/banner_03.gif');
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	color:#505050;
	text-align:center;
	padding: 2px 0px 2px 0px;

}


					/* ----------END BANNER---------- */









					/* ----------START SEARCH INPUT---------- */

.searchInput {
	background-color: #1E1E1E;
	border: 1px solid #A082A0;
    color: #CCCCCC; /*--TAG_ADDED--*/
}

					/* ----------END SEARCH INPUT---------- */









					/* ----------START DISPLAY BOX ONE---------- */
.displaybox1  {
	width:auto;
	height:auto;
	padding: 10px;
	border:1px;
	border-color:#333333;
	border-style: solid;
	vertical-align:middle;	
	}
					/* ----------END DISPLAY BOX ONE---------- */






					/* ----------START MAIN MENU---------- */


.preload1 {background: url(graphics/blank_over.gif);}
.preload2 {background: url(graphics/blank_overa.gif);}

#nav {padding:0; margin:0; list-style:none; height:36px; background:#000000; position:relative; z-index:500; font-family:arial, verdana, sans-serif;}
#nav li.top {display:block; float:left;}
#nav li a.top_link {display:block; float:left; height:36px; line-height:27px; color:#606060; text-decoration:none; font-size:11px; font-weight:bold; padding:0 0 0 12px; cursor:pointer;background: url(graphics/blank.gif);}
#nav li a.top_link span {float:left; display:block; padding:0 24px 0 12px; height:36px;background:url(graphics/blank.gif) right top;}
#nav li a.top_link span.down {float:left; display:block; padding:0 24px 0 12px; height:36px; background:url(graphics/blanka.gif) no-repeat right top;}
#nav li a.top_link:hover {color:#909090; background: url(graphics/blank_over.gif) no-repeat;}
#nav li a.top_link:hover span {background:url(graphics/blank_over.gif) no-repeat right top;}
#nav li a.top_link:hover span.down {background:url(graphics/blank_overa.gif) no-repeat right top;}

#nav li:hover > a.top_link {color:#909090; background: url(graphics/blank_over.gif) no-repeat;}
#nav li:hover > a.top_link span {background:url(graphics/blank_over.gif) no-repeat right top;}
#nav li:hover > a.top_link span.down {background:url(graphics/blank_overa.gif) no-repeat right top;}

/* Default list styling */

#nav li:hover {position:relative; z-index:200;}

/* keep the 'next' level invisible by placing it off screen. */
#nav ul, 
#nav li:hover ul ul,
#nav li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul ul
{position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0; padding:0; list-style:none;}

#nav li:hover ul.sub
{left:0; top:31px; background: url('/graphics/flymenu.jpg'); padding:3px; border:1px solid #505050; white-space:nowrap; width:90px; height:auto; z-index:300;}     /* TAG CHANGE from fff to DAE7FA url: background*/        
#nav li:hover ul.sub li
{display:block; height:20px; position:relative; float:left; width:90px; font-weight:normal;}
#nav li:hover ul.sub li a
{display:block; font-size:11px; height:20px; width:90px; line-height:20px; text-indent:5px; color:#999999; text-decoration:none;}
#nav li ul.sub li a.fly
{background: url(graphics/arrow.gif) 80px 7px no-repeat;}     /* TAG CHANGE from fff to DAE7FA   Removed #1E1E1E  from background :*/ 
#nav li:hover ul.sub li a:hover 
{background:#A082A0; color:#1E1E1E;}    /* TAG CHANGE from fff to DAE7FA*/   
#nav li:hover ul.sub li a.fly:hover
{background:#A082A0 url(graphics/arrow_over.gif) 80px 7px no-repeat; color:#1E1E1E;}     /* TAG CHANGE from fff to DAE7FA*/ 

#nav li:hover ul li:hover > a.fly {background:#A082A0 url(graphics/arrow_over.gif) 80px 7px no-repeat; color:#CCCCCC;}       /* TAG CHANGE from fff to DAE7FA*/

#nav li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul,
#nav li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul
{left:90px; top:-4px; background: url('/graphics/flymenu.jpg'); padding:3px; border:1px solid #505050; white-space:nowrap; width:90px; z-index:400; height:auto;}      /* TAG CHANGE from fff to DAE7FA*/

					/* ----------END MAIN MENU---------- */








					/*----------START POP UP IMAGE VIEWER----------*/

<style type="text/css">

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

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

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: black;
padding: 5px;
left: -100px;
border: 2px solid gray;
visibility: hidden;
color: gray;
text-decoration: none;
}

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

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: 60px; /*position where enlarged image should offset horizontally */

}

</style>

					/*-----------END POP UP IMAGE VIEWER-----------*/
					
					
					
					
					
					
					
					
					
					
					
					