﻿@import url('menu.css');
* {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
	background-color: #191919;
}
img {
	display: block;
	border: none;
}
a {
	color:#005d99;
}
a:hover {
	color:#FA981D;
}
h1 {
	font-size:20px;
	font-weight:normal;
	text-decoration:none;
	font-style:normal;
	color:#005d99;
	display:block;
	border-bottom:1px orange solid;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
}
h2 {
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	font-style:normal;
	color:#005d99;
	display:block;
	border-bottom:1px orange solid;
	margin:0 0 4px 0;
	padding:0 0 2px 0;
}

#HeaderSpan {
	width: 100%;
	background: url('../images/HeaderBkgrnd.gif') repeat top left;
	padding: 15px 0 35px 0;
}
#Header {
	display: block;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#LogoScreen {
	float: left;
	display: block;
	width: 196px;
}
#LogoPrint {
	display: none;
	visibility: hidden;
}
#DistInfo {
	float:right;
	display:block;
	margin:0 20px 0 0;
	width:500px;
	text-align:right;
}
#MenuSpan {
	width: 100%;
	background-color: #212121;
	background-image: url('../images/MenuSpanBkgrnd.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#Menu {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 44px;
	min-height: 44px;
	max-height: 44px;
	width: 910px;
}
#ContentSpan {
	width: 100%;
	background-color: #2a2a2a;
	background-image: url('../images/ContentSpanBkgrnd.png');
	background-position: left top;
	background-repeat: repeat-x;
}
#Content {
	display: block;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	color: #656565;
	text-align: left;
	z-index: 2;
	padding:0 0 30px 0;
}
#FooterSpan {
	width: 100%;
	background-color: #191919;
}
#Footer {
	display: block;
	width: 910px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#Copyright {
	padding: 20px 0 20px 0;
	color: #707070;
	font-size: 11px;
}
#Copyright a {
	color: #81ceff;
	text-decoration: underline;
	margin-left: 10px;
}
#Copyright a:hover {
	text-decoration: none;
	color: #ffa45a;
}
#SqMiles {
	width:223px;
	border:1px #ddd solid;
	margin:20px 0 0 0;
	border-collapse:collapse;
}
#SqMiles thead td {
	font-weight:bold;
	background-image: url('../images/ModuleTop.png');
	background-position: left top;
	background-repeat:no-repeat;
	color:#ffffff;
}
#SqMiles td {
	padding:8px;
	border-bottom:1px #ddd solid;
}
#Movie {
	display:block;
	margin:0 0 0 72px;
}


#GetStartedTB {
	width:100%;
	border:1px #ddd solid;
	margin:20px 0 0 0;
	border-collapse:collapse;
	font-size:11px
}
#GetStartedTB thead td {
	font-weight:bold;
	padding:10px;
	background-image: url('../images/ModuleTop.png');
	background-position: left top;
	background-repeat:repeat-x;
	color:#ffffff;
}
#GetStartedTB td {
	padding:4px 6px 4px 6px;
	border-bottom:1px #ddd solid;
	border-right:1px #ddd solid;
}
#GetStartedTB p {
	font-size:15px;
	font-weight:bold;
	display:block;
	text-align:center;
}


#ButtonVideo {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background: url('../images/ButtonVideo.png') 0 0 no-repeat;
	text-decoration: none;
}
#ButtonVideo:hover {
	display:block;
	background: url('../images/ButtonVideo.png') 0 -86px no-repeat;
	text-decoration: none;
}
#ButtonCR {
	display:block;
	width: 223px;
	height:135px;
	min-height:135px;
	max-height:135px;
	background: url('../images/ButtonCR.png') 0 0 no-repeat;
	text-decoration: none;
}
#ButtonCR:hover {
	display:block;
	background: url('../images/ButtonCR.png') 0 -135px no-repeat;
	text-decoration: none;
}
#ContactForm {
	border-collapse:collapse;
}
#ContactForm tr td {
	border-bottom:1px #D1DDE7 solid;
	margin:50px
}
#ContactForm tr td {
	padding:8px 3px;
}
#ContactForm tr td input, #ContactForm tr td textarea, #ContactForm tr td select {
	padding:3px 3px;
	font-size:12px;
	color:#005D99;
	font-family:Arial, Helvetica, sans-serif;
	width:225px;
}
#ContactForm tr td select {
	width:230px;
}
#ContactForm tr td select option {
	padding:3px 0;
	font-size:12px;
	color:#005D99;
	font-family:Arial, Helvetica, sans-serif;
}



.DistName {
	padding:15px 0 0 0;
	font-weight:bold;
	font-size:17px;
}
.DistTitle {
	font-size:15px;
}
.DistPhone {
	font-size:14px;
}
.DistEmail a {
	color:#81ceff;
	text-decoration:underline;
}
.DistEmail a:hover {
	color:#ffa45a;
	text-decoration:none;
}




.ContentBlock {
	margin-bottom: 10px;
}
.ContentBlockMid {
	padding: 30px 40px 30px 40px;
	background-color: #ffffff;
}
.ContentSubBlock1 {
	float: left;
	display: block;
	display: inline;
	width: 263px;
	max-width: 263px;
	min-width: 263px;
	margin-right: 20px;
	background-image: url('../images/ContentBlock1Top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.ContentSubBlock1e {
	float: left;
	display: block;
	display: inline;
	width: 263px;
	max-width: 263px;
	min-width: 263px;
	margin-right: 0;
	background-image: url('../images/ContentBlock1Top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.ContentSubBlock2 {
	float: left;
	display: block;
	display: inline;
	width: 546px;
	max-width: 546px;
	min-width: 546px;
	margin-right: 20px;
	background-image: url('../images/ContentBlock2Top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.ContentSubBlock2e {
	float: left;
	display: block;
	display: inline;
	width: 546px;
	max-width: 546px;
	min-width: 546px;
	margin-right: 0;
	background-image: url('../images/ContentBlock2Top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.ContentSubBlock3 {
	float: left;
	display: block;
	display: inline;
	width: 829px;
	max-width: 829px;
	min-width: 829px;
	margin-right: 20px;
	background-image: url('../images/ContentBlock3Top.png');
	background-repeat: no-repeat;
	background-position: left top;
}
.innertube {
	margin: 20px 0 10px 0;
	padding: 0 20px 0 20px;
	line-height: 1.4;
}
.AltRow {
	background-color:#ffffff;
}
.PricingTR {
	background-color:#454545;
	font-weight:bold;
	color:#ffffff;
	font-size:12px;
}
.right {
	text-align: right;
}
.center {
	text-align:center;
}
.blockcenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.hide {display: none;}
.show {display: block;}

dt {
	font-weight: bold; 
	margin: 20px 0 5px 10px;
	cursor: pointer;
	text-decoration: underline;
	color: #005d99;
}


dd {
	margin: 10px 0 0 30px;
	padding: 0 0 12px 0;
}
	


p {line-height: 150%;}
	
.show {display: block;}
.hide {display: none;}

.HOME3 {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-image:url('../images/Home3.jpg');
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}
.HOME2 {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	background-image:url('../images/Home2.jpg');
	text-decoration: none;
	margin:6px 0 5px 0;
}
.HOME1 {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	background-image:url('../images/Home1.jpg');
	text-decoration: none;
	margin:6px 0 5px 0;
}

.HOME3:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}
.HOME2:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}
.HOME1:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG9  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG8  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG7  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG6  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG5  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG4  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG3  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG2  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}

.WYG1  {
	display:block;
	width: 223px;
	height:86px;
	min-height:86px;
	max-height:86px;
	background-repeat:no-repeat;
	text-decoration: none;
	margin:6px 0 5px 0;
}
.WYG1 {background-image:url('../images/HWDWebsite.jpg');}
.WYG2 {background-image:url('../images/HWDGeo.jpg');}
.WYG3 {background-image:url('../images/HWDMaps.jpg');}
.WYG4 {background-image:url('../images/HWDAdNet.jpg');}
.WYG5 {background-image:url('../images/HWDMonitor.jpg');}
.WYG6 {background-image:url('../images/HWDPlacement.jpg');}
.WYG7 {background-image:url('../images/HWDBusiness.jpg');}
.WYG8 {background-image:url('../images/HWDSocial.jpg');}
.WYG9 {background-image:url('../images/HWDMobile.jpg');}

.WYG9:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG8:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG7:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG6:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG5:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG4:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG3:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG2:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}

.WYG1:hover {
	display:block;
	background-position: 0 -86px;
	text-decoration: none;
}
.OrangeChecks {
	list-style:none;
	list-style-type:none;
}
.OrangeChecks li {
	background-image: url('../images/CheckmarkOrange.png');
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding: 5px 0 5px 30px;
	font-size:11px;
}
.floatl {
	float:left;
}
.floatr {
	float:right;
}
.footnote {
	font-size:9px;
	text-align:right;
	margin:8px 0 0 0;
}
#ButtonCBS {
	display:block;
	width: 223px;
	height:171px;
	min-height:171px;
	max-height:171px;
	background: url('../images/ButtonCBS.jpg') 0 0 no-repeat;
	text-decoration: none;
}
#ButtonCBS:hover {
	display:block;
	background: url('../images/ButtonCBS.jpg') 0 -171px no-repeat;
	text-decoration: none;
}

/*  TESTIMONIAL PAGE ADDITION/UPDATE 12-10-2010  */

.vidbutton img {
	display:block;
	margin:10px 0 30px 8px;
	border:2px #F3F7FA solid;
}
.vidbutton:hover img {
	border:2px #FB8C31 solid;
}
.firstchild {
	margin-top:30px;
}
.quote2 {
	background:url('../images/quote2.gif') no-repeat 0 0;
	padding:20px 0 10px 20px;
}
.quote2 p {
	margin:10px 0 10px 0;
}

.quote2 p:first-child {
	margin-top:-10px;
}
