#ServicesContainer{
	padding-top:10px;
	display:block;
	width:calc(100%-10px);
	height:280px;
	margin-bottom:20px;
}
#ServicesContents{
	display:block;
	width:100%;
	margin: 0 auto;
    width:280px;
	height:320px;
}
.ServicesPlates{
	display:block;
	float:left;
	margin-right:10px;
	margin-left:10px;
	width:120px;
	height:120px;
	margin-bottom:20px;
}
.ServicesIcons{
	display:block;
	clear:both;
	width:100%;
	margin: 0 auto;
    width:120px;
	height:80px;
	margin-top:5px;
	text-align:center;
}
.ServicesIcons img{
    width:85px;
	height:85px;
}
.ServicesTitles{
	display:block;
	clear:both;
	width:100%;
	margin: 0 auto;
    width:120px;
	margin-left: auto;
	margin-right: auto;
	height:30px;
	margin-top:10px;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size: 22px;
	color:black;
	text-align:center;
}
#Banner1Container{
	display:block;
	width:100%;
	height:50px;
	margin-bottom:10px;
}
.Banner1ImageHolder{
	display:block;
	background-image:none;
}
.Banner1ImageHolder img{
	display:none;
}
.Banner1ButtonHolder,
.Banner3ButtonHolder {
	display:block;
	width:calc(100% - 6px);
	height:30px;
	border: 3px solid #67B4DB;
	position: relative;
	overflow-x:hidden;
	padding-top:10px;
	color:#67B4DB;
	font-size:17px;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
.Banner2ImageHolder{
	display:block;
	background-image:none;
}
.Banner2ImageHolder img{
	display:none;
}
.Banner2LinkHolder{
	display:block;
	width:calc(100% - 6px);
	height:30px;
	border: 3px solid #67B4DB;
	position: relative;
	overflow-x:hidden;
	padding-top:10px;
	color:#67B4DB;
	font-size:17px;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#Banner3Container {
	display: block;
	width: 100%;
	max-width: 639px;
	background-color:#299de2;
	padding-top: 2em;
	padding-bottom: 3em;
}
.Banner3TextHolder{
	display: block;
	margin: 0 auto;
	max-width:639px;
	margin-left: 1em;
	margin-right: 1em;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color:white;
	font-size:23px;
}
.Banner3ButtonHolder {
	position:relative;
	width:75%;
	margin: 0 auto;
	max-width:639px;
	background-color:#002373;
	color:white;
	margin-top:20px;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align:center;
	font-family: 'Kroftsmann', Arial, sans-serif;
	font-size:20px;
	letter-spacing:4px;
	z-index:10;
	border-radius:25px;
	font-weight:bold;
}
.Banner3ButtonHolder:hover {
	background-color:#62B0F9;
	color:black;
}
.StripeContainer{
	display:block;
	width:calc(100% - 6px);
	height:40px;
	border: 3px solid #67B4DB;
	margin-bottom:20px;
	position: relative;
	overflow-x:hidden;
}
.StripeText{
	display:block;
	padding-top:10px;
	color:#67B4DB;
	font-size:17px;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
}
#Banner2Container{
	display:block;
	width:100%;
	height:50px;
	margin-bottom:10px;
}
#SignUpButton {
	display:block;
	width:100%;
	margin: 32px auto;
	width:200px;
	height:40px;
	padding:6px;
	background-color:#002373;
	color:#FFF;
	text-align:center;
	font-family: Corbel, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	font-size:20px;
	border-radius:18px;
	letter-spacing:2px;
	line-height: 32px;
	padding: 4px 0;
	box-sizing: border-box;
}
#SignUpButton:hover{
	background-color:#FFF;
	cursor:pointer;
	color:#002373;
	outline:2px solid #002373;
	box-sizing: border-box;
}