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

body {
	margin: 0;
	background-color: #003556;
	background-image: url(images/bgMain.jpg);
}
#wrapper {
	width: 1079px;
	margin: 88px auto 0 auto;
	position: relative;
	height: auto;
}
#headerWrapper {
	width: 961px;
	height: 80px;
	position: relative;
	left: 58px;
}
#headerTL {
	background-image: url(images/cornerTL.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 80px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#header {
	background-image: url(images/bgHeader.png);
	background-repeat: repeat-x;
	width: 779px;
	height: 80px;
	position: absolute;
	left: 91px;
	z-index: 1;
}
#headerTR {
	background-image: url(images/cornerTR.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 80px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
}
#logo {
	background-image: url(images/logo.jpg);
	height: 33px;
	width: 150px;
	position: absolute;
	left: 82px;
	top: 28px;
	z-index: 2;
	text-decoration: none;
}
#visitLink:link, #visitLink:visited {
	width: 130px;
	height: 14px;
	display: none;
	position: absolute;
	top: 40px;
	right: 50px;
	background-image: url(images/visitLink.jpg);
	background-position: top;
	z-index: 3;
	font-size: 0px;
	line-height: 0px;
}
#visitLink:hover, #visitLink:active {
	width: 130px;
	height: 14px;
	display: none;
	position: absolute;
	top: 40px;
	right: 50px;
	background-image: url(images/visitLink.jpg);
	background-position: bottom;
	z-index: 3;
	font-size: 0px;
	line-height: 0px;
}
#mainWrapper {
	width: 1057px;
	position: relative;
	background-image: url(images/dsMain.png);
	background-repeat: repeat-y;
	background-position: 10px;
}
#main {
	background-image: url(images/bgBlue.jpg);
	background-repeat: repeat-x;
	background-color: #93b7c7;
	width: 951px;
	position: relative;
	left: 63px;
	padding: 0px;
	overflow: hidden;
}
#logosGhosted {
	background-image: url(images/logoGhosted.png);
	background-repeat: no-repeat;
	width: 747px;
	height: 707px;
	position: absolute;
	left: 368px;
	top: -15px;
	z-index: 1;
}
#content {
	width: 951px;
	height: 384px;
	padding: 0px;
	min-height: 384px;
	position: relative;
}
#redirect {
	width: 951px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	position: absolute;
	z-index: 500;
	}
#pubdyn a:link, a:visited {
	color: #c0e7e2;
	text-decoration: underline;
	}
#pubdyn a:hover, a:active {
	color: #FFFFFF;
	text-decoration: none;
	}
#pubdyn p {
	margin: 0px;
	line-height: 18px;
	display: inline;
	}
.unbold {
	font-weight: normal;
	font-size: 11px;
	}
#pubdyn {
	width: 430px;
	height: auto;
	background-image: url(images/pd.png);
	background-repeat: no-repeat;
	margin: 115px 0 5px 0;
	padding: 90px 0 0 5px;;
	}
.counter {
	display: inline;
	color: #b4ee04;
	font-size: 24px;
	}
#footerWrapper {
	width: 961px;
	height: 40px;
	position: relative;
	left: 58px;
}
#footerBL {
	background-image: url(images/cornerBL.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
#footer {
	background-image: url(images/bgFooter.png);
	background-repeat: repeat-x;
	width: 779px;
	height: 40px;
	position: absolute;
	left: 91px;
	z-index: 1;
}
#footerBR {
	background-image: url(images/cornerBR.png);
	background-repeat: no-repeat;
	width: 91px;
	height: 40px;
	position: absolute;
	right: 0px;
	top: 0;
	z-index: 1;
}
#footerCopy {
	position: relative;
	left: 140px;
	top: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #808B86;
}
#footerCopy a:link, #footerCopy a:visited {
	color: #74B1CF;
	text-decoration: none;
}
#footerCopy a:hover, #footerCopy a:active {
	color: #74B1CF;
	text-decoration: underline;
}