/* 
 * Pampa Country Club - MASTER STYLESHEET
 * green #036443 ...................... RGB(3,100,67)
 * yellow link hover #e9e614 .......... RGB(233,230,20)
 * gray in footer email image #ddd .... RGB(13,13,13)
 * black pgbottom bkgnd #0d170f ....... RGB(13,23,15)
 */


.bold18px {
	font-size: 18px;
	font-weight: bold;
}

.bold16px {
	font-size: 16px;
	font-weight: bold;
}

.bold14px {
	font-size: 14px;
	font-weight: bold;
}

.largebold {
	font-size: large;
	font-weight: bold;
}

/*
 * scroll_editor_only
 */
#scroll_editor {
	background-image:none;
	background-color:#eee;
	margin:0px;
} 
#scroll_editor textarea {
	text-align:center;
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	font-size:14px;
	font-weight:bold;
	width:165px;
	height:1000px;
	overflow:hidden;
}
#scroll_editor input {
	width:165px;
}
#scroll_editor table {
	margin:0px auto 0px auto;
}
#scroll_editor td {
	text-align:left;
}
/*
 * personel pages only
 */
#personnelimg {
	float:left;
	margin-left:10px;
}
#personnelcontent {
	float:right;
	width:590px;
	text-align:justify;
	margin-top:-6px;
}
/*
 * home page only
 */
#heading_under_menu {
	text-align:center;
	font-size:150%;
	line-height:80%;
	font-weight:bold;
}
#heading_under_menu a {
	text-decoration:none;
	color:#e9e614;
}
#heading_under_menu a:hover {
	color:#036443;
}
.newshead {
	font-size:14px;
}
.newsbody {
	font-size:12px;
}
/*
 * every page
 */ 
html {
	overflow: auto; /* for IE scroll bars */
}
body {
	font-family:"Palatino Linotype", Palatino, "Times New Roman", Times, serif;
	line-height:1.5em;
	font-size:85%;
	text-align:center;
	margin:125px 0px 30px 0px;
	padding:0px;
	background-image:url(../../images/PCC_background2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#0d170f;
}
a {
	color:#036443;
}
a:hover {
	color:#e9e614;
}
.tinyText {
	font-size:9px;
	line-height:1.3em;
}
#logoclick {
	position:absolute;
	top:-130px;
	left:0px;
	display:block;
	width:260px;
	height:210px;
	background-color:transparent;
	/* Fill IE's empty tummy. */
	font-family:"Courier New", Courier, monospace;
	font-size:144px;
	line-height:144px;
	text-align:right;
	overflow:hidden;
	text-decoration:none;/* border:1px red solid; */
}
#menucell, #footercell {
	height:42px;
	background-color:#036443;
}
#contentcell {
	background-color:#fff;
	background-image:url(../../images/PCC-background_middle.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	vertical-align:top;
}
#content {
	position:relative;
	width:840px; /* 900 - 60 */
	padding:60px 30px 15px 30px;
	text-align:left;
	min-height:450px;
}
/* Beg Star Hack */
* html #content {
	height:450px; /* height acts like min-height in IE6 */
}
/* End Star Hack */

/*
 * Scroll Up
 */
#scrollheading {
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:2em;
}
#scrollcontainer {
	width:165px; /* was 140 */
	height:200px;
	overflow:hidden;/* border:1px solid red; */
}
#scrollcontent {
	background-color:#fff;
	width:165px; /* was 140 */
}
/*
 * Page Header
 */
.pageHeadingAndHR {
	margin:0px 0px 25px 250px;
	text-align:center;
	font-weight:bold;
	font-size:16pt;
	background-color:transparent; /* was #fff, caused partial overlap in Win/IE7 and Mac/IE7 */
	color:#fff; /* #036443 */
}
.pageHeadingAndHR div {
	margin-bottom:-5px;
}
/* Hack IE7 */
*:first-child+html .pageHeadingAndHR div {
	margin-bottom:-2px;
}
/* Hack IE6 */
* html .pageHeadingAndHR div {
	margin-bottom:-2px;
}
.pageHeadingAndHR hr {
	background-color:#fff;
	color:#036443;
	border:solid 1px #036443;
}
.pageHeadingAndHR a {
	color:#003300;
	text-decoration:none;
}
.pageHeadingAndHR a:hover {
	color:#e9e614;
}
.pageHeadingAndHR .logoff {
	float:right;
	font-size:10px;
}
/*
 * Email
 */
.email {
	vertical-align:baseline;
}
#footer_email img {
	margin-bottom:-4px;
}
#contactus_email img {
	margin-bottom:-4px;
}
/*
 * Footer
 */
#footer {
	text-align:center;
	padding-top:2px; /* was 8 px */
	color:#fff;
	font-weight:bold;
	line-height:1.5em;
}
#footer a {
	text-decoration:none;
	color:#fff;
}
