@charset "UTF-8";
#main {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333;
	background-color: #FFF;
}
h2 {
	font-size: 14px;
	line-height: 10px;
	font-weight: bold;
}
#header {
	background-color: #ff0000;
	height: 37px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../graphics/squares.png);
	background-position: 848px;
	background-repeat: no-repeat;
	padding-top: 13px;
}
#footer {
	background-color: #D90D15;
	height: 60px;
	width: 960px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-image: url(../graphics/footer-bg.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer_text {
	font-size: 13px;
	color: #FFF;
	float: right;
	width: 72%;
	margin-top: 18px;
	margin-right: 12px;
}
.footer_1 {
	float: left;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
}

.footer_2 {
	float: right;
}
.footer_2 a
{
	color: #FFF;
	text-decoration: none;
	}	
.telnos a
{
	color: #000;
	text-decoration: none;
	font-weight: 500;
	}

#top_nav {
	height: 29px;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	color: #FFF;
}
#top_nav ul
{
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	padding-left: 20px;
}

#top_nav ul li {
	display: inline;
}

#top_nav ul li a
{
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
	
	padding-right: 15px;
}

	
#top_nav ul li a:hover
{
	color: #000000;
}
#top_nav #currentpage a {
	text-decoration:none;
	display: block;
	height: inherit;
	color: #000;
}
.evolution_header {
	width: 100%;
	padding-left: 0px;
	text-align: left;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 25px;
	color: #CA1115;
	line-height: 90%;
}
.evolution1 {
	font-size: 20px;
	color: #000;
}
.spaced {
	margin-bottom: 15px;
}
.red_list_item {
	color: #D90D15;
}
td {
	padding-top: 8px;
	padding-bottom: 8px;
}
h1 {
	font-size: 14px;
	font-weight: bold;
}
.header_nav {
	height: 29px;
	font-size: 12px;
	font-style: normal;
	margin-top: 0px;
	color: #FFF;
}
.header_nav ul {
	list-style-type:none;/*removes indent Mozilla and NN7*/
	padding-top: 5px;
	margin-top: 0;
	margin-bottom: 0;
	padding-bottom: 0;
	float: left;
	padding-left: 20px;
}


.header_nav li {
	display: inline;
}

.header_nav a {
	color: #FFF;
	text-decoration: none;
	letter-spacing: 0.5px;
	
	padding-right: 15px;
}
.header_nav a:link {
	text-decoration:none;
	
	
	}
    .header_nav a:visited {
	text-decoration:none;
	
		}
	.header_nav a:hover {
	
	color: #FF9595;
	
	}
	.header_nav a:active {
	text-decoration:none;
	
	color: #000000;
	
	}

.header_nav #currentpage a {
	text-decoration:none;
	
	color: #000;
	
	}
.btn {
  background: #ff0000;
  background-image: -webkit-linear-gradient(top, #ff0000, #ad0000);
  background-image: -moz-linear-gradient(top, #ff0000, #ad0000);
  background-image: -ms-linear-gradient(top, #ff0000, #ad0000);
  background-image: -o-linear-gradient(top, #ff0000, #ad0000);
  background-image: linear-gradient(to bottom, #ff0000, #ad0000);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 15px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #4d4d4d;
  background-image: -webkit-linear-gradient(top, #4d4d4d, #000000);
  background-image: -moz-linear-gradient(top, #4d4d4d, #000000);
  background-image: -ms-linear-gradient(top, #4d4d4d, #000000);
  background-image: -o-linear-gradient(top, #4d4d4d, #000000);
  background-image: linear-gradient(to bottom, #4d4d4d, #000000);
  text-decoration: none;
}
#contact{ 
  background: #fff; 
  padding: 15px;
}
#contact label{
  display: block;
  margin-top: 10px;
  font-weight: bold;
}
#contact input, #contact textarea{
  width: 100%;
  box-sizing: border-box;
}
#contact input[type=text], #contact input[type=email], #contact textarea{
  padding: 10px;
}
#contact input[type=submit]{
  background: #b9d1f7;
  border: 0;
  margin-top: 10px;
  padding: 10px;
}