@charset "UTF-8";
/* CSS Document */

* { margin: 0;
	padding: 0;}
	
html * {max-height:1000000px;}
/*script to disable font boosting on Chrome */

article, aside, figure, footer, header, nav, section {
    display: block;
    margin: 0;
    padding: 0;}

ul, ol, dl { 
	padding: 0;
	margin: 0;}

a img {border: none; }

body {
	-webkit-text-size-adjust: 100%;
	margin: 0px;
	padding: 0px;
	font: 100%/1.4 "Helvetica Neue", Helvetica, Arial, Gotham, "sans-serif";
	color: #333;
	background-color: rgb(245,245,245);
  background-image: url("../images/home-page-body-bdrop.png");
    background-repeat: no-repeat;
    background-position: center top; background-attachment: fixed;}


a.block {
    text-decoration:none;
    display:block;}

a:link {text-decoration: none;}

a:visited {text-decoration: none;}

p {font-size: 110%; padding-top:15px;}

h1  {font-size: 200%; padding:30px 0px 0px 0px; color:#069;  }

h2 {font-size: 130%; padding-top:10px; }

.italic{font-style: italic; }


footer { width:940px; height:80px;background-color:#333;
	position: relative; clear: both;padding-left:40px;}


footer p{font-size: 100%; padding:20px 0px 0px 20px;  float:left; color:#fff; }
footer p a{  text-decoration: underline; color:#666; }





/* easy access CSS  border-bottom: medium solid #333;
    border-top: medium solid #333;*/