/*   =======   RESET    =======   */

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, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td 
		{ margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
body 	{ line-height: 1; }
a img, iframe, object { border: none; }
ol, ul 	{ list-style: none }
:focus 	{ outline: 0; }
ins 	{ text-decoration: none; }
del 	{ text-decoration: line-through; }
table	{ border-collapse: collapse; border-spacing: 0; }


/*   =======   BASICS    =======   */

body { 
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	color: #67341a;
	background: #ffffff url(../images/bg.jpg) fixed center top;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 { 
	margin-bottom: 16px; 
	font-weight: normal;
}
h1	{ font-size: 3em;}
h2	{ font-size: 2.75em; }
h3	{ font-size: 2em; }
h4	{ font-size: 1.25em; }
h5	{ font-size: 1.125em; }
h6	{ font-size: 1em; }
p	{ 
	font-size: .75em;
	color: #67341a;
	line-height: 1.6em; 
	margin: 0 0 1.5em;
}
hr{
	border:0px;
	height:1px;
	border:none;
	border-bottom:solid 1px #d1c1ab;
}

a, a:link, a:visited, a:active { 
	color: #a41111; 
	text-decoration: none;
}
a:hover { color: #006400; text-decoration: none; }
a:active, a:focus { outline: none; }

.left 	{ float: left }
.right 	{ float: right }
.center { text-align: center; }
.hide 	{ display: none; }
.clear 	{ clear:both; height:1px; font-size:1px; line-height:1px; }
.upperC { text-transform: uppercase; }
.noBorder 	{ border: none !important; }
.imgLeft 	{ float: left; padding: 0 20px 20px 0; }
.imgRight 	{ float: right; padding: 0 0 20px 20px; }

.clearfloat{
   clear:both;
   line-height:0px;
   height:0px;
   font-size:0px;
}



/*   =======   LAYOUT  =======   */

#wrap {
	width: 100%;
	height: 1400px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
#header, .nav, #banner, #main, #footer {
	width: 982px;
	margin: 0 auto;
	text-align: left;
	position: relative;
	display: block;
	clear: both;
	z-index: 10;
}




#header {
	height: 154px;
	background: url(../images/bg-header.jpg) no-repeat 0 0;
}
#banner {
	height: 289px;
	background: url(../images/bg-banner.jpg) no-repeat 0 0;
	overflow: hidden;
}
#main {
	min-height: 860px;
	background: url(../images/bg-content.jpg);
	z-index: 20;
}
.main{
	/*min-height:1024px;*/
	min-height:324px;
	width:862px;
	margin:0 auto;
	background:#fcf8f3 url(../images/content-bg.jpg) left top no-repeat;
	z-index: 135;
	padding-bottom:230px;
	padding:80px 60px 190px 60px;
	text-align:left;
}
.main-bottom{
	width:982px;
	height:5px;
	margin:0 auto;
	background:url(../images/content-bottom-bg.png) left top no-repeat;
	line-height:5px;
	font-size:0px;
}
#left-block, #right-block {
	display: block;
	float: left;
	position: relative;
	z-index: 20;
}
#left-block {
	padding: 0;
	width: 480px;
	margin-left: 11px;
}
#right-block {
	width: 480px;
	margin-left: 10px;
}
#footer {
	height: 184px;
	background: url(../images/bg-footer.png) no-repeat 0 0;
	overflow: hidden;
	margin-top: 0;
	margin-bottom: 100px;
	z-index: 18;
	padding-left: 24px;
	width: 958px;
	clear: both;
}
#edge {
	display: block;
	width: 1318px;
	height: 524px;
	background: url(../images/bg-edges.png) no-repeat 0 0;
	position: absolute;
	top: 105px;
	left: 50%;
	margin-left: -659px;
	z-index: -10;
}


/*   =======   NAV  =======   */

.nav {
	display: block;
	margin: 0 auto;
/*	width: 982px; */
    width:982px;
	height: 89px;
	background-image: url(../images/nav-new.jpg); 

	background-repeat:none;
	background-position:left top;
	z-index: 1000;
/*	margin-left:-15px;*/
}
.nav.homeNav{
	height: 54px;
	background-image: url(../images/nav.jpg);
	}
.nav li {
	display: block;
	float: left;
}
.nav a {
	display: block;
	text-decoration: none;
	text-indent: -999em;
	height: 89px;
	background-image: url(../images/nav-new.jpg);
	background-repeat:none;
	background-position:left top;
}
.nav.homeNav a{
	height: 54px;
	background-image: url(../images/nav.jpg);}
.nav.homeNav li li a{
	height:15px;
}
.nav li.home a 			{ background-position: -28px 0px; width: 79px; margin-left: 28px; }
.nav li.tournament a 	{ background-position: -107px 0; width: 171px; }
.nav li.newsroom a 		{ background-position: -278px 0; width: 125px; }
.nav li.players a 		{ background-position: -403px 0; width: 103px; }
.nav li.course a 		{ background-position: -506px 0; width: 100px; }
.nav li.charity a 		{ background-position: -606px 0; width: 104px; }
.nav li.sponsors a 		{ background-position: -710px 0; width: 118px; }
.nav li.volunteers a 	{ background-position: -828px 0; width: 126px; }

.nav li.home a.active, .nav li.home a:hover 			{ background-position: -28px bottom; }
.nav li.tournament a.active, .nav li.tournament a:hover { background-position: -107px bottom; }
.nav li.newsroom a.active, .nav li.newsroom a:hover 	{ background-position: -278px bottom; }
.nav li.players a.active, .nav li.players a:hover 		{ background-position: -403px bottom; }
.nav li.course a.active, .nav li.course a:hover  		{ background-position: -506px bottom; }
.nav li.charity a.active, .nav li.charity a:hover  		{ background-position: -606px bottom; }
.nav li.sponsors a.active, .nav li.sponsors a:hover 	{ background-position: -710px bottom; }
.nav li.volunteers a.active, .nav li.volunteers a:hover { background-position: -828px bottom; }

.nav ul {
	display: none;
	width: 190px;
	background: url(../images/subnav.png) no-repeat 0 0;
	position: absolute;
	z-index: 100;
	top: 45px;
	margin-left: -45px;
	padding: 35px 10px 10px 30px;
}
.nav li li {
	display: block;
	float: none !important;
}


.nav li li a {
	display: block;
	text-indent: 0 !important;
	height: 16px;
	line-height: 16px;
	background: none !important;
	text-transform: uppercase;
	font-size: .75em;
	color: #4d2b12;
	width:auto !important;
	padding: 4px 0;
	margin: 4px 0;
	letter-spacing:-1px;
}
.nav li li a:hover {
	color: #a41111;
}
/*.nav li li.base {
	display: block;
	width: 230px;
	height: 29px;
	background: url(../images/subnav-base.png) no-repeat 0 0;
	margin: 13px -10px -23px -30px;
}*/
.nav li li.base {
/*	display: block;*/
	width: 230px;
	height: 29px;
	line-height:0px;
	background:url(../images/subnav-base.png) no-repeat 0 0;
	margin: 13px -10px -23px -30px; 
   
}


/*   =======   CONTENT  =======   */

h1#logo {
	display: block;
	margin: 0 !important;
}
h1#logo a {
	display: block;
	float: left;
	background: url(../images/logo-mojo6.png) no-repeat 0 0;
	width: 227px;
	height: 144px;
	text-indent: -999em;
	margin: 9px 0 0 120px;
}

#slideshow {
	display: block;
	width: 940px;
	height: 277px;
	margin: 0 0 0 21px;
	position: relative;
}
#slideshow img {
    position:absolute;
    z-index:8;
    opacity:0.0;
}
#slideshow img.active {
    z-index:10;
    opacity:1.0;
}
#slideshow img.last-active {
    z-index:9;
}

#mini-banner {
	width: 480px;
	display: block;
	margin: -30px 0 0 0;
}
#mini-banner h3 { margin: 0 !important; display: block;}
#mini-banner h3 a {
	display: block;
	text-indent: -999em;
	background: url(../images/mini-banner.png) no-repeat 0 0;
	width: 480px;
	height: 105px;
}
#mini-banner-top {
	display: block;
	background: url(../images/mini-banner-top.png) no-repeat 0 0;
	width: 480px;
	height: 52px;
}

#countdown {
	display: block;
	margin: 0 0 0 -25px;
	width:519px;
	height:217px;
	background: url(../images/countdown.png) no-repeat 0 0;
	position:relative;
	z-index:1;
}

#date-block {
	margin: -20px 0 0 0;
	overflow: hidden;
}
#date-block .date {
	display: block;
	text-indent: -999em;
	width: 240px;
	height: 105px;
	background: url(../images/date.png) no-repeat 0 0;
	margin: 0 0 0 10px;
	float: left;
	position:relative;
	z-index:0;
}
#date-block #logo-racewaygolf {
	display: block;
	float: left;
	width: 220px;
	height: 51px;
	background: url(../images/logo-racewaygolf.jpg) no-repeat 0 0;
	text-indent: -999em;
	margin: 20px 0 0 0;
}
#photos-block {
	overflow: hidden;
	margin: 8px 0 0 -11px;
	display: block;
}
#photo-gallery-link {
	display: block;
	float: left;
	width: 241px;
	height: 245px;
	background: url(../images/photo-gallery.jpg) no-repeat 0 0;
	text-indent: -999em;
}
#whos-playing-link {
	display: block;
	float: left;
	width: 212px;
	height: 211px;
	background: url(../images/whos-playing.jpg) no-repeat 0 0;
	text-indent: -999em;
	margin: 2px 0 0 20px;
}
#sponsors-block {
	display: block;
	overflow: hidden;
	margin: 9px 0 12px 9px;
	width: 442px;
	height: 87px;
	padding: 60px 10px 20px 10px;
	background: url(../images/sponsors-bg.jpg) no-repeat 0 0;
}
#sponsors-block img {
	display: inline;
	padding: 0 10px;
}
#event-logo {
	display: block;
	width: 470px;
	height: 144px;
	background: url(../images/lpga-cinnamon-hill-golf-course.jpg) no-repeat 0 0;
/*	text-indent: -999em;*/
	margin: -12px 0 0 -10px;
}
#video-block {
	overflow: hidden;
	margin-bottom: 40px;
	width: 470px;
	display: block;
}
#recent-news-block {
	overflow: hidden;
	margin-bottom: 40px;
	padding-left: 24px;
}
#recent-news-block h3 {
	display: block;
	width: 100%;
	overflow: hidden;
}
#recent-news-block h3 i { 
	display: block; 
	text-indent: -999em;
	height: 21px;
	background: url(../images/recent-news.png) no-repeat left 4px;
	width: 109px;
	float: left;
}
#recent-news-block h3 a {
	display: block;
	float: left;
	width: 52px;
	height: 21px;
	background: url(../images/recent-news-readmore.jpg) no-repeat 0 0;
	text-indent: -999em;
	cursor: pointer;
}
#recent-news-block ul {
	display: block;
	margin: 0;
	padding: 0;
}
#recent-news-block li {
	list-style: none;
	margin: 1.35em 0;
	font-size: .75em;
	display: block;
}
#recent-news-block li a {
	background: url(../images/bullet-arrow-black.png) no-repeat left center;
	padding-left: 16px;
	color: #a41111;
	text-decoration: none;
}
#recent-news-block li a:hover { color: #005315; }


#signup-block {
	display: block;
	width: 471px;
	overflow: hidden;
	position: relative;
}
#signup-block h3 {
	text-indent: -999em;
	display: block;
	width: 471px;
	height: 84px;
	margin: 0;
	background: url(../images/signup-header.jpg) no-repeat 0 0;
}
#signup-form p {
	color: #000000;
	margin: 0 0 0;
	line-height: 1.3em;
	height: 55px;
	padding-top: 27px;
}
#signup-form {
	display: block;
	padding: 0 30px 0 40px;
	width: 400px;
	height: 159px;
	background: url(../images/signup-bg.jpg) no-repeat 0 0;
}
#signup-form form {
	width: 430px;
	position: relative;
}
#signup-form input.email {
	background-color: #eaddb7;
	color: #7d6f48;
	font-size: 1.125em;
	padding: 5px;
	line-height: 23px;
	width: 247px;
	height: 23px;
	border: none;
	border-bottom: 1px solid #b9ab83;
	font-style: italic;
}
#signup-form input.submit {
	display: block;
	position: absolute;
	right: 32px;
	top: -12px;
	width: 131px;
	height: 57px;
	line-height: 0;
	font-size: 0;
	text-indent: -999em;
	background: url(../images/signup-button.jpg) no-repeat 0 0;
	border: none;
}
#polaroids {
	width: 299px;
	height: 179px;
	display: block;
	position: absolute;
	bottom: 5px;
	right: 10px;
	z-index: 30;
	background: url(../images/polaroids.jpg) no-repeat 0 0;
}

#footer-nav {
	display: block;
	margin: 50px 0 20px;
	list-style: none;
}
#footer-nav li {
	list-style: none;
	display: inline;
	font-size: .75em;
}

#footer p {
	margin-bottom: 0;
	line-height: 1.35em;
	color: #67341a;
}
#footer p a { color: #67341a; text-decoration: none; }
#footer p.green { color: #006400; }


#palm {
	position: absolute;
	display: block;
	width: 252px;
	height: 327px;
	left: 50%;
	margin-left: -69px;
	bottom: -262px;
	background: url(../images/palmtree.png) no-repeat 0 0;
	z-index: 100;
}

.footer{
	width:982px;
	height:370px;
	margin:0 auto;
	margin-top:-260px;
	position:relative;
}
.footer #palm{
	position:absolute;
	bottom:0px;
}
.footer-left{
	position:absolute;
	left:0px;
	top:0px;
	width:420px;
	height:190px;
	padding-top:70px;
	padding-left:25px;
	word-spacing:-1px;
	background:url(../images/footer-left-bg.png) 10px top no-repeat;
}
.footer-nav {
	list-style: none;
}
.footer-nav li {
	list-style: none;
	display: inline;
	font-size: .75em;
}
.footer-nav li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
}
.footer-left p.green{
	color:#006400;
	margin-bottom:0px;
	padding-bottom:0px;
	padding-top:18px;
	text-align:left;
}
.footer #polaroids {
	width: 299px;
	height: 179px;
	display: block;
	position: absolute;
	top: 75px;
	right: 10px;
	z-index: 30;
	background: url(../images/polaroids.png) no-repeat 0 0;
}
.title-inner{
	float:left;
	width:329px;
	height:75px;
	background:url(../images/title-inner.png) left top no-repeat;
	margin-left:-75px;
	margin-top:-97px;
	z-index:205;
	position:absolute;
	color:#a41111;
	font-size:19px;
	font-style:italic;
	line-height:72px;
	text-align:center;
	padding-left:0px;
	text-transform:uppercase;
}
.news_short, .news{
	margin-top:20px;
}
.news img{
	float:right;
	border:solid 1px #fff;
	margin-left:15px;
	margin-bottom:15px;
	}
.newsTitle{
	float:left;
	color:#a41111;
	font-size:18px;	
	font-style:italic;
}
.newsDate{
	float:right;
	color:#a41111;
	font-size:12px;
	font-style:italic;
}
.news .newsTitle, .news .newsDate{
	margin-bottom:15px;
}
.news_short p{
	padding-top:10px;
	padding-bottom:0px;
}
a.readMore{
	float:right;
	width:97px;
	height:31px;
	cursor:pointer;
	margin-top:-10px;
	cursor:hand;
	background:url(../images/read-moreBt.png) left top no-repeat;
}
a.readMore:hover{
	background: url(../images/read-moreBt.png) left bottom no-repeat;
}

.pag {
	margin-bottom:40px;
	margin-top:20px;
	z-index:100;
	position:relative;
}
.pag.pag_bottom{
	margin-top:80px;
}
.pag a{
	width:38px;
	height:29px;
	line-height:26px;
	display:inline-block;
	font-size:12px;
	background:url(../images/pagin-bg.png) left top no-repeat;
}
.pag a:hover, .pag a.active{
	background:url(../images/pagin-bg.png) left bottom no-repeat;
	color:#fff;
}
.results-list{
	margin-bottom:40px;
}
.results-list-left{
	float:left;
	width:210px;
	margin-bottom:40px;
	position:relative;
}
.results-list-left label.num{
	position:absolute;
	left:0px;
	top:4px;
	width:52px;
	height:29px;
	color:#005315;
	font-size:17px;
	padding-left:8px;
	padding-top:6px;
	letter-spacing:-1px;
	background:url(../images/number-bg.png) left top no-repeat;
}
.results-list-left img{
	margin-left:5px;
}
.results-list-right{
	float:left;
	width:640px;
}
label.resultTitle{
	float:left;
	color:#005315;
	font-size:22px;
	font-style:italic;
	padding-right:20px;
}
ul.photos-list{
	float:left;
	margin-left:-18px;
}
ul.photos-list li{
	float:left;
	margin-left:18px;
	margin-bottom:20px;
}
ul.photos-list li img{
	border:solid 1px #fff;
	float:left;
}
label.photoTitle{
	width:202px;
	height:20px;
	background:#fff;
	text-align:center;
	float:left;
	color:#a41111;
	text-transform:uppercase;
	font-size:12px;
	line-height:18px;
}
.players_list{
	float:left;
	width:400px;
	height:654px;
	background:url(../images/player_list-bg.png) left top no-repeat;
	margin:-60px 0 0 -25px;
	padding-top:65px;
	padding-left:36px;
}
.players_list li{
	float:left;
	width:190px;
	height:45px;
	margin-bottom:38px;
	padding-right:5px;
}
.players_list li img{
	float:left;
	margin-right:8px;
}
.players_list li label.player_name{
	float:left;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#012c0c;
	margin-top:3px;
	letter-spacing:0px;
	width:130px;
	text-transform:uppercase;
}
.players_list li label.player_name a{
	color:#08631f;
}
.players_list li label.player_name a:hover, .players_list li.active label.player_name a, .players_list li.active i{
	color: #a41111; 
}
.players_list li i{
	font-size:11px;
	font-style:italic;
	color:#626262;
}
.player_desc{
	float:left;
/*	background:url(../images/player_desc-bg.png) left top no-repeat; */
	width:450px;
	min-height:500px;
}
.player_desc div.player-info{
	width:613px;
	min-height:220px;
	float:left;
	background:url(../images/player_desc-bg.png) left top no-repeat;
	margin:-65px 0 0 -46px;
}
.player-info label.playerName{
	float:left;
	color:#fff;
	font-size:26px;
	font-style:italic;
	margin:0px 15px 0 75px;
	line-height:54px;
}
.player-info img.flag{
	margin-top:15px;
	float:left;
}
.player-pic{
	float:left;
/*	min-height:196px;
	min-width:250px;*/
	padding-left:8px;
	padding-bottom:7px;
	background: url(../images/player-pic-left-bg.png) left top no-repeat;
	margin-left:55px;
/*	margin-top:16px;*/

}
label.date-birth, label.rookie-year{
	color:#a41111;
	float:left;
	font-size:13px;
	font-style:italic;
	margin-top:30px;
	margin-left:15px;
	clear: inherit;
}
label.date-birth b, label.rookie-year b{
	font-size:12px;
	color:#000;
	font-weight:normal;
	line-height:15px;
}
label.rookie-year{
	margin-top:20px;
	margin-left:45px;
}
.biography{
	float:left;
	width:450px;
	margin-left:65px;
	margin-top:15px;
}
.biography span{
	color:#a41111;
	font-size:14px;
	font-style:italic;
}
.top_menu{
	float:right;
	margin:15px 10px 0 0;
}
.top_menu li{
	float:left;
	margin-left:10px;
}
.top_menu li a{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#f5e300;
}

