/* Stylesheet for Adverts */

/* General Styles applied to all ad */
div.ad img{
	border: 1px solid #000000;
}

ul.ad-list {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding: 0px;
	margin: 0px;
}
a.ad-logo {
	height: 60px;
	width: 120px;
	padding: 0px;
	text-align: center;
}
p.ad-text {
}

/* 4 Adverts in the center at the top */
#ad-logo ul.ad-list li {
	float: left;
	height: 80px;
	width: 122px;
	margin: 0px;
	padding: 0px 8px 0px 8px;
	text-align: center;
}
#join {
	float: left;
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 558px;
}
#ad-logo {
	background: #E2DCCD;
	width: 558px;
	text-align: justify;
	margin: 10px auto;
	border: 1px solid #000000;
	padding: 10px;
	display: block;
}
#ad-logo h2{
	color: #022200;
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
}
#ad-logo h2 a{
	color: #022200;
	text-decoration: underline;
}
#ad-logo p {
	padding: 0px;
	margin: 0px;
}

/* Intro ad below the splash */
#ad-intro {
	background: #E2DCCD;
	width: 558px;
	font-size: 8pt;
	color: #000000;
	margin: 0px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	text-align: left;
	border: 1px solid #000000;
}
#ad-intro a{
	text-decoration: underline;
	color: #064C8E;
	font-weight: bold;
}

/* Outro ad below the bottom banner */
#ad-outro {
	background: #E2DCCD;
	width: 558px;
	font-size: 8pt;
	color: #000000;
	margin: 10px 0px 10px 0px;
	padding: 2px 10px 2px 10px;
	text-align: left;
	border: 1px solid #000000;
}
#ad-outro a {
	text-decoration: underline;
	color: #064C8E;
	font-weight: bold;
}

/* Profile ad in the top left (sidebar) */
#ad-profile {
	background: #E2DCCD;
	font-size: 8pt;
	color: #000000;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
#ad-profile p.keywords a {
	text-decoration: underline;
	color: #064C8E;
	font-weight: bold;
}

/* Skyscraper ad down the left side */
#ad-skyscraper {
	background: #E2DCCD;
	font-size: 8pt;
	color: #000000;
	padding: 8px;
	text-align: center;
	font-weight: bold;
}
#ad-skyscraper a {
	text-decoration: underline;
	color: #064C8E;
	font-weight: bold;
}

/* Text Ads on the right side menu */
#ad-text {
	background: #E2DCCD;
	font-size: 8pt;
	color: #000000;
	padding: 8px;
}
#ad-text p {
	clear: left;
}

#ad-text a {
	color: #064c8e;
	text-decoration: underline;
	font-weight: bold;
}
#ad-text ul.ad-list li {
	float: left;
	margin-bottom: 5px;
	padding: 0px;
	border-bottom: 1px dashed #000000;
}

/* Banner Ad at the bottom of the content */
.ad-banner {
	background: #E2DCCD;
	text-align: center;
	padding: 8px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #000000;
}
div.ad-banner img {
	border: 0px none !important;
}

/* Banner Ad in the header */
#ad-top-banner {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0px;
	padding: 0px;
	height: 60px;
}
#ad-top-banner img {
	border: 0px none;
}