body {
	color: #000305;
	
	font-family:Arial , 'Lucida Sans Unicode';
	line-height: 1.5;
	text-align: left;
}
a {
	text-decoration: none;
}
:any-link {
	color: BLUE;
}
/*a: hover, a:active {
	background-color:#CF5C3F;
	color: #FFF; */
}
.body {
	margin: 0px 0px;
	width: 100%;
	font-size: 140%;
	clear: both;
	/*background-image: url("IMG_0554.JPG");*/
}
.mainNav {
	/*background-color: #666; */
/*	height: 40px;*/
	margin: 0 0;
	padding: 0 0;
	width: 100%;
}
.name {
	list-style-type: none;
	float: center;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	font-size: 150%;
	/*background-color: #0056CC;*/
	background-color: black; 
	/*height: 50px; */
	width: 100%;
	clear: both;
	margin: 0 0;
    padding: 0 0;
    /*overflow: visible;*/
}
.nameLi {
	font-weight: bold;
	font-size: 150%;
	float: center;
	display: inline-block;
	color: black; 
	text-align: center;
	text-decoration: none;
	text-shadow:none;
	vertical-align: middle;
}
.logoPic {
	text-align: center;
	height: 100%;
	width: 100%;
	display: block;
	}
.centerAlign {
	text-align: center;
	padding-bottom: 8px;
	clear: both;
	}

.nameAddr {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	display: block;
	background-color: white;
	color: black;
    	text-decoration: none;
	text-shadow:none;
 }
.strAddr {
	font-weight: bold;
	font-size: 150%;
	text-align: center;
	display: block;
	background-color: white;
	color: black;
    	text-decoration: none;
	text-shadow:none;
 }
.promo {
	font-size: 120%;
	font-weight: bold;
	color: black;
	/* font-weight: bold;*/
	overflow: hidden;
	/* padding: 2px 3px 5px;*/
	margin: 0% 2%;
	clear: both;
}
.promo2 {
	font-size: 100%;
	color: black;
	/* font-weight: bold;*/
	overflow: hidden;
	margin: 0% 2%;
	clear: both;
}

.promoHdr {
	font-size: 120%;
	background-color: #b50917; 
	color: white;  /*#DC3B33 */
	font-weight: bold;
	padding: 0% 5%; 
        margin: 0% 0%;
	text-align: center;
	overflow: hidden;
	display: block;
	clear: both;
}
.divider {
	font-size: 125%;
	/* background-color: #D3D3D3; 
	margin: 1% 0% 1% 0%;
	color: blue; */
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	display: block;
	clear: both;
}

.footer {
	font-size: 100%;
	background-color: #D3D3D3; 
	padding: 1% 1%;
	color: black;
	text-align: center;
	overflow: hidden;
	display: block;
	clear: both;
}
.mainUl {
	list-style-type: none;
    	margin-top: 0%;
	margin-bottom: 0%;
	margin-left: 0%;
	margin-right: 0%;
  	padding: 0;
    	overflow: hidden;
	background-color: #D3D3D3;
	color: red;
}
.mainLi {
	font-size: 125%;
	float: left;
	display: inline-block;
	color: red; /*#DC3B33*/
	text-align: left;
	padding: 5px 16px;
	text-shadow: none;
}
.mainTel {
	font-weight: bold;
	font-size: 150%;
	float: right;
	display: inline-block;
	color: black;
	text-align: right;
	padding: 5px 16px;
	text-decoration: none;
	text-shadow:none;
}
.topContent {
	font-weight: bold;
	font-size: 140%;
	color: black;
	background-image: url("dsc05217-sm.jpg");
	text-align: center;
	/*background-size: contain;*/
	backgound-position: left;
	background-size: cover;
	padding: 10px 0 0 0;
	margin: 0 0;
	height: 600px;
	width: 100%;
	background-repeat: no-repeat;
	display: block;
	
}
.requestApp {
	margin: 8% 3%;
	font-size: 125%;
}
.mainContent {
	/*line-height: 25px; */
	width: 100%;
	float: left;
	font-size: 140%;
	padding: 0% 2%;
}

.mainFooter {
	width: 100%;
	float: left;
	padding: 1% 1%;
	color: #FF1200;
	background-color: blue; 
	margin: 0 0;
}
.staffPic {
   float: left;
   margin-bottom: 8px;
   margin-left: 0px;
   margin-right: 6px;
   width: 320px;
   padding: 0% 0%;
   border: none;
   transform: none;
}
.officePic {
   float: left;
   margin-bottom: 8px;
   margin-left: 0px;
   margin-right: 2px;
   width: 450px;
   height: 250px;
   padding: 0% 0%;
   border: none;
   transform: none;
}
.services {
   float: left;
   margin-left: 0px;
   margin-right: 0px;
   margin-bottom: 10px;
   padding: 0px;
   width: 250px; 
}
.staff {
   float: left;
   font-size: 100%;
   margin-left: 0px;
   margin-right: 8px;
   margin-bottom: 8px;
   padding: 0px 0px 0px 0px;
   width: 325px;
   color: black; 
   transform: none;
   /* background-color: #b50917; 
   background-color: blue; */
}

/* Add a grey background color to the top navigation */
.topnav {
    background-color: blue;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 7px 10px;
    text-decoration: none;
    font-size: 120%;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #ddd;
    color: black;
}

/* Add an active class to highlight the current page */
.active {
    background-color: #4CAF50;
    color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens 
(display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}