@charset "utf-8";


body  {
	background: #666666;
	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;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#navBarTop {
	font-size: 100%;
	text-decoration: none;
	margin: 0px;
	width: auto;
	position: absolute;
	left: 280px;
	top: 15px;
	padding: 0px;
	color: #990000;
}
#navBarTop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navBarTop ul li {
	display: inline;
	font-size: 0.8em;
}
#navBarTop ul li a {
	color: #666;
	text-decoration: none;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}


#navBarTop ul li a:hover {
	color: #000;
}
#search {
	position: absolute;
	left: 620px;
	top: 15px;
	font-size: 100%;
	color: #000;
	margin: 0px;
	padding: 0px;
	width: auto;
	text-decoration: none;
}

#search ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#search ul li {
	display: inline;
	font-size: 0.8em;
	padding-left: 10px;
}
#search ul li a {
	text-decoration: none;
	color: #666;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
#search ul li a:hover {
	color: #000;
}
#headerImage {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 72px;
	height: 3px;
}
#mainNavBar {
	position: absolute;
	top: 90px;
	float: left;
	width: 542px;
}
#copyright {
	color: #990000;
	font-size: 0.7em;
	position: absolute;
	top: 10px;
	width: auto;
}
#navBarFooter {
	color: #990000;
	position: absolute;
	top: 10px;
	font-size: 0.7em;
	left: 220px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#navBarFooter ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#navBarFooter ul li {
	display: inline;
}
#navBarFooter ul li a {
	text-decoration: none;
	color: #990000;
	margin: 0px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
}
#navBarFooter ul li a:hover {
	color: #FFF;
}
#logo {
	height: 52px;
	width: 210px;
	position: absolute;
	top: 10px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.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;
}
#sideNavBar {
	float: left;
	padding-top: 15px;
}
#mainContent h3 {
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent h4 {
	font-family: Arial, Helvetica, sans-serif;
}
#mainContent ul {
	list-style-position: outside;
	list-style-type: disc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
}
#cableImage {
}






.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.bodytxt a {
	text-decoration: underline;
	color: #990000;
}
.bodytxtgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
	color: #666;
}
.bodytxtgray a {
	text-decoration: underline;
	color: #990000;
}

.caption {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.captionMedium {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.captionsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.captionleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
}

.captionRed {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #990000;
}
.captionRedleft {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	text-decoration: none;
	text-align: left;
	color: #990000;
}





.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
}
.headlinegray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: underline;
	color: #666;
}

.image {
	clear: both;
	float: none;
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.siennaLogo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}
.siennaLogo a {
	color: #990000;
	text-decoration: none;
}
.siennaLogoLarge {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
}

.txtnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

.txtnormal a {
	color: #000;
	text-decoration: none;
}

.txtnormal a:hover{
	color: #666;
	text-decoration: none;
}
.txtnormalgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: normal;
	color: #666;
	text-decoration: none;
}
.txtnormalgray a {
	color: #666;
	text-decoration: none;
}
.txtnormalgray a:hover {
	color: #000;
	text-decoration: none;
}



.txtnormalBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
.txtnormalBold a {
	color: #00F;
	text-decoration: none;
}
.txtnormalgrayBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-style: normal;
	font-weight: bold;
	color: #666;
	text-decoration: none;
}
.txtnormalgrayBold a {
	color: #666;
	text-decoration: underline;
}
.txtnormalgrayBold a:hover {
	color: #000;
	text-decoration: none;
}




.txtbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-style: normal;
}
.txtbold a {
	text-decoration: none;
	color: #000;
}
.txtboldCentered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #000;
	font-style: normal;
	text-align: center;
}
.txtboldCentered a {
	text-decoration: none;
	color: #000;
}

.txtboldgray {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #666;
	font-style: normal;
	padding: 0px;
}
.txtboldgray a {
	color: #666;
	text-decoration: none;
}
.txtboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	color: #990000;
	font-style: normal;
	padding: 0px;
}
.txtboldred a {
	color: #990000;
	text-decoration: none;
}
#highlights {
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	width: 100%;
}

#txtflyer {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	text-align: center;
	float: right;
}
