@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/ 
*/
html, button, input, select, textarea {font-family: 'Lato', sans-serif; color: #222; }
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:		6;
	dw-num-cols-desktop:	6;
	dw-gutter-percentage:	50;
	
	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. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 83.4166%;
	padding-left: 3.7916%;
	padding-right: 3.7916%;
	clear: none;
	float: none;
}
.logo {
	width: 100%;
	margin-top: 32px;
}
.topcta {
	width: 100%;
	margin-left: 0;
	clear: both;
}
.navigation {
	background-color: #000000;
}
.banner {
	border-bottom: 1px solid #e7e7e7;
	padding-bottom:24px;
}
.footer {
	border-top: 1px solid #e7e7e7;
	padding-top: 16px;
	padding-bottom: 16px;
}
.navigation ul li {
	display: inline-block;
	padding-right: 2em;
}
.navigation ul li a {
	color: #ffffff;
	text-decoration: none;
}
.content {
}
.companyinfo {
	font-size: 12px;
	width: 100%;
}
.websitesbymark {
width: 100%;
margin-left: 0;
clear: both;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}



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

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

.gridContainer {
	width: 87.8333%;
	padding-left: 2.5833%;
	padding-right: 2.5833%;
	clear: none;
	float: none;
	margin-left: auto;
}
.logo {
width: 100%;
}
.topcta {
width: 100%;
clear: both;
margin-left: 0;
}
.navigation {
}
.banner {
}
.footer {
}
.content {
}
.companyinfo {
width: 100%;
}
.websitesbymark {
width: 100%;
clear: both;
margin-left: 0;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* 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: 85%;
	max-width: 1232px;
	padding-left: 2.5%;
	padding-right: 2.5%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.logo {
width: 47.0588%;
margin-bottom:24px;
}
.topcta {
width: 47.0588%;
clear: none;
margin-left: 5.8823%;
text-align: right;
}
.navigation {
}
.banner {
}
.footer {
}
.bannerimage {float:left; margin-right: 5.8823%;  width: 47.0588%;}
.content {}
.companyinfo {width: 64.7058%;}
.websitesbymark {
	width: 29.4117%;
	clear: none;
	margin-left: 5.8823%;
	text-align: right;
}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
}
h1,h2,h3,h4,h5,h6 {
  font-size: 24px;
  font-weight: 400;
}
h1 {margin-top:24px; margin-bottom:24px; font-size:20px;}
h2, h3, h4, h5, h6 {
  font-size: 24px;
  font-weight: 400;
  font-family: Georgia, serif;
  color: #004885;
}
p a {color:#000000; text-decoration:none;}
