@charset "UTF-8";
img, object, embed, video {max-width: 100%;}
/* IE 6 does not support max-width so default to width 100% */
body {background:#000;}
.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;}
.google-maps {position: relative;padding-bottom: 75%; // This is the aspect ratioheight: 0;overflow: hidden;}
.google-maps iframe {position: absolute;top: 0;left: 0;width: 100% !important;height: 100% !important;}
#knockoutbox {
	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;
}
#knockoutboxred {
	width: 92%;
    background: #C00;
    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;
}
/* Mobile Layout: 480px and below. */
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	clear: none;
	float: none;
	font-family: 'Open Sans', sans-serif;
	background: #FFF;
	line-height:1.8em;
}
#top img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#MainNav {
	text-align: center;}
.MenuItem {
	margin-bottom: 10px;
	text-align: center;
	background-color:#000;
	width: 100%;
	margin-left: 0;
	clear: both;
	display: block;
	font-size:1.1em;
    line-height:1.8em;
}
.MenuItem a{color:#FFF!important;text-decoration:none;}
.MenuItem a:hover{color:#FFF!important;text-decoration:none!important;background-color:#C00;display:block;
}
H1 {font-size:1.1em;color:#C00;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
H2 {font-size:1.1em;color:#000;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.1em;color:#000;font-weight:500;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;}
#leftcolumn {display: none;}
#rightcolumn {
	clear: none;
	float: left;
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	display: block;	
    font-size:1.1em;
    line-height:1.9em;
}
#rightcolumn a{text-decoration:none;color:#C00;}
#rightcolumn a:hover{text-decoration:underline;}

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

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

.gridContainer {
	width: 95%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
	border:1px solid #000;
	margin-top:10px;
	background: #FFF;
}
.MenuItem {
	width: 19.8%;
	clear: none;
	margin-left: 0.2%;
    background-color:#000;
    font-size:1.1em;
    line-height:1.6em;
}
.MenuItem a{color:#FFF!important;text-decoration:none;}
.MenuItem a:hover{color:#FFF!important;text-decoration:none!important;background-color:#C00;display:block;}
H1 {font-size:1.7em;color:#C00;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
H2 {font-size:1.5em;color:#000;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.4em;color:#000;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
.hide_tablet {display: none;}
.zeroMargin_tablet {margin-left: 0;}
#leftcolumn {
	clear: both;
	float: left;
	width: 15%;
	display: block;
	background:#FFF;
	-webkit-box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
#rightcolumn {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 81%;
	display: block;
    font-size:1.1em;
    line-height:1.9em;
}
#rightcolumn a{text-decoration:none;color:#C00;}
#rightcolumn a:hover{text-decoration:underline;}
}

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

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

.gridContainer {
	width: 95%;
	max-width: 1400px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin-left: auto;
	margin-right: auto;
	clear: none;
	float: none;
	margin-top:10px;
	background: #FFF;
}
#MainNav {text-align: center;}
.MenuItem a{color:#FFF!important;text-decoration:none;}
.MenuItem a:hover{color:#FFF!important;text-decoration:none!important;background-color:#C00;display:block;}
.MenuItem {
width: 19.8%;
clear: none;
margin-left: 0.2%;
display: block;
font-size:1.1em;
line-height:1.9em;
background-color:#000;
}
H1 {font-size:1.7em;color:#C00;font-weight:500;padding: 0 0 0 0;margin: 5px 0px 0px 0px;}
H2 {font-size:1.5em;color:#000;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
h3,h4,h5,h6 {font-size:1.4em;color:#000;font-weight:500;padding: 0 0 0 0;margin: 0px 0px 0px 0px;}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}
#leftcolumn {
	clear: both;
	float: left;
	width: 15%;
	display: block;
	background:#FFF;
	-webkit-box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:5px 1px 5px 0px rgba(50, 50, 50, 0.75);
}
#rightcolumn {
	clear: none;
	float: left;
	margin-left: 3%;
	width: 81%;
	display: block;
    font-size:1.1em;
    line-height:1.9em;
}
#rightcolumn a{text-decoration:none;color:#C00;}
#rightcolumn a:hover{text-decoration:underline;}
}
