@charset "UTF-8";

/* TAG REDEFINITIONS */

body {
	margin:0 0;
	text-align:center;
	
	line-height:2em;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#6e6d70;
}

div
{
	position:relative;
}

h1 {
	margin:0 0;
}

p 
{
	margin:0 0 1em 0;
}

img {
	border:none;
}

/* GLOBALLY-USEFUL STYLES */

.left {
	/* local redefinitions below */
}

/* MAIN STRUCTURAL BLOCKS */

#container
{
	margin:0 auto;
	width:925px;
	text-align:left;
}

#banner
{
	height:135px;
	background:#335119 url(../RCGANetwork/images/banner/banner_turf_bg.jpg) no-repeat top left;
	background-color:#335119;
	color:white;
}

#main
{
	margin:-14px 0 0 0;
	padding:0 0;
	border-left:solid 1px gainsboro;
	border-right:solid 1px gainsboro;
}

#contentArea
{
	display:table;
	width:100%;
}

#rightColumn
{
	display:table-cell;
	vertical-align:top;
	width:184px; /* 200px - (2 x 8px) [padding] */
	padding:8px 8px;
	background-color:#6D6754;
	color:white;
}

#mainColumn
{
	display:table-cell;
	vertical-align:top;
}

#footer
{
	height:80px;
	background-color:#335119;
}

/* GOOGLE AD STYLES */

#container .leaderboardAd /* the ad at the top of the page */
{
	width:100%;
	padding:8px;
	text-align:center;
}


#container .skyscraperAd /* the ad in the right margin */
{
	position:absolute;
	top:264px;
	right:-166px;
}

/* BANNER STYLES */
#banner .links
{
	position:absolute;
	z-index:100;
	top:1px;
	right:8px;
	font-size:13px;
	font-weight:bold;
	text-transform:uppercase;
}

#banner .links ul
{
	margin:0 0;
	padding:0 0;
}

#banner .links ul li
{
	display:inline-block;
	margin:0 0;
	padding:0 0;
}

#banner .links ul li:before
{
	content:"• ";
}

#banner .links ul li:first-child:before
{
	content:"";
}

#banner .links a
{
	color:white;
	text-decoration:none;
}

#banner .links a:hover
{
	text-decoration:underline;
}



/* PRIMARY NAV STYLES */

/* the section names are cribbed from the old site, but the styles are quite different */

.siteHeaderMiddleSection {
	position:relative;
	top:0px;
	width:100%;
	height:38px;
	overflow:hidden;
	background-color:#948f7c;
}

.siteHeaderMenu {
	background-color:transparent;
	color:#FFFFFF;
}
.siteHeaderMenu {
	font-size:13px;
	line-height:normal;
}

.siteHeaderMenu ul
{
	display:table;
	position:relative;
	width:902px;
	height:22px;
	margin:7px 7px;
	padding:0 0;
	list-style-type:none;
	
	background-color:#ea7820;
	border:solid 1px white;
	
	white-space:nowrap;
	overflow:hidden;
}

.siteHeaderMenu ul li
{
	display:inline-block;
	display:table-cell;
	/*width:12.25%;*/
	height:19px;
	padding:4px 14px 0 14px;
	
	border-right:solid 1px #d6a16d;
	
	text-align:center;
	font-weight:bold;
	text-transform:uppercase;
}

.siteHeaderMenu ul li a 
{
	color:white;
	text-decoration:none;
}

.siteHeaderMenu ul li:hover
{
	background-color:#d16c20;
}

/* RIGHT-COLUMN STYLES */

#rightColumn
{
	font-size:13px;
	line-height:1.2em;
}

#rightColumn div
{
	border:1px solid #B4AEA0;
	font-weight:bold;
}
#rightColumn div img
{
	max-width:180px;
	height:auto;
}

#rightColumn div ul
{
	list-style-type:none;
	margin:0 0 1.5em 0;
	padding:0 0;
}

#rightColumn div ul li
{
	position:relative;
	margin:0 0 0 0.75em;
}

#rightColumn div ul li .icon
{
	position:absolute;
	top:0;
	left:-0.75em;
	width:0.75em;
	overflow:hidden;
}

#rightColumn div ul li a
{
	color:white;
	text-decoration:none;
}

/* SECONDARY NAV STYLES */

#rightColumn div#secondaryNav
{
	border:none;
}

#rightColumn div h2
{
	margin:0 0 0.25em 0;
	padding:2px 8px;
	
	background-color:#948e7e;
	border:ridge 1px white;
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1.5px;
}

/* CONTENT WELL STYLES */

#main .bodyCopy
{
	margin:8px 51px 32px 52px;
}

#main .bodyCopy img.left
{
	position:relative;
	float:left;
	top:0.5em;
	margin:0 1em 0.25em 0;
}

#main .bodyCopy h1
{
	position:relative;
	top:-4px;
	margin:0 0 0.5em 0;
	font-size:1.86em; /* target = 26px */
}

#main .bodyCopy .intro
{
	margin:0 0 2em 0;
	line-height:1.5em;
	font-size:1.3em; /* target = 18px */
	font-weight:bold;
}

/* FOOTER STYLES */

#footer .logo
{
	position:absolute;
	top:14px;
	left:40px;
}

#footer .content
{
	margin:0 48px 9px 160px;
	padding:15px 0 0 0;
	line-height:1.2em;
	font-size:12px;
	color:white;
}

#footer .content p
{
	margin:0 0;
}
