
@media only screen and (min-width:1201px){
		img {
			display:none;
		}
		
		img.mob{
			display: none;
		}
		
		img.med {
			display:none;
		}
		
		img.large {
			display:none;
		}
		
		img.desk {
			display:inline;
		}
}
h1 {
	font-family: monotype corsova;
	font-size: 28px;
	color: #99def3;
}

h2 {
	font-family: monotype corsova;
	font-size: 25px;
	color: #373401;
}

h3{
	font-family: calibri;
	font-size: 18px;
	color: #373401;
}

h4{
	font-family: calibri;
	font-size: 18px;
	color: #373401;
}


img {
	margin: 0px;
	max-width: 100%;
	max-height:100%
	}

#pageTop
{
	position: absolute;
	text-align:center;
	padding:5px;
	width: 100%;
	height: auto;
	margin: 0px auto;
	padding: 0px;
}

#sideleft
{
	float: left;
	width:15%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-left: 8%;
	text-align:right;
}

#sideright
{
	float: right;
	width:15%;
	height: auto;
	margin: 0px;
	padding: 0px;
	margin-right: 8%;
}

body {
	font-family: calibri;
	margin: 0px auto;
	padding: 0px;
}

ul {
	/*list-style-image: url('../pics/cygnet.png');*/
}

li {
	margin-bottom: 5px;
}
#topcontainer
{
	position: relative;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 60%;
	height: auto;
}

#mainPic
{
	position: relative;
	margin-top: 0%;
	text-align: center;
	margin: 0px auto;
	padding: 0px;
	width: 50%;
	height: auto;
}

#mainContenta {
	position: absolute;
	top: 35%;
	left: 44%;
	width: 45%;
	margin: 0px;
	padding: 0px;
}

#mainContentb{
	position: absolute;
	top: 56%;
	left: 46%;
	width: 38%;
	margin: 0px;
	padding: 0px;
	margin-left: 9%;
	text-align: left;
}
 
 #textindent{
	margin-left: 19%;
	text-align: left;
 }
 
 #contactContent {
	position: relative;
	top: 35%;
	left: 20%;
	width: 100%;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#plansContent {
	position: absolute;
	top: 35%;
	left: 23%;
	width: 70%;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
}

#philContent {
	position: absolute;
	top: 27%;
	left: 25%;
	width: 45%;
	font-size: 12px;
	margin: 0px;
	padding: 0px
}
 
#footer
{
	position: absolute;
	margin: 0px;
	padding: 0px;
	background-color:#9fd156;
	width:100%;
	height: 45%;
	list-style-image: none;
	margin-top: -1%;
}
#footertext{
	position: absolute;
	top: 10%;
	left: 5%;
	width: 40%;
	margin: 0px;
	padding: 0px;
}
	
#navMenu
{
	position: absolute;
	margin-top: -1%;
	margin-left: 0px;
	padding: 0px;
	background-color:#b7def3;
	width:100%;
}
	
#navMenu li { 
	list-style-type: none;
	font-family: calibri;
	font-size: 18px;
	font-style: bold;
	vertical-align: bottom;
	text-align:center;
	color: #ffffff;
	display:block;
	float:left;
	width:130px;
	height:30px;
	margin:4px;
	padding:0px;
	border-radius: 5px;
	}
#navMenu ul li a{  
	color:white;
	text-decoration:none; 
	display:block;
	width:130px;
	height:30px;
	border-radius: 15px;
	} 
	
#navMenu ul{
	margin: 0px;
	margin-left: -5%;
}
	
#navMenu li a:active, #navMenu li a:hover{ 
	background-repeat: no-repeat;
	background-image: url(../Pics/menuActive.png);
	Background-color: #b8ebff;
	}
	

	.google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100% !important;
        height: 100% !important;
    }
	
 
#map {
	position: relative;
	top:50%;
	left:10%;
	margin: 10% auto;
	padding: 0px;
}


