html * {
	line-height:1.4em;
}
h1,h2,h3,h4 {
	font-size:1.1em;
        display: inline;
	line-height:1.3em;
	font-style:normal;
	font-family:Arial,Helvetica,sans-serif;
}

a {
	text-decoration: none;
	color: #0B4699;
}

a:link {
	color: #0B4699;
}

a:hover {
	text-decoration: underline;
}

ol{
    float:left;
    display: inline;
    padding: 0px; 
    margin: 0px;
    list-style-type:none;

}
ol li {
    display: inline;
    float:left;
    padding: 0px; 
    margin: 0px;
}

p { padding: 0 0 1em 0; }



#psm { 
   font-size: .5em;
}

#chbig { 
   font-size: 1.5em;
   font-weight: bold;
}



.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.phonenumber { 
   font-size: 2em;
   font-weight: bold;
}

.navmain { 
   font-size: 1.0em;
   font-weight: bold;
   line-height:1.3em;
}

.showcities { 
   font-size: 1.2em;
   line-height:1.5em;
}
.superlarge { 
   font-size: 3em;
   font-weight: bold;
}

mainsection, aside { display: block; }

img {  max-width:100%;  height:auto; }

body { 
	font: 100%/1.0 Helvetica, Arial, sans-serif; 
	background: #333;
}

      /* color: #fff; WHITE */

img.thumb
{
width:25%;
height:25%;
}


#vdata {
        border-style: solid;
        border-width: 1px;
	border-left:5px solid #85A2CC;
	border-right:5px solid #85A2CC;
	border-top:5px solid #85A2CC;
	border-bottom:5px solid #85A2CC;
	padding:1em;
	background:#fff;
	font-size: 1.0em;
	line-height:1.5em;
        width: 90%;
        height: 90%;
}


#vphoto {
        display: inline;
        border-style: none;
	padding:1em;
	background:#fff;
}


#adata {
        display: inline;
        border-style: none;
	height: 105px;
	padding:1em;
	background:#fff;
}

#container {
	padding: .5em;
}

footer {
	margin: 0 0 .5em 0;
	padding: .5em;
	background:#fff;
	font-size: 1.0em;
	line-height:1.5em;
}

div[role="main"] mainsection {
	margin: 0 0 1em 0;
	padding: 1em;
	/* background: rgba(0,0,0,.75); */
	background:#fff;

}

div[role="main"] aside p,ul {
	margin: 0 0 1em 0;
	padding: 1em;
	background:#fff;
	/* background: rgba(0,0,0,.75); */
}

/* Media Queries ------------------------------------------------------------------------------------ */
/* Media Queries ------------------------------------------------------------------------------------ */
/* Media Queries ------------------------------------------------------------------------------------ */
/* Media Queries ------------------------------------------------------------------------------------ */


/* SHOW MAP only on 2.php if screen is large enough to show it   NO LONGER 10-19-2015 */
@media all and (max-width: 600px) {

}


/* iPhone, etc portrait ---- */
@media only screen and (min-width: 320px) {

	body { 
		background: white; 
		font-size: 2em;
         	font: 100%/2.0 Helvetica, Arial, sans-serif; 
		line-height:2.5em;
	}

a {
	text-decoration: none;
	line-height:2.0em;
	font-size:1.1em;
}

.navmain { 
   font-size: 1.2em;
   line-height:2.0em;
   font-weight: bold;
}

}




/* iPhone, etc landscape ---- */
@media only screen and (min-width: 480px) {


	body { 
		background: white; 
		font-size: 1.5em;
         	font: 100%/1.9 Helvetica, Arial, sans-serif; 
		line-height:2.0em;
	}

.navmain { 
   font-size: 1.2em;
   line-height:1.5em;
   font-weight: bold;
}
  
}









/* iPad, tablets etc portrait ---- */
@media only screen and (min-width: 768px) {
	
	body { 
		background: white; 
		font-size: 1.0em;
         	font: 100%/1.0 Helvetica, Arial, sans-serif; 
	}

.navmain { 
   font-size: 1.0em;
   font-weight: bold;
   line-height:1.2em;
}

	
        img {  max-width:100%;  height: auto; }
	
	#container { padding: 1em; }  
	
	footer,
	div[role="main"] mainsection { padding: 1em; }
	
	div[role="main"] {
		overflow: auto;
		background: none;
	}
	
	div[role="main"] mainsection {
		float: left;
		width: 65%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 2em;
	}

	div[role="main"] aside {
		float: left;
		width: 35%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0 0 0 2em;
	}
	
 
}




/* Laptops, Desktops, etc ---- */
@media only screen and (min-width: 2048px) {

	body { background: white; }

	#container {
		max-width: 1024px;
		margin: 0 auto;
	}

}

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

	body { background: #0039B5; }

}

