html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

body {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 14px;
	margin-bottom: 0px;
	padding-top: 0px;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.9rem;
	color: #000000;
	background-color: #ffffff;
}

.logo {
	position: relative;
	display: inline-block;
	padding-top: 0.25rem;
}
.logo .<div class="five columns" style="position: relative; min-height: 383px;">
                    <div class="hover_images">
                    <a href="index.html"><img src="images/logo-trans.gif" alt="JVC Consulting Logo"></a>    
                    </div>
                </div> {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding-top: 0.25rem;
}
.logo:hover .<div class="five columns" style="position: relative; min-height: 383px;">
                    <div class="hover_images">
                    <a href="index.html"><img src="images/logo-trans.gif" alt="JVC Consulting Logo"></a>    
                    </div>
                </div> {
	display: inline;
	padding-top: 0.25rem;
}

div.hover_images {
	float: left;
	height: 163px; 
	width: 168px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	background: url(../images/jvc-logo-trans.png) no-repeat; background-position: center;
}
	
div.hover_images:hover { 
	background: url(../images/jvc-logo-color-trans.png) no-repeat; 
	background-position: center;
}

.tagline {
	position: absolute; 
	bottom: 0; 
	background-color: #EFEFEE;
	padding: 0.5em;
	padding-top: 0.09em;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

.responsive {
	max-width: 100%;
	height: auto;
  }

  #skip a {
	padding:6px;
	position: absolute;
	top:-80px;
	left:0px;
	color:white;
	border-right:1px solid white;
	border-bottom:1px solid white;
	border-bottom-right-radius:8px;
	background:#000000;
	-webkit-transition: top 1s ease-out;
    transition: top 1s ease-out;
    z-index: 100;
}

#skip a:focus {
	position:absolute;
	left:0px;
	top:0px;
	outline-color:transparent;	
	-webkit-transition: top .1s ease-in;
    transition: top .1s ease-in;
}

.testimonials {
	background-color: #000000;
	padding: 5px;
	margin-top: 5px;
	color: #FFFFFF;
}

.testimonialstext {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
	margin-bottom: 0px;
	color: #FFFFFF;
}

.testimonialstextbold {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: bold;
}

.leftcolstext {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 7px;
}

#container {	
	float: left;
}	


#main_left {
	width: 190px;
	float: left;
	vertical-align: top;
	height: 680px;
	background-color: #e3e4e5;
	border-right-width: 1px;
	border-right-color: #04416a;
	border-right-style: solid;
	padding-bottom: 5px;
}


#header {	
	float: left;
	background-image: url(../images/jvc-consulting-header.jpg);
	background-repeat: no-repeat;
	height: 100%;
	min-height: 383px;
	padding: 0;
} 


#main {
	float: left;
	vertical-align: top;
	background-color: #EFEFEE;
}


#main_right {
	width: 600px;
	margin-top: 0px;
	padding-top: 0px;
	float: right;
	vertical-align: top;
	background-color:#ffffff;
	height: 680px;
	padding-right: 8px;
	padding-bottom: 5px;
}

#footer {	
	background-image: none;
    background-color: #EFEFEE;
    color: #333333;
    margin-top: 10px;
	margin-bottom: 10px;
} 

#copyright {
	text-align: center;
	font-size: 0.87em;
}

.ptext {
	padding: 0.5em;
}

.footertext {
	padding-left: 0.25em;
	padding-right: 0.25em;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	font-size: 0.87em;
}

.footertextright {
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	text-align: right;
	font-size: 0.87em;
}

.footertextleft {
	padding-top: 0.65em;
	padding-bottom: 0.65em;
	text-align: left;
	font-size: 0.87em;
}

h1 {
	color: #384140;
	font-size: 1.25em;
	padding-left: 10px;
	text-transform: uppercase;
}

h2 {
	color: #384140;
	font-size: 15px;
	padding-left: 10px;
}

h3 {
	color: #384140;
	font-size: 15px;
	padding-left: 10px;
}

h4 {
	color: #384140;
	font-size: 12px;
	padding-left: 10px;
}

p {
	padding-left: 10px;
	padding-right: 10px;
}

@media only screen and (min-width: 270px) and (max-width: 767px) {
	.footertextright {
	text-align: center;
	float: none;
	}
	
	.footertextleft {
	text-align: center;
	float: none;
	}

}