/*
   Precision Unmanned Aerial Systems LLC
   Author: Thomas DAter
   Date:   12/15/15

   Filename:         pmain.css
   Supporting Files: precision logo.png,
      harvesting-wheat-wallpaper-scale.jpg, globe.png, tree.png, wheat.png,
      pservices.htm, pabout.htm, pcontact.htm

*/

/* Display HTML5 structural elements as blocks */

article, aside, figure, figcaption, footer, hgroup, header, 
section, nav, p {
   display: block;
}

/* Set the default page element styles */

body * {
   font-family: Verdana, Geneva, sans-serif;
   font-size: 100%;
   font-weight: inherit;
   line-height: 1.2em;
   list-style: none;
   margin: 0px;
   padding: 0px;
   text-decoration: none;
   vertical-align: baseline;
}

/* Body Styles */
body {
   width: 95%;
   min-width: 900px;
   max-width: 1200px;
   font-family: Verdana, Geneva, sans-serif;
   font-weight: normal;
   font-size: 16px;
   margin: 0px auto;
   position: relative;

}

/* Header styles */

header {
   float: left;
   width: 100%;
   background-color: rgb(0, 163, 239);
}

header img {
  
   float: left;
   margin-top: 10px;
   margin-left: 5px;
   margin-right: 20px;
   width: 15%;
   
}


/* Navigation list styles */

header nav {
   
   clear: left;
   display: inline;
   float: center;
   width: 80%;
}

header nav li {
	float: left;
   width: 12%;
   margin: 10px 5px 10px 5px;
   
}

header nav li a {
   
   width: 60%;
   height: 50px;
   line-height: 50px;
   text-align: center;
   color: white;
   font-size: 0.8em;
  
}

header nav li a:hover {
   color: #d1ecff;
}

header p a {
	float: right;
	margin: 5px;
	width: 15%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 0.8em;
	
	-moz-border-radius: 50px;
   -webkit-border-radius: 50px;
   border-radius: 50px;
   background-color: #3c98e7;
   
   border: 1px solid white;
}

header p a:hover {
	background-color: #176eb8;
}

/* Footer style */

footer {
   background-color: rgb(0, 163, 239);
	height: 60px;
	width 100%;
   padding: 10px; 
	

}

footer img {
	display: inline;
	float: left;
	margin: 5px 10px 5px 10px;
	width: 15%;
}

footer address {
	color: white;
	display: inline;
	float: left;
	margin: 10px auto 10px auto;
	text-align: center;
	
}

footer address a {
	color: white;
	font-weight: bold;
}

footer address a:hover {
	color: #d1ecff;
}

footer p {
	color: white;
	display: inline;
	float: right;
	margin: 10px 10px 5px 10px;
	
}