@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:#888888;
font-size:14px;
font-weight:bold;
}

#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:#999;
}

#two-column-right h1{
font-size:14px;
font-weight:bold;
color:#333;
}


#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:680px;
}

.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;
}


