@charset "UTF-8";
img, object, embed, video {max-width: 100%;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {width:100%;}
.fluid {clear: both;margin-left: 0;width: 100%;float: left;display: block;}
.fluidList {list-style:none;list-style-image:none;margin:0;padding:0;}
#maincontent {font-size:1.1em;line-height:1.9em;}
#maincontent a {text-decoration:none;color:#107FAE;}
#maincontent a:hover {text-decoration:underline;}
body {background-image:url('././images/background-gradient.jpg');background-repeat:repeat-x;font-family:Arial, Helvetica, sans-serif;}
#knockoutbox {
	width: 90%;
	background: #107FAE;
	color: #FFFFFF;
	padding: 10px 10px 10px 15px;
    -moz-box-shadow: 0 0 5px 5px #888;
	-webkit-box-shadow: 0 0 5px 5px#888;
	box-shadow: 0 0 5px 5px #888;	
	margin-bottom: 20px;
	border:2px solid white;
	text-align: center;
	margin-left: auto;
	margin-right: auto;}
#messageBox {
	width: 92%;
	background: #000000;
	color: #FFFFFF;
	padding: 10px 10px 10px 15px;
	-moz-box-shadow: 5px 5px 5px #888;
	-webkit-box-shadow: 5px 5px 5px #888;
	box-shadow: 5px 5px 5px #888;
	margin-bottom: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.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: 96% !important;
height: 100% !important;}

/* Mobile Layout: 480px and below. */
#hideimage {display: none;}
 
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
	background-color:white;
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;}
#MainNav {text-align: center;}
#MenuSystem {}
.MenuItem {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: #FDFDFD;
	background-color: #107FAE;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
    font-size:1.1em;
}
.MenuItem a{color:#FFF;text-decoration:none;}
.MenuItem a:hover{color:#FFF;text-decoration:none;background-color:#000;display:block;}
#TitleHeader {}
H1 {font-size:1.1em;color:#107FAE;font-weight:bold;padding: 0 0 0 0;margin: 0px 0px 0px 0px;text-align:left;}
H2 {font-size:1.1em;color:#000;font-weight:bold;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.1em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
#footer {text-align:center;border-top:1px solid black;margin-top:10px;font-size:1.1em;}
#footer a {text-decoration:none;color:black;}
.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
#pretendtopouter {width:100%;background:#FFF;height:70px;}
#name {margin-top:20px;position:absolute;z-index:7;width:80%;}
#hideimage {display: block;}
.gridContainer {
	width: 93%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	background-color:white;
	border:1px solid #CDCDCD;
	margin-top:10px;
}
.MenuItem {
	width: 32.666%;
	clear: none;
	margin-left: 1%;
	font-size:1.1em;
	background-color:white;
}
.MenuItem a{color:#107FAE;text-decoration:none;}
.MenuItem a:hover{color:#FFF;text-decoration:none;background-color:#107FAE;display:block;}
#TitleHeader {}
H1 {font-size:1.6em;color:#107FAE;font-weight:bold;padding: 0 0 0 0;margin: -10px 0px 0px 0px;text-align:left;}
H2 {font-size:1.4em;color:#000;font-weight:bold;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.1em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
.hide_tablet {display: none;}
.zeroMargin_tablet {margin-left: 0;}

}
/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
#pretendtopouter {width:100%;background:#FFF;height:70px;}
#name {margin-top:0px;position:absolute;z-index:7;width:80%;}

.gridContainer {
	width: 93%;
	max-width: 1600px;
	padding-left: 1.75%;
	padding-right: 1.75%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right:auto;
	background-color:white;
	margin-top:20px;
	border:1px solid #CDCDCD;
}
#MainNav {text-align: center;}
.MenuItem a{color:#107FAE;text-decoration:none;}
.MenuItem a:hover{color:#FFF;text-decoration:none;background-color:#107FAE;display: block;}
.MenuItem {
width: 32.666%;
clear: none;
margin-left: 1%;
font-size:1.4em;
display: block;
}
#TitleHeader {}
H1 {font-size:1.7em;color:#107FAE;font-weight:bold;padding: 0 0 0 0;margin: 10px 0px 0px 0px;text-align:left;}
H2 {font-size:1.3em;color:#000;font-weight:bold;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.1em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}

}
