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

html, body{
	/*background-image: url(../img/bkg.gif); */
	background-color: #EAECE8;
	background-repeat: repeat-x;
	border: 0px;
	margin: 0px;
	font-family: "Verdana";
	
	font-size: 12px;
	color: #FFF;
	position: relative;
	height:100%;
	background-attachment: fixed;
	
	
	
}

#backImage {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	z-index:0; 



}

.box {
	/*background-color:#D3D8CD;*/
	padding:5px;
	color:#000000;
	/*display:none; */
	
	
}



#sideMenu {
	position: absolute;
	top:110px;
	left:0;
	right:0;
	/* 6 buttons = 810 + 7px? */
	/* 7 buttons = 945 + 7px? */
	/*width:948px;*/
	width: 950px;
	margin:0 auto;
	/*width:180px;*/
	padding:5px;
	padding-left:0;
	padding-right:0;
	
	z-index:3;
	border:2px solid #006600;
	border-top:none;
	border-bottom-right-radius:10px;
	border-bottom-left-radius:10px;


}

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

#sideMenu UL LI a{
	display:block;
	padding-left:0px;
	padding-top:8px;
	font-size:14px;
	/*background-image:url(../img/sideMenuItem.gif);
	background-position:top right;
	background-repeat:no-repeat;*/
	float:left;
	height:20px;
	min-width:135px;
	text-align:center;
	

}

#sideMenu:after {
	content:"";
	clear:left;
}


#box1 {
	
	right:0px; 
	position:absolute; 
	top:160px; 
	bottom:0;
	bottom:60px; 
	left:5%;
	
	overflow:auto;
	padding:10px;
	padding-right:5%;
	display:none;

	
}

#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[href] {
	color:#999999;
}

a[href]:hover {
	color:#FFFFFF;
}

H3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-top:0;
	font-size:12pt;
	

}

H4 {
	
	
	font-weight:550;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	
	font-size:11pt;
	

	margin-bottom:-6px;
	padding:0 0 0 0;
	
}




#top{
	height: 100px;
	line-height: 25px;
	text-align: right;
}
#sideMenu a{
	font-weight:bold;
	color: #006600;
	text-decoration: none;
	border: 0px;
}
#sideMenu a:hover{
	text-decoration: none;
	font-weight:bold;
	color: #00CA00;
	border: 0px;

	border-top:2px solid #00CA00;
	margin-top:-2px;
}
.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;
  
 }
 */
 div#header{
  position:absolute;
  top:0;
  left:0;
  right:0;
  width:100%;
  /*padding-left:5px;*/
  height:120px;
  color:#000000;
  background-color:#EAECE8;
  background-image:url(../img/headTest.jpg);
  background-position:top right;
  background-repeat:no-repeat;
  z-index:2;
 }
 div#footer{
  position:absolute;
  bottom:20px;
  font-size:10px;
  left:0px;
  width:100%;
  height:30px;
  text-align:center;
  z-index:2;
  color:#999999;
 }

 
 
 /* @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;
}

.comparisonPage h4 {
	margin-bottom:8px;
}

table.comparison {
	width:90%;
	border-collapse:collapse;
}

table.comparison th{
	text-align:left;
	padding-left:10px;
}

table.comparison td {
		border:1px solid #005500;
		padding:6px;
		vertical-align:top;
}

table.comparison td span {
	border-bottom:1px dashed #00CC00;
}
.tooltip {
	background-color:#666666;
	color:#000000;
	border:2px solid #000000;
	padding:10px;
	min-width:100px;
	min-height:50px;
	max-width:300px;
	-moz-box-shadow: 3px 3px 4px #666;
	-webkit-box-shadow: 3px 3px 4px #666;
	box-shadow: 3px 3px 4px #666;
}

.iconSection h4 {
	margin-bottom:10px;
	margin-top:15px;

}
.leftIcon {
	float:left;
	margin-right:10px;
	
}


.iconSection:after {
	content:"";
	display:block;
	clear:both;
}


.iconSection>div{
	margin-left:200px;
}

a.iconWrapper, a.iconWrapper:hover{
	color:#000000;
	text-decoration:none;
}




ul.checkBoxes {
	list-style:none;
	/*list-style-image:url("../img/checkbox-icon-small.png");*/
	margin-left:0px;
	margin:0;
	padding:0;
}

ul.checkBoxes li {
	background-image:url("../img/checkbox-icon-small.png");
	background-repeat:no-repeat;
	background-position:0 middle;
	min-height:23px;
	line-height:23px;
	padding-left:30px;
	margin-bottom:6px;
	
}

.zoomParent {
	background-color:rgba(200,200,200,0.7);
	cursor:-moz-zoom-in;
	background-image:url("../img/zoom_in_128.png");
	background-repeat:no-repeat;
	background-position:center center ;
}

.iconSectionGroup img.zoomableImage {
	float:left;
	margin-right:40px; 
	margin-bottom:20px;
	/*height:304px; */
}

	


