@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	font-size: 10pt;
}

.oneColFixCtrHdr #container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	background-position: top center;
}
.oneColFixCtrHdr #container2 {
	width: 900px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(images/bg2.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	padding: 10px 20px 15px 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	background-image: url(images/header.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 95px;
	margin: 20px 0px 0px 0px;
}
.oneColFixCtrHdr #header2 {
	padding: 345px 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	color: #FFFFFF;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-style: italic;
	font-size: 18pt;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	color: #000000;
	margin: 15px 0px 15px 0px;
	background-color: #FFFFFF;
	border: 2px solid #cfcfcf;
	padding: 15px 15px 15px 15px;
}
.oneColFixCtrHdr #footer {
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	margin: 5px 0px 15px 0px;
	border-top: 2px groove #999999;
	font-size: 7pt;
	text-align: right;
}
.leftbox {
	width: 447px;
	float: left;
	display: inline;
	height: 325px;
}
.leftboxleft {
	width: 220px;
	float: left;
	display: inline;
	height: 325px;
}
.rightboxleft {
	float: right;
	width: 220px;
	height: 325px;
}
.rightbox {
	float: right;
	width: 447px;
	height: 325px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.navigation {
	background-image: url(images/navigation.png);
	background-position: center;
	background-repeat: no-repeat;
	height: 285px;
	padding: 30px 25px 30px 30px;
	margin-bottom: 15px;
	color: #FFFFFF;
}
.cutline {
	margin: 5px 0px 5px 0px;
	height: 25px;
	color: #FFFFFF;
	font-weight: Bold;
	font-size: 18px;
	text-align: center;
}
.cutline2 {
	margin: 5px 0px 5px 0px;
	height: 25px;
	color: #FFFFFF;
	font-weight: Bold;
	font-size: 14px;
	text-align: center;
}
.annimation {
	float: left;
	width: 625px;
	height: 300px;
	display: inline;
}
.headerleft {
	width: 625px;
	height: 90px;
	float: left;
	font-size: 16pt;
	font-weight: bold;
}
.headerright {
	float: right;
	width: 225px;
	height: 90px;
	font-weight: Bold;
}

.menu {
	width: 215px;
	float: right;
	text-align: center;
	padding: 15px 0px 0px 0px;
}
.menuitem {
	border-top: 1px solid #ffffff;
	padding: 5px 0px 5px 0px;
	width: 175px;
	margin: 0px 0px 0px 35px;
}
.menuitem2 {
	border-bottom: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	padding: 5px 0px 5px 0px;
	width: 175px;
	margin: 0px 0px 0px 35px;
}
.class1 a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	width: 150px;
}
.class1 a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.contentheader {
	background-image: url(images/contentheader.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	padding: 10px 15px 0px 15px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.contentheader2 {
	height: 20px;
	color: #000000;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
}
.contentbody {
	background-image: url(images/contentbody.png);
	background-position: center;
	background-repeat: repeat-y;
	padding: 0px 15px 3px 15px;
	color: #000000;
	width: 870px;
}
.contentbottom {
	background-image: url(images/contentfooter.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 30px;
	padding: 0px 15px 0px 15px;
	color: #000000;
	width: 870px;
}
.infocontent {

}
.leftdiv {
	width: 700px;
	float: left;
	padding: 0px 15px 0px 0px;
}
.rightdiv {
	width: 150px;
	float: right;
	background-image: url(images/pricesbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
 img, div { behavior: url(iepngfix.htc) }
br {
	background-image: url(images/contentbody.png);
}
.optionheader {
	color: #FF3300;
	font-weight: bold;
	font-size: 14pt;
	padding: 5px 0px 5px 0px;
}
.optionsubheader {
	font-weight: bold;
	line-height: 18pt;
}
.optionsubheader2 {
	font-weight: bold;
}
.optionoffer {
	color: #009900;
	font-weight: bold;
	font-size: 18px;
}
.optiondecription {
	font-size: 8pt;
}
.optionconnection {
	padding: 5px 0px 5px 0px;
}
.tabheader {
	background-image: url(images/info2.jpg);
	padding: 10px 15px 10px 15px;
	font-size: 10pt;
	color: #000099;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}
.tabcontent {
	background-color: #FFFFFF;
	padding: 0px 5px 0px 5px;
	height: 250px;
	font-size: 9pt;
}
.tabbase {
	background-image: url(images/info2.jpg);
	padding: 5px 5px 5px 5px;
	text-align: right;
	font-weight: bold;
	font-size: 9pt;
	color: #000099;
	font-family: Arial, Helvetica, sans-serif;
}
.class1div a {
	color: #0000FF;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;	
	
}
.class1div a:hover {
	color: #999999;
}
.oldprice {
	text-align: center;
	padding: 65px 0px 0px 0px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

.newprice {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14pt;
	color: #009900;
	margin: 0px 0px 5px 0px;
}
.quotebutton {
	text-align: center;
	font-weight: bold;
	background-image: url(images/orange_button.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	height: 32px;
	padding: 3px 0px 0px 0px;
	margin-bottom: 35px;
}
.classbutton a{
	text-align: center;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.classbutton a:hover{
	color: #999999;
	text-decoration: none;
}
.service {
	text-align: center;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 0px 3px 0px;
}
.legal {
	color: #999999;
	font-size: 7pt;
}
.class1legal a {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 8pt;
	font-weight: bold;
	
	
}
.class1legal a:hover {
	color: #0000CC;
}
.firstletter_left {
	float: left;
	margin: 0px 10px 10px 0px;
}
.firstletter_right {
	float: right;
	margin: 0px 10px 10px 0px;
}
.flashplayer {
	width: 200px;
	float: right;
}
.contentbox {
	padding: 15px 15px 15px 15px;
	background-color: #FFFFFF;
	border: 2px solid #cfcfcf;
}
.wildblueequipment {
	margin-bottom: 15px;
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	height: 175px;
}
.tableheader {
	background-color: #007CC4;
	color: #FFFFFF;
	font-weight: bold;
}
.tablecontent1 {}
.tablecontent2 {
	background-color: #CCCCCC;
}
.needhelp {
	font-size: 16pt;
	margin: 0px 0px 5px 0px;
}
.phonenumber {
	font-size: 12pt;
	text-align: center;
	padding-top: 5px;
}
.ownerbg {
	width: 150px;
	float: right;
	background-image: url(images/ownerbg.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}
.ownername {
	text-align: center;
	padding-top: 150px;
}
.restaurantsbg {
	background-image: url(images/resturant.jpg);
	background-position: top center;
	height: 145px;
	padding: 335px 0px 0px 220px;
	background-repeat: no-repeat;
}
.buisnessbg {
	background-image: url(images/business.jpg);
	background-position: top center;
	height: 145px;
	padding: 335px 0px 0px 220px;
	background-repeat: no-repeat;
	}
.commericiabg {
	background-image: url(images/commercial.jpg);
	background-position: top center;
	height: 145px;
	padding: 335px 0px 0px 220px;
	background-repeat: no-repeat;
}
.residentialbg {
	background-image: url(images/residental.jpg);
	background-position: top center;
	height: 145px;
	padding: 335px 0px 0px 220px;
	background-repeat: no-repeat;
}
.infobutton {
	background-image: url(images/orange_button.png);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 3px 0px 0px 582px;
}
.classinfobutton a{
	color: #FFFFFF;
	font-weight: Bold;
	text-decoration: none;
}
.classinfobutton a:hover{
	color: #999999;
}
.tablinks a {
	text-decoration: none;
	color: #000099;
}
.tablinks a:hover {
	color: #FF6600;
}
.infodiv {
	font-size: 10pt;
	padding: 3px 0px 0px 15px;
	background-image: url(images/yellow_arrow.jpg);
	background-repeat: no-repeat;
	background-position: top left;
	margin: 0px 0px 5px 0px;
}
.thankyou {
	color: #FF0000;
	padding: 5px 0px 5px 0px;
	margin: 5px 0px 5px 0px;
	text-align: center;
	border-top: 2px dotted #ff0000;
	border-bottom: 2px dotted #ff0000;
}
.classquote a{
	color: #FFFFFF;
	text-decoration: none;
}
.classquote a:hover {
	color: #999999;
}
.classfooter a{
	color: #FFFFFF;
	text-decoration: none;
}
.classfooter a:hover {
	color: #999999;
}
.channelheading {
	font-size: 8pt;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}
.channel {
	margin-bottom: 5px;
}
.captionprice {
	font-size: 7pt;
	margin-bottom: 5px;
	text-align: center;
}
