@import url(base.css);
@import url(footer.css);

/* @import url(fsi.css); == delete if not needed */

/* ========== [Newspaper Name here] CSS ======== */


html, body {              /* Need to set backgrounds on both */
	background: #0e4200;
}
body {
	
}
#wrapper-rail {
	width: 962px;         /* width set for bg and centering */
	margin: 0 auto;        /* center site here */
}
#searchbar {
	                      /* height: 26px; uncomment if search upstages mr. navbar */
}
body#categories-page #t-pc-page td.t-c { /* This fixes bad markup on the ROP pages */
	width: 590px;
}
#wrapper {
	overflow: hidden;	
}

/* ========= Absolute Positioned Columns ==========
   Use SI.ClearChildren v1.0 javascript (in j dir)
   See dave for use                    
   ================================================
*/

.c {                      /* (c = CONTENT) */
	position: relative;   /* border: 1px solid #f00; */       	
	/* width: 990px; */              
	height: auto;
}
.pc,.sc {                 /* (pc = PRIMARY CONTENT) */
	position: absolute;
	width: 960px;  
	left: 0;
	top: 0;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #fff;
}
.sc {				      /* (sc = SECONDARY CONTENT) */
	width: 190px;	      /* border: 1px dashed #36c; */ 	
	left: 800px;
	top: 0;
	_top: 8px;
	display: none;
}
		
/* ========== Client Header/Banner CSS ============ */
#cHeader {
	position: relative;
	/* overflow: hidden;  -------- Uncomment if header contains floats */
	/*border: 1px solid #999;
	border-width: 0 1px;*/
	border-left: 1px solid black;
	border-right: 1px solid black;
}
img {
	display: inline;
}
#cFooter {
	margin-top: 0px;
	text-align: center;	
}

.cBanner {
	/* display: none; - uncomment if banners not needed*/
}
.cBanner img, .cBanner object, .cBanner iframe, .cBanner table, .cBanner div {
	text-align: center;   
	margin: 8px auto;                
}
.cVertBanner {
	/* display: none; - uncomment if right column not needed*/
}
.cVertBanner img, .cVertBanner object, .cVertBanner iframe, .cVertBanner table, .cVertBanner div {
	margin: 0 auto 10px;
}
.cVertBanner{
	position:relative;
	left:0;
	top:0;
}


/* structure */
#banner {padding: 10px; height:111px; background: #fff url('http://golf.jrcdev.net/images/banner_bg.jpg') no-repeat bottom left; margin: 0;}
#navigation {margin: 0; font-size: 1.2em; line-height: 18px; padding: 2px 10px;background: #192908 url('http://golf.jrcdev.net/images/navigation_bg.jpg') no-repeat bottom left; border-top: 1px solid #000; border-bottom: 1px solid #000}
#masthead {margin: 0; height: 117px; padding: 25px 0 23px 0; background: #fff url('http://golf.jrcdev.net/images/masthead_bg.jpg') no-repeat bottom left; border-bottom: 3px solid #192908}
#tagline {margin: 0;font-size: 1.4em; height: 28px; width: 526px;padding: 5px 0 5px 34px; color: #fff; background: transparent url('http://golf.jrcdev.net/images/tagline_bg.jpg') no-repeat bottom left}
#content {margin: 0; color: #363636;padding: 20px;}
#footer {margin:0; background: #192908; color: #fff; padding: 20px; text-align: center; font-family: arial; font-size: 12px;}
#footer_logo {margin: 0; padding: 20px;text-align: center;background: #156101}
#footer a,
#navigation a {color:#ffd400; text-decoration: none; font-family: arial}
#footer a,
#navigation a:hover {text-decoration: underline;}
#navigation a {padding-right: 5px; border-right: 1px solid #487517; margin-right: 5px;}