/* Clear
----------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td,img {
	margin:0;
	border:none;
	padding:0;
	font-size:1em;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

li {
	display:list-item;
	list-style-type:none;
	list-style-position:outside;
}

#content a.img { border:none; text-decoration:none; }
table {	border-collapse:collapse; }


/* General
----------------------------------------------- */
body {
	background:#f7f7f5;
	color:#000;
	font-family:verdana,"sans serif";
	font-size:62.5%; /* scaled default font size; 1em = 10px */
	line-height:24px;
	text-align:center;
	border-top:26px #47545C solid;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family:Arial,verdana,"sans serif";
	font-weight:bold;
	line-height:1.2em;
}

#header h2 { 
	font-family: 'Dancing Script', arial, serif;
	margin-top:-.1em;
	text-align:center;
	font-size:3.8em;
	margin-bottom:0.5em;
 	text-shadow: 1px 1px 3px #CCC; /* FF3.5+, Opera 9+, Saf1+, Chrome */

}

#header ul a  {
     -moz-border-radius:5px; /* FF1+ */
  -webkit-border-radius:5px; /* Saf3-4, iOS 1+, Android 1.5+ */
          border-radius:5px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */

     -moz-box-shadow: 2px 1px 4px #CCC; /* FF3.5+ */
  -webkit-box-shadow: 2px 1px 4px #CCC; /* Saf3.0+, Chrome */
          box-shadow: 2px 1px 4px #CCC; /* Opera 10.5, IE9, Chrome 10+ */

}

h2 {
	margin-top:48px;
	color:#CC4400;
	font-size:1.8em;
 	text-shadow: 1px 1px 2px #CCC; /* FF3.5+, Opera 9+, Saf1+, Chrome */

}

h2 b {
	color:#3a3a3a;
}

h3 {
	font-family:Verdana,"sans serif";
	font-size:1.1em;
	margin-top:18px;
}

table {
	width:100%;
	margin-bottom:24px;
}

table td,
table th { padding-right:25px; padding-left:6px; }
table th { background:#f0f0f0; font-weight:bold;}
table th.first {padding-left:0;}

/* Nav and Top Links */
#content div.top a,
a {
	font-weight:bold;
	background:#2761CB;
	color:#fff;
	padding:4px 7px 4px 6px;
	text-decoration:none;
	border:none;
}

#content div.top a:hover,
a:hover,
a:focus,
a:active {
	background:#628E2D; /*#3A3A3A;*/
	color:#fff;
	border:none;
}

/* Regular Links */
#content a {
	color:#2761CB;
	background:none;
	text-decoration:none;
	border-bottom:1px dashed;
}

#content a:hover,
#content a:focus,
#content a:active
{
 color:#628E2D;
}

.top {
	text-align:right;
	border-top:1px solid #e0e0e0;
	clear:both;
}

.half-column {
	width:48%;
	float:left;
}

/* Website Structure
----------------------------------------------- */
#page {
	margin:0 auto;
	width:775px;
	min-width:775px;
	text-align:left;
/*	background:url('../images/golf-flag.gif') no-repeat 666px 49px; */
	background:url('../images/wesburn-since-1910.gif') no-repeat 666px 26px;
}

#header {
	background:url('../images/wesburn-since-1910.gif') no-repeat 5px 26px;
	padding:40px 0 30px 0;
	position:relative;
}

h1,
h1 span {
	margin:0 auto;
	width:546px;
	height:78px;
}

h1 {
	position:relative;
	font-size:2em;
	margin-bottom:12px;
}

h1 a {
	padding:0;
}

h1 small {
	display:block;
}

h1 span {
	cursor:hand;
	position:absolute;
	background:url('../images/wesburn-golf-and-country-club-part.gif') no-repeat top left;
}

#header ul {
	text-align:center;
}

#header ul li {
	font-size:1.2em;
	display:inline;
	margin-left:25px;
}

#content {
	clear:both;
	position:relative;
	font-size:1.3em;
	text-align:left;
	margin:24px 0 0;
	line-height:2em;
}

blockquote {
	padding:6px 8px;
	margin:12px 24px;
	color:#fff;
	background:#628E2D;
}

em {
	font-style:normal;
	color:#555;
	background:#ffffdd;
}

#content p,
#content ul {
	padding:3px 0 3px 6px;
	margin-bottom:12px;
}

#content ul { list-style-type:disc; }

#footer {
	clear:both;
	background:#47545C;
	color:#f0f0f0;
	margin-top:26px;
	font-size:1.3em;
	line-height:2.2em;
}

#footer p { padding:12px 0; }

img {
	margin-top:9px;
	padding:2px;
	border:1px solid #ccc;
}

/* Effects
----------------------------------------------- */

.clear { clear:both; }
.emergency { color:#CC0000; }

/* Icons
----------------------------------------------- */
.go-icon  {
	padding-left:45px;
	height:48px;
	background:#f7f7f5 url('../images/icons/next.gif') no-repeat top left;
}
