@charset "utf-8";
/* CSS Document */

html, body {
margin:0;
height: 100%;
}

body {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #e2e2e2;
	background-image: url(images/bkgrnd.gif);
	background-repeat: repeat-x;
}
h1,h2,h3,h4,h5,h6{
	font-size:16px;
	font-weight:bold;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: -0px;
	}
	
.h1-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: none;
	}
.PageTitleHead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	display: none;
	}
.main-body #container {
	width: 960px;
	text-align: left; 
	margin: 0 auto;
	clear:both;
}	

.top-logo {
	width: 280px;
	float:left;
}
.header-image {
	width: 680px;
	float:left
}
.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;
}
.Body-H1-Title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin-left: 45px;
}

/* ------------------------------ Main Nav ------------------------------ */
.main-body #main-navigation {
    width: 960px;
	text-align: left;
	height: 70px;
	margin: 0 auto;
	clear:both;
	background-color: #636363;
}
.mainnav-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}

.home {
	width: 116px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.home a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.home-selected {
	width: 116px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}

.line-card {
	width: 133px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.line-card a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.line-card-selected {
	width: 133px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}
.value-add {
	width: 217px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.value-add a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.value-add-selected {
	width: 217px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}
.product-search {
	width: 181px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.product-search a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.product-search-selected {
	width: 181px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}
.about {
	width: 167px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.about a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.about-selected {
	width: 167px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}
.contact {
	width: 146px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #636363;
	font-weight: bold;
}
.contact a:hover {
	background:#2C2C2C;
	display:block;
	text-decoration: underline;
	color: #4386d4;
}
.contact-selected {
	width: 146px;
	text-align:center;
	height: 35px;
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 35px;
	background-color: #2C2C2C;
	font-weight: bold;
}
/* ------------------------------ Sub Nav ------------------------------ */

.sub-navigation {
	width: 960px;
	text-align: left;
	height: 35px;
	margin: 0 auto;
	clear:both;
	background-color: #2C2C2C;
}
.sub-nav {
	padding-top:0px;
	padding-left: 142px;
}
.sub-nav2 {
	padding-top:0px;
	padding-left: 287px;
}
.sub-nav3 {
	padding-top:0px;
	padding-left: 350px;
}
.sub-nav ul, .sub-nav2 ul, .sub-nav3 ul {margin-top:0}
.sub-nav ul, .sub-nav2 ul, .sub-nav3 ul {
	padding:0;
	line-height:100%;
	margin:0 auto;
	list-style:none;
	margin-top:0px;
}

.sub-nav ul li, .sub-nav2 ul li, .sub-nav3 ul li {
	margin:0;
	padding:0;
	display:inline;
	font-size:11px;
	line-height:35px;
}

.sub-nav ul li a:link, .sub-nav ul li a:active, .sub-nav ul li a:hover, .sub-nav ul li a:visited, 
.sub-nav2 ul li a:link, .sub-nav2 ul li a:active, .sub-nav2 ul li a:hover, .sub-nav2 ul li a:visited,
.sub-nav3 ul li a:link, .sub-nav3 ul li a:active, .sub-nav3 ul li a:hover, .sub-nav3 ul li a:visited
{
	color:#d7d7d7;
	text-transform:uppercase;
	font-size:11px;
	padding-right:10px;
	padding-left:10px;
	text-decoration:none;
	font-weight:bold;
	clear:both;
	margin:0;
	outline:none;
}
.sub-nav ul li a:hover, .sub-nav2 ul li a:hover, .sub-nav3 ul li a:hover {
	text-decoration:underline;
	color:#c4ddfb;
}
.subnav-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #d7d7d7;
}

/* ------------------------------ Body ------------------------------ */

.main-body #body-content {
	width: 960px;
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(images/white-5x5.gif);
}
.title {
    width: 932px;
	height: 59px;
	padding-left: 14px;
	clear:both;
	background-color: #FFFFFF;
}
.line-card-misc-header{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #636363;
	margin-left: 45px;
}

.line-card-links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004596;
	text-decoration:underline;
}
.line-card-links:hover {
	color: #636363;
	text-decoration:none;
}

.line-card-products {
	margin-left: 10px;
}

.body-text-container {
    width: 960px;
	padding-top:10px;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(images/white-5x5.gif);
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	margin-right: 35px;
	margin-left: 65px;
}
.body-image {
	width: 306px;
	float:right;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 35px;
}
.home-body-image {
	width: 306px;
	float:right;
	padding-left: 40px;
	padding-right: 20px;
	margin-top: 0px;
}
.interconnect-body-image {
	width: 306px;
	float:right;
	padding-left: 0px;
	padding-right: 125px;
	margin-top: 0px;
}
.second-row {
	width: 250px;
	float:right;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
}
/* ------------------------------ FOOTER ------------------------------ */

.main-body #footer {
	background-image:  url(images/footer-bkgrnd.gif);
	height: 260px;
	float:inherit;
	background-color: #E2E2E2;
	background-repeat: repeat-x;
} 
.footer-body {
	width: 960px;
	height: 260px;
	margin: 0 auto;
	clear:both;
	background-color: #FFFFFF;
	background-image: url(images/footer--body-bkgrnd.gif);
	background-repeat: repeat-x;
}
.contact-ftr-container {
	width: 312px;
	float:left
}
.news-ftr-container {
	width: 303px;
	float:left
}
.product-ftr-container {
	width: 313px;
	float:left
}
.vert-line-spacer {
	width: 16px;
	float:left
}
.contact-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7d7d7;
	margin-right: 10px;
	margin-left: 45px;
}
.contact-text-link {
	color: #d7d7d7;
}
.news-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #d7d7d7;
	margin-right: 10px;
	margin-left: 10px;
}
.news-dashed {
	color: #808080;
}
.news-text-bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #F3F3F3;
	font-weight: bold;
}

/* ------------------------------ SlideShow ------------------------------ */

.slideshow { 
height: 250px; 
width: 680px;
float:left;
clear:both;
}
.slideshow img {
	background-color: #252525;
}

