@charset "utf-8";
/* CSS Document */
/*Golf Tips Page*/
#golfBoxHolder  {
	width: 976px;
	height: 640px;
	background-image: url(/themes/templates/images/nude_golf_bg.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
#golfBoxHeader  {
	width: 478px;
	height: 160px;
	margin: 0px;
	float: left;
}
#golfBoxHeader img {
	width: 478px;
	height: 160px;
	border: 0px;
}
#golfBoxIntro  {
	width: 478px;
	height: 130px;
	padding: 20px 10px 10px 10px;
	text-align: left;
	float: left;
	font-size: 14px;
}
#golfBoxContent  {
	width: 484px;
	height: 374px;
	margin: 0px;
	padding: 5px 10px 5px 40px;
	float: right;
	text-align: center;
}
#golfBoxContent h2  {
	text-transform: uppercase;
	font-size: 20px;
	color: #990000;
	text-align: left;
	padding-bottom: 3px;
}
#golfBoxContent p  {
	text-align: left;
}
#golfBoxContent #playerHolder  {
	width: 480px;
	height: 360px;
	border: 1px solid #009;
	float: left;
	text-align: center;
}
#golfBoxContent #flashVideoTrailer  {
	width: 480px;
	height: 360px;
	/*border: 1px solid #333;*/
}
#golfClipsArchiveBox  {
	width: 976px;
	height: 402px;
	padding-top: 5px;
	background-image: url(/themes/templates/images/golf_archive_bg.gif);
	background-position: top center;
	background-repeat: no-repeat;
}
#golfClipsArchiveBox h2 {
	width: 960px;
	height: 40px;
	background-image: url(/themes/templates/images/top_header_bg_1.gif);
	background-position: center top;
	background-repeat: repeat-x;
	background-position: left top;
	margin-top: 1px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
	text-align: left;
}
#golfClipsArchiveBox h2 span {
	display: none;
}
#golfArchivesHolder  {
	width: 944px;
	height: 320px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Note To Self: Consider using Divs*/
#golfArchivesHolder dl {
	width: 236px;
	height: 290px;
	text-align: center; 
	margin: 0px auto;
	display: inline; 
	float: left;
} 
#golfArchivesHolder dt {
	width: 222px;
	height: 166px;
	text-align: center;
	margin: auto; 
}
#golfArchivesHolder dl dt img {
	width: 220px;
	height: 165px;
	border: solid 1px #333;
}
#golfArchivesHolder dl dt a:hover img {
	border: solid 1px #db031b;
}
#golfArchivesHolder dl dd {
	width: 220px;
	height: auto;
	padding-right: 8px;
	padding-left: 8px;
	text-align: left; 
}
#golfArchivesHolder dl dd.title {
 	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	color: #990000;
}
#golfArchivesHolder dl dd.date {
	font-weight: bold;
	font-size: 12px;
	color: #000;
}
#golfArchivesHolder dl dd.desc {
	font-size: 12px;
}
#golfArchivesHolder dl dd.link {
	font-size: 11px;
	font-weight: bold;
	text-align: right; 
	text-transform: uppercase;
}
#golfArchivesHolder dl dd.clear {
	clear: left;
	height: auto;
	font-size: 1px;
}
#golfArchivesLink  {
	width: 944px;
	height: auto;
	padding-bottom: 5px;
	text-transform: uppercase;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
}
