/* Pretty Stuff
================================== */




img { border: none; }

body {
  font: 12px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
  line-height: 19px;
  background-color: #e4ebf1;
}




#header {
  
  height: 80px;
  


  

}





#mainNav {
	margin: 0 -10px 10px -10px;
	padding: 0;
	height: 40px;
	background-image: url('/images/nav-bg.gif');
	
	}
















#contentBottom {
	clear: both; 
	width: 732px;
	height: 20px;
	border-top: 1px solid #a0b7c6;
}

#content { 
	background-image: url('/images/bg.gif');
	padding-top:  0;
	margin-top:  0;
	padding-bottom:  0;
	margin-bottom:  0;
}

#content .first {
	background: url(/images/bg-top.gif) no-repeat left top;
	margin:  0;
	padding:  0;
}

#content .last {
	background: url(/images/bg-bottom.gif) no-repeat left bottom;
	margin:  0;
	padding:  40px 0 0 0;
}


#footer .first {
	background: url(/images/footer-bg-top.gif) no-repeat left top;
	margin:  0;
	padding:  0;
	width: 960px;
}

#footer .last {
	background: url(/images/footer-bg-bottom.gif) no-repeat left bottom;
	margin:  0;
	padding:  40px 0 0 0;
	width: 960px;
}


#content a {
	text-decoration: none;
	}

#content a:link {
	
	text-decoration: none;
	color: #187cdf;
	}

#content a:visited {
		text-decoration: none;
	color: #187cdf;	}

#content a:hover {
	text-decoration: none;
	color: #044c8a;
	}

#content a em {
	padding-bottom: 2px; 
	}






#content ul {
	list-style-type: disc;
	
	margin: 0 0 10px 30px;
	color:  #666;

		padding-left: 30px;
		text-indent: 0;
}

#content li {
	margin-bottom: 5px;
	
}

#primary {
	width: 430px;
	float: left;
	padding-left: 20px;
	
}


#primaryOneColumn {
	width: 692px;
	float: left;
	padding-left: 20px;	
}
#primaryOneColumn p{
	width: 692px;	
}


#primaryTwoColumn {
	width: 692px;
	float: left;
	padding-left: 20px;
	
}

#primaryTwoColumn p{
	width: 430px;	
}

#primary ul { 

	margin-left: 30px;
	padding-left: 1em;
	text-indent: -1em;
	margin-bottom: 15px;
}

#primary li { margin-bottom: 5px;
 
}

.home ul { 
	
	margin-left: 0;
	padding-left: 0;
	 list-style-position: inside;

	list-style: none;
	
}

.home li { margin-bottom: 5px;
 
}

#secondnav {
	margin: 32px 0 0 0;
	padding: 0;
	
	
}








.secondary  { 
list-style-type: circle outside;
	
	margin-left: 0;
	padding-left: 1em;
	text-indent: 1em;
	margin-bottom: 15px;
}



#secondary { 
	width: 300px;
 	border-left: 1px solid #eee;
} 



#secondary h1 {
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: bold;
	font-size: 12px;
	color: #004883;
	line-height: 18px;
	border-bottom: 0;
	font-size: 10px;
}

#secondary h2 {
	font: 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	
	color: #004883;

	padding-bottom: 5px;
	border-bottom: 1px solid #a0b7c6;
	margin: 0 20px 10px 20px;
}

#footer { 
  clear: both; 
  width: 732px;

  padding-top: 15px;
  height: 120px;
}

#footer p{
	color: #333;
	letter-spacing: -.5px;
	font-size: 10px;
	padding: 0 20px 0 20px;	
}

#footer a {
	text-decoration: none;
	color: #187cdf;
}

#footer a:link {
	text-decoration: none;
	color: #187cdf;
}

#footer a:visited {
	text-decoration: none;
	color: #187cdf;
}

#footer a:hover {
		text-decoration: none;
	color: #044c8a;

}


	
	
	
	


h1 {
	 font: 24px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	

	color: #666;
	

	margin:0 20px 15px 20px;
}

/* for home page only */
h6 {
	 font: 11px "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, sans-serif;
	 letter-spacing: .1em;
	 text-transform:  uppercase;
	color: #004883;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 1px solid #a0b7c6;
	margin: 0 20px 10px 0;
}

h1 A:link, A:active {
	text-decoration: none;
}

h1 A:hover {
	text-decoration: none;
}

h1 A:visited {
	text-decoration: none;
}

h2 {
	
	font-size: 12px;
	color: #004883;
}

h3 {
	font-size: 12px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase; 
	margin-left: 20px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	margin-bottom: 10px;
	
}

h5 {
	font-weight: bold;
	font-size: 18px;
	line-height: 25px;
	text-align: center;
	color: #004883;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 5px;

}



h7 {
	margin: 0 0 10px 20px;
	font-size: 16px;
}



.headline {
	
	font-size: 16px;
	color: #6195c2;
	margin: 0 20px 20px 20px;
	line-height: 23px;
	text-align:  center;
	
	background-image: url('/images/headline-bg.gif');
	height:  110px;
		
	
}

.headline p{
	padding-top:  20px;
	width: 650px;
	margin-left:  125px;
	color: #6195c2;

}

p {
	margin: 0 0 10px 20px;
	color:  #666;
}

/* Highlighting the current page 

body#home #mainNav a#home,
body#ms #mainNav a#ms,
body#colo #mainNav a#colo,
body#backup #mainNav a#backup,
body#staffing #mainNav a#staffing,
body#why #mainNav a#why,
body#info #mainNav a#info,
body#contact #mainNav a#contact,
body#infrastructure #mainNav a#infrastructure,
body#blog #mainNav a#blog,
body#cloud #mainNav a#cloud
{ 
  border-bottom: 2px solid #fff;
  padding-bottom: 1px;
}

body.fact #secondnav a.fact,
body.team #secondnav a.team,
body.careers #secondnav a.careers,
body.success #secondnav a.success,
body.about #secondnav a.about,
body.events #secondnav a.events,
body.news #secondnav a.news,
body.network #secondnav a.network,
body.infrastructure #secondnav a.infrastructure,
body.datacenter #secondnav a.datacenter,
body.overview #secondnav a.overview,
body.colo #secondnav a.colo,
body.managed #secondnav a.managed,
body.virtualized #secondnav a.virtualized,
body.backup #secondnav a.backup,
body.professional #secondnav a.professional
{ 
 	color: #044c8a;
}*/


.smallColumn ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 15px;
  font-size: 10px;
  color: #000;
  background-image: none;
}

.smallColumn li {
  list-style: none;
  float: left;
  padding: 0 7px 0 7px;
  margin: 15px 0 0 0;
    font-size: 10px;
  color: #000;
  background-image: none;

}

#small A:link, A:active {
	text-decortation: underline;
	color: #06C;
}

#small A:hover {
	text-decoration: none;
	color: #06C;
}

#small A:visited {
	text-decortation: underline;
	color: #06C;
}

.red {
	color:  #a60d00;
	font-weight: bold;
	font-size: 16px;
	

}

.pdf {
	padding: 5px 5px 2px 0;
	float: left;

}

#success {
	width: 430;
	height: 

}

.vr {
padding: 0 5px 0 5px;
}

.justify{
	text-align:  justify;
}

.newsicon {
	
	float: left; width: 100px; text-align: center; margin-top: 10px; margin-bottom:55px;
}

.newscontent {
	
	float: right; width: 340px; text-align: left; margin-top: 10px;
}

.newscontent strong {
	color:  #000;
}

#content strong {
	color:  #000;
}

span.amp {
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
  }
  
.sas {
	border: 1px solid #d8d8d8; padding: 10px; margin-bottom: 4px; height: 60px; 
}

.lead {
	
	font-size: 20px;
	color: #000;
	text-align: center;
	padding: 30px 0 30px 0;
	line-height: 28px;
	letter-spacing: -.03em;
}

.divtop {
	background: url('/images/div-top.gif') no-repeat left top;
	height: 25px;
}

.divbottom {
	background: url('/images/div-bottom.gif') no-repeat left bottom;
	height: 15px;
}

.colorbar {
	
	margin-bottom:  10px;
}

.grayborder {
border: 5px solid #eee; margin: 5px 0 0 0;
}

#sidebar ul {
	list-style: none;
	margin-left: 10px;
	padding-left: 0;	
	text-indent: 0;
}

.post img {
	border: 10px solid #eee;
	}
	
.postmetadata {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 17px;
	}
	
.reply { 
	padding-bottom: 15px;
	margin-left: 20px;
	
	}
	
.children ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;

	list-style: none;

}

.children li li {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;

	list-style: none;

}

.homethree  {
margin-left: 0; 	padding-left: 0;	text-indent: 0;
}


.servicesCol1 {
width: 300px; float: left;
margin-bottom: 40px;
}

.servicesCol2 {
width: 300px; float: right; 
margin-bottom: 40px;
margin-right:  10px;
}

.servicesCol200 {
width: 240px; float: left;
margin-bottom: 40px;
}

.servicesCol360 {
width: 360px; float: right; 
margin-bottom: 40px;
}


.servicesCol440 {
width: 460px; float: left;
margin-bottom: 40px;
}

.servicesCol120 {
width: 120px; float: right; 
margin-bottom: 40px;
margin-right: 20px;
}



#solutions {
	width: 350px; 
	float: right; 
	margin: 20px 10px 0 0;
}

#solutions p {
	color: #e2e2e2; 
	padding-left: 100px;
	
}

#solutions a {
	text-decoration: none;
	color: #90caf8;
	}

#solutions a:link {
	
	text-decoration: none;
	color: #90caf8;
	}

#solutions a:visited {
		text-decoration: none;
	color: #90caf8;	}

#solutions a:hover {
	text-decoration: none;
	color: #4c8ac2;
	}
	
.or {
	padding: 0 5px 0 5px;
}

.orange{
	color: #a5492c;
	font-size: 15px;
} 

.orangeCenter {
	color: #a5492c;
	font-size: 15px;
	text-align: center;

} 

.firstParagraph {
	
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
	
}

#newsitem p {

padding-bottom: 10px;

}

ol {
color: #666;
padding-right: 40px;
}

.servicesPage {
width: 216px; margin: 0 0 0 10px; float: left;
}

.servicesPage p {
	
}


hr {color: #fff; background-color: #fff; border: 1px dotted #ccc; border-style: none none dotted; margin: 20px 20px 20px 20px;}


.start {
margin-top: 20px;

}

#banner {
 background-image: url('/images/home5.gif'); background-repeat: no-repeat; height: 350px; margin-bottom: 20px; 
}

#banner a {
	text-decoration: none;
	color: #000;
	}

#banner a:link {
	border-style: none;
	text-decoration: none;
	color: #000;
	}

#banner a:visited {
	border-style: none;
	text-decoration: none;
	color: #000;	}

#banner a:hover {

	border-style: none;
	text-decoration: none;
	color: #000;
	}
	
	
#bannertext {

font-size: 30px; line-height: 20px; margin: 40px 25px 0 30px; color:  #1b3e84;  text-align: center;
}

#bannertextH {

font-size: 16px; line-height: 34px; margin: 25px 25px 0 30px; color: #fff; font-weight: bold;
}

#bannertextH p {
	margin: 0 0 15px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #1b3e84;;
	width: 200px;
	font-weight: normal;
}

#bannertextH img {
	margin: 0  5px 0 0px;
	
}

#bannertextI {

font-size: 17px; line-height: 34px; margin: 20px 25px 0 30px; color: #666; 
}

#bannertextI p {
	margin: 0 0 15px 0px;
	text-align: left;
	font-size: 13px;
	line-height: 17px;
	color: #666;
	width: 200px;
}

#bannertextI img {
	margin: 0  5px 0 0px;
	
}


#homebanner {
background-color: #102f52; background-image: url('/images/home5.gif'); background-repeat: no-repeat; height: 250px; margin-bottom: 20px; 
}

#homebanner a {
	text-decoration: none;
color:  #1b3e84;
	}

#homebanner a:link {
	border-style: none;
	text-decoration: none;
	color:  #1b3e84;
	}

#homebanner a:visited {
	border-style: none;
	text-decoration: none;
	color:  #1b3e84;	}

#homebanner a:hover {

	border-style: none;
	text-decoration: none;
	color:  #1b3e84;
	}


.desc {
font-size: 20px; line-height: 22px;
}

.sub {
margin-left: 10px;
}

#sitemap { 
	background-image: url('/images/footer-bg-middle.gif');
	padding-top:  0;
	margin-top:  0;
	padding-bottom:  0;
	margin-bottom:  0;
	
}

#sitemap p {
	font-size: 10px;
	margin-left: 0;
	}

#sitemap a {
	text-decoration: none;
	color: #54748f;
	}

#sitemap a:link {
	border-style: none;
	text-decoration: none;
	color: #54748f;
	}

#sitemap a:visited {
	border-style: none;
	text-decoration: none;
	color: #54748f;	}

#sitemap a:hover {

	border-style: none;
	text-decoration: none;
	color: #2f4b62;
	}
	
	
	

	
#orange a {
	text-decoration: none;
	color: #a5492c;
}

#orange a:link {
	text-decoration: none;
	color: #a5492c;
}

#orange a:visited {
	text-decoration: none;
	color: #a5492c;
}

#orange a:hover {
	text-decoration: none;
	color: #a5492c;

}


.gray {
	color: #666;
}


#gray a {
	text-decoration: none;
	color: #666;
}

#gray a:link {
	text-decoration: none;
	color: #666;
}

#gray a:visited {
	text-decoration: none;
	color: #666;
}

#gray a:hover {
	text-decoration: none;
	color: #666;

}




.whitepaperh {
	margin: 0 0 10px 20px;
	font-size: 16px;
}

.ok {
	
margin-left: 40px; 	
margin-right: 20px; 
padding-left: 0;	
text-indent: 0;
}

.underline {
	text-decoration: underline;
}

.farright {
	
	margin: 0 20px 0 0;
}

