/* CSS Document */

	

/* Defines parameter of page*/
.body{
	width:100%;
	border:1px solid #000000;
	background:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:small;	
	padding:1%;
	}
	
.logo	{
			margin-left:5px;
			float:left;
			width:38%;
		}
.logo img	{
				padding-left:50px;
			}
	
	
	h1 {	
	font-size:1.25em;
	font-weight: bold;
	color: #B94599;
	margin-bottom:1%;
}

	h2 {			
	font-size: medium;
	font-weight: bold;
	color: #B94599;
	text-indent: 2%;
	margin-bottom:1%;	
	}
	
h4	{
		margin-bottom:.5em;
	}
	

/* This style defines the area around the navigation bar. This is where the background image for the navigation bar is defined */
.navbar {
	margin-top:10px;
	float:left;
	width:120px;
	background:#ffffff;	
		
	}
/* These styles define the buttons in the navigation bar */
.buttons {		
	margin:2px 0px 0px 5px;
	padding:5px 5px 5px 5px ;
	text-transform:uppercase;
	font-family:Verdana, sans-serif;
	font-weight:bold;
	font-size:.8em;
	white-space:nowrap;
	color:#c662aa;
	}  
.buttons a {
	float:left;
	width:118px;
	border-style:ridge;	
	padding:5px 10px;
	text-decoration:none;
	text-align:center;
	color:#ffffff;
	background:#b94599;
	}  
	/* This defines the home button color */
.buttons strong {
	float:left;
	border-style:ridge;	
	padding:5px 10px;
	text-decoration:none;
	text-align:center;
	background:#b94599;
	color:#ffffff;
	}
.buttons a:hover {
	color:#000000;
	border-style:inset;
	background:#dca3cc;	
	}

/* These styles define link behaviors */
a:hover {
	text-decoration:none;
	}
a:active {
	color:#532900;
	} 
	


.secondcolumn	{
	position:absolute;
	width:90%;
	left:175px;
	margin-top:0%;
	top: 99px;
	
				}
				
.thirdcolumn	{
					position:absolute;
					width:75%;
					left:17%;
				}
				
.fourthcolumn	{
					position:absolute;
					width:425px;
					left:650px;
					top:90px;
					padding-left:5px;
					
				}
				
.directions		{
					position:absolute;					
					width:430px;	
					left:18%;
					top:13%;
															
				}
.directions p	{
					position:absolute;
					width:400px;
					padding:5px;
					margin-left:410px;
					margin-top:-250px;
				}
				
.directions	p.two	{position:absolute;
					width:400px;
					padding:5px;
					margin-left:410px;
					margin-top:-50px;
				}

.pttable {
			position:absolute;
			left:200px;
			top:85px;
			border:1px solid #cccccc;			
			border-collapse:collapse;
			width:80%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		 }
				
		
.pttable caption {
				
				text-align:center;
				padding-bottom:7px;
				
				}		

 
.pttable th {
				font-size:16px;
				font-weight:bold;
				text-align:center;
				background-color:#E7C9E3;
				}		
				
.pttable td {
				border:1px solid #cccccc;
				border-collapse:collapse;
				padding:3px;
				text-align:center;
			}
			
.contacttable {
			position:absolute;
			left:17%;			
			top:50%;
			width:55%;	
			border:1px solid #cccccc;			
			border-collapse:collapse;			
			font-family:Verdana, Arial, Helvetica, sans-serif;
		 }
		 
.contacttable th {
				font-size:1.2em;
				font-weight:bold;
				text-align:center;
				background-color:#E7C9E3;
				}		
				
.contacttable td {
				border:1px solid #cccccc;
				border-collapse:collapse;
				padding:3px;
				text-align:center;
			}
	
.color	{
			background-color:#E7C9E3;
		}			
								 	


.photo {	
	float:right;
	margin-right:15%;		
	margin-top: 2%;
	border: 1px solid;
	}
	


/* This style defines the footer */
.footer {
	width:80%;
	padding:1% 2%;		
	background:#b94599;
	border-top:1px solid #666666;
	font-family:Verdana, sans-serif;
	font-size:0.6em;
	color:#FFFFFF;
	text-align:center;
	margin-left:5%;
	margin-right:15%;
	margin-top:5%;
	clear:right;
	
	}
	
.clubs	{
			position:absolute;
			margin-left:160px;
			padding-left:5px;
			width:750px;
				}