﻿@import url("layout.css");
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color:#E0E3D3
}
#container {
	/* width: 100%; */
	width: 780px;
	height: 100%;
	background-color: #E0E3D3;
	text-align:center;
	border:medium lime outset;
}
#masthead {
	position: relative;
	width: 775px;
	/* overflow: auto;
	text-align: right; */
	background-color: #E0E3D3;
}
#page_content {
	position: relative;
	width: 775px;	
}
#banner2 {
	position: relative;
	clear:right;
	text-align: left;
	float:right;
	/* top: -340px;
	left: 73px; */
	/* width is to be less the left div where sidebar is - currently 140px */
	width: 630px;
	/* padding-left: 143px; */
	background-color: #E0E3D3;
}
#sidebar {
	position: relative;
	float: left;
	width: 140px;
	background-color: #E0E3D3;
}
#content {
	/* margin-left: 143px;
	padding: 2px; */
	position: relative;
	clear:right; 
	text-align: left;
	margin-left:143px;
	/* top: -340px;
	left: 73px; */
	/* width is to be less the left div where sidebar is - currently 140px */
	width: 630px;
	background-color: #E0E3D3;
}
#footer {
	clear: both;
	/* position: relative; 
	top: -340px; */
	/* width is to be less the left div where sidebar is - currently 140px */
	width: 634px;
	overflow: hidden;
	/* padding-top: 1%; */
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 141px;
	background-color: #E0E3D3;
}
/* #masthead img {
	float: left;
} */
#masthead p {
	font-size: small;
	margin: 0;
	margin-right: 1%;
}
h6 {
	font-family: Arial Black;
}
h5 {
	font-family: Arial Black;
}
h4 {
	font-family: Arial Black;
}
h3 {
	font-family: Arial Black;
}
h2 {
	font-family: Arial Black;
}
h1 {
	font-family: Arial Black;
}
h2 {
	text-align:	center;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#sidebar li {
	display: block;
	border: 1px solid #cb8;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	padding: 5%;
	display: block;
	border-bottom: 1px solid #f5f5f5;
}
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #393939;
	border-bottom: 1px solid #f5f5f5;
	background-color: #dc9;
}
/* Styles for Footer */
#footer p {
	font-size: x-small;
}
#footer a {
	color: #393939;
	text-decoration: underline;
}
#footer a:hover {
	color: #393939;
	text-decoration: none;
}
#sponsorship {
	/* position: relative;
	top: -340px; */
	/* width is to be less the left div where sidebar is - currently 140px - less 1 */
	width: 634px;
	/* overflow:hidden; */
	padding-top: 1%;
	padding-right: 5px;
	padding-bottom: 1%;
	padding-left: 141px;
	background-color: #E0E3D3;
	font-size:x-small;
}
#sponsorship p {
	font-size:x-small;
	text-align:left;
	padding-left: 5px;
}
#sponsorship img {
	text-align:left;
	padding-left: 5px;
}
a {
	color: #393939;
	text-decoration: underline;
}
a:hover {
	color: #78a;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
#EudundaGolfLogo_golfball {
	/* clear:left; */
	position:absolute;
	text-align:center;
	left: 7px;
	top: 0px;
 	height: 105px;
 	width: 133px;
	/*padding: 5px;*/
	background-image:url('../images/Eudunda_golfball_logo(124x100).jpg');background-repeat:no-repeat; border:thin lime;
}
#EudundaGolfLogo_golfball img {
	/* clear:left;
	position:relative;
 	height: 111px;
 	width: 129px; */
 	border: 1px lime; 
}
#EudundaGolfBanner_title {
	position:relative;
	text-align:left;
	left: 70px; 
	/* padding-right: 5px; */
	/* margin-left: 40px; */
	background-image:url('../images/eudunda_golf_club_banner_name(600x100).jpg');
	background-repeat:no-repeat;
	width: 600px;
	height: 105px;
}
#EudundaGolfBanner_title img {
	/* height: 100px; 
	width: 600px; 
	padding-left: 5px;
	padding-right: 5px; */
}

// added to format ordering photos page
.News_pull_box {
  background-color: #EAEAEA;
  width: 595px;
}  
.News_pull_box_red {
  background-color: red;
  color: white;
  font-weight: bold;
  font-size: smaller;
  width: 595px;
} 
.News_pull_box_orange {
  background-color: orange;
  color: black;
  font-weight: bold;
  font-size: small;
  width: 595px;
  padding-top: 5px;
  padding-bottom: 5px;
}       
.Photo-Link{
text-align:center;
font-size: 36pt;
font-weight: bolder;
padding: 20px;
}  
.bullet{
	padding-left: 15px;
}	 
