body.FrontPage {
	background-image:url('poolback.jpg');
}
body
{
	background-repeat:no-repeat;
	background-position:top center;
	background-size:1941px;
	margin:0px;
	padding:0px;
	background-attachment: fixed;
	font-family: Tahoma,Arial,Helvetica;
}
a {
color:#1c8bd0;
}
a:hover {
color:#3cabf0;
}
.clearfix {
	clear:both;
}
.FrontHeader {
    margin: 0 0 -5px;
    padding: 0;
}
.FrontMainImage {
	text-align:center;
}

.MainBody {
	background-repeat:repeat-y;
	background-position:top center;
    background-color: #ffffff;
    position: relative;
    width: 100%;
    z-index: 100;
	text-align:center;
}

body.FrontPage .MainBody {
	background-image:url('maincontentback.png');
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    min-height: 1000px;
	text-align:left;
	padding:0px;
	}
	
.MainBody .PageContent {
	padding:50px 0px 50px;
}
.Slogan {
    color: #1C8BD0;
    font-size: 50px;
    padding: 20px 10px;
    text-align: center;
}
.LogoLinksContainer {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
}
.LogoLinksContainer .LogoContainer > img {
    float: left;
}

.TopMenuLinks {
    float: right;
    font-size: 16px;
    margin-top: 20px;
}

.TopMenuLinks ul {
	margin:0px;
}

.TopMenuLinks ul li {
    float: left;
    list-style: none outside none;
    margin-right: 30px;
}

.TopMenuLinks ul li a {
    color: #1C8BD0;
	text-decoration:none;
}

.TopMenuLinks ul li a:hover {
    color: #2C9BE0;
}


.TopMenuLinks ul li:last-child {
	margin-right:0px;
}
.FeaturesContent {
	padding-top:20px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}
.FeatureItem {
    border-top: 1px solid #CED8DF;
}
.FeaturesContent .FeatureImage {
    padding: 20px;
    width: 300px;
	float:left;
	text-align:center;
}

.FeaturesContent .FeatureDesc {
    padding: 20px;
    width: 580px;
	float:left;
	color:#555555;
}
.FeatureDesc h3 {
    color: #1C8BD0;
}	

.FeatureImage > img {
    border: 1px solid #b4dcf8;
    border-radius: 15px;
}




.OtherPageLinks {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
    padding-top: 20px;
    width: 500px;
}



.OtherPageLinks > a {

    background-color: #1c8bd0;
    border-radius: 20px;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    width: 200px;
}
.OtherPageLinks > a:hover {

    background-color: #2c9be0;
}
.OtherPageLinks > a:first-child{
    margin-right: 20px;
}
.OtherPageLinks > a.SignUpLink {

	background-color:#0aa944;
}
.OtherPageLinks > a.SignUpLink:hover{
	background-color:#1ab954;
}

@media screen and (max-width: 960px) {
	.FrontMainImage > img {
		width: 100%;
	}
	.FeaturesContent {
		width:100%;
	}
	.FeaturesContent {

		width: 100%;
	}
	
	.FeatureItem {
		padding-bottom:15px;
	}
	
	.FeaturesContent .FeatureImage {
		float: none;
		padding: 0px;
		text-align: center;
		width: auto;
	}
	
	.FeaturesContent .FeatureDesc {
		color: #555555;
		float: none;
		padding: 5px 15px;
		width: auto;
		text-align:center;
	}
	
	.FeatureImage > img {

		border-radius: 0;

	}
}

@media screen and (max-width: 660px) {


.Slogan {
    font-size: 30px;
}

}

@media screen and (min-width: 660px) {

	.TopMenuLinks ul li a.loginbutton {
		-moz-box-shadow:inset 0px 1px 0px 0px #0aa944;
		-webkit-box-shadow:inset 0px 1px 0px 0px #0aa944;
		box-shadow:inset 0px 1px 0px 0px #0aa944;
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2ac964), color-stop(1, #1ab954) );
		background:-moz-linear-gradient( center top, #2ac964 5%, #1ab954 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2ac964', endColorstr='#1ab954');
		background-color:#2ac964;
		-webkit-border-top-left-radius:30px;
		-moz-border-radius-topleft:30px;
		border-top-left-radius:30px;
		-webkit-border-top-right-radius:0px;
		-moz-border-radius-topright:0px;
		border-top-right-radius:0px;
		-webkit-border-bottom-right-radius:30px;
		-moz-border-radius-bottomright:30px;
		border-bottom-right-radius:30px;
		-webkit-border-bottom-left-radius:0px;
		-moz-border-radius-bottomleft:0px;
		border-bottom-left-radius:0px;
		text-indent:0;
		border:1px solid #2ac964;
		display:inline-block;
		color:#ffffff;
		font-family:Arial;
		font-size:16px;
		font-weight:bold;
		font-style:normal;
		height:30px;
		line-height:30px;
		width:127px;
		text-decoration:none;
		text-align:center;
		text-shadow:1px 1px 0px #0aa944;
		margin-top:-10px;
	}
	.TopMenuLinks ul li a.loginbutton:hover {
		background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #1ab954), color-stop(1, #2ac964) );
		background:-moz-linear-gradient( center top, #1ab954 5%, #2ac964 100% );
		filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1ab954', endColorstr='#2ac964');
		background-color:#1ab954;
	}
	.TopMenuLinks ul li a.loginbutton:active {
		position:relative;
		top:1px;
	}
}

@media screen and (max-width: 660px) {


	.TopMenuLinks ul {
		margin: 0;
		padding: 0;
	}

	.LogoLinksContainer {

		text-align: center;
		width:100%;
	}

	.LogoLinksContainer .LogoContainer > img {
		float: none;
		width: 100%;
	}

.LogoContainer {
    padding: 15px 20px 0;
}

	.TopMenuLinks {
		background-color: #1c8bd0;

		float: none;
		font-size: 14px;
		margin-top: 10px;
		padding-top: 0px;
		padding-bottom:0px;
	}

	
	.TopMenuLinks ul li {
		margin-right: 0px;
		width: 25%;
	}
	
	.TopMenuLinks ul li a {
		color: #ffffff;
		display:block;
				padding-top: 10px;
		padding-bottom:10px;
	}

	.TopMenuLinks ul li a:hover {
		color: #ffffff;
				background-color: #2c9be0;
	}
	
	.FrontMainImage > img {
		width: 100%;
	}

	.TopMenuLinks ul li a.loginbutton {	
		background-color:#2ac964;
	}
		.TopMenuLinks ul li a.loginbutton:hover {	
		background-color:#3ad974;
	}
	
	

}

@media screen and (max-width: 480px) {
	.LogoLinksContainer {

		width:100%;
	}
	.Slogan {
    font-size: 25px;
}


.OtherPageLinks {
	margin-left:0px;
	margin-right:0px;
	text-align:center;
    padding-bottom: 50px;
    padding-top: 20px;
    width: 100%;
}



.OtherPageLinks > a {
margin-left:auto;
margin-right:auto;
	float:none;
}
.OtherPageLinks > a:first-child {
    margin-right: auto;
	margin-bottom:10px;
}

}

