@charset "utf-8";
/* GOLF GUIDE CSS */

html, body {
	margin: 0;	height: 100%; max-height: 100%; padding: 0;
}

html {
	background: url(../images/bg_grass.jpg);
}

body {
	background: url(../images/bg_golfcourse.jpg) repeat-x; font: 12px Arial, Helvetica, sans-serif;
}

/* SPACE FIX */

p, h1, h2, h3, ul {
	margin: 0;
	padding: 0;
}

/* BREAK */

br {
    clear: both;
}

/* INVISIBLE SPAN TRICK */

h1 span, h2 span, h3 span { display: none }

/* SITE CONTAINER */

#container {
	width: 994px;
	margin: 0 auto;
	height: 100%;
	position: relative;
}

/* ADVERTISMENT */

#advertisment {
    position: absolute;
    top: 95px;
    right: 20px;
}

/* HEADER */

#header {
	padding-top: 50px;
}

#header h1 {
	width: 994px; height: 142px; background: url(../images/img_header.gif);
}

/* NAVIGATION */

#navigation {
	background: url(../images/bg_navigation.gif); width: 994px; height: 35px; text-align: right;
}

/* CONTENT WRAP */

#content {
	background: url(../images/bg_body.gif) repeat-y; width: 994px;
}

/* LEFT CONTENT */

#leftcontent {
	width: 180px; float: left; padding: 10px;
}

#leftcontent h2 {
	color: #005E20; font: bold 14px Arial, Helvetica, sans-serif; text-align: center; background: url(../images/img_divider.gif) no-repeat center 25px; height: 43px; padding-top: 10px;
}

#leftcontent .country, #leftcontent .city , #leftcontent h3 {
	color: #005E20; font: bold 14px Arial, Helvetica, sans-serif; text-align: center; padding-bottom: 10px;
}

#leftcontent .asplabel {
	color: #005E20; font: bold 14px Arial, Helvetica, sans-serif; text-align: center; padding-bottom: 10px;
}

#leftcontent ul {
	list-style: none; padding: 0; margin: 0 0 10px 0;
}

#leftcontent ul li:first-child
{
	border-top: 1px solid #999999;
} 

#leftcontent li {
	border-bottom: 1px solid #999999; text-align: center; font: 13px Arial, Helvetica, sans-serif; padding: 2px;
}

#leftcontent li a {
	text-decoration: none; color: #000000;
}

#leftcontent li a:hover {
	color: #006699;
}

/* RIGHT CONTENT */

#rightcontent {
	width: 770px; float: left; padding: 18px 5px 10px 10px;
}

#rightcontent h2 {
	color: #005E20; font: bold 1.6em Arial, Helvetica, sans-serif; margin-bottom: 10px; border-bottom: 1px solid #818181;
}

#rightcontent h3 {
    color: #005E20; font: bold 1.3em Arial, Helvetica, sans-serif; margin-bottom: 10px;
}

#rightcontent ul.gblist {
	margin-bottom: 10px; line-height: 160%; list-style: none; padding-left: 10px;
}

#rightcontent ul.gblist li {
	background: url(../images/li_golf.gif) no-repeat 1px; padding-left: 20px;
}

#rightcontent ul {
	margin-bottom: 10px; line-height: 160%; padding-left: 10px;
}

#rightcontent li {
	margin-left: 13px;
}

#rightcontent p {
	margin-bottom: 10px; line-height: 160%
}

#rightcontent a {
    font-weight: bold; text-decoration: none; color: #496e1d;
}

#rightcontent a:hover {
	text-decoration: underline;
}

#rightcontent #golfcoursecontent {
	padding: 15px 0 15px 0;
}

#rightcontent #golfcoursecontent h2 span {
	display: block;
}

#rightcontent #updatelisting {
	text-align: center; padding-bottom: 20px;
}

/* FOOTER */

#footer {
	width: 994px; height: 100px; display: block; background: url(../images/img_footer.gif);
}

#footer p {
	text-align: center; padding-top: 25px; font: bold 1em Arial, Helvetica, sans-serif;
}

.disclaimer {
	text-align: center; font: 10px Arial, Helvetica, sans-serif;
}

#footer a {
	color: #000000; text-decoration: none;
}

#footer a:hover {
	text-decoration: underline; color: #006699;
}

#footer span {
	color: #846239;
}