@charset "utf-8";
/* CSS Document */

* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

body {
  margin: 0;
  font-family: Arial, Helvetica, sans-serif;
}

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #697C89;
   background-image: linear-gradient(to right, #697C89, #A5B4BD);
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

/* Change color on hover */
.topnav a:hover {
  background-color: #fff;
  color: #697C89;
}

/* Style the content */
.content {
  background-color: #fff;
  padding: 0px 40px 0px 40px;
}
div.container {
  width: 50%;
  border: 2px solid black;
}

/* Style the footer */
.footer {
  background-color: #697C89;
  background-image: linear-gradient(to right, #697C89, #A5B4BD);
  padding: 10px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFFFFF;
	size:12px;
	padding-left:20px;
	margin-top:60px;
	
}
      .C-5 { line-height:35.00px;font-family:"PT Sans", sans-serif;font-style:normal;font-weight:normal;color:#00365a;background-color:transparent;text-decoration:none;font-variant:normal;font-size:20.0px;vertical-align:0; }
	        .C-5a { line-height:35.00px;font-family:"PT Sans", sans-serif;font-style:normal;font-weight:normal;color:#00365a;background-color:transparent;text-decoration:none;font-variant:normal;font-size:20.0px;vertical-align:0;}

.button {
   border-top: 1px solid #000000;
   background: #a5b4bd;
   background: -webkit-gradient(linear, left top, left bottom, from(#3b464d), to(#a5b4bd));
   background: -webkit-linear-gradient(top, #3b464d, #a5b4bd);
   background: -moz-linear-gradient(top, #3b464d, #a5b4bd);
   background: -ms-linear-gradient(top, #3b464d, #a5b4bd);
   background: -o-linear-gradient(top, #3b464d, #a5b4bd);
   padding: 10px 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
   -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
   -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
   box-shadow: rgba(0,0,0,1) 0 1px 0;
   text-shadow: rgba(0,0,0,.4) 0 1px 0;
   color: white;
   font-size: 14px;
   font-family: font-family:"PT Sans", sans-serif;
   text-decoration: none;
   vertical-align: middle;
   }
.button:hover {
   border-top-color: #3b464d;
    background-color: #fff;
   }

.button-cp {
   background: #697C89;
   background-image: -webkit-linear-gradient(top, #697C89, #A5B4BD);
   background-image: -moz-linear-gradient(top, #697C89, #A5B4BD);
   background-image: -ms-linear-gradient(top, #697C89, #A5B4BD);
   background-image: -o-linear-gradient(top, #697C89, #A5B4BD);
   background-image: -webkit-gradient(to bottom, #697C89, #A5B4BD);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   color: #FFFFFF;
   font-family: Verdana;
   font-size: 18px;
   font-weight: 100;
   padding: 15px;
   -webkit-box-shadow: 1px 1px 10px 0 #000000;
   -moz-box-shadow: 1px 1px 10px 0 #000000;
   box-shadow: 1px 1px 5px 0 #000000;
   text-shadow: 1px 1px 5px #000000;
   border: solid #000000 1px;
   text-decoration: none;
   display: inline-block;
   cursor: pointer;
   text-align: center;
}

.button-cp:hover {
   border: solid #FFFFFF 1px;
   background: #A5B4BD;
   background-image: -webkit-linear-gradient(top, #A5B4BD, #697C89);
   background-image: -moz-linear-gradient(top, #A5B4BD, #697C89);
   background-image: -ms-linear-gradient(top, #A5B4BD, #697C89);
   background-image: -o-linear-gradient(top, #A5B4BD, #697C89);
   background-image: -webkit-gradient(to bottom, #A5B4BD, #697C89);
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
   text-decoration: none;
}
.button-grey {
  background-color: #697C89;
  border: solid #000000 1px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.button-grey:hover {
  background-color: #A5B4BD;
}
.link-grey {
  background-color: #697C89;
  border: none;
  color: white;
  padding: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}
.link-grey:hover {
 font-weight:bold;
}
   			
