@charset "UTF-8";
html { -webkit-font-smoothing: antialiased; }
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
	background: #2b74bf;
	margin: 0;
	padding: 0;
	color: #000;

}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl {
	padding: 0;
	margin: 0;
}

h1, h2, h3, h4, h5, h6, {
	color:#2b74bf;
	padding-right: 15px;
	padding-left: 15px; 
}

p {
	color:#585858;
	padding-right: 15px;
	padding-left: 15px; 
}
img {
    width: 100%;
    height: auto;
	border: none;
}

a img { 
	border: none;
}
a:link {
	color: #585858;
	text-decoration: none; 
	
}
a:visited {
	color: #585858;
	text-decoration: none;
}
a:hover, a:active, a:focus { 
	color: #005bab;
	text-decoration: underline;
	cursor:pointer;
}

/* ~~ this fixed width container surrounds the other divs ~~ */
.container {
	min-width:960px;
	max-width:1290px;
	background-color:#FFFFFF;
	background-image: url("images/mar-co-home-bkgd.jpg");
	background-repeat: no-repeat;
	background-size: 100% ;
	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}



.plainbgkds {

	margin: 0 auto; /* the auto value on the sides, coupled with the width, centers the layout */
}

.header {
	
}

.content {
	width:100%;
	margin-left:auto;
	margin-right:auto;
}


/* ~~ The footer ~~ */
.footer {
	color: #000000;
	width:100%;
	padding-top: 5px;
	padding-bottom: 40px;
	font-size:13px;line-height:16px;

}
	
/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

