@charset "UTF-8";
/* CSS Document */



/* COLORS

light coral - #fde5ea
 
light green - #eff4ad

coral - #ed7389

gray - #606060
*/



/*Resets------------------------------------*/
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video

 {

	margin: 0;

	padding: 0;
	border: 0;

	font-size: 100%;

	font: inherit;

	vertical-align: baseline;

}
/*

 HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section

 {

	display: block;
}


body {

	line-height: 1;
}


ol, ul {

	list-style: none;
}


blockquote, q {
	quotes: none;
}


blockquote:before, blockquote:after,
q:before, q:after {

	content: '';

	content: none;
}


table {
	border-collapse: collapse;

	border-spacing: 0;

	border:none;
}






/*Page------------------------------------*/



a{

	text-decoration:none;

	color:#ed7389;
	}


a:hover, a:active{ color:#eff4ad;}
a:visited{color:#fde5ea;}









body{

	color:#000000;

	font-family:Arial,Helvetica,Free Sans,sans-serif;

	font-size:1em;

	line-height:1.2;

	width:100%;

	background:#9dd05b;
	font-weight:bold;


}



br.clear{clear:both;}




h1, h2, h3 {
font-family:Impact,Charcoal,fantasy;
	text-transform:lowercase;

	letter-spacing:2px;

	line-height:1.5;

	margin-bottom:15px;
	color:#7d7d7d;
}







.hilite{background-color:#ffff00;
	}



h1{font-size:1em;
	text-align:center;}



h2{font-size:1.75em;
	color:green;
	margin-left:20px;
                   }


h3{font-size:1.5em;}




h4{     color:green;
	margin-left:381px;
	font-size:10px;
	text-transform:lowercase;

}







/* table team  */

table.first {
 
	margin-top:-80px;
	margin-left:50px;
 
	width:76%;
	border:2px solid #fff
	
	 }


table.se {
 
	margin-top:-250px;
	margin-left:380px;
 
	width:56%;
	border:2px solid #fff
	
	 }



td.color{color:red;}
	


td.color2{color:red;
	border-left:3px solid #fff;}




td.color3{border-left:3px solid green;}



td.border{border-bottom:3px solid #fff;}





th,td{

	text-align:center;

	padding:5px;
	
	}


th {
 
	background:#9dd05b;
	

	font-weight:bold;

	

        

	
	}


tr.first{

	padding:20px;

	font-size:1.25em;

	border-bottom:3px solid green;

	color:#000;
		
}


tr.even {background:#d4e7b2;}


tr.odd {background:#fffab2;}

tr.t{background:#9dd05b;
	}	

		
td.y{width:96%;}	




#wrapper{

	margin:auto;

	padding:40px;

	width:90%;
	

	background-image:url(bkg/49greengolfbag.gif);

	-moz-box-shadow:0px 0px 20px #606060;
 /* Firefox */

	-webkit-box-shadow:0px 0px 20px #606060;
 /* Safari, Chrome */

	box-shadow:0px 0px 20px #606060; /* CSS3 */
}




#leftSidebar{

	float:left;

	width:250px;

	margin-right:15px;
	margin-top:75px;
}

.navLI{margin-bottom:15px;}


.navLI a{

	padding:5px 20px;

	color:#606060;
}


.navLI a:hover, .navLI a:active{background-color:#eff4ad;}



