body, html { width: 100%; height: 100%; padding: 0; margin: 0 }

img { border: 0; }

body {
	background: #ffd900;
	font-family: Verdana;
	font-size: 14px;
	line-height: 22px;
}

.table_heading { font-weight: bold; }

#shade {
	background: #ffd900 url(../images/grass.jpg) repeat-x;
	height: 100%;
	width: 100%;
	min-width: 990px;
}

#content {
	width: 990px;
	margin: 0 auto;
	padding: 0px 0 0 0;
	position: relative;
	overflow: hidden;
}
#content.play {
	width: 1010px;
}

#header_logo {
	vertical-align: top;
	margin-top: 30px;
}

#header_divider {
	width: 886px;
	position: relative;
	margin: 5px auto 0 auto;
}

#logo {
	width: 990px;
	margin: 0 auto;
	height: 200px;
}

#intro {
	width: 909px;
	margin: 0 auto 0 auto;
}

#copy_divider,
#links_divider {
	width: 886px;
	margin: 0 auto;
	z-index: 100;
	position: relative;
}

#links {
	z-index: 10;
	width: 990px;
	text-align: center;
	margin: -18px 0 0 0;
	position: relative;
}

#flash_game {
	width: 770px;
	margin: 0 auto;
	float: left;
	/*border: 1px solid #000;*/
}

#highscores {
	float: left;
	width: 240px;
	margin: 67px 0 0 -10px;
	/*border: 1px solid #000;*/
}

#highscoreFrame {
	width: 240px;
	height: 487px;
	border: 0;
	overflow: hidden;
}

#form_content_wii,
#form_content {
	float: right;
	position:relative;
	width:800px;
	z-index:3000;
	padding: 0 0 20px 0;
}

#form_content_getquote {
	float: right;
	position:relative;
	width:750px;
	z-index:3000;
	padding: 0 0 20px 0;
	overflow: hidden;
}

#form_content_wii {
	width:750px;
}

.smallprint {
	font-size: 9px;
	line-height: 10px;
}

b.sidebar {
	line-height: 1em;
}

#form_image {
	margin: 175px 0 0 0;
}

#form_image_2 {
	bottom: 54px;
	right: 0px;
	position: absolute;
}

#form_image_putt {
	top: -18px;
	right: 0px;
	position: relative;
}

#form_content_image_wii {
	margin-bottom: 25px;
	padding: 10px;
	width:200px;
	font-size: 12px;
}

#form_content_image_getquote {
	margin-bottom: 25px;
	text-align: left;
	margin-left: 25px;
	width: 175px;
}

#form_content_image {
	margin-bottom: 25px;
	display: none;
}

#form_content_image_2 {
	height: 100%;
	width: 190px;
	display: none;
}

#letsplay_small {
	position: absolute;
	bottom: 30px;
	left: -187px;
}

#letsplay_small_centered {
	width: 600px;
}

#wii {
	background-color: #EFF4FF;
	padding: 5px 5px 10px 10px;
	width: 600px;
}

input[type="text"] {
	background: #ffd900 url('../images/input_fade.gif') repeat-x;
	border: 1px solid #666;
	height: 20px;
	margin: 3px 0;
	position: relative;
	z-index: 1000;
}

.form_grouping {
	background: #FFF;
	overflow: hidden;
	width: 600px;
	padding: 5px 5px 10px 10px;
	margin: 10px 0;
	position: relative;
	z-index: 1000;
}


.form_prompt {
	width: 200px;
	text-align: right;
	margin: 10px;
	float: left;
	clear: left;
}

.form_entry {
	width: 270px;
	text-align: left;
	margin: 10px;
	float: left;
}


#results {
	font-size: 10px;
}

#results td {
	padding: 0 5px;
	border-top: 1px solid #999;
	border-left: 1px solid #cca900;
}

#grass {
 height: 100px;
 width: 100%;
 background: transparent url('../images/grass-trans.png') repeat-x;
 position: relative;
 top: -75px;
}

#warning {
	background-color: #039;
	padding: 10px 10px 10px 10px;
	font-size: 130%;
	color: white;
}

#warning a:link,
#warning a:visited,
#warning a:active,
#warning a:hover {
	color: #FFF;
}

#ratechart {
	padding: 0;
	margin: 0;
}
#ratechart td {
	font-size: 10px;
	line-height: 12px;
}
#ratechart td.heading {
	border-bottom: 1px solid #000;
}

#quote_splash {
	width: 989px;
	text-align: center;
}

#footer {
	width: 100%;
	margin: 0 auto 50px auto;
	text-align: center;
	clear: both;
}

#footer ul {
	list-style: none;
	margin-left: 145px;
}

#footer li {
	float: left;
	margin: 0 15px 0 0;
}

#footer a:link,
#footer a:visited,
#footer a:active,
#footer a:hover {
	font-size: 12px;
	color: black;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

/* This is where you can customize the appearance of the tooltip */

div#tipDiv {
  position:absolute; visibility:hidden; left:0px; top:0; z-index:10000;
  background: transparent; 
  width:393px; height:396px; padding:0px;
  color:#FFF; font-size:13px; line-height:1.2; font-family:Verdana, serif; font-weight: normal; text-align: left;
}
/*div.tip { position:relative; left:-115px; top:-145px; z-index:10000; font-size:18px; color:#000; font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif; }*/
div.tip { height:396px; width: 502px; position:relative; left:175px; top:5px; z-index:10000; }
div.tip-vox { height:396px; background: transparent url('../images/popup-trans.png') no-repeat; }
div.tip-content { padding: 75px 35px 30px 40px; height: 74px;  }

div.tip li {
	padding: 2px 0px;
}

/* For winners page */

div.winners {
	width: 950px;
	margin: 0pt auto;
	clear: both;
}

div.winners div.winner_logo {
	float: left;
	width: 200px;
}

div.winners div.winner_text {
	float: left;
	text-align: left;
	width: 680px;
	padding-left: 35px;
}

table#previous_winners td {
	font-size: 0.8em;
}

div.winners span.title {
	font-size: 24px;
	font-weight: bold;
}

div.winner_logo div.caption {
	/*width: 170px;*/
}

div.winner_text span.winner_name {
	font-size: 18px;
}

div.wii_winners {
	font-size: 12px;
	line-height: 16px;
	padding: 15px;
	background-color: #DFBD00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div#winners_list {
	width: 170px;
}

div#winners_list ul {
	list-style-type: none;
	padding-left: 0px;
}

div#winners_list ul li {
	padding: 5px 0px;
	line-height: 16px;
}


div#mouse {
	font-size: 9px;
	line-height: 12px;
}
