@charset "utf-8";

/* GolfingJobs.net */

body {
	background-color: #859aac;
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: white;
}

a {
	color: white;
	text-decoration: none;
}

a img {
	border-style: none;
}

h3 {
	font-size: 10pt;
}

#wrapper {
	width: 894px;
	margin: 0px auto;
}

#header {
	height: 281px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#navigation {
	width: 630px;
	float: right;
}

#navigation a {
	display: block;
	width: 84px;
	height: 36px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	text-align: center;
	font-size: 10pt;
	color: white;
	background-image: url(images/nav_background.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}

#navigation a:link, #navigation a:visited {
}

#navigation a:hover, #navigation a:active {
	background-image: url(images/nav_background_hover.jpg);
}

#body {
	background-color: black;
	background-image: url(images/body_background.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 4px;
	padding-bottom: 80px;
}

#body_left {
	width: 310px;
	margin-left: 30px;
	float: left;
	
}

#body_right {
	width: 496px;
	margin-right: 30px;
	float: right;
}

#body_base {
	clear: both;
}

#body_content {
	margin-top: 20px;
	margin-bottom: 40px;
	margin-left: 30px;
	margin-right: 30px;
	padding: 15px;
	background-color: #cecece;
	background-image: url(images/section_background.jpg);
	background-repeat: no-repeat;
	border-bottom: 1px #294020 solid;
	border-right: 1px #294020 solid;
	color: black;
}

#body_content a {
	color: #2b4522;
}

#footer {
	font-size: 10pt;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

div.section {
	background-color: #cecece;
	background-image: url(images/section_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 23px;
	padding-bottom: 4px;
	border-bottom: 1px #294020 solid;
	border-right: 1px #294020 solid;
	color: #294020;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.section a {
	color: #2b4522;
}

div.section td {
	width: 120px;
}

div.section div.content {
	margin-left: 8px;
	margin-right: 8px;
}

div.section h2 {
	height: 23px;
	padding-top: 6px;
	padding-left: 10px;
	margin-top: 0px;
	background-image: url(images/section_title.jpg);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	font-weight: normal;
	color: white;
}

div.section h3 {
	font-size: 11pt;
	font-weight: bold;
	color: #294020;
}

.headerText {
	font-size: 14pt;
	font-weight: bold;
	color: #2b4522;
}

.brByCategoryTable {
	font-size: 9pt;
}

.brByCiryTable {
	font-size: 9pt;
}