/* CSS for Jumpnetworks.net as per Bob*/

html, body{
	/*background-image: none;
	
	background-color: #ffffff;*/
	/*background-image: url(../img/employee-productivity13.jpg); 
	background-repeat: repeat-x;*/
	border: 0px;
	margin: 0px;
	font-family: "Verdana";
	font-size: 12px;
	color: #000;
	/*
	position: relative;
	height:100%;
	background-attachment: fixed;*/
	
	/* UNCOMMENT THIS FOR FANCY PRINT */
	background-image:url(../img/promoBG.jpg);
	
	
}

#printBG {
	position:fixed;
	
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:-1;
	
	
	/* UNCOMMENT THIS FOR FANCY PRINT*/
	background-image:url("../img/promoBG.jpg");
}
	 
	

	


#headerInner {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	bottom:-5px;
	background-image: none;
	background-color:transparent;
	background-position:bottom;
	background-repeat:repeat-x;
	
}

#backImage {
	position:absolute;
	top:0;
	left:0;
	display:none;
	overflow:hidden;
	z-index:0; 



}

.box {
	background-color:#2B699E;
	border:0px none #0A66B7;
	padding:5px;
	color:#FFFFFF;
	display:none;
	
}

.screenOnly {
	display:none;
	
}

#sideMenu {
	display:none;
	visibility:hidden;
	background-color:#000000;

}

#sideMenu UL {
	margin:0;
	padding:5px;
	list-style-type:none;
}

#sideMenu UL LI {
	padding-bottom:5px;
	font-size:14px;
}


#box1 {
	position:relative;
	color:#000000;
	right:0px;
	top:0;
	left:0px;
	margin-left:25px;
	bottom:0;
	/* background-color:#FFFFFF; */
	background-color:transparent;
	overflow:visible;
	
	/* UNCOMMENT THIS FOR FANCY PRINT */
	background-color:rgba(204,204,204,0.5);
	border:2px solid rgba(0,102,0,0.5);
	border-right:none;
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
	
	
}

#holder{
	/*margin: 0 auto; 
	height: 100%;
	width:100%; 
	min-width: 350px;
	z-index: 3;
	position:relative;
	top:0px;*/
	text-align:left;
}

.sec1{
	display: block;
	padding-left: 15px;
	cursor: pointer;
	line-height:15px;
	color: #8CB8F4;
	float: left;
	font-size:14px;
}
#navigation{
	height: 100px;
	width: 100%;
}
.sec2{
	width: 100%;
	display: block;
	cursor: pointer;
	line-height:15px;
	color: #8CB8F4;
}
.sub{
	visibility:hidden; 
	overflow:hidden; 
	height:0px;
}


#right{
	width:25%;
	float: right;
	padding:10px;
	text-align: left;
	
}

#staticRight {
	width:25%;
	position:absolute;
	top:120px; 
	right:18px; 
	padding:10px;
	
}
#left{
	margin-top:10px;
	padding-top: 10px;
	width:65%;
	float: left;
	padding: 0px 10px;
	overflow:hidden;
}
/*
a{
	text-decoration: none;
	color: #8CB8F4;
}*/
a img {
	border: 0px;
}

a {
	color:#000;
}

a:hover {
	color:#FFFFFF;
}

H3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
	font-size:12pt;
	/*font-variant:small-caps;*/

}

H4 {
	
	
	font-weight:550;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	/*letter-spacing:1px;*/
	font-size:10pt;
	/*font-variant:small-caps;
	margin-top:-3px;
	margin-bottom:-3px;*/
	padding:0 0 0 0;
	
}




#top{
	height: 100px;
	line-height: 25px;
	text-align: right;
}
#sideMenu a{
	font-weight:bold;
	color: #8CB8F4;
	text-decoration: none;
	border: 0px;
}
#sideMenu a:hover{
	text-decoration: none;
	font-weight:bold;
	color: #DDDDDD;
	border: 0px;
}
.texth{
	font-family: Verdana;
	font-size: 16px;
	font-weight: bold;
	color: #8CB8F4;
	line-height: 12px;
}
#bkg{
	position: fixed;
	top: 150px;
/*	bottom: 10px; */
	width: 100%;
	text-align: center;
	z-index:2;
}

#bkg .bigJumpImg {
	background-image:url(../img/bgkB.png); 
	width:1010px; 
	height:336px; 
	margin:auto; 
	opacity:0.1;
	filter: alpha(opacity=10);
}


#splashBG {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	/*background-color:#024c8a;*/
	background-image: url(../img/bkg.gif);
	background-color: #024c8a;
	background-repeat: repeat-x;
	z-index:45;
}

body {
  margin:0;
 
 /* padding:120px 0 50px 0;
  */

 }
 
 #mainContainer {
 	padding-top:100px;
	
	
 }
 
 div#header{
  position:absolute;
  top:0;
  left:0;
  width:96%;
  margin-left:4%;
  height:100px;
  z-index:2;
  background-image:none;
  background-color:transparent;
 
 }
 div#footer{
	display:none;
  bottom:20px;
  font-size:10px;
  left:0px;
  width:100%;
  height:30px;
  text-align:center;
  z-index:2;
  
  
  position:fixed; 
 }
 
 
 .pageBreak {
 	page-break-before:always;
	height:30px;
 
 }
 
 #contactForm {
 	display:none;
 }
 /* @media screen{
  body>div>div>div#header{
   position:fixed;
  
  }
  body>div>div>div#footer{
   position:fixed;
  }
 
  body>div>div#content{
  	position:absolute;

  	overflow:auto;
	top:0px;
	bottom:50px;
	width:95%;	
	
  }
  
  
 }
 
 #content {
 	width:90%;
	margin-left:4%;
	
	z-index:10;
	text-align:center;

 }*/
 h2 {
 	font-weight:bold;
	font-size:16px;
 }
 h4 {
 	font-weight:bold;
	font-size:14px;
 }
  s4 {
 	font-weight:bold;
	font-size:14px;
 }

.letterC {
	font-size:18px;
 }
p,ul,.regtext {
	font-size:12px;
}
.bg
{
background-image: 
url('smiley.gif');
background-repeat: 
no-repeat;
background-attachment: 
fixed
}


.error {
	font-size:14px;
	font-weight:bold;
	color:#FF5555;
	background-color:#005AA5;
	padding:3px;
	border:1px solid #000000;
}

.strong {
	font-weight:bold;
	font-size:14px;
	background-color:#005AA5;
	padding:3px;
	border:1px solid #000000;
}
.start
{
background: url(../img/dots.gif) 18px 56% no-repeat;
padding-left: 30px;
}
.end
{
background: url(../img/dots2.gif) 18px 49% no-repeat;
padding-left: 30px;

}
.link p{
	font-size:12px;
	font-weight: normal;
}

.siteMapTable TR TD, .siteMapTable TR TH{
	font-size:12px;
	text-align: left;
	font-weight: normal;
}

.itemList LI {
	padding-bottom:5px;
}

.checkBoxes li {
	page-break-inside:avoid;
}

ul.checkBoxes:nth-of-type(1) li:nth-of-type(10) {
	page-break-after:always;
	
	
}

ul.checkBoxes:nth-of-type(2):before {
	content:"";
	display:block;
	height:40px;
	/*background-color:#009933;*/
}

.printTooltip {
	display:block;
	margin-left:10px;
	/*padding-bottom:4px;*/
	font-size:0.9em;
	page-break-inside:avoid;
}

.twoColumn {

}

/*
#phonesPage .iconSection:nth-of-type(even) {
	page-break-after:always;
}*/
#phonesPage .standardSets .iconSection:nth-of-type(2), #phonesPage .standardSets .iconSection:nth-of-type(5) {
	page-break-after:always;
}

#phonesPage .standardSets .iconSection:nth-of-type(3):before, #phonesPage .standardSets .iconSection:nth-of-type(6):before {
	content:"";
	display:block;
	height:40px;
}

#phonesPage .premiumSets {
	page-break-before:always;
}

#phonesPage .premiumSets:before {
	content:"Premium Sets";
	display:block;
	height:40px;
	padding-top:50px;
	font-weight:bold;
	font-size:16pt;
}

#phonesPage .premiumSets .iconSection:nth-of-type(2):before,  {
	content:"";
	display:block;
	height:80px;
}

#phonesPage .premiumSets .iconSection:nth-of-type(2){
	page-break-after:always;
}

#phonesPage .premiumSets .iconSection:nth-of-type(3):before {
	content:"";
	display:block;
	height:40px;
}

#phonesPage .premiumSets .iconSection:last-of-type {
	page-break-after:always;
}


/*
#phonesPage .iconSection:nth-of-type(odd):before {
	content:"";
	display:block;
	height:40px;
}
*/
#phonesPage .iconSection:nth-of-type(1):before {
	content:"";
	display:block;
	height:0px;
}

#phonesPage .iconSection img {
	max-width:320px;
}



