@media all
{
/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed-width layout with one sidebar right of content
*/

#container {
	position: relative;
	float: left;
	margin: 0 -309px 0 0 !important;
}
#content {
	margin: 0 309px 0 0 !important;
}
#sidebar-R {
	position: relative;
	overflow: visible;
	width: 300px !important;
	display: block;
}

/*
LAYOUT: Three columns, two sidebars
DESCRIPTION: Three-column fixed-width layout with a sidebar on either side of content
*/

.three-column #container {
	margin-left: -169px !important;
}
.three-column #content {
	margin-left: 169px !important;
}
.three-column #sidebar-R {
}
#sidebar-L {
	position: relative;
	overflow: visible;
	width: 160px !important;
	margin: 0 9px 0 0;
	display: none;
}
.three-column #sidebar-L {/* display extra sidebar if three-column layout is called for */
	display: block;
}

/* =Content
-------------------------------------------------------------- */

#content {
	background-image: url('/images/advertise_with_us.gif');
	background-position: right top;
	background-repeat: no-repeat;
}
#default-bkg {
	display: none;
	background-image: url('/images/advertise_with_us.gif');
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 36px 288px 180px 108px;
	margin-bottom: 9px;
}
#default-menu {
	list-style-type: none;
	font-weight: bold;
	text-transform: uppercase;
}
#default-menu li {
	margin-bottom: 1em;
}
.site-screenshot-img {
	display: none;
	float: right;
	width: 200px;
	height: 250px;
	margin-left: 9px;
	margin-bottom: 9px;
}

.site-section {
	position: relative;
	padding-bottom: 9px;
	border-bottom: 1px solid #D6D339;
	margin: 9px;
	margin-bottom: 18px;
}
.site-stats {
	margin-bottom: 9px;
}
.site-section h4 {
	margin-bottom: 4px !important;
}
.site-link {
	font-size: 10px;
	text-transform: lowercase;
	padding-left: 1em;
}
.site-section-toggle {
	display: none;
	line-height: 1em;
}
#section-specs {
	padding-bottom: 9px;
	border-bottom: 1px solid #D6D339;
	margin-right: 287px;
	margin-bottom: 50px;
}
#stats-MJF {
	margin-top: 136px;
}

.caption-rates {
	font-size: 10px;
	margin: 0px;
	margin-bottom: 4px;
	clear: both;
}
table.rates {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #D6D339;
	margin: 0;
}
table.rates th {
	background-color: #06BACC;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px 8px;
	border-bottom: 1px solid #06BACC;
}
table.rates td {
	padding: 4px 8px;
	border-bottom: 1px solid #EDE7C2;
}
.ad-location {
	background-color: #E6EFDE;
	font-size: 13px;
	line-height: 18px;
	border-top: 1px solid #D6D339;
}
.ad-location span {
	font-weight: bold;
}
.placement, 
.type, 
.price, 
.dimensions, 
.notes {
	line-height: 16px;
}


/* Sidebars */
.ad-space {
	position: relative;
	text-align: center;
}
.sample-ad {
	background-color: #F0F0F0;
	border: 1px solid #B40000;
	margin: 0 auto;
	z-index: 999;
}
.sample-ad span {
	display: block;
	text-align: left;
	padding: 0;
	margin: 9px 4px;
}
#header-banner-ad {
	clear: both;
	display: none;
	margin: 0px 120px 9px;
}

.leaderboard {
	width: 758px !important;
	height: 118px !important;
}
.wide-skyscraper {
	width: 158px !important;
	height: 598px !important;
}
.custom-skyscraper {
	width: 158px !important;
	height: 298px !important;
}
.square {
	width: 123px !important;
	height: 123px !important;
}
.med-square {
	width: 298px !important;
	height: 298px !important;
}
.custom-rectangle {
	width: 214px !important;
	height: 298px !important;
}
.button {
	width: 118px !important;
	height: 58px !important;
}
#leaderboard-MJF {
	display: block;
	position: absolute;
	top: -128px;
	left: -58px;
	z-index: 1010;
}
#custom-skyscraper-l-RJJ, 
#custom-skyscraper-l-FGB, 
#custom-skyscraper-GG {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#med-square-RJJ,
#med-square-FGB, 
#med-square-GG {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}
#custom-skyscraper-r-RJJ {
	position: absolute;
	top: 316px;
	left: 70px;
	z-index: 1001;
}

}

/* =Print Style
-------------------------------------------------------------- */

@media print
{
}