@charset "utf-8";
/* CSS Document */

body
{
	background: url(../images/bluLines.gif) repeat-x;
}

h2
{
	font-size:12px;
	
}

span
{
	font-size: 12px;

}
#navigation{
	width: 800px;
	height: 30px;
	background-color: #6CF;
	color:#000;
	position:relative;
	margin: 0 auto;
	top: 3px;
}

#navigation ul {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #000;
    line-height: 30px;
	margin-left: 50px;
	text-transform: uppercase;
	display: block;
}
#navigation li {
    list-style-type: none;
    display: inline;
	color: #000;
	border-left: 1px solid #00C;
}

#navigation li:first-child {
    border-left: none;    
  }
#navigation li a {
    text-decoration: none;
    padding: 7px 10px;
    color: #000;
}
#navigation li a:link {
    color: #00C:
}
#navigation li a:visited {
    color: #00C;
}
#navigation li a:hover {
       color: #FFF;
       background-color: #06F;
}

#homeContainer
{
	width: 800px;
	height: 622px;
	background-image: url(../images/courseIMG.png);
	position: relative;
	margin: 0 auto;
	top: 3px;

}

#homeContainer img
{
	float:right;
	margin-top: 25px;
	margin-right: 10px;
}


#homeContent
{
	width: 306px;
	background-color: #FFF;
	filter:alpha(opacity=80);
	height: 604px;
	opacity: 0.8;
	font-size: 10px;
	font-family:Verdana, Geneva, sans-serif;
	position: absolute;
	margin: 0;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 13px;
	padding-left: 25px;
	top: 0px;
}

#homeContent a
{
	line-height: 1.4em;
	text-decoration: none;
	color:#00F;

}
#homeContent a:link, a:visited

{
	color:#00F;
	text-decoration: none;
	
}

#homeContent a:hover

{
	color: #F0F;

}

#homeCorner
{
	float:right;
	top: 534px;
	left: 541px;
	position:absolute;
	width:250px;
	height: 91px;
	font-size: 10px;
	color:#CCC;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:right;
}

#homeCorner a
{
	color:#6CF;
	text-decoration: none;

}

#scheduleContainer
{
	width: 800px;
	height: 770px;
	background-image: url(../images/PG-Sche-bkgd.jpg);
	position: relative;
	margin: 0 auto;
	top: 3px;
}

#scheduleContent
{
	width: 500px;
	height: 721px;
	position:absolute;
	float:left;
	font-size:12px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	padding: 20px;
	
}

#scheduleContent a:hover
{
	color:#F0F;
}
#pastContainer
{
	width: 800px;
	height: 720px;
	position: relative;
	background-image: url(../images/PGPast.jpg);
	margin: 0 auto;
	top: 3px;

}

#pastContent
{
	width: 432px;
	height: 680px;
	position: absolute;
	float: left;
	font-size:10px;
	font-family:Verdana, Geneva, sans-serif;
	line-height: 1.3em;
	padding-top: 30px;
	padding-right: 27px;
	padding-bottom: 25px;
	padding-left: 15px;
}

#pastContainer img
{
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}

#pastContainer a:link, a:visited
{
	text-decoration:underline;
	color:#00F;

}

#pastContainer a:hover
{
	color:#F0F;
	
}

#hostContainer {
	width: 800px;
	height: 585px;
	position: relative;
	background-image: url(../images/hostIMG.png);
	margin: 0 auto;
	top: 3px;
}
	
#hostContent
{
	width: 283px;
	position: absolute;
	left: 489px;
	top: -1px;
	padding: 10px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	height: 172px;

}

#hostIMG img
{
	position: absolute;
	width: 198px;
	height: 174px;
	left: 538px;
	top: 190px;
	border: none;

}

#hostPGA img
{
	width: 125px;
	height: 75px;
	position: absolute;
	left: 571px;
	top: 370px;
	z-index: 2;
	border: none;
}

#hostDavis img
{
	width: 135px;
	height: 128px;
	position: absolute;
	left: 494px;
	top: 452px;
	border: none;
}




#hostStanf img
{
	width: 125px;
	height: 150px;
	position:absolute;
	left: 664px;
	top: 433px;
	border: none;
}

#partContainer
{
	width: 800px;
	height: 619px;
	position:relative;
	background-image: url(../images/Participants.gif); 
	margin: 0 auto;
	top: 3px;


}

#partcf a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/ucfBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 413px;
	top: 209px;
}

#partcf a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partcf a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partohio a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/ohiostateBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 21px;
	top: 43px;
}

#partohio a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partohio a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partpepper a {
	width:157px;
	height:146px;
	background: url(../images/buttonIMG/pepperBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 241px;
	top: 50px;
}

#partpepper a:hover {
  width:157px; height:146px;
  background-position: 0 -146px;
}

#partpepper a:active {
  width:157px; height:110px;
  background-position: 0 -146px;
}

#partstan a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/stanfordBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 425px;
	top: 45px;
}

#partstan a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partstan a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#parttcu a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/tcuBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 606px;
	top: 45px;
}

#parttcu a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#parttcu a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partucd a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/ucdavisBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 20px;
	top: 210px;
}

#partucd a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partucd a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partucla a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/uclaBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 218px;
	top: 204px;
}

#partucla a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partucla a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#parthaw a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/hawaiiBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 617px;
	top: 209px;
}

#parthaw a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#parthaw a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partndame a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/ndameBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 9px;
	top: 383px;
}

#partndame a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partndame a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partsand a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/sandiegoBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 177px;
	top: 383px;
}

#partsand a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partsand a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partvan a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/vanderbiltBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 640px;
	top: 382px;
}

#partvan a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partvan a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partlb a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/lbstateBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 60px;
	top: 40px;
}

#partlb a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#parttlb a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partwash a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/washBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 488px;
	top: 380px;
}

#partwash a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partwash a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partsc a {
	width:157px;
	height:161px;
	background: url(../images/buttonIMG/uscBTN.png) 0 0 no-repeat;
	position:absolute;
	left: 341px;
	top: 382px;
}

#partsc a:hover {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#partsc a:active {
  width:157px; height:161px;
  background-position: 0 -161px;
}

#sponsContainer
{
	width: 800px;
	height: 622px;
	position: relative;
	background-image: url(../images/Sponsor.jpg);
	margin: 0 auto;
	top: 3px;
}

#sponsHormel img
{
	width: 148px;
	height: 98px;
	position:absolute;
	left: 27px;
	top: 52px;
	border:none;
}

#sponsFarmer img
{
	width: 194px;
	height: 98px;
	position:absolute;
	left: 331px;
	top: 49px;
	border:none;
}

#sponsHormel img
{
	width: 232px;
	height: 32px;
	position:absolute;
	left: 51px;
	top: 95px;
	border:none;
}

#sponsKkr img
{
	width: 200px;
	height: 49px;
	position:absolute;
	left: 567px;
	top: 87px;
	border:none;
}

#sponsGem img
{
	width: 250px;
	height: 63px;
	position:absolute;
	left: 31px;
	top: 175px;
	border:none;
}

#sponsNike img
{
	width: 231px;
	height: 35px;
	position:absolute;
	left: 327px;
	top: 185px;
	border:none;
}

#sponsPga img
{
	width: 124px;
	height: 79px;
	position:absolute;
	left: 87px;
	top: 280px;
	border:none;
}

#sponsLaqnta img
{
	width: 260px;
	height: 107px;
	position:absolute;
	left: 275px;
	top: 246px;
	border:none;
}

#sponsResort img
{
	width: 187px;
	height: 154px;
	position:absolute;
	left: 565px;
	top: 169px;
	border:none;
}

#sponsDaily img
{
	width: 259px;
	height: 115px;
	position:absolute;
	left: 22px;
	top: 363px;
	border:none;
}

#sponsNews img
{
	width: 176px;
	height: 62px;
	position:absolute;
	left: 313px;
	top: 390px;
	border:none;
}

#sponsGkk img
{
	width: 211px;
	height: 55px;
	position:absolute;
	left: 534px;
	top: 388px;
	border:none;
}

#sponsBudgt img
{
	width: 136px;
	height: 74px;
	position:absolute;
	left: 102px;
	top: 481px;
	border:none;
}

#sponsFox img
{
	width: 150px;
	height: 54px;
	position:absolute;
	left: 329px;
	top: 485px;
	border:none;
}

#sponsCom img
{
	width: 182px;
	height: 50px;
	position:absolute;
	left: 554px;
	top: 490px;
	border:none;
}

#pairContainer
{
	width: 800px;
	height: 1067px;
	margin: 0 auto;
	position:relative;
	background-image:url(../images/JCWebbkgd.jpg);
	top: 3px;

}

#collContainer
{
	width: 800px;
	height: 596px;
	background-image: url(../images/PGInsidec.jpg);
	position: relative;
	margin: 0 auto;
	top: 3px;
	

}

#collContent
{
	width: 232px;
	position:absolute;
	height: 448px;
	float: left;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding: 15px;
	left: 5px;
	top: 14px;
}

#table
{
	width: 801px;
	position: absolute;
	top: 0px;
}
