@charset "UTF-8";

/***********************/
/**** Global resets ****/
/***********************/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}

body
{
	background: #31491A none;
	font-family: Arial, Helvetica, sans-serif;
}

/****************/
/**** Header ****/
/****************/

#logo
{
	display: block;
	width: 224px;
	position: absolute;
	left: 0;
	top: 0;
}
#firstTeeLogo
{
	display: block;
	width: 116px;
	position: absolute;
	left: 224px;
	top: 0;
}
#imagebar
{
	width: 594px;
	height: 76px;
	position: absolute;
	left: 364px;
	top: 10px;
	background: transparent url(/images/imagebar.jpg) no-repeat 0 0;
}

/**** Tools nav ****/

ul#toolsNav, ul#toolsNavHome
{
	width: 78px;
	font-size: 11px;
	line-height: 14px;
	color: #FFF;
}
ul#toolsNav
{
	position: absolute;
	top: 32px;
	right: 8px;
}
ul#toolsNavHome
{
	position: absolute;
	top: 46px;
	right: 8px;
}
ul#toolsNav li, ul#toolsNavHome li
{
	padding-left: 10px;
	background:transparent url(/images/tools_bullet.gif) no-repeat 0 4px;
}
ul#toolsNav li a, ul#toolsNavHome li a
{
	color: #FFF;
	text-decoration: none;
}
ul#toolsNav li a:hover, ul#toolsNavHome li a:hover
{
	color: #DFDACA;
}


/*************************************/
/**** Left column - secondary nav ****/
/*************************************/

ul#secondaryNav
{
	width: 156px;
	padding-top: 10px;
	border: 2px solid #BAB28E;
	background: transparent url(/images/snav_bg.gif);
}
ul#secondaryNav li
{
	width: 156px;
	margin-bottom: 7px;
}
ul#secondaryNav li a
{
	width: 138px;
	display: block;
	padding: 3px 3px 2px 15px;
	background: transparent url(/images/snav_bullet.gif) no-repeat 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	color: #126;
	text-decoration: none;
}
ul#secondaryNav li a:hover, ul#secondaryNav li a.highlight
{
	background: transparent url(/images/snav_bullet_over.png) no-repeat 0 0;
}

/***********************/
/**** Center column ****/
/***********************/

#centerColumn h1
{
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	color: #E19830;
	margin-bottom: 15px;
}
#centerColumn h2
{
	font-size: 14px;
	line-height: 17px;
	color: #E19830;
	margin-bottom: 5px;
}
#centerColumn h3
{
	font-size: 12px;
	line-height: 15px;
	font-weight: bold;
	color: #874;
	margin-bottom: 5px;
}
#centerColumn h4
{
	font-size: 11px;
	line-height: 15px;
	font-weight: bold;
	color: #125;
	margin-bottom: 5px;
}
#centerColumn p
{
	font-size: 12px;
	line-height: 16px;
	color: #666;
	margin-bottom: 14px;
}
#centerColumn p.emphasis
{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #333;
	margin-bottom: 10px;
}
#centerColumn ul
{
	margin-bottom: 10px;
}
#centerColumn li
{
	margin-bottom: 3px;
	padding-left: 12px;
	background: transparent url(/images/list_bullet.gif) no-repeat 0 5px;
	font-size: 12px;
	line-height: 14px;
	color: #125;
}
#centerColumn a
{
	color: #E19830;
	text-decoration: underline;
}
#centerColumn a:hover
{
	text-decoration: none;
}
#centerColumn img.withBorder
{
	border: 1px solid #764;
}

/**********************/
/**** Right column ****/
/**********************/

#rightColumn h1
{
	font-size: 12px;
	font-weight: bold;
	line-height: 15px;
	color: #126;
	margin-bottom: 10px;
	padding: 5px 6px 6px 6px;
	border-top: 1px solid #94944E;
	border-bottom: 1px dotted #94944E;
	background: transparent url(/images/rightcol-header-bg.gif) repeat-y top right;
}
#rightColumn h2
{
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
	color: #126;
	margin-left: 6px;
}
#rightColumn p
{
	font-size: 11px;
	line-height: 15px;
	color: #666;
	margin-bottom: 10px;
	margin-left: 6px;
}
#rightColumn ul
{
	margin-bottom: 10px;
	margin-left: 6px;
}
#rightColumn ul.linklist a
{
	color: #666;
	text-decoration: none;
}
#rightColumn ul.linklist a:hover
{
	color: #000;
}
#rightColumn li
{
	margin-bottom: 5px;
	padding-left: 12px;
	background: transparent url(/images/list_arrow.gif) no-repeat 0 4px;
	font-size: 11px;
	line-height: 15px;
	color: #666;
}
#rightColumn a
{
	color: #E19830;
	text-decoration: underline;
}
#rightColumn a:hover, #rightColumn a.no-underline
{
	text-decoration: none;
}
#rightColumn .photocaption {
	display: block;
	font: normal 10px Verdana, sans-serif;
	color: #985;
	line-height: 20px;
}


/****************/
/**** Footer ****/
/****************/

p#footer
{
	width: 985px;
	margin: 0 auto;
	font-size: 11px;
	line-height: 15px;
	color: #FFF;
	text-align: center;
}
p#footer a
{
	color: #FFF;
	text-decoration: underline;
}

/***************************/
/****  Scorecard Table  ****/
/***************************/

#champtees, #redtees, #bluetees {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
}

#champtees .teename, #bluetees .teename, #redtees .teename {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 8px;
	font-size: 11px;
	font-weight: bold;
}

#champtees .ratingslope, #bluetees .ratingslope, #redtees .ratingslope {
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	padding: 6px;
	text-align: right;
}

#champtees .leftcolcaption, #bluetees .leftcolcaption, #redtees .leftcolcaption {
	background-color: #F3F3E9;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #999;
	padding: 2px 2px 2px 0;
	color: #000;
	font-weight: bold;
	text-align: right;
}

#champtees .holes, #bluetees .holes, #redtees .holes, #champtees .holeinfo, #bluetees .holeinfo, #redtees .holeinfo {
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	text-align: center;
	padding: 2px 0;
}

#champtees .blankrightcol, #bluetees .blankrightcol, #redtees .blankrightcol {
	border-right: 1px solid #999;
	text-align: center;
	padding: 2px 0;
	background-color: #F3F3E9;
}

#champtees .blankbottom, #bluetees .blankbottom, #redtees .blankbottom {
	text-align: center;
	padding: 2px 0;
	background-color: #F3F3E9;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
}

#champtees .blankmidcol, #bluetees .blankmidcol, #redtees .blankmidcol {
	text-align: center;
	padding: 2px 0;
	background-color: #F3F3E9;
	border-bottom: 1px solid #999;
}

#champtees .holeinfo, #bluetees .holeinfo, #redtees .holeinfo {
	background-color: #FFF;
	color: #000;
}

#champtees .teename, #champtees .ratingslope, #champtees .holes {
	background-color: #DC3;
	color: #000;
}

#bluetees .teename, #bluetees .ratingslope, #bluetees .holes {
	background-color: #447;
	color: #FFF;
}

#redtees .teename, #redtees .ratingslope, #redtees .holes {
	background-color: #A33;
	color: #FFF;
}

/**********************/
/****  Form Table  ****/
/**********************/


#formtable caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 5px;
}
#formtable th {
	width: 30%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: right;
	font-weight: normal;
	padding:4px 6px 4px 0;
}
#formtable td {
	width: 70%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding:4px 0;
}
#formtable input, #formtable textarea, #formtable select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #F8F4E4;
	border: 1px solid #C8C0A4;
}
#formtable input, #formtable textarea {
	padding: 2px 0 2px 4px;
}
#formtable .radio {
	background-color: #FFF;
	border: none;
}
#errorbox
{
	display: none;
}
.error
{
	color:#F00;
}

/*************************************************/
/**** Widely-scoped format and utility styles ****/
/*************************************************/

.clear
{
	clear: both;
}
.left
{
	float: left;
	margin: 0 5px 5px 0;
}
.right
{
	float: right;
	margin: 0 0 5px 5px;
}
.center
{
	text-align: center;
}
.noBorder
{
	border: none;
}
.goldhighlight
{
	color: #94944E;
}
.greenhighlight
{
	color: #352;
}
.orangehighlight
{
	color: #E19830;
}
.underline, .padded-underline
{
	border-bottom: 1px dotted #94944E;
}
.overline
{
	border-top: 1px dotted #94944E;
	padding-top: 6px;
}
.underline
{
	margin-bottom: 2px;
}
.padded-underline
{
	padding-bottom: 6px;
}
.nowrap
{
	white-space: nowrap;
}


