@import url(print.css);
h3 { font-size: 12px; }

/*=side navigation
-------------------*/
#contentWrapper #sideNav {
	/*background: url(../images/about_pic.jpg) no-repeat;*/
}

/*=content section
-------------------*/
#main #contentSection {
	width: 575px;
	margin: 0;
	padding-bottom: 0;
	float: none;
	display: block;
}
body#newsSearch #main #contentSection {
	width: 693px;
	margin: 0;
	padding-bottom: 0;
	float: none;
	display: block;
}
body#regularContent #main #contentSection {
	width: 370px;
	margin: 0 0 30px 11px;
	float: left;
	display: inline;
}

#contentSection #newsSearch, #main #enewsSearch, .paddedContent { padding: 0 12px; }
table#newsSearch { margin: 10px auto; }
table#newsSearch td { text-align: center; }
table#newsSearch td input, table#newsSearch td span { vertical-align: middle; }
#main #enewsSearch { clear: both; }

#tblSubscription, #tblEnewsletters { width: 100%; }
#tblSubscription th { width: auto; font-weight: bold; text-align: right; padding-right: 2px; }
#tblEnewsletters th, #tblEnewsletters td { vertical-align: top; text-align: left; padding: 5px; width: auto; }


/*=news search table 
------------------------------*/
table#tblSubscription input.txtInput { width: 275px; }
table#tblSubscription select { width: 278px; }

table#newsSearch input.txtInput { width: 275px; }
table#newsSearch select { width: 278px; }

/*=headlines
-------------*/
#contentSection .newsHeadlines, #main .newsHeadlines {
	border: 1px solid #c0a874;
	padding: 2px;
	clear: both;
}
.newsHeadlines table { width: 99%; w\idth: 100%; padding: 0; margin: 0; }
.newsHeadlines caption {
	background: #c0a874;
	margin: 0;
	padding: 0;	
	text-align: left;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	padding: 4px 8px;
	border-bottom: 2px solid #fff;
}
.newsHeadlines tr.oddRow { background: #f2eee3; }
.newsHeadlines th, .newsHeadlines td {
	font-weight: normal;
	text-align: left;
	vertical-align: top;
}
.newsHeadlines th {
	width: 125px;
	padding: 4px 0 7px 8px;
}
.newsHeadlines td { padding: 4px 5px 7px 0; }

/*=article
-----------*/
#contentSection #article { padding: 0 11px; }
#article h3 {
	color: #002569;
	font-size: 14px;
	margin-bottom: 5px;
}
#article h4 {
	font-size: 11px;
	margin: 1px 0 25px;
}


/*=eNewsletter
-----------*/
/*#contentSection #eNewsletter { padding: 0 12px; }*/
#eNewsletter h3 {
	color: #002569;
	font-size: 14px;
	margin-bottom: 5px;
}
#eNewsletter h4 {
	font-size: 12px;
	color: #002569;
	line-height: 1.45em;
}
#eNewsletter h4.box {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
#eNewsletter h5 {
	font-size: 12px;
	font-style: italic;
}

#eNewsletter p.issueInfo {
}
#eNewsletter p.box {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
}
#eNewsletter p.copy {
}

#eNewsletter .REASCaseInPoint {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px 0;
	background-color: #eeeff2;
}
#eNewsletter .dataTable {
	border: #d6d3c0 3px double; 
	font-size: 11px;
}
#eNewsletter .noborder {
	border: 0; 
}
#eNewsletter .dataTable thead th {
	font-weight: bold;
	padding: 5px;
	margin: 0;
	text-align: center;
	background-color: #d6d3c0;
	border-left: 1px solid #fff;
	width: auto;
}
#eNewsletter .dataTable thead th.first {
	border-left-width: 0;
}
#eNewsletter .dataTable tbody th {
	padding: 5px;
	background-color: #d6d3c0;
	border-bottom: 1px solid #fff;
}
#eNewsletter .dataTable tbody th.lastrow {
	border-bottom-width: 0;
}
#eNewsletter .dataTable td {
	border-bottom: #d6d3c0 1px solid;
	border-left: #d6d3c0 1px solid; 
	padding: 4px;
}
#eNewsletter .dataTable td.first {
	border-left-width: 0;
}
#eNewsletter .dataTable td.lastrow {
	border-bottom-width: 0;
}
#eNewsletter .dataTable td.noborder {
	border: 0;
}
#eNewsletter .center {
	text-align: center;
}
#eNewsletter .right {
	text-align: right;
}
#eNewsletter .left {
	text-align: left;
}

/*=case studies
----------------*/
#contentSection .caseStudy {
	border: 1px solid #c0a874;
	padding: 4px 10px 4px 4px;
	margin-bottom: 9px;
	clear: both;
	overflow: hidden;
}
.caseStudy img { float: left; }
.caseStudy .description {
	margin-left: 82px;
}
.description h3 { margin: 0; }
.description p { margin-top: 4px; }

#caseHeader {
	height: 74px;
	margin: 4px 0 10px;
	background: #fff;
}
#caseHeader img { float: left; }
#caseHeader h3 {
	margin: 0 0 0 78px;
	background: #f2eee3;
	height: 74px;
	he\ight: 24px;
	color: #002569;
	font-size: 16px;
	padding: 50px 8px 0 8px
}
#caseContent { margin: 0 15px 0 85px; }

/* feedback form */
#TAWFeedback {
	float:right;
	width:200px;
	border:1px solid #c0a874;
	padding:1px;
	margin:3px;
	font-family:arial;
	font-size:12px;
	padding:0px;
}

#TAWFeedbackTitle {
	color:#fff;
	background-color:#cdb585;
	padding:5px;
	text-align:left;
	margin:1px;
}

#TAWFeedbackForm {
	padding:0px 5px 5px 5px;
	margin:0px;
}

#TAWFeedbackForm table {
	padding:0px;
	margin:0px;
}

#TAWFeedbackForm table td {
	font-size:11px;
	margin-left:1px;
}

#TAWFeedbackForm table td .fieldHeader {
	font-weight:bold;
	padding:2px 0px 2px 0px;
}

#TAWFeedbackForm input {
	display:block;
	width:170px;
}

#TAWFeedbackForm #DisplayEnewsletter1_btnSubmit {
	width:100px;
	margin-left:30px;
}
.myleft {
		border:1px solid #000;
		border-bottom:none;
		padding:5px;
	}
	.myright {
		border-top:1px solid #000;
		border-right:1px solid #000;
		padding:5px;
	}
	.myright ul {
		margin:0px;
		margin-left:15px;
	}
