/***********************************************/
/* emx_nav_left.css                            */
/* Use with template Halo_leftNav.html         */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/
body{
	font-family: Arial,sans-serif;
	color: #333333;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #cccccc url("bg_grad.jpg") fixed;
}

/******* hyperlink and anchor tag styles *******/

a:link, a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

/************** header tag styles **************/

h1{
 font: bold 12px Arial, sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h2{
 font: bold 114% Arial, sans-serif;
 color: #666666;
 margin: 0px;
 padding: 0px;
}

h3{
 font: normal 100% Arial, sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}

h4{
 font: 100% Arial,sans-serif;
 color: #333333;
 margin: 0px;
 padding: 0px;
}

h5{
 font: 100% Arial,sans-serif;
 color: #334d55;
 margin: 0px;
 padding: 0px;
}


/*************** list tag styles ***************/

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

/********* form and related tag styles *********/

form {
	margin: 0;
	padding: 0;
}

label{
 font: bold 1em Arial,sans-serif;
 color: #334d55;
}
				
input{
font-family: Arial,sans-serif;
}

/***********************************************/
/* Layout Divs                                 */
/***********************************************/
#pagecell1{
	left: 13px;
	right: 2%;
	width:95.6%;
	background-color: #ffffff;
	position: absolute;
	top: 47px;
	z-index: 6;
	height: 1700;
	visibility: visible;
}

#tl {
	position:absolute;
	top: -1px;
	left: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#tr {
	position:absolute;
	top: -1px;
	right: -1px;
	margin: 0px;
	padding: 0px;
	z-index: 100;
}

#masthead{
	position: absolute;
	top: 14px;
	left: 16px;
	right: 2%;
	width:95.6%;
	height: 48px;
	z-index: 5;
	visibility: visible;
	
}

#pageNav{
	float: left;
	width:178px;
	padding: 0px;
	background-color: #F5f7f7;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font: small Verdana,sans-serif;
}

#content{
	padding: 0% 10% 0px 0px;
	margin:0px 0px 0px 20%;
	top: 0%;
}


/***********************************************/
/* Component Divs                              */
/***********************************************/
#siteName{
	margin: 0px;
	padding: 16px 0px 8px 0px;
	color: #ffffff;
	font-weight: normal;
}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	top: 16px;
	right: 0px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************** pageName styles ****************/

#pageName{
	padding: 0px 0px 14px;
	margin: 0px;
	border-bottom:none;
	width: 100%;
	height: 85px;
	float: left;
}

#pageName h2{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	margin:0px;
	padding: 0px;
}

#pageName img{
	position: absolute;
	top: 0px;
	right: 6px;
	padding: 0px;
	margin: 0px;
}

/************* globalNav styles ****************/

#globalNav{
	width: 987px;
	min-width: 640px;
	height: 32px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-image:  url("glbnav_background.gif");
	position: absolute;
	left: -4px;
	top: 2px;
	visibility: visible;
}

#globalNav img{
	margin-bottom: -4px;
 
}

#gnl {
	position: absolute;
	top: 0px;
	left:0px;
}

#gnr {
	position: absolute;
	top: 0px;
	right:0px;
}

#globalLink{
	top: 7px;
	height: 16px;
	min-width: 640px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
	text-align: center;
	background-color: #000000;
	position: absolute;
	left: 85px;
	visibility: visible;
}


a.glink, a.glink:visited{
  	font-size: small;
  	color: #FFFFFF;
	font-weight: normal;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
	text-decoration: none;
	color: #F9F799;
}

.skipLinks {display: none;}

/************ subglobalNav styles **************/

.subglobalNav{
	position: absolute;
	top: 84px;
	left: 0px;
	/*width: 100%;*/
	min-width: 640px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:link, .subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
  font-size: 70%;
  margin: 0px  0px 0px 10px;
 }
 
#search a:link, #search a:visited {
	font-size: 80%;
	font-weight: bold;
	
}

#search a:hover{
	margin: 0px;
}


/************** feature styles *****************/

.feature{
	padding: 0px 3px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	top: 188px;
	position: absolute;
	width: 500px;
	left: 182px;
	z-index: 4;
	visibility: visible;
}
html>body .feature {height: 400px;}

.feature h3{
	font: bold 175% Arial,sans-serif;
	color: #000000;
	padding: 30px 0px 5px 0px;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
}


/*************** story styles ******************/

.story {
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story h3{
	font: bold 125% Arial,sans-serif;
	color: #000000;
}

.story p {
	padding: 0px 0px 10px 0px;
}

.story a.capsule{
	font: bold 1em Arial,sans-serif;
	color: #005FA9;
	display:block;
	padding-bottom: 5px;
}

.story a.capsule:hover{
	text-decoration: underline;
}

td.storyLeft{
	padding-right: 12px;
}


/************** siteInfo styles ****************/

#siteInfo{
	clear: both;
	border-top: 1px solid #cccccc;
	font-size: small;
	color: #cccccc;
	padding: 10px 10px 10px 10px;
	margin-top: 0px;
	float: none;
	overflow: visible;
	text-align: center;
	white-space: nowrap;
	width: 1170px;
}

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************ sectionLinks styles **************/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 12px;
	border: 1px solid #D5E4EA;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 0px none;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

#sectionLinks a:link, #sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #FFFFFF;
	background-image:  none;
	font-weight: normal;
	padding: 3px 0px 3px 10px;
	color: #21536A;
	background-color: #FFFFFF;
	font-size: 14px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}


/************* relatedLinks styles **************/

.relatedLinks{
	margin: 0px;
	padding: 3px 0px 3px 10px;
	border-bottom: 0px none #FFFFFF;
	background-color: #FFFFFF;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}

.relatedLinks a{
	display: block; 
}


/**************** advert styles *****************/

#advert{
	padding: 10px;
}

#advert img{
	display: block;
}

/********************* end **********************/
#PageBanner {
	height: 100px;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0B6492;
	z-index: 400;
}
#bottomglobalNav {
	position: relative;
	width: 100%;
	min-width: 640px;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	height: 2px;
}
#imageleft {
	float: left;
}
.imageleft {
	float: left;
}
.leftbannercontainer {
	background-color: #0B6492;
	float: left;
	height: 100px;
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(file:///C|/Documents%20and%20Settings/bprice/My%20Documents/My%20Pictures/glass%20skyscrprsmall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
.centerbannercontainer {
	background-color: #0B6492;
	height: 100px;
	width: 40%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: inline;
	margin-left: 200px;
}
.Rightbannercontainer {
	background-color: #0B6492;
	float: right;
	height: 100px;
	width: 30%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	display: inline;
	padding-top: 40%;
}
#BannerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 40px;
	color: #FFFFFF;
}
.BannerTextHeader {
	font-size: 40px;
	text-align: center;
	height: 50px;
	width: 100%;
	color: #FFFFFF;
}
.bodywrpper {
	width: 100%;
}
#imagebkgrndleft {
	background-image: url(images/glass%20skyscrprsmall.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 99px;
	height: 147px;
	position: static;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#leftbannercontainerCopy {
	background-color: #0B6492;
	float: left;
	height: 100px;
	width: 30%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	background-image: url(file:///C|/Documents%20and%20Settings/bprice/My%20Documents/My%20Pictures/glass%20skyscrprsmall.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	position: static;
	padding-bottom: 7px;
	margin-bottom: 10px;
}
#imagebkgrndright {

	background-image: url(images/rightimage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 99px;
	height: 147px;
}
#PictureBanner {
	height: 120px;
	width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #0C6492;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	background-position: left;
}
#Imageleft {
	float: left;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 7px;
	padding-left: 7px;
}
#tableright {
	margin: 7px;
	padding: 7px;
	float: right;
}
.tableright {
	margin: 7px;
	padding: 7px;
	float: right;
	top: 7px;
}
.tableleft {
	margin: 3px 7px 7px 3px;
	padding: 3px 7px 7px 3px;
	float: left;
	left: 3px;
	position: relative;
}
#phoneimg {
	background-image: url(images/phoneimage.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
}
#infoimg {
	background-image: url(images/infotech2.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
}
#telecomimg {

	background-image: url(images/telecomimage.jpg);
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
}
#satelliteimg {
	background-repeat: no-repeat;
	background-image: url(images/ispimage.jpg);
	height: 132px;
	width: 137px;
}
#phoneimghl {
	background-image: url(images/phoneimage.gif);
	background-repeat: no-repeat;
	width: 132px;
	height: 132px;
	background-color: #FFFFCC;
}
.Rightcontainer {
	background-color: #FFFFFF;
	float: right;
	width: 30%;
	border-left-style: solid;
	border-left-color: #CCCCCC;
	display: inline;
	border-left-width: 1px;
	margin-left: 3px;
	padding-left: 3px;
}
}
#bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
}
#PageLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #334D55;
	background-position: center;
	text-align: center;
}
#ArticleText {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
}
#PictureBannerpages {
	height: 100px;
	width: 100%;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-color: #CCCCCC;
	background-image: url(images/banner1.gif);
	background-repeat: no-repeat;
	background-position: left;
	background-color: #0B6492;
	padding-bottom: 7px;
}
.picturefloattopright {
	float: right;
	top: 7%;
	z-index: 100;
	position: absolute;
	margin-bottom: 7px;
	margin-left: 7px;
	right: 1px;
	padding-bottom: 7px;
	padding-left: 7px;
	height: 295px;
	visibility: hidden;
}
#QuickLinks {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #005FA9;
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
}
.PageTopic {

	padding: 0px 3px;
	font-size: 80%;
	min-height: 200px;
	height: 200px;
	width: 500px;
}
#PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding-left: 3px;
	color: #19303F;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	top: 17%;
}
.picturefloatcenterright {
	float: right;
	position: relative;
	top: 100%;
	z-index: 100;
}
.pictureRight {

	padding: 3px;
	float: right;
}
.picright {
	float: left;
}
.PagePictureFloat {
	float: right;
	top: 70%;
	padding-right: 3px;
	padding-left: 3px;
	clear: right;
	margin-left: 10px;
}
#MessageTable {
	padding: 10px;
	width: 400px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	font-size: 11px;
	top: 5%;
	color: #999999;
	text-align: justify;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.PageImage {
	float: right;
	width: 20%;
}
#SectionTitle {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 3px;
	color: #447CBB;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	top: 17%;
}
#SectionTitleRed {


	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 3px;
	color: #FF0000;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
	top: 17%;
}
.PageImageBottom {
	float: left;
}
.PageImageBottomphone {
	margin-top: 30px;
	background-image: url(images/phonebanner2.jpg);
	height: 525px;
	width: 160px;
	padding-top: 30px;
	background-repeat: no-repeat;
}
.PageImageBottomsatelitte {

	margin-top: 60px;
	background-image: url(images/internetservices2.jpg);
	height: 500px;
	width: 225px;
	padding-top: 30px;
	background-repeat: no-repeat;
}
.PageImageBottomfootersat {
	margin-top: 60px;
	background-image: url(file:///C|/Documents%20and%20Settings/DCT/Desktop/top_banner.gif);
	padding-top: 30px;
	height: 100px;
	width: 800px;
	background-repeat: no-repeat;
}
#WebImg {

	background-repeat: no-repeat;
	background-image: url(images/HTTP.bmp);
	height: 132px;
	width: 137px;
}
.sitemap {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	top: 30%;
}
.PageImageBottomIT {
	margin-top: 30px;
	background-image: url(images/IT_right_panel.jpg);
	height: 676px;
	width: 225px;
	padding-top: 30px;
	background-repeat: no-repeat;
	float: right;
}
.PageContainer {
	width: 770px;
}
.RightContainer {
	float: right;
	width: 25%;
	margin-left: 10px;
	padding-left: 7px;
	z-index: 200;
	position: static;
	height: 200px;
	margin-right: 10px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	top: 40%;
}
#SidePanelText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding-left: 3px;
	color: #666666;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #808080;
}
#QuickLinksPhone {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	display: block;
	font-size: 13px;
	text-align: left;
	line-height: 20px;
	font-weight: bold;
}
.bodytext {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
}
.DuplicateText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-left: 3px;
	font-weight: bold;
	color: #005FA9;
}
.PageImageBottomswebdsign {
	background-image: url(images/Webdsgn.jpg);
	height: 600px;
	width: 225px;
	background-repeat: no-repeat;
}
.PageLeftImage {
	background-image: url(images/DVB-RCS.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 100px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
.PagerightImageCopy {
	background-image: url(images/DVB-RCS.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 100px;
	width: 160px;
	padding: 0px;
	margin: 0px;
}
.PageTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding-left: 3px;
	color: #19303F;
	font-weight: bold;
	text-transform: none;
	line-height: 20px;
}
.satelitteimagecenter {
	background-image: url(images/soho.jpg);
	background-repeat: no-repeat;
	float: right;
	height: 200px;
	width: 500px;
}
.PageImageBottomWireless {
	margin-top: 30px;
	height: 1200px;
	width: 250px;
	padding-top: 30px;
	float: right;
	background: url(images/Wireless%20Banner.jpg) no-repeat;
}
.pictureleft {


	padding: 3px;
	float: left;
}
