
    html {
    height: 100%;
    width: 100%;
    }
    
    body {
    font-family: "Calibri", "Times Roman", sans-serif;
    background-repeat: no-repeat;
    background-color: white;
    background-position: center;
    background-position-y: 0px;
    background-image:url(../images/watermarkbackground.png);
    }
    
    .wrapper {
    	height: 100% !important;
    	height: 100%;
    	overflow: hidden;
    }
    
    .main {
      float: left;
      width: 100%;
      height:100%;
      margin: 0 auto;
      
    }
    
    .page_container {
      position: relative;
      margin: 0 auto 0;
      width: 950px;
      max-width: 1300px;
    }
    .main section  {
      overflow: hidden;
    }
    
    .section1 {
      max-width: 2000px;
      
    }
    
    #site-logo {
	margin-left: 35px;
	float: left;
	margin-top: -54px;
	clear: right;
	position: absolute;
}
#site-logo img {
	width: 450px;
}

#contact {
	margin-left: 578px;
	clear: left;
	margin-top: 100px;
}


/****** Navigation *******/


#navigation {
	position: relative;
	margin-top: 100px;
}
#main-nav {
	width: 87%;
	background: #ccc;
	position: absolute;
	margin-left: 48px;
	bottom: 0;
	z-index: 100;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#4497cb), to(#0078ae));
	background: -moz-linear-gradient(top,  #4497cb,  #0078ae);
	background: linear-gradient(-90deg, #5ca3d0 0%, #0078ae 100%);
	/* box shadow */
	-webkit-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	-moz-box-shadow: 0 1px 10px rgba(0,0,0,.4);
	box-shadow: 0 1px 10px rgba(0,0,0,.4);
	font-family: "Calibri", "Times Roman", sans-serif;
	
}
#main-nav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: relative;
}
#main-nav li:first-child {
	margin-left: 10px;
}
#main-nav a {
	line-height: 100%;
	font-weight: 400;
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
	text-shadow: 2px 2px 3px #515151;
	letter-spacing: 2px;
}

#main-nav a:hover {
	color: #fff;
	background: #474747;
	/* gradient */
	background: -webkit-gradient(linear, left top, left bottom, from(#5ca3d0), to(#0078ae));
	background: -moz-linear-gradient(top,  #5ca3d0,  #0078ae);
	background: linear-gradient(-45deg, #5ca3d0 0%, #0078ae 60%);
}

#servicesintro {
padding: 40px;
padding-bottom: 80px;
height:600px;
width: 400px;
float: left;
border-radius: 20px;
margin-left: 50px;
	
}

#servicesimg img{
	border-radius: 10px;
	margin-left: 50px;
	box-shadow: 0px 4px 5px #707070;
	border: 5px solid #0078ae;
	
}

   
    .section2 {
	padding-bottom: 50px;
    
    }
 

    .section5 {
    margin-top: -100px;
      
    }
    
    .section4 {
      
    }
    
#footer {
	height:270px;
	width: 1300px;
	background: -webkit-gradient(linear, left top, left bottom, from(#5ca3d0), to(#0078ae));
	background: -moz-linear-gradient(top,  #5ca3d0,  #0078ae);
	background: linear-gradient(-45deg, #5ca3d0 0%, #0078ae 80%);
	float:left;
	margin-left:-180px;
	margin-top: 20%;
	margin-bottom: 10px;
	border-top:20px solid #155f80;
	
}

#contact-info {
	margin-left: 230px;
}

#author {
margin-top: -60px;
	margin-left: 850px;
}


/****** Text and Headings *******/

p1 {
font-family: "Calibri", "Times Roman", sans-serif;
font-size: 14px;
}

p2 {
font-family: "Calibri", "Times Roman", sans-serif;
font-size: 14px;
letter-spacing: 2px;
font-weight: 400;
color: white;
text-shadow: 1px 2px 3px #515151;
}

p3 {
font-family: "Calibri", "Times Roman", sans-serif;
font-size: 11px;
letter-spacing: 1px;
font-weight: 400;
color: white;
text-shadow: 1px 2px 3px #515151;
}

h1 {
font-family: "Calibri", "Times Roman", sans-serif;
letter-spacing: 2px;
font-size: 16px;
width: 76px;
font-weight: 400;
color: #0078ae;
padding-bottom: 5px;
border-bottom: 2px solid #0078ae;
text-shadow: 1px 1px 2px #898989;

}


h2 {
font-family: "Calibri", "Times Roman", sans-serif;
font-weight: 400;
font-size: 16px;
color: #ffffff;
padding-bottom: 10px;
border-bottom: 2px solid #ffffff;
text-shadow: 1px 2px 3px #515151;
width: 205px;
letter-spacing: 2px;

}

h3 {
font-family: "Calibri", "Times Roman", sans-serif;
font-size: 13px;
color: #ffffff;
margin-bottom: -2px;

}

h4 {
	font-family: "Calibri", "Times Roman", sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #0078ae;
	text-shadow: 1px 2px 3px #b2b2b2;
}

h5 {
	font-family: "Calibri", "Times Roman", sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #0078ae;
	padding-bottom: 10px;
	padding-top: 50px;
	border-bottom: 2px solid #0078ae;
	width: 110px;
	margin-left: 50px;
	margin-bottom: -5px;
	text-shadow: 1px 1px 2px #898989;
	letter-spacing: 2px;
	
}

h6 {
	font-family: "Calibri", "Times Roman", sans-serif;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
	letter-spacing: 2px;
	width: 100px;
	border-bottom: 2px solid white;
	text-shadow: 1px 2px 3px #515151;
	padding-bottom: 3px;
	
}

h7 {
	font-family: "Calibri", "Times Roman", sans-serif;
	font-size: 16px;
	font-weight:400;
	color: #0078ae;
	border-bottom: 2px solid #0078ae;
	width: 180px;
	margin-top: 100px;
	text-shadow: 1px 1px 2px #898989;
	letter-spacing: 2px;
	
}

