.nav_link {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFFFF; text-decoration: none;}
.nav_link:hover {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; color: #FFFF00; text-decoration: none;}
.nav_box {  padding-top: 4px; padding-bottom: 4px;}
.tblContentBG {  background-image: url('/images/house_1_bg-1400.jpg'); background-repeat: repeat; background-position: left top;}
.footLink {  text-decoration: none; color: #99FFFF;}
.footLink:hover {  text-decoration: none; color: #99FFFF;}
.homeBanner {  font-family: Arial, Helvetica, sans-serif; font-size: 14pt; font-weight: bold; font-variant: small-caps;}
.topLink {  text-align: right;}

h1	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

h1.contactus	{
	margin-bottom: -16px;
	font-size: 23px;
	margin-left: 20px;
	margin-right: 20px;
}

h2	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}

h3	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	font-weight: normal;
	font-style:italic;
	text-align: left;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: -10px;
}

p	{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	margin-left: 20px;
	margin-right: 20px;
}

p.footermenu		{
	text-align: center;
	line-height: 21px;
	font-size: 15px;
	font-weight: bold;
	margin-top: 30px;
}

.text-center	{text-align:center;}
.text-left	{text-align:left;}
.text-right	{text-align:right;}

/*  IWMarketing - MD3 - 12/6/16 */

.gallery__item img {
	width:100%;
	height:auto;
}

* {
  box-sizing: border-box;
}

section:after, .gallery:after {
  content: "";
  display: table;
  clear: both;
}

.container {
  max-width: 71.25rem;
  margin-left: auto;
  margin-right: auto;
}
.container:after {
  content: " ";
  display: block;
  clear: both;
}

section {
  margin-bottom: 1.69492%;
}

.gallery {
  max-width:930px;
  margin: 0 auto;;
  padding:0;
}

.gallery__item {
  width: 49.15254%;
  float: left;
  margin-bottom: 1.69492%;
  list-style:none;
}
.gallery__item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.gallery__item:nth-child(2n + 2) {
  margin-left: 50.84746%;
  margin-right: -100%;
  clear: none;
}
.gallery__item:nth-last-child(-n+2) {
  margin-bottom: 0;
}
@media (min-width: 64rem) {
  .gallery__item {
    width: 32.20339%;
    float: left;
  }
  .gallery__item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .gallery__item:nth-child(3n + 2) {
    margin-left: 33.89831%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-child(3n + 3) {
    margin-left: 67.79661%;
    margin-right: -100%;
    clear: none;
  }
  .gallery__item:nth-last-child(-n+3) {
    margin-bottom: 0;
  }
}

.outline {
  display: block;
  margin: 1.69492% 0;
  font-family: Lato, sans-serif;
  color: #38a1d6;
  text-decoration: none;
  text-align: center;
}
.outline:hover {
  text-decoration: underline;
}
