@charset "UTF-8";



/* BASE CSS */

body {
	margin: 0px;
	background-color: #F5F4F0;
	background-image:url(../images/contexticon/app_background4.png);
	background-position: center;
	background-repeat: repeat-y;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.cover:after {
  content: '.';
  display: block;
  height: 0px;
  visibility: hidden;
  clear: both;
}
.cover {
  zoom: 1;
} 

#wrapper {
	margin: 0 auto;
	/*width: 1024px;*/
	width: 1052px; /* New Size for Side Tabs */
	padding: 0;
	/*background-color: #4A3F34;*/
	background-color: #322921;
	position: relative;
}

#flashcontent {
	margin: 0px;
	z-index: 0;
}
#flashcontent object,
#flashcontent img {
  width: 1052px;
  height: 768px;
}


/* FOOTER STYLES */

#footer {
	/*background-color: red;*/
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	color: #CCC8BF;
	/*width: 1004px;*/
	width: 1032px; /* New Size for the Side Tabs */
	display: block;
	margin: 0px;
	/*background-image: url(images/app_background_footer.png); << no coin image */
	background: url(../images/contexticon/app_background_footer2.png) no-repeat top left;
	padding: 20px 10px 30px 10px;
	min-height: 192px;
	*height: 192px;
	overflow: visible;
	color: #E3CF91;
}

#footer ul.footerNav {
	font-size: 11px;
	letter-spacing: 1px;
	float: right;
	width: 520px;
	margin: 0;
	padding: 0;
}

#footer ul.footerNav li {
	float: right;
	display: inline;
	list-style:none;
	margin-left: 20px;
}

#footer ul li a {
	color: #CCC8BF;
	line-height: 18px;
	padding-bottom: 22px;
}

#footer ul li a:hover {
	color: #A4945F;
	color: #E3CF91;
	text-decoration: none;
	background-image:url(../images/contexticon/footer_nav_hover.gif);
	background-position: center 18px;
	background-repeat: no-repeat;
}

#footer h3 {
	/*font-size: 14px;
	font-weight: normal;*/
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	width: 480px;
	margin-top: 0px;
}

#footer p {
	width: 480px;
}

/*============ Overlay ============*/
div.overlay {
	position: absolute;
	top: 76px;
	left: 12px;
	z-index: 20;
	width: 968px;
	height: 698px;
	background: url(../images/contexticon/overlay_BG.png) no-repeat top left;
	_background-image: url(../images/contexticon/overlay_BG.gif);
	padding:42px 30px 20px;
  height: 628px;
}
a.overlayClose {
	position: absolute;
	right: -4px;
	top: -4px;
  z-index: 1;
}
/*div.overlay div.overlayContent {
	background:#00FFFF none repeat scroll 0 0;
	height:628px;
	width:968px;
}*/
div.overlay iframe {
	border: 0px solid blue;
	position: relative;
	overflow: none;
	height: 628px;
	width: 968px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	/*background: #00FFFF;*/
}


