/*      George Druziako Heating & Cooling
        Copyright 2012 George Druziako
        All rights reserved.
*/

BODY {
	min-width: 0;
}
DIV.heading {
	padding-top:3em;
	text-align: center;
}
DIV.heading H1 {
	font-size: 118%;
}
H2 {
	clear: both;
	font-size:112%;
}
H3 {
	font-size:106%;
}
DIV.heading P {
	position: static;
	margin: 0 1ex;
	width: auto;
}
DIV.social .hvacroc,
DIV.othersocial {
	display:none;
}
SPAN.headingsep {
	display:none;
}

SPAN.phone {
	display:block;
        border-radius: 1ex;
        border: thin solid #ddd;
        padding: 1ex;
        background: #aaa;
	line-height: 1;
	color:black;
}
SPAN.phone {
	z-index:1;
	position:fixed;
	top:0;
	left:0;
	margin:0 auto;
	text-align: center;
	width: auto;
}
SPAN.phone:before {
        content: 'Call:';
}

div#navigationbaractivator IMG {
	opacity: 0.6;
}
UL#navigationbar {
	background-image: none;
	height:auto;
}

UL#navigationbar LI {
	float: none;
	vertical-align: middle;
}
UL#navigationbar > LI > A {
	padding: 0.5ex 1em;
	height: auto;
}

UL#navigationbar > LI > A.selected {
	background-image: none;
}

DIV#leftcolumn,
DIV#rightcolumn {
	display:none;
}

LABEL,INPUT,SELECT,TEXTAREA {
	position:static;
	display:block;
}
TEXTAREA {
	width: 100%;
}

DIV.textcolumns {
	display: block;
}

