@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@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%;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}

/*
	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/
*/
/*=======================================================*/
/*   Phone Layout: Min Width 320px and Max Width: 767px  */
/*=======================================================*/
@media only screen and (min-width: 320px) and (max-width:767px) and (orientation: Landscape) {
.Page {
	position: relative;
	min-height: 250vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 500vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 470vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PagePortfolio {
	position: relative;
	min-height: 360vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: 8px;
}
.PageContact {
	position: relative;
	min-height: 500vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 210px;/* 200px */
	width:100%;/* 98% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 98%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 350px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 700px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 600px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 500px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 515px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 515px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .7rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.2rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
}

/*======================================================*/
/*  Phone Layout: Min Width 320px and Max Width: 767px  */
/*======================================================*/
@media only screen and (min-width: 320px) and (max-width:767px) and (orientation: Portrait) {
.Page {
	position: relative;
	min-height: 85vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 180vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 160vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PagePortfolio {
	position: relative;
	min-height: 130vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: 8px;
}
.PageContact {
	position: relative;
	min-height: 180vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 160px;/* 200px */
	width:100%;/* 98% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 98%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 200px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 450px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 300px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 450px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 300px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 350px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 10px;
	padding-left: 10px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1rem;
	padding-left: 1%;
	padding-right: 1%;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .6rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: .6rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: .6rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: .6rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: .6rem;
}
}
/*=========================================================*/
/*  Tablet Layout: Min Width 768px to 1024px   */
/*=========================================================*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: Landscape) {
.Page {
	position: relative;
	min-height: 130vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 220vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 185vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PagePortfolio {
	position: relative;
	min-height: 170vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: 8px;
}
.PageContact {
	position: relative;
	min-height: 215vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 210px;/* 200px */
	width:100%;/* 98% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 98%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 600px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 900px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 650px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 600px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 515px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 515px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .7rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.2rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
}

/*=========================================================*/
/*  Tablet Layout: Min Width 768px and Max Width: 1024px   */
/*=========================================================*/
@media only screen and (min-width: 768px) and (max-width:1024px) and (orientation: Portrait) {
.Page {
	position: relative;
	min-height: 85vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 150vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 135vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PagePortfolio {
	position: relative;
	min-height: 140vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: 8px;
}
.PageContact {
	position: relative;
	min-height: 150vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 200px;/* 200px */
	width:100%;/* 98% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 98%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 500px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 1050px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 650px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 500px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 98%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 500px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 98%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 500px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 10px;
	padding-left: 10px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1rem;
	font-style: normal;
	line-height: 1;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
	text-align: center;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1rem;
	padding-left: 1%;
	padding-right: 1%;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .6rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: .6rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: .6rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: .6rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: .6rem;
}
}

/*==============================================*/
/*   Desktop Layout: 1025px to a max of 1280px.  */
/*==============================================*/
@media only screen and (min-width:  1025px)  and  (max-width: 1280px) {
.Page {
	position: relative;
	min-height: 120vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 120vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 100vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PagePortfolio {
	position: relative;
	min-height: 140vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: 8px;
}
.PageContact {
	position: relative;
	min-height: 120vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 210px;/* 200px */
	width:100%;/* 98% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}

/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 98%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 700px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 900px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 680px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 680px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 515px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 515px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .7rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.2rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.2rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.2rem;
}
}
/*  ==============================================  */
/* Large DeskTop Layout:  1281px to a max 1600px    */
/*  ==============================================  */
@media only screen and (min-width:  1281px)  and  (max-width:  1600px) {
.Page {
	position: relative;
	min-height: 170vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageProfile {
	position: relative;
	min-height: 170vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageServices {
	position: relative;
	min-height: 150vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top: -8px;
}
.PagePortfolio {
	position: relative;
	min-height: 205vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
.PageContact {
	position: relative;
	min-height: 170vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
}
#HeaderContainer {
	height: 210px;/* 210px; */
	width: 100%;/* 94% */
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 100%;/* 95% */
	background-color: #FFF;
	display: block;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 94%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.8em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.8em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.8em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.8em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 98%;
	height: 533px;
}
#slideshow {
	width: 98%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 700px;
}
#CentercolumnPortfolio {
	float: left;
	margin-left: 0%;
	width: 98%;
	display: block;
	background-color: #FFFFFF;
	height: 900px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 680px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 680px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 515px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 515px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.4rem;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .9rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.4rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.4rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.4rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.4rem;
}
}

/*  ======================================================  */
/*  Very Large DeskTop Layout: min width 1601px   */
/*  ======================================================  */
@media only screen and (min-width:  1601px) { 
.Page {
	position: relative;
	min-height: 115vh;/* 115vh */
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top:-8px;
}
.PageProfile {
	position: relative;
	min-height: 115vh;/* 115vh */
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top:-8px;
}
.PageServices {
	position: relative;
	min-height: 100vh;
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top:-8px;
}
.PagePortfolio {
	position: relative;
	min-height: 145vh;  /*145vh*/
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	/*margin-top: -8px;*/
}
.PageContact {
	position: relative;
	min-height: 120vh;/* 115vh */
	max-width: 100%;
	border-top-color:#538695;
	border-top-style:solid;
	border-top-width:.5rem;
	border-left-color:#538695;
	border-left-style:solid;
	border-left-width:.5rem;
	border-right-style:solid;
	border-right-width:.5rem;
	border-right-color:#538695;
	border-bottom-style:solid;
	border-bottom-width:.5rem;
	border-bottom-color:#538695;
	margin-top:-8px;
}
#HeaderContainer {
	height: 210px;
	width: 100%;
}
#HeaderCenter {
	font-family: 'Oswald', "sans-serif;";
	width: 90%;/* 95% */
	background-color: #FFF;
	display: block;
	padding-bottom: 2%;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
.img responsive {
	max-width: 100%;
	width: auto !important;
	height: auto !important;	
}
h1 {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2rem;
	color: #538695;
	line-height: 1.5em;
}
.transparent {
	opacity: 0.5;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	height: 25px;
	width: 100%;
}
#navigation {
	width: 94%;
	text-align: center;
}
.navlinks a:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
	padding-top: 3%;
}
.navlinks a:visited {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2em;
	color: #999999;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:hover {
	font-family: 'Oswald', "sans-serif;";
	font-size: 2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.navlinks a:active{
	font-family: 'Oswald', "sans-serif;";
	font-size: 2em;
	color: #538695;
	display: inline;
	text-decoration: none;
	width: auto;
	padding-right: 3%;
	padding-left: 3%;
}
.HomeSlider {
	width: 100%;
	height: 533px;
}
#slideshow {
	width: 100%;
	height: auto;
	background-color: #FFF;
	z-index: -1;
}
#twocolumns {
	width: 100%;
	background-color: #B7B7B7;
	height: 280px;
}
#centercolumn {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 700px;
}
#CentercolumnPortfolio {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 100%;
	display: block;
	background-color: #FFFFFF;
	height: 900px;
}
#Lcolumn {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 680px;
	vertical-align: top;
}
#Rcolumn {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 680px;
	vertical-align: top;
}
#LcolumnServices {
	clear: both;
	float: left;
	width: 48%;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 515px;
	vertical-align: top;
}
#RcolumnServices {
	clear: none;
	float: left;
	margin-left: 0;
	width: 47%;
	display: block;
	padding-right: 1%;
	padding-left: 1%;
	height: 515px;
	vertical-align: top;
}
#twocolumnsServices {
	width: 100%;
	height: 250px;
	background-color: #FFF;
}
#LcolumnService {
	clear: both;
	float: left;
	width: 31%;
	display: block;
	background-color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
	padding-right: 1%;
	padding-left: 1%;
}
#centercolumnService {
	clear: none;
	float: left;
	margin-left: 0%;
	width: 31.25%;
	display: block;
	background-color: #FFFFFF;
	padding-right: 1%;
	padding-left: 1%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D6D6D6;
	height: 2000px;
}
.bodytext {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:link {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
a.bodytext:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 500;
	color: #909090;
	padding-right: 5px;
	padding-left: 5px;
}
.bodytextquote {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.5rem;
	font-style: normal;
	line-height: 1.5;
	font-weight: 570;
	font-variant: normal;
	color: #538695;
	padding-right: 5px;
	padding-left: 5px;
}
.column_subtitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.3em;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #9E2918;
	padding-top: 2%;
	padding-bottom: 2%;
}
.FooterCenter {
	clear: none;
	float: left;
	width: 100%;
	display: block;
	height: 75px;
	color: #999;
	text-align: center;
	background-color: #FFF;
	padding-top: 10px;
}
.footertext {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.4rem;
}
.footercopyright {
	color: #999999;
	font-family: 'Oswald', "sans-serif;";
	font-size: .9rem;	
}
a.footers:link {
	font-family: 'Oswald', "sans-serif;";
	font-size: 1.4rem;
	color: #999999;
}
a.footers:visited {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.4rem;
}
a.footers:hover {
	font-family: 'Oswald', "sans-serif;";
	color: #538695;
	font-size: 1.4rem;
}
a.footers:active {
	font-family: 'Oswald', "sans-serif;";
	color: #999999;
	font-size: 1.4rem;
}
}
