@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%;}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
*/
.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:#C00;}
#maincontent a:hover {text-decoration:underline;}
body {background-color:#FFF;font-family:Arial, Helvetica, sans-serif;}
.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. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
	background-color:white;
	line-height:1.8em;
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5px;
}
#MainNav {text-align: center;}
#MenuSystem {}
.MenuItem {
	margin-top: 5px;
	margin-bottom: 5px;
	text-align: center;
	color: #FFF;
	background-color: #000;
	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:#C00;display:block;
}
#TitleHeader {}
H1 {font-size:1.3em;color:#C00;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;text-align:left;}
H2 {font-size:1.1em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.1em;color:#C00;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:30px;}
.gridContainer {
	width: 95%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:white;
}
#MainNav {}
#MenuSystem {}
.MenuItem {
	width: 24.75%;
	clear: none;
	margin-left: 0.33%;
	display: block;
	font-size:1.1em;
	line-height:1.7em;
}
.MenuItem a{color:#FFF;text-decoration:none;}
.MenuItem a:hover{color:#FFF;text-decoration:none;background-color:#C00;display:block;
}
#TitleHeader {
}
H1 {font-size:1.7em;color:#C00;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;text-align:left;}
H2 {font-size:1.5em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.4em;color:#C00;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:50px;}

.gridContainer {
	width: 96%;
	max-width: 1600px;
	padding-left: 1.75%;
	padding-right: 1.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
	background-color:white;
	margin-top:20px;
}
#MainNav {text-align: center;}
.MenuItem a{color:#FFF;text-decoration:none;background-color:#000;}
.MenuItem a:hover{color:#FFF;text-decoration:none;background-color:#C00;display: block;}
#MenuSystem {
}
.MenuItem {
width: 24.75%;
clear: none;
margin-left: 0.33%;
font-size:1.1em;
display: block;
font-size:1.1em;
}
#TitleHeader {
}
H1 {font-size:2.2em;color:#C00;font-weight:normal;padding: 0 0 0 0;margin: 5px 0px 0px 0px;text-align:left;}
H2 {font-size:1.5em;color:#000;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.4em;color:#C00;font-weight:normal;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}

}
