/**
* CSS for Case studies print page
*/
body{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 62.5%;
	background:#FFFFFF;
	color: #424242;
	width: 700px; 
}

h1,
h2 {
	color: #0B004E;
}

h4 {
	margin-top: 30px;
}

#logo {
	margin-bottom: 20px;
}

.ptitlecs-list,
.modrn,
.moreinfo,
.ptitlecasestudy,
.modrcs {
	display: none;
}

.maincontent {
	width: 97%;
}

.maincontent p {
	font-size: 13px;
	margin-bottom: 18px;
	margin: 17px 80px 0 20px;
}

ul {
	list-style-type: none;
	margin-left: 0px;
}
ul li {
	/*
	display:list-item;
	list-style-image: url(/templates/main/images/newsbullet.gif);
	list-style-position: inside;
	list-style-type:none;
	*/
	font-size: 13px;
	padding: 5px 0 5px 10px;
	background: url(/templates/main/images/newsbullet.gif) 0 8px no-repeat;
	text-decoration: none;
}

table {
	width: 60%;
	margin:10px 0px 10px 20px;
}

table * {
	font-size: 13px;
	text-align: left;
}

/**
* case studies
*/
.contentintrocs-list,.contentintrocasestudy  {
	background:url(/templates/main/images/case-study-bg.gif) 0 0 no-repeat;
	width:100%;
	clear: both;
	position:relative
}
/*
.maincontent{
	display:list-item;
	list-style-image: transparent;
	list-style-position: inside;
	list-style-type:none;
}
*/
#cs-left {
	clear:left;
	float: left;
	width:100%;
	padding:0;
}

#cs-left h1 {
	font-size:19px;
	color:#0b004e;
	padding:10px 0 0 80px;
	margin-bottom:4px;
}
#cs-left h2 {
	font-weight:normal;
	font-size:1.2em;
	color:#064173;
	padding:0 0 20px 80px;
	text-transform:uppercase;
}

#cs-left p {
	margin-bottom:15px;
	margin-right: 0px;
	font-size:13px;
	line-height:1.4em;
}
#cs-left p.cs-intro {
	color:white;
	margin-top: 0px;
	padding:0 5px 0 0;
	height:61px;
	font-size:12px;
	font-weight:bold;
	line-height:1.6em;
	width: 645px;
}
.icon {
	float:left;
	position:absolute;
	margin:7px 0 0 10px;
}

#cs-right {
	margin-top:-13px;
	position:absolute;
	right:0;
}
#cs-right img {
	display:none;
}

#widequote {
	float:right;
	width:97%;
	border-top:1px solid #7fa1b6;
	border-bottom:1px solid #7fa1b6;
	margin:0px 0 15px 30px ;
	position:relative;
}
#cs-left #widequote p {
	font-weight:bold;
	color:#7fa1b6;
	font-size:15px;
	padding:8px 6px 0 6px;
	margin: 0 0 6px 0;
	line-height:20px;
	width: 85%;
	float: left !important;
	clear: none;
}
#cs-left #widequote .pqi2 {
	position:absolute;
	right:0;
	bottom:5px;
}
#cs-left #widequote img {
	float:left;
	padding:0;
	margin:6px 10px 5px 0;
}


/**
* News
*/
.contentintronews{

}
#news-top {
	/*
	display:list-item;
	list-style-image: url(/templates/main/images/printbg.jpg);
	list-style-position: inside;
	list-style-type:none;
	*/
	padding:0;
	color: #fff;
	background:#7ea1b5 url(/templates/main/images/printbg.jpg) top right no-repeat ;
	width:90%;
	height: 80px;
	float: left;
	border-bottom: 1px solid #bfd0db;
}


#news-top h1 {
	font-size: 19px;
	color: #0b004e;
	margin: 17px 0 4px 20px;
	width: 80%;
}
#news-top h1 span {
	font-size: 15px;
	/*display: inline-block;*/
	margin: 10px 10px 0 0;
	background: transparent;
}
#news-top h2,
#csl-top h2 {
	font-weight: normal;
	font-size: 1.2em;
	color: #064173;
	margin: 0 0 20px 20px;
	text-transform: uppercase;
}
#news-top2 {
	clear: both;
	background: #7ea1b5;
	width: 95%;
	color: #fff;
}
#news-top2 p {
	color: #fff;
	margin: 0 35px 0 20px;
	padding-top: 14px;
	height: 61px;
	font-size: 13px;
	font-weight: bold;
}

#news-left {
	position:relative;
	float:left;
	background:url(/templates/main/images/article-left-border.gif) top left no-repeat;
	width: 95%;
}

#news-left img {
	padding: 10px 0 15px 20px;
}
#news-columns .column1 {
	width:50%;
	float:left;
}
#news-columns .column1 p {
	margin-right: 20px;
}

#news-columns .column2 {
	width:40%;
	float:left;
margin-left:0px;
}
#news-columns .column2 p {
	margin-right: 20px;
}

#pullquote {
	border-top:1px solid #7fa1b6;
	border-bottom:1px solid #7fa1b6;
	margin:15px 0 15px 20px;
	width: 100%;
}

#pullquote p {
	font-weight:bold;
	color:#7fa1b6;
	font-size:15px;
	padding:8px 6px 0 6px;
	margin-bottom:-6px;
}
#pullquote img {
	float:left;
	padding:0;
	margin:6px 10px 5px 0;
}
#pullquote p {
	margin: 0;
	line-height: 25px;
}

#pullquote p.pqp2 {
	margin: 0 0 10px 0;
}

#pullquote p.pqp2 img {
	float:right;
}




