@charset "utf-8";
/* CSS Document */

body { font-size:62.5% }


h1, h2, h3, h4, h5, h6, p, ul, a { font-family: Arial, Helvitica, sans-serif; text-decoration:none; }
h3, h4 { color:#CC9933; font-weight:bold; margin:5px;}
p { font-size:1.1em; color:#666; margin-left:5px; margin-right:5px;}
ul, input, textarea { font-size:1.2em; font-family:Arial, Helvetica, sans-serif; color:#666; line-height:1.2em;}
.input_style { width:260px;}
a { font-size:1.2em; color:#660000;}
a:hover { color:#FFF;}
img { border:0;}
td { vertical-align:middle; }
form { margin-left:10px;}

.button {
				display:block;
				width:122px;
				height:22px;
				background:url(images/button.jpg) no-repeat;
				}
.button:hover	{
					background-position: 0 -22px;
					}
.button span	{
					vertical-align:middle;
					margin-left:5px;
					}
.page-title{	position:relative;
				top:0px;
				left:5px;
				}
.page-links-small, .page-links	{ color:#CC9933; text-decoration:underline;}
.page-links-small:hover, .page-links:hover {	color:#666;}
.page-links { font-size:1.1em;}
.page-links-small { font-size:0.9em; }
.news-links { color:#666; font-weight:bold; text-decoration:underline; }
.news-links:hover { color:#CC9933;}
.nav-links { 	margin-left:5px;
				text-decoration:underline;
				}

.date { position:relative;
		left:4px; top:1px;
		font-family:Arial, Helvetica, sans-serif;
		color:#FFF;
		font-size:1.1em;
		 }
#lgc-button {	display:inline-block;
				width:52px;
				height:55px;
				background:url(images/lgc-thumbnail-button.jpg) no-repeat;
				}
#lgc-button:hover { background-position:0 -55px; 
					}
#marchowe-button { display:inline-block;
				width:52px;
				height:55px;
				background:url(images/marchowe-thumbnail-button.jpg) no-repeat;
				}
#marchowe-button:hover { background-position:0 -55px; 
					}			
a.tooltip { position:relative;}
a.tooltip span {
	display: none;
	position: absolute;
	vertical-align:middle;
	top: 60px;
	left: -10px;
	width: 100px;
	height:30px;
	padding: 0px;
	z-index: 100;
	background:url(images/tip-bg.png) no-repeat;
	color: #fff;
}
a:hover.tooltip {
	font-size: 1.0em; /* this is just for IE */
}

a:hover.tooltip span {
	display: block;
	text-align:center;
}
 