@charset "UTF-8";
/* CSS Document */


body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-image: url(../images/hc_bgnd.gif);
	background-repeat: repeat;
}
.twoColFixLtHdr #container {
	width: 840px;  /*(was 770) using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: url(../images/hc_shad.png) repeat-y;
/*	background-color:#FFF; */
	margin: 0 auto;
	text-align: left;
} 
.twoColFixLtHdr #header {
	padding: 0 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin-right: 0px;
	margin-left: 20px;
	height: 300px;
	background-repeat: no-repeat;
	background-image: url(../images/HC_banner_nav.jpg);
	width: 800px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 185px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background: #b9a14c; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 15px;
	margin-left: 20px;
	margin-top: 5px;
}
.twoColFixLtHdr  #sidebar1  h3  {
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	color: #0D6C0B;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.twoColFixLtHdr #sidebar1 a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.twoColFixLtHdr #sidebar1 a:hover {
	color: #000000;
	text-decoration: none;
	font-style: italic;
}
.sidebarRedType {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #DE332B;
	font-weight: bold;
	padding: 3px;
}
.sidebarRedTypeReverse {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #DE332B;
	font-weight: bold;
	padding: 0px;
	background-image: url(../images/tees.jpg);
	width: 180px;
	border: 1px solid #DE332B;
	height: 35px;
}


/*.twoColFixLtHdr #container #sidebar1 div {
	border: medium dotted #A49886;
	padding-top: 0px;
	background-color: #bbc3a1;
}*/
.sidebarTop {
	border: medium dotted #A49886;
	background-color: #bbc3a1;
	margin-top: 5px;
}
.holeParYards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
}
.holeYards {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
}
.holeYardsRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #DE332B;
}
.sidebarYards a {
	text-decoration: underline;
}
.twoColFixLtHdr #container #sidebar1 #div img {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.twoColFixLtHdr #sidebar1 h3, .twoColHybLtHdr #sidebar1 p {
	margin-left: 10px; /* the left and right margin should be given to every element that will be placed in the side columns */
	margin-right: 10px;
	color: #000000;
}





.twoColFixLtHdr #mainContent {
	margin: 0 0 0 250px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 25px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

.twoColFixLtHdr   #container #mainContent  h1  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #0D6C0B;
	font-weight: bold;
	font-style: italic;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2E802C;
	padding-bottom: 7px;
	margin-top: 0px;
}
.twoColFixLtHdr   #container  #mainContent   h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #0D6C0B;
	font-weight: bold;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 0em;
	padding-left: 0em;
}
.twoColFixLtHdr  #container #mainContent  p  {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: disc;
}
.twoColFixLtHdr #container #mainContent p b {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .95em;
	line-height: 1.2em;
	color: #0D6C0B;
}
.twoColFixLtHdr #container #mainContent ul {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: disc;
}
.twoColFixLtHdr #container #mainContent ul li {
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	line-height: 1.2em;
	list-style-type: disc;
}
.twoColFixLtHdr   #mainContent   img  {
	margin-top: 4px;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
}
.twoColFixLtHdr #container #mainContent table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

.twoColFixLtHdr #footer {
	padding: 0 10px 0 20px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#b9a14c;
	margin-right: 20px;
	margin-left: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	line-height: 19px;
}
.twoColFixLtHdr #footer a {
	margin-right: 0px;
	margin-left: 0px;
	color: #0D6C0B;
	text-decoration: none;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}
.twoColFixLtHdr #footer a:hover {
	margin-right: 0px;
	margin-left: 0px;
	color: #0D6C0B;
	text-decoration: none;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	font-style: italic;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.RatesSmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}


.LeagueRates {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #106E0E;
	background-color: #D9CA91;
	padding: 10px;
	border: thin solid #106E0E;
	width: 375px;
}
