/* CSS Document */
body {
	background-color: #ffffff;
	text-align: justify;
	margin: 0.5in;
	size: auto;
	page: auto;
	width: 100%;
	height: auto;
		}
		
		#container {
	position: absolute;
	text-align: justify;
	width: 100%;
	height: auto;
	}
	
	#masthead {
	width: auto;
	height: auto;
	}
	
#mainmenu {
	display: none;	
	}


#submenu {
display: none;	
	}
	
#aboutsub {
display: none;	
	}

#servicesub {
display: none;	
	}
	
#casessub {
display: none;	
	}

#directionsub {
display: none;
	}

#newssub {
	display: none;
	}	

#content {
	width: auto;
	position: relative;
	}
	
p {
	font-family: times, serif;
	font-size: 12pt;
	color: black;
	text-align: justify;
	page-break-inside: avoid;
	}
	
ul {
	padding-left: 35pt;
	color: black;
	}
li {
	padding: 0px;
	list-style-type: square;
	color: black;
	text-indent: 0.25in;
	}
	
h1 {
	font-size: 22pt;
	font-family: times, serif;
	font-weight: lighter;
	color: black;
	font-variant: small-caps;
	}

	a {
	font-family: times, serif;
	font-size: 12pt;
	color: black;
	}
	
h2 {font-size: 18pt;
	font-family: times, serif;
	font-weight: lighter;
	color: black;
	font-variant: small-caps;
	}
	
h3 {
	font-size: 16pt;
	font-family: times, serif;
	font-weight: lighter;
	color: black;
	font-variant: small-caps;
	}

h4 {
	font-size: 14pt;
	font-family: times, serif;
	font-weight: lighter;
	color: black;
	font-variant: small-caps;
	}

h5 {
	font-size: 13pt;
	font-family: times, serif;
	font-weight: lighter;
	color: black;
	font-variant: small-caps;
	}
