/*
Mobile css
*/
@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. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	padding-top: 16px;
}
.logo {
	width: 100%;
	padding-bottom:16px;
}
.address {
	width: 100%;
	clear: both;
	margin-left: 0;
	font-size: 14px;
	padding-bottom: 16px;
}
.address p  {
	margin-top:0px;
	margin-bottom:0px;
}
.topinterest {
width: 100%;
clear: both;
margin-left: 0;
display: block;
}
.navigation {
	border-top: 8px solid #ED3224; background-color:#cccccc;}
.navigation div {
width: 100%;
border-collapse: collapse;
border: none;
}
.navigation div ul {padding-left:0px; margin-top:0px; text-align:center; margin-bottom:1px;}
.navigation div ul li {width:100%; margin: 0; border-right-width:1px; border-right-style:solid; border-right-color:#ffffff; list-style:none;}
.navigation div ul li a {
	text-decoration:none; text-align:center; color:#ffffff; 
}
.current-menu-item { background-color:#ED3224; padding-bottom:7px; padding-top:4px;}
.content {
	width: 100%;
	margin-top: 16px;
	margin-bottom: 16px;
}
.sidebar {
	width: 100%;
	clear: both;
	margin-left: 0;
	padding-top: 16px;
	padding-bottom: 16px;
}
.sidebar input {max-width:80%;}
.sidebar textarea {max-width:80%;}
.greybackground {background-color:#CCCCCC; width:80%; padding-left:10%; padding-right:10%; padding-top:3%; padding-bottom:5%;}
.testimonials {padding-top:32px;}
.testimonials ul {padding-left:0px !important;}
.footer {
	width: 100%;
	border-top: 1px solid #cccccc;
	padding-top: 8px;
	padding-bottom: 8px;
}
.companyinformation {
width: 100%;
margin-left: 0;
}
.websitesbymark {
width: 100%;
clear: both;
margin-left: 0;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.companystrap {
	font-size: 24px;
	margin-top:0px;
	margin-bottom:0px;
}
h1, h2, h3, h4, h5, h6 {font-size:20px; font-weight:normal; font-family: 'Lato', sans-serif;}
.content {font-family: 'Lato', sans-serif;}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}
.redtext {color:#ED3224;}
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */