@charset "UTF-8";
/* CSS Document */

.headline {
	font-family: 'Catamaran', sans-serif;
	font-size: 36px;
	font-weight: 900;
	color: #000;
	text-transform: capitalize;
}
.bodyText {
	font-family: 'Catamaran', sans-serif;
	font-size: 16px;
	font-weight: 100;
	color: #000;
	line-height: 160%;
	text-decoration: none;
}
.footer {
	font-family: 'Catamaran', sans-serif;
	font-size: 12px;
	font-weight: 100;
	color: #125454;
	line-height: 160%;
	text-decoration: none;
}
.imgageBorder { 
   border:4px solid #125454;
}
.imageSamples { 
   border:4px solid #125454;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
}
.imagePadding { 
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
}
.imageContact { 
   border:4px solid #125454;
   margin-top: 20px;
   margin-bottom: 20px;
   margin-right: 5px;
   margin-left: 5px;
}
.imageWebsites { 
   margin-bottom: 20px;
   margin-right: 7px;
   margin-left: 7px;
}
.logoPadded { 
   margin-bottom: 10px;
   margin-top: 10px;
}
.input {
	width: 100%;
	font-family: 'Catamaran', sans-serif;
	font-size: 14px;
	color: #999;
	padding-left: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.submitbutton {
   border-top: 1px solid #bfbfbf;
   background: #9c9c9c;
   background: -webkit-gradient(linear, left top, left bottom, from(#313233), to(#9c9c9c));
   background: -webkit-linear-gradient(top, #313233, #9c9c9c);
   background: -moz-linear-gradient(top, #313233, #9c9c9c);
   background: -ms-linear-gradient(top, #313233, #9c9c9c);
   background: -o-linear-gradient(top, #313233, #9c9c9c);
   padding: 7px 14px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   -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: 13px;
   font-family: Helvetica, Arial, Sans-Serif;
   text-decoration: none;
   vertical-align: middle;
   }
.submitbutton:hover {
   border-top-color: #000000;
   background: #000000;
   color: #ccc;
   }
.submitbutton:active {
   border-top-color: #f00c0c;
   background: #f00c0c;
   }