/**   Styles for "Screen" Media
*     File: styles.css
*     Author: Nate Hanna (and support staff)
*     Auth Web: http://www.mediasation.com
*     modified: 22 October 2007 @ 10:50 EST
* --------------------------------------------------------------
**/

/** Element/Global Styles (including Typography)
-------------------------- **/
body {
	margin: 0;
	padding: 0;
	background: #000 url(images/bodyBg.gif) top left repeat;
	font-size: 62.5%; /* about 10px if browser size is set at default (16px) */
}

body, div, p, input, textarea, td {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000;
}

a {
	color: #62301A;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}
	a img {
		border: 0;
	}
	    
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-weight: normal;
	padding: 5px 0;
}

button, label,#topNavigation {
	padding: 0;
}

h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1.0em; font-weight: bold; }

hr {
	height: 2px;
	margin: 0;
	padding: 0;
	background-color: #62301a;
	border: 1px solid #62301a;
}

#wrapper,
#footer {
	width: 940px;
	position: relative;
	margin: 50px auto 10px auto;
	border: 1px solid #FFF;
	background-color: #5D6C29;
}

/* @group header */
#header {
	margin-top: 4px;
	border-top: 1px solid #FFF;
	height: 340px;
	position: relative;
}
#header #banner h1 {
	padding: 0;
	margin: 0;
}
#header #banner {
	width: 306px;
	float: left;
}
#header #banner a, 
#header #banner a:visited
{
	display: block;
	background: url("images/logo.jpg") 0 0 no-repeat;
	text-indent: -10000px;
	width: 306px;
	height: 322px;
	text-decoration: none;
	overflow: hidden;
	font-size: 1px;
}
#header #picture {
	width: 634px;
	height: 322px;
	float: left;
}
/* @group topNavigation */
#topNavigation {
	clear: both;
	background-color: #62301A;
	border: 1px solid #FFF;
	border-left: 0;
	border-right: 0;
	height: 29px;
	margin-top: -3px;
	overflow: hidden;
}
	#header > #topNavigation {
		margin-top: 0;
		height: 29px;
	}
/*#topNavigation ul {
	margin: 0 0 0 15px;
	padding: 0;
	list-style: none;
}

#topNavigation ul li {
	display: inline;
}
#topNavigation ul li a {
	display: block;
	text-transform: uppercase;
	color: #F4CF9C;
	font-weight: normal;
	float: left;
	font-size: 1.3em;
	text-decoration: none;
	padding: 8px 15px;
}
#topNavigation ul li a:hover {
	text-decoration: underline;
}*/
/* @end topNavigation */
/* @end header */


/* @group contentWrapper */

#contentWrapper {
	margin-top: -3px;
	background: #e1c082 url(images/contentBg.gif) top left repeat-y;
	border-top: 1px solid #FFF;
	padding-top: 10px;
}

#contentWrapper #leftCol {
	width: 243px;
	height: 300px;
	float: left;
	padding: 12px 32px;
	font-size: 1.4em;
	line-height: 1.25em;
}
	#wrapper > #contentWrapper #leftCol {
		height: auto;
		min-height: 300px;
	}

#contentWrapper #leftCol * {
	color: #E1C082;
}

#contentWrapper #leftCol img {
	border: 5px solid #DBBF88;
	padding: 0;
}

#contentWrapper #rightCol {
	font-size: 1.3em;
	line-height: 1.5em;
	width: 573px;
	float: left;
	padding: 20px 30px 15px 30px;
}

#contentWrapper #rightCol img {
	border: 5px solid #62301a;
	margin-top: 15px;
}

#contentWrapper #rightCol h2,
#contentWrapper #rightCol h3,
#contentWrapper #rightCol h4,
#contentWrapper #rightCol h5 {
	color: #62301A;
	margin: 0.5em 0 0.1em 0;
}

#contentWrapper p {
	margin: 10px 0;
}

/* @group golfTip */

#contentWrapper #golfTip {
	clear: both;
	background: #816E4A url(images/golferTipBg.jpg) top left no-repeat;
	border-top: 1px solid #FFF;
	position: relative;
	height: 146px;
}
	#wrapper > #contentWrapper #golfTip #golferPicture {
		height: 146px;
	}

#contentWrapper #golfTip #pgaLogo {
	width: 135px;
	/*float: left;*/
	padding: 8px 15px;
	position: absolute;
	top: 0;
	left: 5px;
}

#contentWrapper #golfTip #tipContent {
	width: 465px;
	/*float: left;*/
	font-size: 1.2em;
	line-height: 1.25em;
	padding: 4px 0;
	position: absolute;
	top: 0;
	left: 160px;
}
	#contentWrapper #golfTip #tipContent h3 {
		color: #E1C082;	
		margin-bottom: 0;
		font-size: 1.5em;
	}
	#contentWrapper #golfTip #tipContent p {
		margin: 0;
		padding: 4px 0;
	}

#contentWrapper #golfTip #golferPicture {
	position: absolute;
	top: -30px;
	right: 0;
}

/* @end golfTip */

/* @end contentWrapper */

/* @group footer */
#footer {
	text-transform: uppercase;
	margin: 0 auto 25px auto;
	background-color: transparent;
	border: 0;
}

#footer * {
	color: #c5c5c5;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-size: 0.95em;
	line-height: 1.5em;
}
/* @end footer */



/** Global Class Styles
-------------------------- **/
.hidden {
	display: none;
}

/* Styles for Netscape */

.clear
{
  clear:both;
  margin: 0;
  padding: 0;
  height:1px;
  overflow:hidden;
  margin-bottom:-1px;
  font-size: 1px;
}

/** html .clear {
	display: none;
}*/

