@charset "utf-8";
/* CSS Document */

/*Image Float Left */

img.floatLR {
	float: left;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
}

/*Image Float Right */

img.floatRight {
	float: right;
	margin-left: 0.5em;
	margin-bottom: 0.5em;
}

body,td,th {
	font-family: Trebuchet MS;
	font-size: 11px;
	color:#656551;
}
body {
	margin-top: 0px;
	background-image: url(Images/bg.gif);
	margin-bottom: 0px;
}
#navigation {
	float: left;
	width: 100%;
	clear: both;
	font-weight:bold;
	margin-left:5px;
}
#navigation ul
{
	padding: 0;
	width: 100%;
	float: left;
	margin:0;
	list-style-type: none;
}

#navigation li { 
	float: left;
}

#navigation a:link,
#navigation a:visited
{
	float: left;
	display: block;
	color: #eff8ff;
	padding:10px;
	background-color:transparent;
	border-bottom-width: 0;
	text-decoration:underline;
}

#navigation a:hover,
#navigation a:active
{
	color:#656551;
	background-color: #FFFFFF;
	background: #fff url('images/bg_lnksbg.gif') repeat-x;
	text-decoration: none;
}

/* PAT Testing DIV */
#patleftcolumn {float:left; width:400px; margin:5px 2px 10px 5px;}
#patrightcolumn {float:right; width:350px; margin:5px 5px 10px 2px;}
/* PAT Testing DIV End */

a, a:link, a:active, a:visited {
	color:#FF6600;
	text-decoration:underline;
	font-weight:bold;
}
a:hover {
	text-decoration:none;
}
h3 {
	font-size:16px;
	color:#656551;
	letter-spacing:-1px;
	padding:0px 10px 10px 10px;
	margin-bottom:10px;
	font-weight:bold;
	background: #fff url('images/bg_header.gif') bottom repeat-x;
}
h4 {
	font-size:12px;
	color:#0066CC;
	letter-spacing:-1px;
	font-weight:bold;
	margin:0;
	padding:0;
}
.sidecontent {
	margin-left:5px;
	margin-right:5px;
}
.sidecontentnews {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	background: #fff url('images/bg_side.gif') bottom repeat-x;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
.maincontent {
	margin-left:5px;
}

.bbtable {
	background-image: url(Images/content-top-broadband.gif);
	background-position: right;
	background-attachment:fixed;
	background-repeat: no-repeat;
}
#bb2table {
	width:100%;
	height:75px;
	background: url("Images/content-top-broadband.gif") no-repeat right;
}

.bullets {
	text-indent: 50px;
	text-align: left;
}

/* Contact Form */
fieldset, form, label, legend { margin:0;padding:0;border:0;font-size:12px;font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;vertical-align:baseline; }
form { font-size: 1.3em; }
fieldset { margin: 0 0 1.5em 0; padding: 1.4em; }
legend { font-size: 12px; }
label	{ float:left; width:130px; display:block; clear:left; margin-right:1em; text-align:right;  cursor:hand;  }
textarea, input[type="text"] { width: 170px; }
textarea, input, select, label, button, optgroup { margin-top: 5px; }
fieldset { border:1px solid #ccc; } 
legend, input[type="submit"] {background-color:#666666; color: #FFFFFF; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;}
label { color:#666666; }
textarea, select { border: 1px solid #666666; }
textarea:focus, input[type="text"]:focus, select:focus  { border: 1px solid #B63629; }
select { background-color: #fff; color: #000;  }
input[type="text"] { border: 1px solid #666; }
input[type="submit"] {  border: 1px #999999 solid; padding: 2px; font-size: 1.2em; margin-top: 15px; margin-left: 115px; }
label.error { clear: both; width: 100%; padding-left: 115px; text-align: left; }
