@import url("../../home_page/css/style.css");


  body {
	background-color:#eee;
    }
#header-title{
border-bottom:1px dotted #999;
width:900px;
margin:0px 0px 10px 22px;
}

#header-title h1{
font-size:20px;
font-weight:bold;
color:#333;
} 

 #content-left {
  line-height:1.6;
  display:block;
  text-align:left;
  color: #666666;
  width: 660px;
  float:left;
  padding:8px 8px 0px 8px;
  margin-left:15px;
}

#content-right {
  line-height:1.6;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  text-align:left;
  color: #cccccc;
  width:214px;
  float:right;
  display:block;
  padding:0px 20px 20px 0px;
}

#content-right a{
	color:#F47521;
}

#content-right h2{
background:#065C7E;
padding:2px 0px 2px 10px;
color:#fff;
}

#content-right h3{
display:none;
}


#content-right ul{
list-style:none;
}

#content-right ul li{
border-bottom:1px dotted #999;
padding:5px 0px;
}

#quote {
	background:url("../images/quotebox.jpg") no-repeat center bottom #EEE;
	padding:10px 10px 30px 10px;
}

#two-column-left{
float:left;
width:46%;
padding:0px 0px 20px 20px;
}

#two-column-left h1 {
color:#000;
font-size:14px;
font-weight:bold;
line-height: 16px;
}

#two-column-right{
float:right;
width:51%;
padding:0 0 20px 0px;
}

#two-column-right .section{
float: left; width: 214px;
padding:0px 0px 15px 15px;
}

#two-column-right .section span{
color:#666;
line-height: 16px;
}

#two-column-right h1{
font-size:14px;
font-weight:bold;
color:#000;
line-height: 16px;
}


#three-column-left{
	width:214px;
	float:left;
	padding:0px 0px 20px 0px;
}

#three-column-left p{
        padding:0px 0px 10px 20px;
	color:#999;
}


#three-column-left img{
	float:left;
	padding:0px 0px 10px 20px;

}

#three-column-left h1{
	font-size:15px;
	color:#666;
	padding:0px 0px 0px 20px;
	clear:both;
}

#three-column-left ul{
        color:#999;
        padding:0px 0px 0px 40px;
	list-style:disc;
}

#three-column-left ul li{
        color:#999;
        padding:3px 0px;
}


#three-column-middle{
        width:505px;
        float:left;
	padding:0px 0px 20px 0px;
}

#three-column-middle h1{
        float:left;
		color:#333;
		font-weight:bold;
		width:100%;
		font-size:14px;
		padding:0 10px 5px;
}

#three-column-middle p{
padding:0px 10px 10px 10px;

}


#three-column-right{
        width:214px;
        float:left;
	padding:0px 0px 20px 0px;
}

#three-column-right h2{
        clear:both;
	background:none repeat scroll 0 0 #065C7E;
color:#FFFFFF;
padding:2px 0 2px 10px;
		
}

#three-column-right ul li{
border-bottom:1px dotted #999999;
padding:5px 0;

}


#header {
	height:140px;
	text-align:center;
	margin-bottom:15px;
	background-image:url(../images/subheader.png);
	background-repeat:no-repeat;
  }

#bread{
float:left;
padding:0px 0px 10px 10px;
width:100%;
text-transform:uppercase;
}
  

#wrapper {
	padding-bottom:20px;
}
#data_switch li{
display: inline;
list-style-type: none;
padding-right: 20px;
font-size:20px;
font-weight:bold;
margin:0px 0px 0px 20px;
}

#data_switch li a{
color:#666;
}



#data_switch li a:hover {
color:#999;
text-decoration:none;
}
.searchTerms{
display:none;
}



#full-width{
padding:20px;
}

.leadershipRow {
	clear: both;
	margin: 0 auto;
	width:910px;
}

.leadershipLeft {
	float: left;
	margin: 0 10px 30px;
}

.leadershipMidLeft {
	float: left;
	margin: 0 10px 30px;
}

.leadershipMidRight {
	float: left;
	margin: 0 10px 30px;
}

.leadershipRight {
	float: left;
	margin: 0 10px 30px;
}

.hoverTip {
	display: none;
	position: absolute;
	max-width: 200px;
	background-color: #e6e6e6;
	border: 2px solid #ffffff;
	padding: 5px;
	line-height: 1.2em;
}

#caseStudies, #articleTable {
	border-collapse: collapse;
	width: 900px;
	margin: 15px 0;
}

#caseStudies th, #articleTable th {
	background-color: #e6e6e6;
	text-transform: uppercase;
	color: #333;
	font-weight: bold;
	padding: 7px 0;
	text-align: center;
	border: 1px dotted #666;
}

#caseStudies th {
	width: 32%;
}

#caseStudies td, #articleTable td {
/*	text-transform: capitalize; */
	text-align: center;
	padding: 10px;
	border: 1px dotted #666;
}

#articleTable td {
	padding: 7px 5px;
}

#articleTable img {
	max-width: 200px;
	max-height: 60px;
}

ul.caseStudy {
	list-style: disc outside none;
	margin: 0 25px;
}

div.caseStudy p {
	margin: 20px 0 0;
}

#ditto_pages .ditto_page, #ditto_pages .ditto_currentpage {
	margin: 0 5px;
}

.ditto_summaryPost {
	padding-bottom:30px;
	clear: both;
	margin: 15px 0;
	border-bottom: 1px dotted #333;
}

.ditto_info {
	font-size: 10px;
}

.ditto_tags {
	font-size: 10px;
	margin-bottom: 5px;
}

.ditto_link {
	float: right;
}

.ditto_summaryPost h3 a {
	color: #333;
	font-weight: bold;
}

.ditto_summaryPost h3 a:active, .ditto_summaryPost h3 a:hover {
	color: #F47521;
}

#pressDittoWrap, #whitePaperWrap {
	margin: 15px 0;
}

#whitePaperWrap div {
	border: 1px dotted #333;
	border-top: none;
	padding: 4px 10px;
}

#whitePaperWrap div.description {
	border: 0;
	padding-left: 20px;
}

.pressDittoLeft {
	width: 60px;
	float: left;
	border: 1px dotted #333;
	text-align: center;
	padding: 4px;
	border-top: none;
}

.pressDittoRight {
	border: 1px dotted #333;
	padding: 4px 10px 4px 80px;
	border-collapse: collapse;
	border-top: none;
}

.pressDittoHead {
	background-color: #e6e6e6;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border: 1px dotted #333 !important;
}

ul.datacenter {
	margin-bottom: 25px;
}

ul.datacenter li, #content-left ul {
	list-style: disc outside none;
	margin-left: 25px;
}

img.datacenter {
	border: 0;
	margin: 15px 0;
}

h2.datacenter {
	clear: both;
}

/* ========== BLOG STYLING ========== */

       #mainblog div.first{
		margin-top:0px;
	}

       #mainblog .first h3 {
                font-size: 20px;
		margin-top:0px;
		padding-top:0px;	
     }
        
        #mainblog .first .ditto_info {
                font-size: 13px;
        }
        
        #mainblog .first .ditto_tags {
                font-size: 13px;
                margin-bottom: 5px;
        }
        
        #mainblog .first .ditto_summaryText {
                font-size: 16px;
        }
        
        #mainblog .first .ditto_link {
                font-size: 14px;
        }


#mainblog #showing {
        clear: both;
}

/* ========== Flux Services ========== */

#services-flux-sm {width: 270px; overflow: hidden; position: relative;}
#services-flux-sm #services-circle-sm {float: left; position: relative; width: 270px; height: 270px;}
#services-flux-sm #services-map {position: relative;}
#services-flux-sm .services {z-index: 100; position: absolute;}
#services-flux-sm #services-circle-sm .compliant {height: 270px; display: block; width: 270px;}
#services-flux-sm #services-circle-sm .services {height: 270px; display: block; width: 270px;}
#services-flux-sm #services-circle-sm #compliant {width: 270px; height: 270px; background: url(../images/servicescirclesprite_sm.png) no-repeat; position: absolute;}
#services-flux-sm #services-circle-sm #colocation {height: 157px; width: 105px; left: 29px; top: 29px; background: url(../images/servicescirclesprite_sm.png) -330px -276px no-repeat; position: absolute;}
#services-flux-sm #services-circle-sm #managed {height: 157px; width: 105px; left: 136px; top: 29px; background: url(../images/servicescirclesprite_sm.png) 0px -276px no-repeat; position: absolute;}
#services-flux-sm #services-circle-sm #e3promise {height: 20px; width: 85px; left: 94px; top: 125px; background: url(../images/servicescirclesprite_sm.png) 0px -445px no-repeat; position: absolute;}
#services-flux-sm #services-circle-sm #cloud {height: 82px; width: 185px; left: 42px; top: 161px; background: url(../images/servicescirclesprite_sm.png) -661px -275px no-repeat; position: absolute;}
#services-flux-sm #services-circle-sm #compliant.active {background: url(../images/servicescirclesprite_sm.png) -552px 0px no-repeat;}
#services-flux-sm #services-circle-sm #colocation.active {background: url(../images/servicescirclesprite_sm.png) -552px -276px no-repeat;}
#services-flux-sm #services-circle-sm #managed.active {background: url(../images/servicescirclesprite_sm.png) -219px -276px no-repeat;}
#services-flux-sm #services-circle-sm #e3promise.active {background: url(../images/servicescirclesprite_sm.png) 0px -471px no-repeat;}
#services-flux-sm #services-circle-sm #cloud.active {background: url(../images/servicescirclesprite_sm.png) -661px -444px no-repeat;}
#services-flux-sm #services-circle-sm .compliant-hover {background: url(../images/servicescirclesprite_sm.png) -276px 0px no-repeat !important;}
#services-flux-sm #services-circle-sm .colocation-hover {background: url(../images/servicescirclesprite_sm.png) -441px -276px no-repeat !important;}
#services-flux-sm #services-circle-sm .managed-hover {background: url(../images/servicescirclesprite_sm.png) -110px -276px no-repeat !important;}
#services-flux-sm #services-circle-sm .cloud-hover {background: url(../images/servicescirclesprite_sm.png) -661px -360px no-repeat !important;}
#services-flux-sm #services-circle-sm .e3promise-hover {background: url(../images/servicescirclesprite_sm.png) 0px -471px no-repeat !important;}

#services-flux {width: 911px; overflow: hidden; position: relative;}
#services-flux #services-circle {float: left; position: relative; width: 455px; height: 455px;}
#services-flux #services-map {position: relative;}
#services-flux .services {z-index: 100; position: absolute;}
#services-flux #services-circle .compliant {height: 455px; display: block; width: 455px;}
#services-flux #services-circle .services {height: 455px; display: block; width: 455px;}
#services-flux #services-circle #compliant {width: 455px; height: 455px; background: url(../images/servicescirclesprite.png) no-repeat; position: absolute;}
#services-flux #services-circle #colocation { height: 270px; width: 175px; left: 49px; top: 49px; background: url(../images/servicescirclesprite.png) -561px -467px no-repeat; position: absolute;}
#services-flux #services-circle #managed {height: 265px; width: 175px; left: 230px; top: 49px; background: url(../images/servicescirclesprite.png) 0px -467px no-repeat; position: absolute;}
#services-flux #services-circle #e3promise {height: 33px; width: 150px; left: 153px; top: 212px; background: url(../images/servicescirclesprite.png) 0px -756px no-repeat; position: absolute;}
#services-flux #services-circle #cloud {height: 134px; width: 308px; left: 74px; top: 273px; background: url(../images/servicescirclesprite.png) -1125px -467px no-repeat; position: absolute;}
#services-flux #services-circle #compliant.active {background: url(../images/servicescirclesprite.png) -934px 0px no-repeat;}
#services-flux #services-circle #colocation.active {background: url(../images/servicescirclesprite.png) -936px -467px no-repeat;}
#services-flux #services-circle #managed.active {background: url(../images/servicescirclesprite.png) -375px -467px no-repeat;}
#services-flux #services-circle #e3promise.active {background: url(../images/servicescirclesprite.png) 0px -801px no-repeat;}
#services-flux #services-circle #cloud.active {background: url(../images/servicescirclesprite.png) -1125px -756px no-repeat;}
#services-flux #services-circle .compliant-hover {background: url(../images/servicescirclesprite.png) -467px 0px no-repeat !important;}
#services-flux #services-circle .colocation-hover {background: url(../images/servicescirclesprite.png) -749px -467px no-repeat !important;}
#services-flux #services-circle .managed-hover {background: url(../images/servicescirclesprite.png) -188px -467px no-repeat !important;}
#services-flux #services-circle .cloud-hover {background: url(../images/servicescirclesprite.png) -1125px -612px no-repeat !important;}
#services-flux #services-circle .e3promise-hover {background: url(../images/servicescirclesprite.png) 0px -801px no-repeat !important;}
#services-flux #services-copy {float: left; width: 365px; padding: 20px; margin: 50px 0 0 50px;}
#services-flux #services-copy p {margin: 0px 0px 10px 0px; color: #bbb; font-family: 'Arial', sans-serif; font-size: 13px; line-height: 16px;}
#services-flux #services-copy p span {text-transform: uppercase; color: #000; font-size: 15px;}
#services-flux #services-copy ol {margin: 0px 0px 10px 20px; color: #bbb; font-family: 'Arial', sans-serif; font-size: 13px; line-height: 16px;}
#services-flux #services-copy a.learnmore {font-size: 18px; font-weight: bold; color: #F47521; text-decoration: none; float: right;}
#services-flux #services-copy a.learnmore:hover {text-decoration: underline;}
#services-flux #services-copy h2 {margin: 0px 0px 15px 0px;}
#services-flux #services-copy #compliant-copy h2 {width: 290px; height: 50px; background: url("../images/servicescirclesprite.png") no-repeat scroll -1395px -168px transparent !important; text-indent: -9999px;}
#services-flux #services-copy #colocation-copy h2 {width: 307px; height: 50px; background: url("../images/servicescirclesprite.png") no-repeat scroll -1395px -112px transparent !important; text-indent: -9999px;}
#services-flux #services-copy #managed-copy h2 {width: 270px; height: 50px; background: url("../images/servicescirclesprite.png") no-repeat scroll -1395px -224px transparent !important; text-indent: -9999px;}
#services-flux #services-copy #e3promise-copy h2 {width: 270px; height: 50px; background: url("../images/servicescirclesprite.png") no-repeat scroll -1395px 0px transparent !important; text-indent: -9999px;}
#services-flux #services-copy #cloud-copy h2 {width: 270px; height: 50px; background: url("../images/servicescirclesprite.png") no-repeat scroll -1395px -56px transparent !important; text-indent: -9999px;}

#compliant-area, #colocation-area, #managed-area, #cloud-area, #e3promise-area {cursor: pointer;}

