﻿* {
	margin: 0;
	padding: 0;
}

a {
	color: #a84327;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a.readMore {
	font-size: 12px;		/* it was 10px - JM - Feb 01, 2010 */
	font-weight: normal;	/* it was bold - JM - Feb 01, 2010 */
}

i {
	/*display: none;*/
	display:inline;
}

html {
	font-family: arial, tahoma, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #fff;
}

body {
	width:95%;
	margin:0 auto;
	text-align: left;
	background-color: #fff;
	position:relative;
}

h1 {
	font-size: 22px;
	font-family: "Times New Roman", serif;
	font-weight: normal;
	margin-bottom: 10px;
}

h2 {
	font-size: 20px;
	line-height: 20px;
	font-weight: bold;		/* it was normal - JM - Feb 01, 2010 */
	margin-bottom: 15px;
	color: #000033;			/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
h2 a {
	color: #000033;
}

h2 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

h3 {
	font-size: 16px;
	font-weight: normal;
}

h4 {
	font-size: 14px;
	font-weight: normal;
	
	/* added - JM - Feb 01, 2010 */
	color: #000033;
	font-style: italic;
	/* END OF added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
h4 a {
	color: #000033;
}

h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

/* added for subtitle - JM - Jan 25, 2010 */
h4.subTitle {
	margin-top: -10px;
	margin-bottom: 15px;
	
	/* added - JM - Feb 01, 2010 */
	color: #000033;
	font-style: italic;
	/* END OF added - JM - Feb 01, 2010 */
}
/* END OF added for subtitle - JM - Jan 25, 2010 */

/* added - JM - Feb 01, 2010 */
h4.subTitle a {
	color: #000033;
}

h4.subTitle a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

blockquote {
	margin-left: 30px;
	margin-right: 28px;
}

#container {
	position:relative;
	background-color: #fff;
}

#header {
	background-color: #fff;
	margin-bottom: 10px;
	
}

#header img {
	border: none;
}

#headersignup {
	display: none;
}

#banner{
	display:none;
}
/*   Home content    */

#homeLeft {
	position:relative;
}

#homeRight {
	position:relative;
}

#contentHome {
	padding-left: 0px;
}

#contentHome p {
	line-height: 18px;
	margin-bottom: 15px;
}

#contentHome p.announce {
	background-color: #fff;
	text-align: center;
	line-height: 12px;
	padding: 15px 0;
	font-weight: bold;
	color: #fff;
}

#contentHome p.related,
#content p.related,
p.related {
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
	margin-bottom: 2px;
}

.mainArticle {
	overflow: hidden;
}

.mainArticle img {
	float: right;
	margin: 10px 10px 0 8px;
}

/*   Main content   */

#content {
	position:relative;
	background-color: #fff;
}

#content p {
	margin-bottom: 20px;
	line-height: 18px;
}

#content p.details {
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 0;
}

.articleRelated {
	height: 25px;
	padding-top: 9px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #999;
	margin-bottom: 20px;
	font-size: 10px;
	color: #000033;
}

.articleRelated a {
	color: #000033;

}

.articleRelated img {
	border: none;
}

#content .articleRelated p {
	line-height: 10px;
	margin-bottom: 0;
}

#content .articleRelated p.textSize {
	float: right;
	padding-top: 4px;
}

#content .floatedRight {
	float: right;
	margin: 0 0px 5px 10px;
}

a.email {
	height: 12px;
	padding-top: 4px;
	padding-left: 20px;
	background: url(../images/email.gif) no-repeat left top;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin-right: 12px;
}

/*Remarked by wchandra 23 Nov, 2009*/
/*a.print {
	height: 12px;
	padding-top: 4px;
	padding-left: 20px;
	background: url(../images/print.gif) no-repeat left top;
	padding-right: 10px;
	border-right: 1px solid #999;
	margin-right: 12px;
}
*/
/*----------------------------------------------*/

.share {
	display:none;
}

/*   Sidebar styles   */

.sidebar {
	display:none;
}


.searchbox {
	.margin-top: -1px;
	height: 14px;
	width: 194px;
	font-size: 12px;
}

.withBorder {
	border: 1px solid #cccccc;
	padding: 12px 11px;
}

.floatedRight {
	text-align:right;	
	margin: 0 10px 5px 5px;
}

.floatedLeft {
	text-align:left;	
}

/*   Footer   */

#footer {
	display: inline;
	clear: both;
}


/*   Main navigation styles   */

#menu {
	display:none;
}


/*   Secondary menu    */

ul.secMenu {
	display:none;
}

/*Added by wchandra 23 Nov,2009*/
#articleRelated {
	display:none;
}

#content .articleText {
	padding-bottom:15px;
	.padding-bottom:15px; 
	.margin-bottom:10px;
	position: relative;  
	overflow:visible; 
	
}

#content .articleText p {
	margin-bottom: 15px;	
	line-height: 19px;
	position:relative;
}

#content .articleText hr {
	margin-bottom: 15px;
}

#content .articleText ol {	
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

#content .articleText ul {
	padding-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

#content .articleText a {   
	color: #990000;
}

p.logo {
	margin: 12px 0 0 15px;
}

p.logo img {
	border: 0;
}

.pageTitleImg {
	margin-bottom: 2px;	
	.margin-bottom: 0px;	
}

img.rightBigImg {
	float: right;
	margin-left: 12px;	
	margin-bottom: 10px;
	.margin-bottom: 3px;
}	


/* Added by wchandra 02 Dec, 2009*/
#content .articleText .Items {
	clear: both;	
	float:none;
	padding-top: 15px;
	.padding-top: 13px;
	position: relative;
	overflow: visible;
}

#content .articleText .Items h3 {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;				/* added - JM - Feb 01, 2010 */
}

#content .articleText .Items h3 a {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
}

#content .articleText .Items h3 a:hover {
	color: #750000;					/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
#content .articleText .Items h4 {
	color: #000033;
	font-style: italic;
}

#content .articleText .Items h4 a {
	color: #000033;
}

#content .articleText .Items h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

#content .articleText .Items p {
	margin-bottom: 0px;
	margin-top: 1px;
	position:relative;
}

#content .articleText .Items p.date {
	line-height: 14px;		/* added - JM - Jan 25, 2010 */
}

/*Added by wchandra 26/01/2010*/
#content p.blogdate {
	font-size: 10px;
	margin-top:-14px;
	.margin-top:-13px;
	margin-bottom:10px;
}

#content p.researchdate {
	font-size: 10px;
	margin-top:-14px;
	.margin-top:-13px;
	margin-bottom:10px;
}
/*============================*/

.Items td ul {
	font-size: 12px;
	margin-left: 20px;
}

.articleImgPolicy {
	clear:both; 
	float:left;
	margin: 5px 5px 5px 0; 	
	overflow:visible;
	position:relative;
}

a img.articleImgPolicy {
	border:none;
}

.linkView{
	clear: both;
	padding-top: 5px;	
}

a.more {
	background: url(../images/more.gif) no-repeat right center;
	padding-right: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000066;
}

p.date {
	font-size: 10px;
	margin-bottom: 0px;	
}

.articleImgLanding {
	clear: both; 
	float:left;
	border: 1px solid #2c355c;
	margin: 5px 5px 0 0; 
	overflow:visible;
	position:relative;
}

.rssLink {
	clear:both;
	font-size:11px; 
}

.rssLink img {
	border:none;
	padding:0;
	margin:0;
	width:16px;
}

#content .articleText .ItemsBlog {
	clear: both;
	float:none;
	padding-top: 30px;
	.padding-top: 28px;
	position: relative;
	overflow: visible;
}

#content .articleText .ItemsBlog.firstItem {
	padding-top: 0px;
	.padding-top: 28px;
}

#content .articleText .ItemsBlog blockquote {
	margin-top: 15px;
}

#content .articleText .ItemsBlog blockquote p {
	margin-top: 15px;	
	line-height: 19px;
	text-align: left;
}

#content .articleText .ItemsBlog .itemObject {
	margin-top:15px;
}

#content .articleText .ItemsBlog h3 {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;				/* added - JM - Feb 01, 2010 */
}

#content .articleText .ItemsBlog h3 a {
	color: #000033;					/* it was #000066 - JM - Feb 01, 2010 */
}

#content .articleText .ItemsBlog h3 a:hover {
	color: #750000;					/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
#content .articleText .ItemsBlog h4 {
	color: #000033;
	font-style: italic;
}

#content .articleText .ItemsBlog h4 a {
	color: #000033;
}

#content .articleText .ItemsBlog h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

#content .articleText .ItemsBlog p {
	margin-top: 15px;
	margin-bottom: 0px;
	position:relative;
	
}

#content .articleText .ItemsBlog p.first {
	margin-top: 1px;
	position:relative;
}

#content .articleText .ItemsBlog p.date {
	margin-top: 0px;
	margin-bottom: 0px;
}



.ItemsBlog td ul {
	font-size: 12px;
	margin-left: 20px;
}

.articleRelatedSmall {
	display: none;
}

* html .articleRelatedSmall {
	/*margin-left: 281px;*/
	margin-left: 341px; /*edited by wchandra 26/01/2010*/
}

ul.sendToSmall {
	display:none;
}


ul.socialSmall {
	display:none;
}
p.posted {
	clear:both;
	font-size: 11px;
	margin-bottom: 20px;	
}
.multi p {
	margin-bottom: 3px;
}


.articleIconVideo {
	clear:left; 	
	margin: 0 0 0 5px; 	
	width: 30px;
}

.rssLinkDetail {
	clear: both;
	font-size: 11px; 
	.margin-bottom: -15px;
}

.rssLinkDetail img {
	border: none;
	padding: 0;
	margin: 0;
	width: 16px;
}

p.fileAs {
	clear:both;
	margin-top:10px;
}

.articleImg {
	clear:both; 
	border: none; 
	margin: 0 0 5px 5px; 
	float:right;
}

/*--------------------------------------------*/

#featureStory {
	margin-left:20px;
	width:460px;
	position:relative;
	margin-bottom:10px;
	height:250px;
	overflow:hidden;
}

#featureStory h3 {
	color: #000033;		/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;	/* added - JM - Feb 01, 2010 */
}

#featureStory h3 a {
	color: #000033;		/* it was #000066 - JM - Feb 01, 2010 */
	font-weight: bold;	/* added - JM - Feb 01, 2010 */
}

#featureStory h3 a:hover {
	color: #750000;		/* added - JM - Feb 01, 2010 */
}

/* added - JM - Feb 01, 2010 */
#featureStory h4 {
	color: #000033;
	font-style: italic;
}

#featureStory h4 a {
	color: #000033;
}

#featureStory h4 a:hover {
	color: #750000;
}
/* END OF added - JM - Feb 01, 2010 */

#featureStory p {
	margin-top: 15px;
	margin-bottom: 0px;
}


/*Added by wchandra 26/01/2010*/
#featureStory p.date {
	margin-top:2px;
	margin-bottom:0px;
}
/*===========================*/


#featureStory  td ul {
	font-size: 12px;
	margin-left: 20px;
}

#featureStory ul,ol {
	list-style-position:outside;
	padding:0 0 10px 25px;
}


.topContent {
	height:250px;
	overflow:hidden;
	margin-bottom:15px;
}

.topContent ul,ol {
	list-style-position:outside;
	padding:0 0 10px 25px;
}

/* AG - Jan 07, 2010 - added */
.homeArticleText {
	clear:both;
	margin-bottom:15px;
	position: relative;  
	width: 680px;	
	overflow:hidden; 
	height:250px;
	
}

.homeArticleText p {
	margin-bottom: 15px;	
	line-height: 19px;
	text-align: left; 
}

.homeArticleText hr {
	margin-bottom: 15px;
}

.homeArticleText ol {	
	margin-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

.homeArticleText ul {
	margin-left: 40px;
	margin-bottom: 15px;
	line-height: 19px;
	list-style-position: inside;
}

.homeArticleText a {   
	color: #990000;
}