/***  New TIU Stylesheet, White Background ***/

* {margin:0; padding:0} 

html {height:100%; font-size:100.01%} 

body { 
	min-height:101%; 
	font:100.01%/105% Verdana, Helvetica, sans-serif; 
	background:#FFF url('/images/baground.gif');
	width:770px; 
	margin:0 auto;
	} 


table, tr, td {
	font-size:10px;
	}

	#wrap {
		background:#FFF; 
		width:inherit;
		border:medium;

	}

	#header img {
		border:0;
		}


	#content-ad {
		width:770px;
		background-color:#FFF;
		margin:auto;
		}

	#content {
		float:right;
		width:606px;
		background:#FFF;  
		padding:0 0 0 0;
		font-size:10px;
		}


	#menu {
		float:left;
		width:164px;
		background:#FFF; 
		height:635px;
		min-height:635px;
		}

		html>body #menu	{
			height: auto;
			}

	#menu-sponsor {
		float:left;
		width:164px;
		min-height:90px;
		background:#FFF url('/images/spacer-mid.jpg') repeat-y; /* mauve */
		margin: 0 0 20px 0;
		}

/******************  content styles *********************/



				
	#content-heading {
		background: #FFF url(../images/content_heading.jpg) no-repeat;
		padding-bottom:19px;
		margin-bottom:0;
		}

	#content-heading  h1, h2, h3, h4 {
		padding:0 0 0 20px;
		}
		
	#content-heading  h1 {
		font-size:24px;
		color:#009900;
		}
		
	#content-body {
		background: #FFF url(../images/content_back.jpg) repeat-y;
		height:750px;
		min-height:750px;
		}

		/* this uses the first child selector that IE doesn't understand to
		remove height restrictions */
		html>body #content-body		{
			height: auto;
			}

	#content-body p {
		padding:0 1em 1em 2em;
		}

	#content-body ul {
		padding:0 1em 0 2em;
		list-style: square inside;
		list-style-image: url(/images/golf_ball_icon.gif);
		}

	#content-body li {
		padding:0 1em 0 2em;
		}
		
	p.border {
		margin:0;
		padding:0;
		}

	#content-link {
		background: #FFF url(../images/content_back.jpg) repeat-y;
		font-style:italic;
		margin:auto;
		}

	#content-link p {
		text-align:center;
		}
				
	#content-bottom {
		background: #FFF url(../images/content_bottom.jpg) no-repeat;
		height:15px;
		}

/*****  career styles  *****/

	#careers {
		width:1024px;
		margin:auto;
		background:#FFF;  
		padding:0 0 0 0;
		}




/******************  sponsor styles *********************/

	#sponsor-heading {
		background: #FFF url(../images/content_heading.jpg) no-repeat;
		padding-bottom:19px;
		margin-bottom:0;
		}

	#sponsor-heading  h1 {
		padding:0 0 0 20px;
		font-size:24px;
		color:#009900;
		}

	#sponsor-body {
		background: #FFF url(../images/content_back.jpg) repeat-y;
		min-height:100px;
		}

	#sponsor-body p {
		padding:0 1em 1em 2em;
		}

	#sponsor-bottom {
		background: #FFF url(../images/content_bottom.jpg) no-repeat;
		height:15px;
		}



/************ Page Nav styles **************/


#pageNav{
	float: left;
	width:164px;
	padding: 0px;
	background-color: #FFF; 
}




/************ sectionLinks styles **************/

#sectionLinks *{
	margin: 0px;
	padding: 0px;
	text-align:right;

}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	background-image: url(/images/menu_blank.jpg);
	font-size:12px;
	text-decoration:none;
	padding: 0px 25px 0px 0px;
	line-height: 20px;
	color: #FFFFFF;	
}

#sectionLinks a:hover{
	background-color: #33CC00;
	font-weight: bold;
	color: #003300;
	text-decoration: none; 
	background-image:url(/images/menu_ball.jpg);
}



 