@charset "utf-8";
/* CSS Document */


.expand {
	width: 100%; 
	height: 100%;
	display: block;
}

.clear-fix {
	clear: both;
}
a.clicksy:link {
	font-weight: normal;
	cursor: pointer;
}
a.clicksy:visited {
	font-weight: normal;
	cursor: pointer;
}
a.clicksy:hover {
	font-weight: normal;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dotted #3399cc;
}
#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	height:900px;
	width:100%;
	top:0;
	left:0;
	background:#000000;
	border:0px solid #cecece;
	z-index:99999998;
}
.popupContact {
	display:none;
	position:absolute;
	_position:absolute; /* hack for internet explorer 6*/
	height:auto;
	width:auto;
	background:transparent;
	border:0px solid #cecece;
	z-index:99999999;
	padding:20px 12px 20px 20px;
	font-size:13px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	box-shadow: 10px 10px 5px #888;
	font-size: 12px;
	line-height: 1.3;
	color: #555555;
	top: 20px;
	background-repeat: no-repeat;
}
.popupContact h1 {
	text-align:left;
	color: #555555;
	font-size:18px;
	font-weight:700;
	padding-bottom:2px;
	margin-bottom:5px;
}
.popupContact .options {
	text-align:left;
	color: #3399cc;
	font-size:18px;
	font-weight:700;
	border:1px dotted #D3D3D3;
	border-width: 1px 0px 1px 0px;
	margin-bottom:20px;
	background-color: #F8F8F8;
	background-image: url(/images/menugray.png);
	height: 20px;
}
.popupContact .options ul.optioned {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.popupContact .options ul.optioned li.opt {
	float: left;
}
.popupContact .options ul.optioned li.opt a {
	padding: 0px 7px 0px 7px;
	display: block;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	border:1px dotted #D3D3D3;
	border-width: 0px 0px 0px 0px;
	line-height: 1.9;
}
.popupContact .options ul.optioned li.opt a:hover {
	background-color: #3399cc;
	background-image: url(/images/over-menu.png);
	color: #ffffff;
}
.popupContact .options ul.optioned li.opt .related {
	position: absolute;
	border: 0px #555555 solid;
	width: 149px;
	z-index: 1000;
}
.popupContact .options ul.optioned li.opt .related .relatedbot {
	background-image: url(/images/roundrelated.png);
	height: 7px;
}
.popupContact .options ul.optioned li.opt .related ul.relatedul {
	list-style: none;
}
.popupContact .options ul.optioned li.opt .related ul.relatedul li.relatedli {
	text-align: left;
	background-color: #86c9eb;
}
.popupContact .options ul.optioned li.opt .related ul.relatedul li.relatedli a.relatedlink {
	font-size: 11px;
	color: #ffffff;
	border: 1px dotted #ffffff;
	border-width: 0px 0px 1px 0px;
	padding: 2px 5px 2px 5px;
	display: block;
	text-align: left;
}
.popupContact .options ul.optioned li.opt .related ul.relatedul li.relatedli a.relatedlink:hover {
	background-image: url(/images/roundover.png);
}
.popupContact h4 {
	margin: 10px 0px 3px 0px;
	font-weight: bold;
	color: #3399cc;
	font-size: 12px;
}
.popupContact .abstract {
	width: 165px;
	float: left;
	margin: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	background-image: url(/images/abstract-mid.jpg);
}
.popupContact .abstract ul {
	margin: 0px 8px 0px 10px;
	padding: 8px 0px 8px 0px;
	font-size: 11px;
	color: #3399cc;
	border: 1px solid #555555;
	border-width: 1px 0px 1px 0px;
	border-top-color: #ffffff;
	border-bottom-color: #dddddd;
}
.popupContact .abstract ul li {
	font-size: 10px;
	margin: 0px 0px 0px 15px;
	line-height: 1.2;
	font-weight: normal;
	color: #555555;
}
.popupContact #legendary {
	width: 490px;
	float: right;
	margin: 0px 0px 0px 10px;
}
a#popupContactClose {
	font-size:14px;
	line-height:14px;
	right:-40px;
	top:9px;
	position:absolute;
	color:#6fa5fd;
	font-weight:700;
	display:block;
	cursor: pointer;
	background-image: url("/images/close-image.png");
	background-repeat: no-repeat;
	width: 68px;
	height: 25px;
	z-index:999999999;

}
a#popupContactClose:hover {
	background-image: url("/images/close-image.png");
	background-color: none;
	z-index:999999999;
}
#button {
	text-align:center;
	margin:0px;
}
/* slides */

* {
	margin: 0;
	padding: 0
}
/* I've used a hard CSS reset above, but you should consider a more sophisticated reset, such as this one: http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */
