/* CSS Document */

	

/* Defines parameter of page*/
.body{
	width:100%;
	border:1px solid #000000;
	background:#ffffff;
	font-family:Times New Roman, Times, serif;
	font-size:medium;	
	padding:1%;
	}
	
.logo	{
			margin-left:5px;
			float:left;
			width:38%;
		}
.logo img	{
				padding-left:50px;
			}	
	h1 {	
	font-size: x-large;
	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 {
	display:none;
		
	}
/* These styles define the buttons in the navigation bar */
.buttons {		
	display:none;
	}  
.buttons a {
	display:none;
	}  
	/* This defines the home button color */
.buttons strong {
	display:none;
	}
.buttons a:hover {
	display:none;
	}

/* These styles define link behaviors */
a:hover {
	display:none;
	}
a:active {
	display:none;
	} 
	
.secondcolumn	{
					position:absolute;
					width:100%;
					margin-left:20%;
					margin-top:0%;
				
				}
				
.directions		{
					position:absolute;
					width:90%;
					padding:5px;
					margin-left:25px;
					margin-top:-10px;
				}

.map	{
					position:absolute;			
					width:400px;					
					margin-left:360px;
					top:-125px;		
					
					
				}
				
.map2			{
					position:absolute; 
					width:400px;	
					margin-left:365px; 
					top:760px;
					
					}

.pttable {
			margin-left:20%;
			border:1px solid #cccccc;			
			border-collapse:collapse;
			width:60%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		 }
		 
.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 {
			margin-left:15%;
			margin-top:3%;
			border:1px solid #cccccc;			
			border-collapse:collapse;
			width:60%;
			font-family:Verdana, Arial, Helvetica, sans-serif;
		 }
		 
.contacttable th {
				font-size:1.5em;
				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 {
	display:none;
	
	}
	
