@charset "UTF-8";
/* CSS Document */

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
}

a img {border: none;} 


div, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, li, dt, dd, address, blockquote {
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 38px;
	font-weight: normal;
	text-align: center;	
	color: #666;
	margin-left:0px;
	margin-top: 30px;
	clear:both;
}

h3 {
	font-weight: 600;
	font-size: 19px;
}



p {
	font-size:16px;
	text-align: center;	
	margin-top:30px;
	margin-left: 20px;
	margin-right: 20px;
}

/*Navigation*/

#links {
	display:none;	
}

/*Mobile Menu*/

nav a img {
	margin-right:20px;
	margin-top:10px;
	padding: 10px;

}

.menu {
	text-align:center;
	width:100%;
	height: 260px;
	background: #2D7BC0;
	position: fixed;
	top: -600px;
	z-index: 1;
	transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #164173;
}

#mobile {
	width: 100%;
	height: 90px;
	background: #2D7BC0;
	padding-top: 10px;
	padding-bottom: 10px;
	position: fixed;
	top: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;
}

#mobile img#menulogo {
	position:fixed;
	top:10px;
	left:10px;
	
}

.menu-icon {
	font-size: 30px;
	color: #FFF;
	z-index: 99;
	float: right;
	position: fixed;
	top: 0px;
	right:0px;
	margin-top: 25px;
	margin-right: 25px;
}

#menuToggle {
	display:none;	
}

#menuToggle:checked ~ .menu {
	position:fixed;
	top:0px;
}


/*Main Content*/

#content {
	background-color: #FFF;
	width:100%;
	height:100%;
	margin-top:110px;
	padding-bottom:50px;
	padding-top:25px;
	text-align:center;
	overflow:hidden;
}

#rates ul {
	margin-top:40px;
	margin-bottom:40px;
	font-size:18px;	
}

#rates ul li {
	margin-left:30px;
	margin-right:30px;
	margin-top: 20px;
	text-align: left;
}

#rates a {
	font-weight: bold;
	color: #2C7BBF;
	text-decoration: underline;
}

#rates a:hover {
	color: #2D7BC0;
}

#rates a:visited {
	color: #2D7BC0;
}

.listleft {
	text-align: center;
	float: none;
	font-size: 45px;
	margin-top: 20px;
	margin-bottom:10px;
	line-height: 25px;
}

.listright {
	font-size:19px;
	text-align:center;
	float:none;
	margin-top: 20px;
	margin-bottom:60px;
}

@media screen and (max-width: 360px) {
	
.listleft {
	font-size: 40px;	
}

.listright {
	font-size:17px;
}

}

@media screen and (min-width: 551px) and (max-width: 680px) {

.listleft {
	float: left;
	font-size: 28px;
	line-height: 25px;
	width:180px;
	margin-top: 23px;
	margin-bottom:34px;
	margin-left:10px;
}

.listright {
	float:right;
	width:260px;
	margin-right:5px;
	margin-top: 22px;
	margin-bottom:30px;
	font-size:17px;
}

#rates ul li {
	margin-left:40px;
	margin-right:40px;
	clear:both;
}

}

@media screen and (min-width: 681px) and (max-width: 768px) {

h2 {
	font-size: 40px;
	
}


.listleft {
	float: left;
	font-size: 30px;
	line-height: 25px;
	width:180px;
	margin-top: 23px;
	margin-bottom:27px;
	margin-left:20px;
}

.listright {
	float:right;
	width:330px;
	margin-right:5px;
	margin-top: 22px;
	margin-bottom:50px;
	font-size:15px;
}

#rates ul li {
	margin-left:80px;
	margin-right:40px;
	clear:both;
}







}


@media screen and (min-width: 769px) and (max-width: 899px) {

#links {
	display: block;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #2D7BC0;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;
}

#links img#linkslogo {
	position:fixed;
	top:10px;
	left:10px;
	margin-left:0px;
	margin-right:0px;
}

#links a img {
	margin-left:2%;
	margin-right:2%	
}

.menu {
	display:none;
} 

.menu-icon {
	display:none;
}

h2 {
	font-size: 40px;
	text-align:left;
	margin-top: 40px;
	margin-left: 30px;	
}

p {
	font-size:20px;
	margin-left: 50px;
	margin-right: 50px;
}

.listleft {
	float: left;
	font-size: 30px;
	line-height: 25px;
	width:180px;
	margin-top: 20px;
	margin-bottom:17px;
	margin-left:30px;
}

.listright {
	float:right;
	width:390px;
	margin-right:10px;
	margin-top: 22px;
	margin-bottom:30px;
	font-size:17px;
}

#rates ul li {
	margin-left:100px;
	margin-right:40px;
	clear:both;
}


}


@media screen and (min-width: 900px) {


body {
	background: url(../sitephotos/body/bg.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

h2 {
	font-size: 40px;
	text-align:left;
	margin-top: 40px;
	margin-left: 30px;	
}

p {
	font-size:20px;
	margin-left: 50px;
	margin-right: 50px;
}


/*Navigation*/

#links {
	display: block;
	width: 100%;
	position: fixed;
	top: 0px;
	background-color: #2D7BC0;
	text-align: center;
	overflow: hidden;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #153D6E;
}

#links img#linkslogo {
	position:fixed;
	top:10px;
	left:10px;
	margin-left:0px;
	margin-right:0px;
}

#links a img {
	margin-left:2%;
	margin-right:2%	
}
	

/*Mobile Navigation*/	
	
.menu {
	display:none;
	
} 

.menu-icon {
	display:none;
	

	
}

/*Main Content*/

#content {
	width:900px;
	height:100%;
	margin-right:auto;
	margin-left:auto;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #2D7BC0;
	border-bottom-color: #2D7BC0;
	border-left-color: #2d7bc0;
}

.listleft {
	float: left;
	font-size: 34px;
	line-height: 25px;
	width:200px;
	margin-top: 25px;
	margin-bottom:13px;
	margin-left:60px;
}

.listright {
	float:right;
	width:400px;
	margin-right:30px;
	margin-top: 22px;
	margin-bottom:30px;
	font-size:18px;
}

#rates ul li {
	margin-left:100px;
	margin-right:40px;
	clear:both;
}


}


