/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12px;
}

hr {
	margin-left: 20px;
	margin-right: 10px;
	background-color: #267842;
	color: #267842;
}

.homeBg {
	background: url(../images/page-bg.jpg) no-repeat top center;
}

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

#header
{
background: url(../images/header.png) top left no-repeat;
width: 990px;
height: 100px;
overflow: hidden;
}

#menu
{
color: #fff;
width: 990px;
font-size: 18px;
text-align: center;
font-weight: bold;
}

#menu a { text-decoration: none; color: #fff; }
#menu a:hover { text-decoration:underline;}

#menu .menuitem { float: left; height: 26px; padding-top: 3px; width: 165px; }

#content
{
	width: 970px;
	padding: 10px;
	color: #000;
	min-height: 350px;
}

.company { background-color: #154a3c; }
.scorecards { background-color: #8b0f04; }
.yardage { background-color: #c88a12; }
.course { background-color: #2d349a; }
.printing { background-color: #267842; }
.contact { background-color: #0095a2; }

#contactpage {
	text-align: center;
	background-color: #ececec;
	width: 960px;
	padding: 5px;
	font-size: 16px;
	line-height: 200%;
}

#contactpage h1 { font-size: 20px; font-weight: bold; }

#left-text
{
	background-color: #ececec;
	width: 298px;
	padding-top: 5px;
	padding-right:20px;
	float: left;
	padding-bottom:20px;
	min-height:603px;
}

#left-text p
{
	font-size: 12px;
	line-height: 130%;
	padding-left: 20px;
	padding-right: 20px;
}

#left-text h1
{
	color: #344b99;
	font-size: 18px;
	font-weight: bold;
	background: url(../images/gradient.png) top left repeat-y;
	display: block;
	width: 298px;
	height: 23px;
	padding: 7px 0px 0px 20px;
}

#left-text h2
{
	padding: 0px 0px 0px 20px;
	color: #344b66;
	font-size: 14px;
	margin: 0px;
}

#right-image
{
	float:right;
}

#address {
	line-height: 140%;
	width:652px;
	float:right;
	padding-top:10px;
	color:#FFFFFF;
	font-weight:bold;
	text-align:right;
}


form p { clear:both; padding:5px; }

label {
	float: left;
	width: 80px;
}

.checkboxes {
	width: 200px;
	float: right;
}

#footer
{
 	background:#E5E3DE;
	padding:5px;
	margin-top:5px;
	margin-bottom:10px;
	width:980px;
	font-size:16px;
}

.homeWrapper {
	height:760px;
	text-align: center;
}

.homeText {
	color:#FFFFFF;
	font-weight:bold;
	font-size:12px;
}

.homeText2 {
	color:#FFFFFF;
	font-weight:bold;
	font-size:18px;
}
