@charset "utf-8";

/* Base Structure */

img, div, a, input { behavior: url(iepngfix.htc) }

* html a:hover {
	visibility:visible;
}

* {
margin:0;
padding:0;
}

body {
	font-family: "MS Sans Serif", Arial;
	color: #373737;
	background-color: #FFFFFF;
	font-size: 12px; 
	text-align: justify;
}
a {
	color: #0066FF;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:active {
	text-decoration: none;
	color: #0066FF;
}
.body_cell {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}
.main_container {
	width: 940px;
	padding-left: 10px;
	float: left;
}

/* Fonts */

h1 {
	font-size: 16px;
	font-weight: bold;
}

h4, h4 a {
  color:#000;	
}

h4 a:hover {
   color:#333;	
}
.span_nav_current {
	color: #b83034;
}
.font_red {
	font-size: 12px;
	color: #DF1F26;
}
.font_red_bold {
	color: #DF1F26;
	font-weight: bold;
	font-size: 20px;
}
.font_blue {
	color: #004060;
	font-weight:normal;
}
.font_grey {
	color:#6d6d6d;
}
.font_fourteen {
	font-size: 14px;
}
.font_nine {
	font-size: 9px;
}
.font_eleven {
	font-size: 11px;
}
.font_twelve {
	font-size: 12px;
}
.font_thirteen {
	font-size: 13px;
}
.font_fourteen {
	font-size: 14px;
}
.font_sixteen {
	font-size: 16px;
}
.font_seventeen {
	font-size: 17px;
}
.font_eighteen {
	font-size: 18px;
}
.font_twenty {
	font-size: 20px;
}
.font_twenty_two {
	font-size: 22px;
}
.font_twenty_four {
	font-size: 24px;
}
.font_large_bold {
	font-size: 24px;
	font-weight: bold;
}
.font_large_bold_italic {
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}

/* Basic Page Structure */

.head_container {
	float: left;
	width: 940px;
	height: 182px;
}
.head_left {
	float: left;
	width: 206px;
	height: 182px;
}
.head_right {
	float: right;
	width: 400px;
	height: 182px;
}
.head_right_employee {
	float: right;
	width: 109px;
	height: 28px;
	margin-top: 66px;
	display: inline;
}
.head_right_text {
	float: left;
	width: 400px;
	text-align: right;
	margin-top: 35px;
	display: inline;
}

/* Nav */

.nav_container {
	float: left;
	width: 940px;
	height: 33px;
}
.nav_container img {
	height: 33px; 
	border: 0; 
}
.nav_container a {
	display: block;
	height: 33px;
	float: left;
	overflow:hidden;/* for ie to hide extra height*/
}
.nav_container a:hover img{
	visibility:hidden;
}
.nav_home{
	float: left;
	background-image: url(../images/nav_selected_home.jpg);
	background-repeat: no-repeat;
	width: 160px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_services{
	float: left;
	background-image: url(../images/nav_selected_services.jpg);
	background-repeat: no-repeat;
	width: 156px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_public{
	float: left;
	background-image: url(../images/nav_selected_public.jpg);
	background-repeat: no-repeat;
	width: 198px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_affiliations{
	float: left;
	background-image: url(../images/nav_selected_affiliations.jpg);
	background-repeat: no-repeat;
	width: 192px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
}
.nav_about{
	float: left;
	background-image: url(../images/nav_selected_about.jpg);
	background-repeat: no-repeat;
	width: 234px;
	height: 33px;
	overflow:hidden;/* for ie to hide extra height*/	
}

/* General Structure */

.mid_container {
	float: left;
	width: 940px;
	padding-top: 15px;
}
.mid_left {
	float: left;
	width: 720px;
}
.mid_left_nav {
	float: left;
	width: 720px;
	margin-bottom: 20px;
	display: inline;
	font-size: 11px;
}
.mid_left_nav a {
	font-size: 11px;
	text-decoration: underline;
	color: #373737;
	font-weight: normal;
}
.mid_left_nav a:hover {
	font-size: 11px;
	text-decoration: underline;
	color: #373737;
	font-weight: normal;
	color: #b83034;
}
.mid_left_header {
	float: left;
	width: 720px;
	margin-bottom: 15px;
	display: inline;
}
.mid_left_content {
	float: left;
	width: 700px;
	line-height: 1.5em;
	text-align: justify;
}
.mid_left_content ul {
	padding-left: 20px;
}
.mid_right {
	float: left;
	width: 220px;
}
.mid_right_column {
	float: left;
	width: 220px;
	height: 290px;
	background-image: url(../images/bg_secondary_right_col.jpg);
	background-repeat: no-repeat;
	margin-top: 10px;
	display: inline;
}
.mid_right_column_flash_area {
	float: left;
	width: 160px;
	height: 91px;
	margin-left: 30px;
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline;
}
.mid_right_column_spectrum{
	float: left;
	width: 160px;
	height: 40px;
	margin-left: 30px;
	margin-bottom: 10px;
	display: inline;
}
.mid_right_column_button{
	float: left;
	width: 110px;
	height: 29px;
	margin-left: 57px;
	margin-bottom: 10px;
	display: inline;
}
.pg_btm_noheight {
       clear:both;
       width:700px;
       padding-top:20px;
}
.pg_btm_noheight img {
       float:right;
}
.pg_btm {
       clear:both;
       width:700px;
       height:36px;
       padding-top:20px;
}
.pg_btm img {
       float:right;
}


/* Home */

.home_top_row {
	float: left;
	width: 940px;;
}
.home_top_left {
	float: left;
	width: 780px;
}
.bg_home_main {
	float: left;
	width: 758px;
	height: 261px;
	border: 1px solid #cccccc;
	background-image: url(../images/bg_main_home.jpg);
	background-repeat: no-repeat;
}
.bg_home_main_button {
	float: left;
	width: 254px;
	height: 70px;
	margin-top: 191px;
	margin-left: 34px;
	display: inline;
}
.home_top_right {
	float: left;
	width: 160px;
	height: 263px;
	background-image: url(../images/bg_home_right.jpg);
	background-repeat: no-repeat;
}
.home_top_right_flash {
	float: left;
	width: 155px;
	height: 91px;
	padding-left: 5px;
	margin-top: 60px;
	display: inline;
}
.home_top_right_spectrum{
	float: left;
	width: 160px;
	height: 40px;
	margin-top: 20px;
	margin-bottom: 10px;
	display: inline;
}
.home_top_right_button{
	float: left;
	width: 110px;
	height: 29px;
	margin-left: 23px;
	margin-bottom: 10px;
	display: inline;
}
.home_lower_row {
	float: left;
	width: 940px;
	margin-top: 20px;
	display: inline;
}
.home_lower_left {
	float: left;
	width: 720px;
}
.home_lower_left_top {
	float: left;
	width: 720px;
	height: 220px;
}
.home_bg_services {
	float: left;
	width: 340px;
	height: 197px;
	background-image: url(../images/bg_home_services.jpg);
	background-repeat: no-repeat;
	padding-right: 20px;
}
.home_bg_services_text {
	float: left;
	width: 320px;
	height: 100px;
	margin-top: 60px;
	display: inline;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
}
.home_bg_services_text ul {
	padding-left: 20px;
}
.home_bg_services_text ul li {
	padding-bottom: 6px;
}
.home_bg_services_button {
	float: left;
	width: 109px;
	height: 29px;
	margin-left: 10px;
	display: inline;
}
.home_bg_digital {
	float: left;
	width: 340px;
	height: 197px;
	background-image: url(../images/bg_home_digital.jpg);
	background-repeat: no-repeat;
}
.home_bg_digital_text {
	float: left;
	width: 320px;
	height: 100px;
	margin-top: 60px;
	display: inline;
	font-family: "Myriad Roman", "Myriad Pro", Arial, sans-serif;
	font-size: 15px;
}
.home_bg_digital_text ul {
	padding-left: 20px;
}
.home_bg_digital_text ul li {
	padding-bottom: 3px;
}
.home_bg_digital_button {
	float: left;
	width: 109px;
	height: 29px;
	margin-left: 10px;
	display: inline;
}
.home_lower_left_bottom {
	float: left;
	width: 700px;
	font-family: "MS Sans Serif", Arial;
	font-size: 14px;
	line-height: 1.5em;
}
.home_lower_left_bottom a{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.home_lower_left_bottom a:hover{
	color: #CCCCCC;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}
.home_lower_right {
	float: left;
	width: 220px;
}

/* Public */

.public_photo_right {
	float: right;
	width: 257px;
	height: 190px;
	padding-left: 18px;
}
.public_procurement_container {
	float: left;
	width: 700px;
	margin-bottom: 15px;
	display: inline;
}
.public_procurement_container_top {
	float: left;
	width: 700px;
}
.public_procurement_container_top a {
	font-size: 14px;
	color: #970000;
	font-weight: bold;
	text-decoration: underline;
}
.public_procurement_container_top a:hover {
	font-size: 14px;
	color: #970000;
	font-weight: bold;
	text-decoration: underline;
}
.public_procurement_container_bottom {
	float: left;
	width: 700px;
}
.public_procurement_container_bottom_img {
	float: left;
	width: 110px;
}
.public_procurement_container_bottom_txt {
	float: left;
	width: 590px;
}

/* Affiliates */

.aff_row_one {
	float: left;
	width: 700px;
	height: 58px;
	margin-bottom: 18px;
	display: inline;
}
.aff_row_one_wiremold {
	float: left;
	width: 74px;
	height: 58px;
	padding-right: 40px;
}
.aff_row_one_vbrick {
	float: left;
	width: 66px;
	height: 58px;
	padding-right: 58px;
}
.aff_row_one_superior {
	float: left;
	width: 95px;
	height: 58px;
	padding-right: 30px;
}
.aff_row_one_sony {
	float: left;
	width: 95px;
	height: 58px;
	padding-right: 25px;
}
.aff_row_one_shure {
	float: left;
	width: 104px;
	height: 58px;
	padding-right: 38px;
}
.aff_row_one_rittal {
	float: left;
	width: 37px;
	height: 58px;
}


.aff_row_two {
	float: left;
	width: 700px;
	height: 54px;
	margin-bottom: 32px;
	display: inline;
}
.aff_row_two_procurve {
	float: left;
	width: 79px;
	height: 54px;
	padding-right: 38px;
}
.aff_row_two_promethean {
	float: left;
	width: 83px;
	height: 54px;
	padding-right: 40px;
}
.aff_row_two_panduit {
	float: left;
	width: 102px;
	height: 54px;
	padding-right: 18px;
}
.aff_row_two_onssi {
	float: left;
	width: 93px;
	height: 54px;
	padding-right: 27px;
}
.aff_row_two_nlighten {
	float: left;
	width: 93px;
	height: 54px;
	padding-right: 27px;
}
.aff_row_two_molex {
	float: left;
	width: 79px;
	height: 54px;
}


.aff_row_three {
	float: left;
	width: 700px;
	height: 39px;
	margin-bottom: 38px;
	display: inline;
}
.aff_row_three_leviton {
	float: left;
	width: 72px;
	height: 39px;
	padding-right: 45px;
}
.aff_row_three_ingram {
	float: left;
	width: 83px;
	height: 39px;
	padding-right: 31px;
}
.aff_row_three_general {
	float: left;
	width: 91px;
	height: 39px;
	padding-right: 32px;
}
.aff_row_three_esw {
	float: left;
	width: 85px;
	height: 39px;
	padding-right: 37px;
}
.aff_row_three_extron {
	float: left;
	width: 90px;
	height: 39px;
	padding-right: 31px;
}
.aff_row_three_dalite {
	float: left;
	width: 84px;
	height: 39px;
}


.aff_row_four {
	float: left;
	width: 700px;
	height: 44px;
	margin-bottom: 24px;
	display: inline;
}
.aff_row_four_cooper {
	float: left;
	width: 97px;
	height: 44px;
	padding-right: 20px;
}
.aff_row_four_cisco {
	float: left;
	width: 79px;
	height: 44px;
	padding-right: 38px;
}
.aff_row_four_bicsi {
	float: left;
	width: 88px;
	height: 44px;
	padding-right: 36px;
}
.aff_row_four_axis {
	float: left;
	width: 95px;
	height: 44px;
	padding-right: 23px;
}
.aff_row_four_aruba {
	float: left;
	width: 84px;
	height: 44px;
	padding-right: 37px;
}
.aff_row_four_allied {
	float: left;
	width: 82px;
	height: 44px;
}


.aff_row_five {
	float: left;
	width: 700px;
	height: 46px;
}
.aff_row_four_alcatel {
	float: left;
	width: 97px;
	height: 46px;
	padding-right: 20px;
}
.aff_row_four_3com {
	float: left;
	width: 83px;
	height: 46px;
}

/* HP */

.hp_video {
	float: right;
	width: 320px;
	height: 265px;
	padding-left: 10px;
}
.hp_procurve_logo {
	float: left;
	width: 126px;
	height: 78px;
}

/* About */

.about_spectrum_photo_right {
	float: right;
	width: 389px;
	height: 237px;
	padding-left: 15px;
}
.about_careers_photo_right {
	float: right;
	width: 182px;
	height: 243px;
	padding-left: 15px;
}

/* Services */

.serv_net_photo {
	float: right;
	width: 311px;
	height: 269px;
	padding: 10px;
}

/* Footer */

.footer_container {
	float: left;
	width: 700px;
	border-top: 1px solid #CCCCCC;
	margin-top: 20px;
	display: inline;
	padding-top: 10px;
	font-size: 9px;
	color: #CCCCCC;
}
.footer_left {
	float: left;
	width: 300px;
}
.footer_right {
	float: left;
	width: 400px;
	text-align: right;
}
.footer_right a {
	color: #CCCCCC;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}
.footer_right a:hover {
	color: #000000;
	font-size: 9px;
	font-weight: normal;
	text-decoration: none;
}

/* Form CSS */

.form_container {
	float: left;
	width: 218px;
	border: 1px solid #CCCCCC;
}
.form_head {
	float: left;
	width: 218px;
	height: 58px;
	background-image: url(../images/header_form.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.form_mid {
	float: left;
	width: 198px;
	background-color: #ededed;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000;
}
.field_container {
	float: left;
	width: 198px;
	margin-bottom: 5px;
	display: inline;
}
.field_text {
	float: left;
	font-size: 9px;
	width: 198px;
	font-weight: normal;
	margin-bottom: 1px;
	display: inline;
}
.form_field {
	float: left;
	width: 196px;
}
.field_checkbox {
	float: left;
	font-size: 9px;
	width: 195px;
	margin-left: 2px;
	font-weight: normal;
	margin-bottom: 1px;
	display: inline;
	vertical-align:top;
}
.submit {
	float: left;
	width: 102px;
	height: 24px;
	margin-left: 48px;
	display: inline;
}

/* RSS FEED */
.pubDate {
	font:8px;
	margin-bottom:3px;
}

.feed_description {
   display:block;
}