@charset "utf-8";

/*MAIN*****************************************/
body  {
	font: 14px Arial, Helvetica, sans-serif;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	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;
}
 #container { 
	width: 1024px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background:#FFFFFF;
    margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 

.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: 28px;
	margin-bottom:10px;
}
.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;
}

/*END MAIN*****************************************/

/*HOME*****************************************/
 #header { 
	background-image:url(../images/header_home.jpg);
	height:260px;
	background-repeat:no-repeat;
} 

 /*HOME TOP NAV*****************************************/
 
 #navlist {
 width:1024px;
 }
 
 #navlist ul {
 list-style:none;
 padding:145px 0px 0px 115px;
 margin:0px;
 }
 
 #navlist li {
 display:inline;
 padding: 10px;
 font-size:14px;
 }
 
 #navlist li a:link {
 color:#FFFFFF;
 text-decoration:none;
 }
 
  #navlist li a:visited{
 color:#FFFFFF;
 text-decoration:none;
 }
 
  #navlist li a:HOVER {
 color:#FFFFFF;
 text-decoration:none;

 }
 
#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	background-image:url(../images/left_home.jpg);
	width:337px;
	height:103px;
	color:#FFFFFF;
	padding:185px 30px 0px 130px;
	font-size:12px;

}

#sidebar1 a:link {
color:#FFCC00;
text-decoration:underline;
font-weight:bold;
}

#sidebar1 a:visited {
color:#FFCC00;
text-decoration:underline;
font-weight:bold;
}

#sidebar1 a:HOVER {
color:#FFCC00;
text-decoration:none;
font-weight:bold;
}

#sidebar1 a:active {
color:#FFCC00;
text-decoration:underline;
font-weight:bold;
}

#homeflash { 
 background-image:url(../test%20page/images/bg_flash.jpg);
 width:527px;
 height:288px;
 float:right;
 }
 
 /*HOME  BOTTOM BOXES*****************************************/
 
 #bottom {
background-image:url(../images/home_container_bg.jpg);
background-repeat:repeat;
 float:left;
 width:1024px;
}
 
 #bottom_top {
 background-image:url(../images/home_bottom-top.jpg);
 background-repeat:no-repeat;
 padding: 75px 140px 20px 125px;
 color:#FFFFFF;
 text-align:center;

}
 
#bottom_bottom {
 background-image:url(../images/home_bottom_bottom.jpg);
 background-repeat:no-repeat;
 height:16px;
 }
 
 /*HOME FOOTER*****************************************/

 #footer { 
	background-image:url(../images/bg_footer.jpg);
	width:899px;
	background-repeat:no-repeat;
	text-align:right;
	color:#000000;
	padding: 30px 125px 0px 0px;
	font-size:10px;
	font-weight:bold;
	float:left;
}

 #footer ul {
 list-style:none;
 padding:5px 0px 0px 0px;
 margin:0px;
 }
 
 #footer li {
 display:inline;
 padding: 5px;
color:#999999;
} 


/*END HOME*****************************************/


/*SUB PAGES***************************************************************/


#subheader { 
background-image:url(../images/header_sub.jpg);
height:175px;
background-repeat:no-repeat;
} 

#subnavprofile {
background-image:url(../images/bg_subnav_profile.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavcontact{
background-image:url(../images/bg_subnav_contact.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavservice{
background-image:url(../images/bg_subnav_service.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavnews {
background-image:url(../images/bg_subnav_news.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavemployment {
background-image:url(../images/bg_subnav_employment.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavsitemap {
background-image:url(../images/bg_subnav_sitemap.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavsmall {
background-image:url(../images/bg_small_business.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavmedium {
background-image:url(../images/bg_medium_business.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}

#subnavlarge {
background-image:url(../images/bg_large_business.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
height:63px;
}






#tele {
background-image:url(../images/bg_content_telephone.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
}

#sub_content {
background-image:url(../images/sub_content_bg.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
}

#sub_content_small_business {
background-image:url(../images/bg_small_business_2.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
}

#sub_content_medium_business {
background-image:url(../images/bg_medium_business_2.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
}

#sub_content_large_business {
background-image:url(../images/bg_large_business_2.jpg);
background-repeat:no-repeat;
float:left;
width:1024px;
}

#sub_content p {
padding: 0px 75px 0px 115px;
}


 #subnavlist {
 width:1024px;
 float:left;
 clear:left;
 }
 
 #subnavlist ul {
 list-style:none;
 padding:135px 0px 0px 115px;
 margin:0px;
 }
 
 #subnavlist li {
 display:inline;
 padding: 10px;
 font-size:14px;
 }
 
  #subnavlist li a:link {
 color:#FFFFFF;
 text-decoration:none;
 }
 
  #subnavlist li a:visited{
 color:#FFFFFF;
 text-decoration:none;
 }
 
 #subnavlist li a:HOVER {
 color:#FFFFFF;
 text-decoration:none;
}

#text {
padding: 0px 75px 0px 115px;
}

/*SUB NAVS**********************************************************************/

/*TELEPHONE SYSTEMS***/

#subnavtele {
background-image:url(../images/bg_subnav_telephone.jpg);
height:63px;
background-repeat:no-repeat;
width:1024px;
float:left;

}

 #subnavtele ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavtele li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavtele li a:link {
 color:#000000;
 text-decoration:none;
 }
 
 #subnavtele li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
 #subnavtele li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
 #subnavtele  li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }
 

 
/*NETWORK***/
 
#subnavnetwork {
background-image:url(../images/bg_subnav_network.jpg);
height:63px;
background-repeat:no-repeat;
width:1024px;
float:left;

}

 #subnavnetwork  ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
 #subnavnetwork  li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
 #subnavnetwork li a:link {
 color:#000000;
 text-decoration:none;
 }
 
  #subnavnetwork li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
 #subnavnetwork  li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
 #subnavnetwork li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }

/*CABLING***/
 
#subnavcabling {
background-image:url(../images/bg_subnav_cabling.jpg);
height:63px;
background-repeat:no-repeat;
width:1024px;
float:left;

}

#subnavcabling  ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavcabling   li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavcabling  li a:link {
 color:#000000;
 text-decoration:none;
 }
 
#subnavcabling  li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
#subnavcabling   li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
#subnavcabling  li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }
 
 /*TELCO**/
 
#subnavtelco{
background-image:url(../images/bg-subnav_telco.jpg);
height:63px;
background-repeat:no-repeat;
width:1024px;
float:left;

}

#subnavtelco  ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavtelco   li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavtelco  li a:link {
 color:#000000;
 text-decoration:none;
 }
 
#subnavtelco  li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
#subnavtelco   li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
#subnavtelco  li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }


#subbottom {
background-image:url(../images/sub_bottom_boxes.jpg);
height:322px;
background-repeat:no-repeat;
width:1024px;
float:left;
}


#subbottom  a:link {
 color:#FFFFFF;
 text-decoration:none;
 }
 
#subbottom  a:visited{
 color:#FFFFFF;
 text-decoration:none;
 }
 
#subbottom   a:HOVER {
 color:#FFFFFF;
 text-decoration:underline;
}

#subbottom   a:active {
 color:#FFFFFF;
 text-decoration:none;
}

#smallbusiness {
width:100px;
float:left;
padding: 60px 0px 0px 325px;
font-size:14px;
}

#subnavsmall   ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavsmall    li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavsmall   li a:link {
 color:#000000;
 text-decoration:none;
 }
 
#subnavsmall   li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
#subnavsmall    li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
#subnavsmall   li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }

#mediumbusiness {
width:125px;
float:left;
padding: 60px 0px 0px 50px;
font-size:14px;
}

#subnavmedium    ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavmedium    li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavmedium  li a:link {
 color:#000000;
 text-decoration:none;
 }
 
#subnavmedium    li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
#subnavmedium   li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
#subnavmedium   li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }

#largebusiness {
width:100px;
float:left;
padding: 60px 0px 0px 25px;
font-size:14px;
}

#subnavlarge   ul {
 list-style:none;
 padding:20px 0px 0px 112px;
 margin:0px;
 }
 
#subnavlarge   li {
 display:inline;
 padding: 5px;
 font-size:12px;
 color:#000000;
 }
 
#subnavlarge li a:link {
 color:#000000;
 text-decoration:none;
 }
 
#subnavlarge   li a:visited{
 color:#000000;
 text-decoration:none;
 }
 
#subnavlarge li a:HOVER {
 color:#000000;
 text-decoration:underline;

 }
 
#subnavlarge  li a.active {
 color:#FF0000;
 text-decoration:none;
 font-weight:bold;

 }

#help {
z-index:2;
padding: 15px 0px 0px 580px;
color:#000000;
font-size:12px;
float:left;
line-height:20px;
}

 #help a:link {
 color:#FF0000;
 text-decoration:none;
 }
 
#help li a:visited{
color:#FF0000;
 text-decoration:none;
 }
 
#help a:HOVER {
color:#FF0000;
 text-decoration:underline;
}

#help a:active{
color:#FF0000;
 text-decoration:none;
 }

a:link {
color:#000000;
text-decoration:underline;
}

a:visited {
color:#000000;
text-decoration:underline;
}

a:hover {
color:#000000;
text-decoration:none;
}

a:active {
color:#000000;
text-decoration:underline;
}

#left {
float:left;
color:#000000;
padding: 75px 5px 0px 125px;
width:398px;
}

#right {
float:right;
color:#000000;
padding: 75px 50px 0px 5px;
width:441px;
}

#left_business {
float:left;
color:#000000;
padding: 75px 10px 25px 120px;
width:388px;
}

#right_business {
float:right;
color:#000000;
padding: 75px 60px 25px 5px;
width:431px;
}

#apDiv1 {
	position:absolute;
	text-align:center;
	top:0px;
	width:1024px;
	height:121px;
	z-index:2;	
}

#left_sitemap {
float:left;
color:#000000;
padding: 30px 10px 25px 130px;
width:388px;
}


/*HOME NAVIGATION**********************/

#homenav {
width: 905px;
padding: 131px 0px 0px 119px;
margin:0px;
font-size:14px;
}

#submainnav {
width: 905px;
padding: 127px 0px 0px 119px;
margin:0px;
font-size:14px;
}


/*HOME********************************/

#home {
width:55px;
height:34px;
padding: 0px;
float:left;



}

#home a:link {
color:#FFFFFF;
text-decoration:none;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
}

#home a:visited{
color:#FFFFFF;
text-decoration:none;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
}

#home a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_home.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;

}

#home a:active {
color:#FFFFFF;
text-decoration:none;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
background-image:url(../images/nav_bg_home.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
}

/*TELEPHONE SYSTEMS********************************/

#telephone {
width:137px;
height:34px;
padding: 0px;
float:left;
}

#telephone a:link {
color:#FFFFFF;
text-decoration:none;
width:137px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
}

#telephone a:visited{
color:#FFFFFF;
text-decoration:none;
width:137px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
}

#telephone a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_telephone.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:137px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
}

#telephone  a:active {
color:#FFFFFF;
text-decoration:none;
width:137px;
height:34px;
display:block;
padding: 10px 0px 0px 4px;
background-image:url(../images/nav_bg_telephone.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
}

/*PROFILE********************************/

#profile {
width:56px;
height:34px;
padding: 0px;
float:left;
}

#profile a:link {
color:#FFFFFF;
text-decoration:none;
width:56px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#profile a:visited{
color:#FFFFFF;
text-decoration:none;
width:56px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#profile a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_profile.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:56px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#profile a:active {
color:#FFFFFF;
text-decoration:none;
width:56px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
background-image:url(../images/nav_bg_profile.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
}

/*CONTACT********************************/

#contact {
width:64px;
height:34px;
padding: 0px;
float:left;
}

#contact a:link {
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#contact a:visited{
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#contact a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_contact.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
}

#contact a:active {
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 5px;
background-image:url(../images/nav_bg_contact.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
}

/*SERVICE********************************/

#service {
width:64px;
height:34px;
padding: 0px;
float:left;
}

#service a:link {
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 8px;
}

#service a:visited{
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 8px;
}

#service a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_service.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 8px;
}

#service a:active {
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 8px;
background-image:url(../images/nav_bg_service.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;

}

/*NEWS********************************/

#news{
width:55px;
height:34px;
padding: 0px;
float:left;
}

#news a:link {
color:#FFFFFF;
text-decoration:none;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#news a:visited{
color:#FFFFFF;
text-decoration:none;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#news a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_news.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:55px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#news a:active {
color:#FFFFFF;
text-decoration:none;
width:64px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
background-image:url(../images/nav_bg_news.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
}

/*EMPLOYMENT********************************/

#employment{
width:98px;
height:34px;
padding: 0px;
float:left;
}

#employment a:link {
color:#FFFFFF;
text-decoration:none;
width:98px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#employment a:visited{
color:#FFFFFF;
text-decoration:none;
width:98px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#employment a:hover {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_employment.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:98px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;
}

#employment a:active {
color:#FFFFFF;
text-decoration:none;
background-image:url(../images/nav_bg_employment.jpg);
background-repeat:no-repeat;
background-position: 0px 0px;
width:98px;
height:34px;
display:block;
padding: 10px 0px 0px 10px;

}

.pics {
padding: 0px 0px 0px 100px;
}

.profile_name {
color:#990000;
font-size:18px;
font-weight:bold;
padding: 20px 0px 20px 0px;
}



 a.contactlinks:link {
color:#990000;
text-decoration:underline;
}

 a.contactlinks:HOVER {
color:#000000;
text-decoration:underline;
}

 a.contactlinks:visited {
color:#990000;
text-decoration:underline;
}

 a.contactlinks:active {
color:#990000;
text-decoration:underline;
}

.contactpics {
float:right;
padding:0px 200px 0px 0px;
}

.telephone_movie {
padding: 125px 0px 0px 0px;
text-align:center;

}


ul {
padding:0px 0px 0px 10px;
margin:0px;
}

h1 {
font-size:18px;
}

.style1 {
	font-size: 18px;
	font-weight: bold;
}

.link {
position:absolute;
padding:0px 0px 0px 0px;
z-index:2;
left:650px;
top:405px;
}

 a:link.link {
color:#FFFFFF;
text-decoration:underline;
}

 a:visited.link {
color:#FFFFFF;
text-decoration:underline;
}

 a:HOVER.link {
color:#FFFFFF;
text-decoration:none;
}

 a:active.link {
color:#FFFFFF;
text-decoration:underline;
}

#subnavblank {
background-image:url(../images/bg_subnav_blank.jpg);
height:63px;
width:1024px;
}

#middle {
	float:left;
	width:1024px;
	background-image:url(../images/home_midddle.jpg);
	background-repeat:no-repeat;
	font-size:12px;
}

#phone_left {
	float:left;
	width:140px;
	padding:15px 85px 0px 136px;
	
	
}

#phone_middle {
	float:left;
	width:152px;
	padding:15px 92px 0px 15px;
}

#phone_right {
	width:137px;
	float:left;
	padding:15px 252px 0px 15px;
}

#pricing_text {
	width:784px;
	float:left;
	text-align:center;
	padding:25px 120px 10px 120px;

}
