/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea 
{
    color: #222;
}

body 
{
	font-size: 1em;
	line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection 
{
    background: #b3d4fc;
    text-shadow: none;
}

::selection 
{
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr 
{
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img 
{
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset 
{
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea 
{
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe 
{
	margin: 0.2em 0;
	color: #000;
	padding: 0.2em 0;
	background-color: #D8E0FE;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   
html	
{
	background-image: url(../img/bckgrnd.png);
	background-position: center top;
	background-attachment: fixed;
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

body
{
	background-repeat: repeat;
	margin: 0 auto;
	background-image: url(../img/since1987origCream.png);
}

header 
{
	margin-top: 3px;
	background-repeat: no-repeat;
	/**/
	background-image: url(../img/01-Buildingbnr-responsive.png);
	background-size: 100%;
	clear: both;
	height: 243px;
	max-width: 1200px;
	min-width:260px;
	
	margin-right: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

#nav
{
	list-style:none;
	height:35px;
	position:relative;
	z-index:auto;
	font-family:arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #F00;
	background-color: #000;
	background-image: url(../img/three_0.gif);
	background-repeat: repeat-x;

}

	
#nav li.top 
{
	display:block; 
	float:left; 
	height:38px;
}
	
#nav li a.top_link 
{
	display:block;
	float:left;
	height:35px;
	line-height:33px;
	color:#FFF;
	text-decoration:none;
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 12px;
	cursor:pointer;
	background: url(../img/three_0.gif);
}
	
#nav li a.top_link span 
{
	float:left;
	display:block;
	padding:0 21px 0 9px;
	height:25px;
	background: url(../img/three_0.gif) right top no-repeat;
}
	
#nav li a.top_link span.down 
{
	float:left; 
	display:block; 
	padding:0 24px 0 12px; 
	height:35px; 
	background: url(../img/three_0a.gif) no-repeat right top;
}

#nav li:hover a.top_link 
{
	color:#fff; 
	background: url(../img/three_1.gif) no-repeat;
}
	
#nav li:hover a.top_link span 
{
	background:url(../img/three_1.gif) no-repeat right top;
}
	
#nav li:hover a.top_link span.down
{
	background:url(../img/three_1a.gif) no-repeat right top;
}



#nav li:hover 
{
	position:relative; 
	z-index:200;
}

#nav li:hover ul.sub 
{
	left:1px;
	top:35px;
	padding:3px;
	white-space:nowrap;
	width:145px;
	height:auto;
	z-index:300;
	background-color: #C00;
	overflow: hidden;
}
	
#nav li:hover ul.sub li 
{
	display:block;
	height:20px;
	position:relative;
	float:left;
	width:145px;
	font-weight:bold;
	overflow: hidden;
}
	
#nav li:hover ul.sub li a 
{
	display:block;
	font-size:12px;
	height:18px;
	width:145px;
	line-height:18px;
	text-indent:5px;
	color:#FFF;
	text-decoration:none;
}

	
#nav li ul.sub li a.fly 
{
	background-color: #36F;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
	overflow: hidden;
}
	
#nav li:hover ul.sub li a:hover 
{
	color:#fff;
	background-color: #333;
}
	
#nav li:hover ul.sub li a.fly:hover 
{
	color:#fff;
	background-color: #838383;
	background-image: url(../img/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 2px;
}

#nav li:hover li:hover ul,
#nav li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover ul,
#nav li:hover li:hover li:hover li:hover li:hover ul 
{
	left:90px;
	top:-1px;
	padding:1px;
	border:1px solid #5c731e;
	white-space:nowrap;
	width:100px;
	z-index:400;
	height:auto;
	background-color: #0CC;
}

#nav ul, 
#nav li:hover ul ul,
#nav li:hover li:hover ul ul,
#nav li:hover li:hover li:hover ul ul,
#nav li:hover li:hover li:hover li:hover ul ul 
{
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:0; 
	height:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}

#nav li:hover li:hover a.fly,
#nav li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover a.fly,
#nav li:hover li:hover li:hover li:hover li:hover a.fly 
{
	color:#fff;
	border-color:#fff;
	background-color: #C0C0C0;
	background-image: url(../img/arrow_over.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
} 

#nav li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li a.fly,
#nav li:hover li:hover li:hover li:hover li a.fly 
{
	color:#CCC;
	background-color: #8C8C8C;
	background-image: url(../img/arrow.gif);
	background-repeat: no-repeat;
	background-position: 80px 6px;
	border-top-color: #5C5C5C;
	border-right-color: #5C5C5C;
	border-bottom-color: #5C5C5C;
	border-left-color: #5C5C5C;
} 

.containerO 
{
	max-width: 1200px;
	min-width:270px;
	background-image: url(../img/footerBkGrnd.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin: 0 auto;
	padding-right: 0px;
	padding-left: 0px;
}


.containerI 
{
	max-width: 1200px;
	min-width:260px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 7px;
	background-color: #FFF;
}

.content 
{
	max-width: 594px;
	min-width:265px !important;
	float: left;
	margin: 0 auto;
	height: auto;
}

.contentright 
{
	max-width: 594px;
	min-width:265px !important;
	float: left;
	margin: 0 auto;
}
.flex-outer {
	float:none;
	min-width:50%;
	margin: 0 auto;
	position: relative;
	
}

.tmvwidget
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:283px;
	border-width:1px;
	}

.tmvwidget .tmvwidget-header
{
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	}

.tmvwidget .tmvwidget-inner
{
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	}



.sidebar0O 
{
	float: left;
	max-width: 586px;
	min-width:265px !important;
	background-color: #FFF;
	margin-right: 3px;
	margin-left: 4px;
	height: auto;
	overflow: visible;
}

.sidebar0I 
{
	float: left;
	max-width: 586px;
	min-width:265px !important;
	background-color: #FFF;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 3px;
	height: auto;
}

.sidebar1O
{
	float: left;
	max-width: 289px;
	min-width:265px !important;
	margin-right: 3px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 5px;
	height: 285px;
	overflow: visible;
	padding-top: 0px;
}


.sidebar1I 
{
	float: left;
	max-width: 281px;
	min-width:265px !important;
	margin-top: -10px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 240px;
}


.sidebar1I p 
{
	margin-top: 0px;
	margin-left: 3px;
}

.sidebar1O h4 
{
	margin-bottom: 0px;
}


.sidebar1Ohours 
{
	height: 441px;
	overflow: hidden;
	float: left;
	max-width: 289px;
	min-width:265px;
	clear: none;
	margin-right: 3px;
	margin-left: 5px;
}

.sidebar1Ihours 
{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 220px;
	width: 100%;
	margin-left: 0px;
}

.map-image-box 
{
	position: relative;
	border-radius: 5px;
	overflow: visible;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 100%;
	min-width:270px;
	background-color: #FFF;
}

#mapbkgrnd 
{
	width: 100%;
	position: relative;
	border-radius: 5px;
	overflow: visible;
	clear: both;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	max-width: 1160px;
	min-width:270px;
	background-color: #FFF;

}

.weather-image-box
{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	height: 441px;
	margin-bottom: 0px;
	margin-right: 3px;
	margin-left: 3px;
	position: relative;
	background-color: #B9281C;
	color: #FFF;
	border-radius: 5px;
	clear: none;
	float: left;
	max-width: 297px;
	min-width:260px;
	padding-right: 0px;
	padding-left: 0px;
}

.weather
{
	width: 100%;
	height: 440px;
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	color: #6B6D25;
	padding-left: 0px;
	text-align: center;
	padding-right: 4px;
}

#NetweatherContainer 
{
	color: #990C04;
}

.weatherfooter
{
	text-align: center;
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
	line-height: 15px;
	color: #FFF;
	margin-right: auto;
}

.weather a
 {
	text-align: center;
	font-size: 10px;
	color: #6B6D25;
}

#FaceBookLikeButton 
{
	max-width: 1200px;
	min-width:270px;
	clear: both;
	height: 50px;
	margin-top: 7;
	margin-right: auto;
	margin-bottom: 7;
	margin-left: auto;
	padding-top: 7px;
	padding-bottom: 7px;
}
.gplus {
	text-align: center !important;
	max-width: 120px !important;
	min-width:120px !important;
	float: left !important;
	margin-left: 100px;
	padding-left: 100px;
}
.g-plus 
{
	width: 120px !important;
	float: left;
	margin-left: 50px;
	background-color: #30C;
}


.inlinefb-1 
{
	max-width: 350px;
	min-width:270px;
	margin: 0 auto;
	margin-left: 50px;
	height: 41px;
	float: left;
}

.inlinefb-2 
{
	max-width: 251px;
	min-width:240px;
	margin: 0 auto;
	height: 41px;
	float: right;
}
.ft-sidebar1O {
	float: left;
	max-width: 289px;
	margin-right: 5px;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: 10px;
	height: 265px;
	overflow: visible;
	padding-top: 0px;
}
.ft-sidebar1I {
	float: left;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	height: 250px;
	width: 100%;
}
.ft-midpad-02 {

	padding-top: 5px;
	margin-top: 5px;
}

.ft-midpad-02 aside .ft-sidebar1O .ft-sidebar1I nav ul li {
	margin-right: auto;
	margin-left: -45px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
.ft-midpad-02 aside .ft-sidebar1O .ft-sidebar1I nav {
	margin-right: auto;
	padding: 0px;
	margin-top: -20px;
	margin-bottom: 0px;
}

.whitearea 
{
	max-width: 593px;
	min-width: 95%;
	max-height:400px;
	min-height:250px;
	float: left;
}

.whiteareainner   
{
	margin-right: auto;
	margin-left: auto;
	position: relative;
	max-height:400px;
	min-height:250px;
	text-align: center;
	width: 100%;
}

.overlap-image-box 
{
	margin-bottom: -3px;
	clear: both;
	float: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#div1 
{
	height: 3em;
	width: auto;
	margin-right: 3px;
	margin-left: 5px;
	padding-left: 5px;
}

.shadow 
{
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
	margin-right: auto;
	margin-left: auto;
}

.shadowimg
{
	-webkit-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.5);

}

.gallery 
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	size:100%;
}

iframe
{
	max-width: 1200px;
	min-width:970px;
}

.ctr 
{
	font-size: 0.8em;
	text-decoration: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
	max-width: 1200px;
	min-width:260px;
}

img
{
	
	max-height:100%;
	max-width:100%;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

img, object
{
	max-height:100%;
	max-width:100%;
}

.homePgStyle 
{
	text-align: center;
	height: auto;
	margin: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	background-repeat: no-repeat;
	background-position: center center;
}

.inline 
{
	width: 100px;
	float: left;
}

footer
{
	clear: both;
	max-width: auto;
	min-width: auto;
	text-align: center;
}
.fltrt0
{
	float: right;
	}
.fltlft0
{
	float: left;
	width: 800px;
	}
	
.fltrt 
{
	float: right;
	margin-right: -12px;
}

.fltrt_img
{
	float: right;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
	clear: both;
}

.fltlft_img 
{
	float: left;
	margin-top: 4px;
	margin-right: 8px;
	margin-bottom: 2px;
	margin-left: 8px;
}

p.copy
{
	padding-top: 5px;
	font-size: .75em;
	font-style: italic;
}

h1
{
	margin-top: 0px;
	margin-bottom: 5px;
		
}
h2
{
	margin-top: 5px;
	margin-bottom: 5px;

}

.sidebar1Ohours .sidebar1Ihours h3 
{
	margin-bottom: -2px;
}

.sidebar1Ohours .sidebar1Ihours h4 
{
	margin-top: -2px;
	margin-bottom: -2px;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir 
{
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before 
{
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden 
{
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden 
{
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus 
{
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible 
{
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after 
{
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after 
{
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix 
{
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width : 150px) and (max-width : 400px)
{

html
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-image: none !important;
	max-width : 100% !important;
	min-width : 150px !important;
	margin: 0 auto !important;
	background-size:contain !important;
}


body
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	background-image: none !important;
	
	background-size:contain !important;
	margin: 0 auto !important;
	overflow-x:hidden !important;
/*	
	max-width : 100% !important;
	min-width : 150px !important;	

	overflow: scroll !important;	
	
	overflow: hidden !important;	
	*/	

}

header 
{
	background-image: url(../img/FB-OG-ASC-Image_since1987-01.png);
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 100%;
	min-width:150px;
	
	background-size: contain !important;	
	height: 321px !important;
}



#div1 
	{
	clear: both !important;
	float:left  !important;
	}

.sidebar0O 
{
	margin-top: 15px;


}

.containerO {


	margin: 0 auto;

	background-image: none !important;

}

.content 
{
	padding:0px 0px !important;
	height: auto !important;
	clear: both !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	min-width: 100% !important;
	float:none !important;
}

.whitearea 
{
	clear: both !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	min-width: 100% !important;
	float: none !important;
	height: auto  !important;
}

.whiteareainner 
{
	clear: both !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: 100% !important;
	float:none !important;
	height: auto  !important;
}

.sidebar1O
{

	height: auto !important;
	margin-top: 15px;
}

.sidebar1I 
{
	padding:5px;
}

.map-image-box 
{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	clear: both;
	margin-right: 2px;
	margin-left: 2px;
	max-width: 400px;
	min-width:200px !important;
	
}

#mapbkgrnd
{
	max-width: 400px;
	min-width:200px !important;
	margin: 0px 0px;
}

.gplus 
{
	text-align: center !important;
	margin: 0 auto !important;
	width: 100% !important;
}

.inlinefb-1 
{
	text-align: center !important;
	margin: 0 auto !important;
	width: 100% !important;
	
}

.inlinefb-2 
{
	text-align: center !important;
	margin: 0 auto !important;
	width: 100% !important;
	
}

#nav 
{
	background: #12336E;
	/*font-size: 1.143em;*/
	text-align: center;
	margin: 0 auto;
	font-size: 1.4em !important;

}
		
#nav ul 
{
	list-style: none; 
	text-align: center;	
	margin: 0 auto; 
	
	width: 100% !important;
}
	
#nav li 
{

	width: 100% !important;
	text-align: center !important;
	margin: 0 auto; 
	-webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0);
	-moz-box-shadow:  0 0px 0px 0 rgba(0, 0, 0, 0);
	box-shadow:  0 0px 0px 0 rgba(0, 0, 0, 0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
	
#nav a:link, #nav a:visited 
{
		color: #FFF;
		display: block;

		padding: 5px 0;
		text-decoration: none;
}
	
# nav a:active,
#nav .active a:link, #nav .active a:visited 
{
	color: #fff;
	text-shadow: none !important;
	
	
}
		
#nav li a 
{
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 100% !important;
	

}
}

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

html	
{
	background-image: none !important;
	background-color: none !important;
}

body 
{
	background-color: white;
	background-image: none !important;
	margin:0px !important;
}

header 
{
	background-image: url(../img/FB-OG-ASC-Image_since1987-01.png);
	height: 321px;
	background-position: bottom;
	background-size: contain;

}

.whitearea 
{
	clear: both !important;
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	width: 90% !important;
	float:none !important;
	height:340px  !important;
}
.whiteareainner 
{
	clear: both !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	width: 100% !important;
	float:none !important;
}

#div1 
	{
	clear: both !important;
	float:left  !important;
	}
	
.containerO {

	min-width:200px !important;
	margin: 0 auto;

	background-image: none !important;

}

.content 
{
	clear: both !important;
	/*	*/
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	float:none !important;
	max-width: 600px;

}

.midpad-01 
{
	clear: both !important;
	text-align: center !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 580px !important;
	min-width: 200px !important;
	float: none !important;
	height:  441px !important;
	max-height: 900px !important;
	min-height: 441px !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.midpad-02 
{
	clear: both !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 580px !important;
	min-width: 200px !important;
	float: none !important;
	max-height: auto !important;
	min-height: auto !important;
}
.ft-midpad-02 {
	clear: both !important;
	margin-right: auto !important;
	margin-left: auto !important;
	max-width: 580px !important;
	min-width: 200px !important;
	float: none !important;
	max-height: auto !important;
	min-height: auto !important;
}



.sidebar1O
{
	/**/
	max-width: 250px !important;
	min-width:235px !important;
	
	min-height: 265px !important;
	padding-bottom: 15px !important;
	margin-bottom:  15px !important;
}

.sidebar1I 
{
	width: 100% !important;
	min-width: 200px !important;

}

.trick-font 
{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

#mapbkgrnd
{
	max-width: 900px;
	min-width:400px;

	margin: 0px 0px;
}

.sidebar1Ohours
{

	float: left !important;

}

.sidebar1Ihours 
{

	float: left !important;
}
	
	
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
