/* CSS Document */




.lnav {
	float:left;
	padding: 0;
	width: 33px;
	background:url(../images/navleft.jpg) no-repeat;
	height: 39px;
}

.rnav {
	float:left;
	padding: 0;
	width: 32px;
	background:url(../images/navright.jpg) no-repeat;
	height: 39px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#nav, #nav ul {
	width: 1000px;
	list-style: none;
	line-height: auto;
	background: white;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 39px;
}


#nav li {
	float:left;
	padding: 0;
}
#nav li:hover, #nav li.hover{
	position: static;
}


/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/


#nav li a.hmbtn {
	text-indent: -9999px;
	background: url(../images/btn-home.jpg) 0 0 no-repeat;
	width: 86px;
}

#nav li a:hover.hmbtn {
	text-indent: -9999px;
	background: url(../images/btn-home.jpg) 0 -39px no-repeat;
	width: 86px;
}


#nav li a.abtbtn {
	text-indent: -9999px;
	background: url(../images/btn-aboutus.jpg) 0 0 no-repeat;
	width: 99px;
}

#nav li a:hover.abtbtn {
	text-indent: -9999px;
	background: url(../images/btn-aboutus.jpg) 0 -39px no-repeat;
	width: 99px;
}


#nav li a.databtn {
	text-indent: -9999px;
	background: url(../images/btn-ourdatacenters.jpg) 0 0 no-repeat;
	width: 153px;
}

#nav li a:hover.databtn {
	text-indent: -9999px;
	background: url(../images/btn-ourdatacenters.jpg) 0 -39px no-repeat;
	width: 153px;
}

#nav li a.datasolbtn {
	text-indent: -9999px;
	background: url(../images/btn-datacentersolutions.jpg) 0 0 no-repeat;
	width: 182px;
}

#nav li a:hover.datasolbtn {
	text-indent: -9999px;
	background: url(../images/btn-datacentersolutions.jpg) 0 -39px no-repeat;
	width: 182px;
}

#nav li a.peerbtn {
	text-indent: -9999px;
	background: url(../images/btn-peering.jpg) 0 0 no-repeat;
	width: 91px;
}

#nav li a:hover.peerbtn {
	text-indent: -9999px;
	background: url(../images/btn-peering.jpg) 0 -39px no-repeat;
	width: 91px;
}

#nav li a.servbtn {
	text-indent: -9999px;
	background: url(../images/btn-services.jpg) 0 0 no-repeat;
	width: 97px;
}

#nav li a:hover.servbtn {
	text-indent: -9999px;
	background: url(../images/btn-services.jpg) 0 -39px no-repeat;
	width: 97px;
}

#nav li a.presbtn {
	text-indent: -9999px;
	background: url(../images/btn-pressroom.jpg) 0 0 no-repeat;
	width: 115px;
}

#nav li a:hover.presbtn {
	text-indent: -9999px;
	background: url(../images/btn-pressroom.jpg) 0 -39px no-repeat;
	width: 115px;
}

#nav li a.resbtn {
	text-indent: -9999px;
	background: url(../images/btn-resources.jpg) 0 0 no-repeat;
	width: 112px;
}

#nav li a:hover.resbtn {
	text-indent: -9999px;
	background: url(../images/btn-resources.jpg) 0 -39px no-repeat;
	width: 112px;
}


/*-----DROPDOWN BOX APPEARANCE-------*/


/*#nav a.flyOut {
	background: url(../images/doublearrows.gif) center right no-repeat;
}*/

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 240px;
	w\idth: 240px;
	font-weight: normal;
	border-width: 1px;
	border-color: #103862;
	margin: 0px;
	background-color:#13365C;
}

#nav li:hover ul, #nav li.sfhover ul, #nav li:hover ul ul, #nav li.sfhover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul ul {
	left: auto;
}


/*------Indent text in dropdown--------*/
#nav li li {
	padding-left: 5px;
	padding-right: 5px;
	width: 230px;
}

#nav li li a {
	color: #fff;
	width: 240px;
	height: inherit;
	padding: 6px 0 6px 0;
}

#nav li li a:hover {
	color: #fff;
}

#nav li ul ul {
	margin: -26px 0px 0 235px;
}

#nav li:hover ul ul, #nav li:hover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
	left: auto;
	/*padding-left: 0;*/
}

#nav li:hover {
	background-color: #09243F;
}

/*-------------In case right side dropdowns get too wide -----------------*/


#nav li ul ul.right {
	margin: -26px 0px 0 -245px;
}

/*------------home page secondary nav--------------------*/

.lnav2 {
	float:left;
	padding: 0;
	width: 18px;
	background:url(../images/secondnavleft.jpg) no-repeat;
	height: 28px;
}

.rnav2 {
	float:left;
	padding: 0;
	width: 18px;
	background:url(../images/secondnavright.jpg) no-repeat;
	height: 28px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#nav2, #nav2 ul {
	width: 981px;
	list-style: none;
	line-height: auto;
	background: black;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#nav2 a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 28px;
}


#nav2 li {
	float:left;
	padding: 0;
}


/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/


#nav2 li a.signup {
	text-indent: -9999px;
	background: url(../images/btn-signup.jpg) 0 0 no-repeat;
	width: 111px;
}

#nav2 li a:hover.signup {
	text-indent: -9999px;
	background: url(../images/btn-signup.jpg) 0 -28px no-repeat;
	width: 111px;
}


#nav2 li a.subfeed {
	text-indent: -9999px;
	background: url(../images/btn-submitfeedback.jpg) 0 0 no-repeat;
	width: 161px;
}

#nav2 li a:hover.subfeed {
	text-indent: -9999px;
	background: url(../images/btn-submitfeedback.jpg) 0 -28px no-repeat;
	width: 161px;
}


#nav2 li a.datcenloc {
	text-indent: -9999px;
	background: url(../images/btn-datacenloc.jpg) 0 0 no-repeat;
	width: 190px;
}

#nav2 li a:hover.datcenloc {
	text-indent: -9999px;
	background: url(../images/btn-datacenloc.jpg) 0 -28px no-repeat;
	width: 190px;
}

#nav2 li a.reqquote {
	text-indent: -9999px;
	background: url(../images/btn-requestaquote.jpg) 0 0 no-repeat;
	width: 165px;
}

#nav2 li a:hover.reqquote {
	text-indent: -9999px;
	background: url(../images/btn-requestaquote.jpg) 0 -28px no-repeat;
	width: 165px;
}

#nav2 li a.nav2phone {
	text-indent: -9999px;
	background: url(../images/phoneemail.jpg) 0 0 no-repeat;
	width: 318px;
}

#nav2 li a:hover.nav2phone {
	text-indent: -9999px;
	background: url(../images/phoneemail.jpg) 0 0 no-repeat;
	width: 318px;
}

/*------------interior page secondary nav--------------------*/

.botnavtop {
	padding: 0;
	width: 194px;
	background:url(../images/botleftnavtop.jpg) no-repeat;
	height: 14px;
	margin: 0 0 0 0;
	line-height: 14px;
}

.botnavbot {
	padding: 0;
	width: 194px;
	background:url(../images/botleftnavbottom.jpg) no-repeat;
	height: 18px;
	margin: 0 0 0 0;
	line-height: 18px;
}

/*------------------GENERAL NAV RULES----------------------------*/


#botnav, #botnav ul {
	width: 194px;
	list-style: none;
	line-height: auto;
	background: #fff;
	padding: 0 0 0 0px;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
	height: auto;
}

#botnav {
padding: 40px 0 0 0;
}

#botnav a {
	display: block;
	width: 129px;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 34px;
}


#interiorleftcolumn #botnav li {
	list-style: none;
	padding: 0;
	margin: 0 0 0 50px;
	list-style-image: none;
	background: none;
}


/*------------------INDIVIDUAL BUTTON CONTROL------------------------*/


#botnav li a.signup {
	text-indent: -9999px;
	background: url(../images/btn-interiorsignup.jpg) 0 0 no-repeat;
	width: 194px;
}

#botnav li a:hover.signup {
	text-indent: -9999px;
	background: url(../images/btn-interiorsignup.jpg) -194px 0 no-repeat;
	width: 194px;
}


#botnav li a.subfeed {
	text-indent: -9999px;
	background: url(../images/btn-interiorsubmit.jpg) 0 0 no-repeat;
	width: 194px;
}

#botnav li a:hover.subfeed {
	text-indent: -9999px;
	background: url(../images/btn-interiorsubmit.jpg) -194px 0 no-repeat;
	width: 194px;
}


#botnav li a.datcenloc {
	text-indent: -9999px;
	background: url(../images/btn-interiordcl.jpg) 0 0 no-repeat;
	width: 194px;
}

#botnav li a:hover.datcenloc {
	text-indent: -9999px;
	background: url(../images/btn-interiordcl.jpg) -194px 0 no-repeat;
	width: 194px;
}

#botnav li a.reqquote {
	text-indent: -9999px;
	background: url(../images/btn-interiorrequest.jpg) 0 0 no-repeat;
	width: 194px;
}

#botnav li a:hover.reqquote {
	text-indent: -9999px;
	background: url(../images/btn-interiorrequest.jpg) -194px 0 no-repeat;
	width: 194px;
}

/*------------------RSS (bottom) NAV RULES----------------------------*/


#rssbox {
	width: 100%;
	height: 39px;
	margin: 5px 0;
}


#rss, #rss ul {
	width: 1000px;
	list-style: none;
	line-height: auto;
	background: #C1C1C1;
	padding: 0 0 0 0;
	border: solid #999999;
	border-width: 0 0;
	margin: 0 0 0 0;
	text-align: left;
}

#rss a {
	display: block;
	width: auto;
	/*w\idth: 6em;*/
	color: #000000;
	text-decoration: none;
	padding: 0;
	height: 39px;
}


#rss li {
	float:left;
	padding: 0;
}
#rss li:hover, #rss li.hover{
	position: static;
}

#rss li a.anybtn {
	text-indent: -9999px;
	background: url(../images/any2btn.jpg) 0 0 no-repeat;
	width: 117px;
}

#rss li a.virbtn {
	text-indent: -9999px;
	background: url(../images/virbtn.jpg) 0 0 no-repeat;
	width: 179px;
}

#rss li a.cenbtn {
	text-indent: -9999px;
	background: url(../images/footercenterbtn.png) 0 0 no-repeat;
	width: 335px;
}
#rss li a.fbkbtn {
	text-indent: -9999px;
	background: url(../images/facebookbtn.png) 0 0 no-repeat;
	width: 113px;
}
#rss li a.linbtn {
	text-indent: -9999px;
	background: url(../images/linkedinbtn.png) 0 0 no-repeat;
	width: 107px;
}
#rss li a.twtbtn {
	text-indent: -9999px;
	background: url(../images/twitterbtn.png) 0 0 no-repeat;
	width: 103px;
}

/*------------------CHECK BOX RULES----------------------------*/

#checkbox {
	background-color: #FFFFFF
	color: #0c61ac;
	
}
#submit2 {
	text-indent: -9999px;
	background: url(../images/submit2btn.png) 0 0 no-repeat;
	width: 100px;
}
