#network {}

#network .leftside {
	float: left;
	width: 600px;
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px dashed #bbbbbb;
}

#network .rightside {
	float: left;
	width: 300px;
}


#network h2 {
	color: #006AB6;
	font-size: large;
	font-weight: bold;
	text-decoration: none;
}

#network p {
	margin: 5px 0px 5px 20px;
}

#network .uptime {
	margin-bottom: 20px;
}

#network .cpn {
	margin: 0px 0px 30px 0px;
}

#network .pfr {
	margin: 0px 0px 20px 0px;
}

#network .pfr .icon {
	float: left;
	width: 80px;
	height: 67px;
	background: transparent url(/images/ciscopfr.png) no-repeat;
	margin: 8px;
}

#network .cpn .icon {
	float: left;
	width: 92px;
	height: 48px;
	background: transparent url(/images/cisco-logo.png) no-repeat;
	margin: 8px;
}

#network .twtc,
#network .cox,
#network .level3,
#network .pnap {
	float: left;
	width: 290px;
	height: 450px;
}

#network .twtc,
#network .level3 {
	border-right: 1px dashed #bbbbbb;
	padding-right: 19px;
}

#network .twtc,
#network .cox { 
	border-bottom: 1px dashed #bbbbbb;
}

#network .twtc a,
#network .cox a,
#network .level3 a,
#network .pnap a {
	display: block;
	font-size: small;
	color: green;
	text-align: center;
	text-decoration: none;
	margin: 10px;
}
	

#network .twtc h2 {
	text-indent: -999em;
	background: transparent url(/images/twtc-logo.png) no-repeat center center;
	width: 310px;
	height: 70px;
}

#network .cox h2 {
	text-indent: -999em;
	background: transparent url(/images/cox-logo.png) no-repeat center center;
	width: 310px;
	height: 70px;
}

#network .level3 h2 {
	text-indent: -999em;
	background: transparent url(/images/level3-logo.png) no-repeat center center;
	width: 310px;
	height: 70px;
}

#network .pnap h2 {
	text-indent: -999em;
	background: transparent url(/images/internap-logo.png) no-repeat center center;
	width: 310px;
	height: 70px;
}

