@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */

.staffBox {
	background-color: #fff;
	border: 2px solid #888;
	border-radius: 20px;
	margin:20px 10px; 
	padding:10px; 

	box-shadow:  5px 10px 4px #888888;

}

/* the clearFix class, when applied to the container and an internal floating element ensures the container captures the floating element. 
See https://stackoverflow.com/questions/48967550/why-is-display-flow-root-invalid-in-mobile */
.clearFix:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}	

.staffImage:after, .staffBox:after {
   content: " "; /* Older browser do not support empty content */
   visibility: hidden;
   display: block;
   height: 0;
   clear: both;
}

.staffImage
{
	margin:auto;
	width:300px;
	float:none;
}

  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#div1 {
}
#logo {
width: 100%;
}
#headText {
width: 100%;
margin-left: 0;
clear: both;
}
.menuItem {
}
#menuitem1 {
width: 100%;
}
#menuitem2 {
width: 100%;
margin-left: 0;
clear: both;
}

#div2 {
}
#menuitem3 {
width: 100%;
margin-left: 0;
clear: both;
}
#menuitem4 {
width: 100%;
margin-left: 0;
clear: both;
}
.menuitem {
	padding:5px 0px;
}

header p {
	font-weight: bold;
	margin: 5px;
}

#mainText {
width: 100%;
}

#sideText {
width: 100%;
margin-left: 0;
clear: both;
}

#Pane1 {
width: 100%;
}

#Pane3 {
width: 100%;
margin-left: 0;
clear: both;
}

#Pane2 {
width: 100%;
margin-left: 0;
clear: both;
}

.service {
	min-height:100px;
}
.staff {
	min-height:100px;
}
.staffShort {
	min-height:100px;
}
#contactInfo {
width: 100%;
}

#contactForm {
width: 100%;
margin-left: 0;
clear: both;
}

#aboutLeft {
width: 100%;
}

#aboutRight {
width: 100%;
margin-left: 0;
clear: both;
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

#lowerImg {
	display:none;
}

#slide1Textdiv {
	background-color:hsla(0,0%,100%,0.90);
	font-family:Constantia, 'Lucida Bright', 'DejaVu Serif', Georgia, serif; 
	font-size:21px;
	border-radius:10px;
	height: 338px;
	max-width: 270px;
	width:100%;
	text-align:center;
/*	padding-left:10px; */
	margin: auto;
}

#slide1Textdiv h1{
	text-align:center;
	margin:0;
}
#slide1Textdiv p, #slide1Textdiv li {
	font-size:18px;
	margin:3px;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo {
width: 100%;
}
#headText {
width: 100%;
clear: both;
margin-left: 0;
}
.menuItem {
}
#menuitem1 {
width: 48.7179%;
}
#menuitem2 {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}

#div2 {
}
#menuitem3 {
width: 48.7179%;
clear: both;
margin-left: 0;
}
#menuitem4 {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}

header p {
	font-size: 18px;
}

#mainText {
width: 100%;
}

#sideText {
width: 100%;
clear: both;
margin-left: 0;
}

#Pane1 {
width: 48.7179%;
}

#Pane3 {
width: 100%;
clear: both;
margin-left: 0;
}

#Pane2 {
width: 48.7179%;
clear: none;
margin-left: 2.5641%;
}

.service {
	min-height:665px;
}
.staff {
	min-height:500px;
}
.staffShort {
	min-height:300px;
}
#contactInfo {
width: 100%;
}

#contactForm {
width: 100%;
clear: both;
margin-left: 0;
}

#aboutLeft {
width: 100%;
}

#aboutRight {
width: 100%;
clear: both;
margin-left: 0;
}

.hide_tablet {
display: none;
}

.zeroMargin_tablet {
margin-left: 0;
}

#slide1Textdiv {
	background-color:hsla(0,0%,100%,0.70);
	margin-right:5px;
}
#slide1Textdiv p, #slide1Textdiv li {
	font-size:22px;
}

}

@media only screen and (min-width: 550px) {
	
.staffImage
{
	float:left;
	margin: 0 10px 0 3px;
}
	
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {


.gridContainer {
	width: 88.5%;
	max-width: 990px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#div1 {
}
#logo {
width: 32.2033%;
}
#headText {
width: 66.1016%;
clear: none;
margin-left: 1.6949%;
}
.menuItem {
}
#menuitem1 {
width: 23.7288%;
}
#menuitem2 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
.menuitem {
	padding:0px;
}

#div2 {
}
#menuitem3 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}
#menuitem4 {
width: 23.7288%;
clear: none;
margin-left: 1.6949%;
}

header p {
	font-size: 25px;
}

#mainText {
width: 66.1016%;
}

#sideText {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}

#Pane1 {
width: 32.2033%;
}

#Pane3 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}

#Pane2 {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}

.service, .service3 {
	min-height:665px;
}
.staff {
	min-height:500px;
}
.staffShort {
	min-height:300px;
}
#contactInfo {
width: 40.6779%;
}

#contactForm {
width: 49.1525%;
clear: none;
margin-left: 10.1694%;
}

#aboutLeft {
width: 66.1016%;
}

#aboutRight {
width: 32.2033%;
clear: none;
margin-left: 1.6949%;
}

.zeroMargin_desktop {
margin-left: 0;
}

.hide_desktop {
display: none;
}

#lowerImg {
	margin-top:20px;
	display:block;
}

#slide1Textdiv {
	float:right; 
	margin-right:20px; 
}



}
