body, nav, ul, li, a  {margin: 0; padding: 0;}
body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a {text-decoration: none;}
.container {
	width: 100%;
	max-width: 900px;
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
.toggleMenu {
    display:  none;
    background: #666;
    padding: 5px 5px;
    color: #fff;
}
.nav {
	list-style: none;
     *zoom: 1;
	background-color: #1D354F;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
	list-style: none;
	width: 7em;
}
.nav a {
    padding: 10px 15px;
    color:#fff;
}
.nav li {
	position: relative;
	font-size: 15px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.nav > li {
	float: left;
	background-color: #1D354F;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #1D354F;
}
.nav > li > .parent {
    background-image: url("images/downArrow.png");
    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;
	position: relative;
	z-index:100;
	border-top: 1px solid #175e4c;
	background-color: #1D354F;
}
.nav li li li a {
	z-index:200;
	border-top: 1px solid #1d7a62;
	background-color: #1D354F;
}

@media screen and (max-width: 768px) {
    .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;
    }

}
.televisioncoverage {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.yellowlink {
	color: #FFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.powerbody {
	background-image: url(../graphics/powerlogo.png);
	background-repeat: no-repeat;
	background-position: center top;
}
.powerheader {
	color: #FFF;
	font-size: 52px;
	line-height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
}
.formheader {
	color: #FFF;
	font-size: 26px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align: center;
}
.callnow {
	color: #FFF;
	text-align: center;
	font-size: 36px;
	line-height: 62px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: blink;
	text-shadow: 3px 3px 5px rgba(255, 0, 0, 1);
}
body div div form table{
	text-align: left;
	background-image: url(../graphics/shade.png);
}
.formsuccesstext {
	font-size: 42px;
	text-align: center;
	line-height: 46px;
}
table tr td {
	color: #FFF;
}
.stars {
	color: #F00;
	font-size: 18px;
}
.advformtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
}
.contactthankyou {
	font-size: 30px;
	line-height: 42px;
}
.centerdiv {
	text-align: center;
}
