/* golf courses css */

body {
	background: #2d6272;
	margin: 0 auto;
	padding: 0;
	font-family: arial, "Trebuchet MS", arial, helvetica, sans-serif;
	font-size: 12pt;
}

a {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
}
.topnav{ padding-left:150px}

.topnav a{font-size:11px; color:#463E0D;}

div#header {
	width: 980px;
	height: 144px;
	overflow: hidden;
	background: transparent url(images/depression_header.jpg) no-repeat;
	color: white;
	margin: 0 auto;
}

div#searchBox {
	text-shadow: 1px 1px 1px #7b7b7b;
	height: 100px;
	width: 380px;
	position: relative;
	top: 47px;
	left: 390px;
	white-space: nowrap;
	color: #463e0d;
	font-weight: lighter;
}

.search{ font-family:Georgia, "Times New Roman", Times, serif; font-size:12px; color:#463E0D}

.logo{ font-family:Georgia, "Times New Roman", Times, serif; font-size:25px; color:#000000; padding-left:22px;}

div#topBar {
	width: 950px;
	height: 24px;
	padding: 0px 10px 0px 20px;
	overflow: hidden;
	/*background: transparent url(img/topbar_bg.jpg) repeat-y;*/
	background-color:#000000;
	color: #009925;
	margin: 0 auto;
	line-height: 24px;
	font-family: Arial, helvetica, sans-serif;
	font-size: 12px;
}

div#topBar a {
	color: white;
        font-weight: bold;
        
}

div#mainContent {
	width: 960px;
	padding: 13px 10px 20px 10px;
	border-top: 3px inset #f0e4c7;
	background: white url(images/contentbg.jpg) no-repeat;
	color: white;
	margin: 0 auto;
	line-height: 24px;
	font-family: verdana, helvetica, sans-serif;
	font-size: 11px;
}

td.sectionHead {
	font-size: 14px;
	font-weight: bold;
	padding: 3px 0px 3px 0px;
	color: #fff;
	background: #006500 url(images/greengradient.gif) repeat-x;
	text-align: left;
	text-indent: 10px;
	
}

td.sectionHeadAlt {
	background: #005462 url(images/tealgradient.gif) repeat-x;
}

td.sectionHead a {
	color: #fff;
	text-decoration: none;
}

td.sectionHead a:hover {
	color: #fcf8ec;
	text-decoration: underline;
}

.textBlock {
	background-color: #fff;
	color: #000000;
	font-size: 12px;
	text-align: justify;
	margin: 10px;
	padding: 5px;
	border-bottom: 2px inset #f0e4c7;
	/*opacity: 0.72;*/
	line-height: 1.1em;
}

.listContent {
	background-color: #f0e4c7;
	color: #6c6248;
	font-size: 12px;
	text-align: left;
}

.listContent ul {
	margin: 0px;
	padding-left: 0px;
	list-style-type: none;
}

.listContent li {
	margin: 0;
	padding: 1px 0px 1px 15px;
	border-bottom: 1px solid #ddd1b4;
}

#copyright {
	color: #4c4228;
	font-size: 12px;
	margin: 10px;
	padding: 5px;
	opacity: 0.72;
	line-height: 1.1em;
	text-align: center;
}

#sponsorResults {
	color: #DDD1B4;
	font-size: 10px;
	text-align: right;
	padding: 5px 0px 10px 0px;
	line-height: 1.1em;
	
}

#results {
	width: 500px;
	margin: 5px 0px 10px 0px;
	color: #222222;
	font-size: 12px;
	line-height: 1.5em;
        text-align:justify;
}

a.URLtop {
	color: #0000EE;
        font-family: Arial;
        font-size: 16px;
        text-decoration: underline;
        
}

a.URLtext {
	color: #000000;
        font-family: Arial;
        font-size: 13px;
	text-decoration: none;
        text-align:justify;
        
}

a.URLbottom {
	color: #008000;
	font-family: Arial;
        font-size: 12px;
        text-decoration: none;
}



