body, nav,  a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
    width: 80%;
    max-width: 788px;
    margin: 10px auto;
}
.toggleMenu {
    display:  none;
    background: #1c1c1c;
    	padding: 4px 4px 4px 4px; 
    color: #fff;
	width: 95%;
}

.toggleMenu  a:hover{
	color: #1c1c1c;
	background: #ccc;
}

.nav li a:hover,
.nav li a:focus {
	color: #1c1c1c;
	background: #ccc;
}
.nav {
    list-style: none;
     *zoom: 1;
	 	padding: 4px 30px 4px 30px; 
     background: #1c1c1c;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}
.nav a {
 
}
.nav li {
    position: relative;
}

.phone {	
		font-size: 24px;
		font-weight: bold;
		align: center;
		position: relative;
			margin: -10px 0 -2px 0 ;
			color: #CC0000}
.nav li a{
   display: block;
	padding: 0 20px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 2em;
}

.nav > li {
float: left; 
    
}
.nav > li > .parent {;
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a {
    display: block;
}
.nav li  ul {
    position: absolute;
    left: -9999px;
}
.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li a {
    display: block;
    background: #1d7a62;
    position: relative;
    z-index:100;
    border-top: 1px solid #175e4c;
}
.nav li li li a {
    background:#249578;
    z-index:200;
    border-top: 1px solid #1d7a62;
}

@media only screen and (min-width: 788px) {
	.first { float: left; width: 65%; margin-right: 2%; }
	.second { float: right; width: 32%; }
	.firsthalf { float: left; width: 35%; margin-right: 2%; }
	.secondhalf { float: right; width: 45%; }
	.firstsidehalf { float: left; width: 20%; margin-right: 2%; }
	.secondsidehalf { float: right; width: 75%; }
	.sidebar { border:1px solid red; }
	.sideheader {background: #1c1c1c;}
}
		
@media screen and (max-width: 788px) {
    .active {
        display: block;
    }
    .nav > li {
        float: none;
    }
    .nav > li > .parent {
        background-position: 95% 50%;
    }
    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }
    .nav ul {
        display: block;
        width: 100%;
    }
   .nav > li.hover > ul , .nav li li.hover ul {
        position: static;
    }
	
}