/* CSS Document */

INPUT{
background-color:#F1F1F1;
}
input, textarea
{
border:1px #666666 solid; 
margin-top:1px;
margin-bottom:2px;
}

* {
margin:0;
padding:0;
border:0px none;
line-height:15px;
}
p { line-height:16px; }/* added for all paragraph*/
html {
	height: 100%;
}
body {
	height: 100%;
	margin-bottom: 1px;
	font-family:Tahoma;
	font-size:11px;
	background:#eaeaea;
	margin:0px;
}

img
{
padding:0px;
border:0px;
}
td 
{
	font-family:Tahoma;
	font-size:11px;
margin: 0px;

}
.clear-td
{
padding: 0px;
margin: 0px;
vertical-align:top;
text-align:left;
}
.clear-td img
{
padding: 0px;
margin: 0px;
vertical-align:top;
text-align:left;
}

.clr {
	clear: both;
}

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
	padding: 2px;
}

#buttons_outer {
	margin-right: 2px;
	float: left;

}

#buttons_inner {

	height: 21px !important;
	height: 23px;
}

#pathway_text {
	overflow: hidden;
	display: block;
	height: 25px;
	line-height: 25px !important;
	line-height: 22px;
	padding-left: 4px;
	background-color:#F5F5F5;

	margin-bottom: 2px;
}

#pathway_text img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 6px;
}

#buttons {
	float: left;
	margin: 0px;
	padding: 0px;
	width: auto;
}


ul#mainlevel-nav
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 0.8em;
}

ul#mainlevel-nav li
{
	background-image: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 11px;
	line-height: 21px;
	white-space: nowrap;
	
}

ul#mainlevel-nav li a
{
	display: block;
	padding-left: 15px;
	padding-right: 5px;
	text-decoration: none;
	color: #f5f5f5;
	background: transparent;
}

#buttons>ul#mainlevel-nav li a { width: auto; }

	ul#mainlevel-nav li a:hover
{

	background: #c64934;
}


#search_outer {
	float: left;
	width: 100%;
}

#search_inner {

	padding: 0px;
  overflow: hidden;
  vertical-align:middle;
    display:inline;
}


#search_inner2 .search, #search_inner2 .search input{

  vertical-align:middle;
    display:inline;
	color:#000000;

}

#search_inner2 .search input.button{

  vertical-align:middle;
    display:inline;
}

#search_inner form {
  padding: 0;
  margin: 0;
  display:inline;
}

#search_inner .inputbox {
	border: 0px;
	padding: 3px 3px 5px 3px;

	color: #c64934;
}

#header_outer {
	text-align: left;
	border: 0px;
	margin: 0px;
}

#header {
	float: left;
	padding: 0px;
	margin-right: 2px;
	width: 635px;
	height: 150px;
	background: url(images/header_short.jpg) no-repeat;
}

#top_outer{
	float: left;
	width: 165px;
}

#top_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  height: 144px !important;
  height: 150px;
  overflow: hidden;
  float: none !important;
  float: left;
}

#left_outer {
  float: left;
	margin-top: 2px;
	width: 165px;
}

#left_inner {
  border: 1px solid #cccccc;
	padding: 2px;
  float: none !important;
  float: left;
}

#content_outer {
	padding: 0px;
	margin-top: 0px;
	margin-left: 2px;
	/** border: 1px solid #cccccc; **/
	float: left;
	width: 100%;
}

#content_inner{
  float: none !important;
  float: left;
  padding: 0;
  padding-top: 2px;
  margin: 0;
}

table.content_table {
  width: 100%;
	padding: 0px;
	margin: 0px;
}

table.content_table td {
	padding: 0px;
	margin: 0px;
}


#banner_inner {
	float: left;
	padding: 0px;
	height: 70px;
}

#poweredby_inner {
	float: right;
	padding: 0px;
	margin-left: 0px;
	height: 70px;
}

#right_outer {
	margin-left: 2px;
	width: 165px;
}

#right_inner {
  float: none !important;
  float: left;
  border: 1px solid #cccccc;
  padding: 2px;
}


.user1_inner {

  float: none !important;
  float: left;
	margin: 0px;
	padding: 12px;
}

.user2_inner {

  float: none !important;
  float: left;
	margin: 0px;
	padding: 5px;
}

table td.body_outer {
	padding-bottom: 5px;

}

.maintitle {
	color: #ffffff;
	font-size: 40px;
	padding-left: 15px;
	padding-top: 20px;
}

.error {
  font-style: italic;
  text-transform: uppercase;
  padding: 5px;
  color: #cccccc;
  font-size: 14px;
  font-weight: bold;
}

/** old stuff **/

.back_button {
	float: left;
  text-align: center;
  font-size: 11px;
  font-weight: bold;
  border: 3px double #cccccc;
  width: auto;
  background: url(images/button_bg.png) repeat-x;
  padding: 0px 10px;
  line-height: 20px;
  margin: 1px;
}

.pagenav {
  text-align: center;
  font-size: 11px;
  font-weight: bold;

background-color:#F5F5F5;
padding:3px;
  width: auto;


  line-height: 20px;
  margin: 1px;
}

.pagenavbar {
	margin-right: 10px;
	float: right;
}
.pagenav_prev {
  font-size: 11px;
}
.pagenav_next {
  font-size: 11px;
}

#footer {
	text-align: center;
	padding: 3px;
}

ul
{
margin: 0;
padding: 0;
list-style: none;
}

li
{
line-height: 15px;
padding-left:13px;
background-image: url(../images/bullet-2.png);
background-repeat: no-repeat;
background-position: 0px 5px;

}


body {

	height: 100%;
	padding: 0px;
	
	color: #333333;
	background: #ffffff;
}

/* Joomla core stuff */
a:link, a:visited {
	color: #0077c7; text-decoration: none;

}

a:hover {
	color: #900;	text-decoration: none;

}

table.contentpaneopen {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;
}
/*
table.contentpaneopen td {
   padding-right: 5px;
   padding-top: 3px;
}
*/

table.contentpaneopen td.componentheading {
	padding-left: 4px;
}



table.contentpane {
  width: 100%;
	padding: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	margin: 0px;

}

table.contentpane td {
	margin: 0px;
	padding: 0px;
}

table.contentpane td.componentheading {
	padding-left: 4px;
}

table.contentpaneopen fieldset {
	border: 0px;

}




.button {
  font-size: 10px;
	padding:1px;
  margin-left: 5px;
  border:1px solid #f1f1f1;
background:#EAEAEA;
  vertical-align:middle;
}



.inputbox {
	padding: 2px;
	padding-bottom: 5px;
	padding: 3px 3px 5px 3px;
  font-size: 11px;	
	border:solid 1px #cccccc;
	background-color: #F1F1F1;
	  vertical-align:middle;
}

/*
.componentheading {
	background: url(images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-top: 4px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;

}
*/

.contentcolumn {
	padding-right: 5px;
}

.contentheading {

	font-weight: bold;
	white-space: nowrap;
	padding-top:5px;
	padding-bottom:5px;
}

.contentpaneopen td.contentheading {
	padding-top:5px;
	padding-bottom:5px;
}



.contentpagetitle {
	font-size: 11px;
	font-weight: bold;
	color: #cccccc;
	text-align:left;
}

table.searchinto {
	width: 100%;
}

table.searchintro td {
	font-weight: bold;
}

#search-middle
{
float:left;
background-color:#f1f1f1;
width:100%;
padding:5px;
}

#search-middle #result_numbers,
#search-middle #result_pagination 
{
float:left;
width:200px;

}
#result_pagination select.inputbox{
	padding:0;
	width:60px;
	background-color:#ffffff;
}



table.moduletable {
	width: 100%;
	margin-bottom: 5px;
	padding: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
}

div.moduletable {
	padding: 0;
	margin-bottom: 2px;
}

table.moduletable th, div.moduletable h3 {
	background: url(images/subhead_bg.png) repeat-x;
	color: #666666;
	text-align: left;
	padding-left: 4px;
	height: 21px;
	line-height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform:uppercase;
	margin: 0 0 2px 0;
}

table.moduletable td {
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	font-weight: normal;
}

table.moduletable ul {
list-style:circle;
}
table.moduletable ul li{
list-style:circle;
}

table.pollstableborder td {
  padding: 2px;
}

.sectiontableheader {
  font-weight: bold;
  background: #f0f0f0;
  padding: 4px;
}

.sectiontablefooter {

}

.sectiontableentry1 {
	background-color : #ffffff;
}

.sectiontableentry2 {
	background-color : #f9f9f9;
}

.small {
	color: #999999;
	font-size: 11px;
}

.createdate {
	height: 15px;
	padding-bottom: 10px;
	color: #999999;
	font-size: 10px;
}

.modifydate {
	height: 15px;
	padding-top: 10px;
	color: #999999;
	font-size: 11px;
}

table.contenttoc {
  border: 1px solid #cccccc;
  padding: 2px;
  margin-left: 2px;
  margin-bottom: 2px;
}

table.contenttoc td {
  padding: 2px;
}

table.contenttoc th {
  background: url(images/subhead_bg.png) repeat-x;
  color: #666666;
	text-align: left;
	padding-top: 2px;
	padding-left: 4px;
	height: 21px;
	font-weight: bold;
	font-size: 10px;
	text-transform: uppercase;
}

a.mainlevel:link, a.mainlevel:visited {
	display: block;
	background: url(images/menu_bg.png) no-repeat;
	vertical-align: middle;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	padding-top: 5px;
	padding-left: 7px;
	height: 20px !important;
	height: 25px;
	width: 100%;
	text-decoration: none;
}

a.mainlevel:hover {
	background-position: 0px -25px;
	text-decoration: none;

}

a.mainlevel#active_menu {


}

a.mainlevel#active_menu:hover {

}

a.sublevel:link, a.sublevel:visited {
	padding-left: 1px;
	vertical-align: middle;
	font-size: 11px;
	text-align: left;
}

a.sublevel:hover {
	text-decoration: none;
}

a.sublevel#active_menu {
	color: #333;
}

.highlight {
	font-weight:bold;
	padding: 0;
}
.search_tr div
{
padding:5px;
}

.search_tr .search_title
{
font-weight:bold;
margin-left:10px;
margin-top:10px;
background-image:url(../images/home-content-bullet3.gif);
background-repeat:no-repeat;
background-position: 0em 0.4em;
padding-left:10px;

}

.search_tr .search_text
{
margin-left:15px;
}



.code {
	background-color: #ddd;
	border: 1px solid #bbb;
}

form {
/* removes space below form elements */
	margin: 0;
 	padding: 0;
}

div.mosimage {
  border: 1px solid #ccc;
}

.mosimage {
  border: 1px solid #cccccc;
  margin: 5px
}

.mosimage_caption {
  margin-top: 2px;
  background: #efefef;
  padding: 1px 2px;
  color: #666;
  font-size: 10px;
  border-top: 1px solid #cccccc;
}

span.article_seperator {
	display: block;
	height: 1.5em;
}
.header-td {
	background-color: #EAEAEA;
	vertical-align:bottom;

}
.header-td-tab {
	text-align: right;
}

.header-td-tab td{
	background-color: #D6D6D6;
		vertical-align:middle;

}
.header-td-div {
	background-image: url(../images/div-blue-dot.gif);
	background-repeat: repeat-x;
}
.menu-td-bg {
	background-color: #3CA4D9;
	
}
.divider-blue-dots {
	background-image: url(../images/div-blue-dot.gif);
	background-repeat: repeat-x;
}
.content-bg {
	background-color: #FFFFFF;
}

.header-bottombg
{
background-image:url(../images/header-bottom-bg.gif);
background-repeat:repeat-x;
}



.footer-topbg
{
background-image:url(../images/footer-bg.gif);
background-repeat:repeat-x;
}
.footer-content
{
line-height:17px;
vertical-align:top;
text-align:left;
padding-left:5px;
}



.footer-content a
{
color:#000000;
}
.footer-content a:visited
{
color:#000000;
}
.footer-content a:hover
{
color:#990000;
}

.header-unit-divider
{
vertical-align:top;
text-align:right;
}

.header-unit-divider img
{
vertical-align:top;
text-align:right;
}


/*
Updated Customizations
*/
table td.body_outer
{
padding-left:3px;
}

.buttonheading img
{
padding:2px;
}
/*
#pathway_text2
{
padding:7px;
background-color:#F5F5F5;
border-bottom:#DFDFDF 1px solid;
}
*/


#pathway_text2
{
padding:7px;
}

#pathway_text2 a, #pathway_text2 a:visited
{
color: #6b6b6b;
text-decoration:underline;
}

#pathway_text2 a:hover
{
color: #b6b6b6;
text-decoration:underline;
}


.mod_contentitem
{
padding: 3px;
}

.blog
{
padding: 3px;
width:100%;
}

.blog p { margin-left:20px; padding-top:10px; } /* Added for paragraph tags*/

.moduletable h3
{
padding: 3px;
}
.mod_contentitem .contentopenitem:first-child
{
border-top:#DFDFDF 1px solid;
padding-top:23px;
}

/*
END Updated Customizations
*/
/*
Homepage PureCSS Design
*/
/* CSS Document */
#mydiv_content_main
{
width:940px;
float:left;


font-family:Tahoma;
font-size:11px;
text-align:left;
}
#mydiv_content_core
{
width:650px;
float:left;

}
#mydiv_content_rhs
{
width:260px;
float:right;
padding-left:05px;
}
#mydiv_content_row1
{
width:100%;
float:left;

}

#mydiv_content_row2
{
width:100%;
float:left;

}

#mydiv_content_row_left,
#mydiv_content_row_left1,
#mydiv_content_row_left2
{
padding-left:10px;
width:48%;
float:left;

}

#mydiv_content_row_right,
#mydiv_content_row_right1,
#mydiv_content_row_right2
{
width:48%;
padding-left:10px;
float:right;

}

.mydiv_content_more_main
{
width:120px;
float:right;

}



.mydiv_content_more
{

padding-left:10px;
padding-top:7px;
padding-bottom:7px;
padding-right:5px;
float:right;


background-image:url(../images/home-content-bullet2.gif);
background-repeat:no-repeat;
background-position: .5em .5em;

}

.mydiv_content_item h4
{

background-color:#f1f1f1;
color:#005079;
padding:5px;
margin:0px;
padding-left:25px;
font-family:Tahoma;
font-size:11px;
border-bottom:#dfdfdf 2px solid;
background-image:url(../images/home-content-bullet1.gif);
background-repeat:no-repeat;
}





.mydiv_content_item p
{
padding-left:15px;
padding-top:15px;
color:#404041;

}

.mydiv_content_item p img
{

padding-right:8px;
padding-bottom:5px;
padding-left:0px;
padding-top:3px;
float: left; 
vertical-align: text-top;
}




.mydiv_content_item ul
{

margin:0px;
padding:0px;
padding-left:15px;
margin-left:0px;
list-style-type: none;
}

.mydiv_content_item ul li
{
padding-left:15px;
padding-top:15px;
background-image:url(../images/home-content-bullet2.gif);
background-repeat:no-repeat;
background-position: 0 1.3em;
color:#404041;

}

.mydiv_content_item ul li:first-child
{
padding-top:0px;
background-position: 0em 0em;
}

.mydiv_content_item ul li a
{

color:#0077c7;
font-weight:bold;
text-decoration:none;
}

#mydiv_content_row2 .mydiv_content_item ul li a
{

color:#0077c7;
/*
font-weight:normal;
text-decoration:underline;
*/
font-weight:bold;
text-decoration:none;
}

.mydiv_content_more a
{
padding-left:10px;
color:#0077c7;
text-decoration:underline;
}


.mydiv_content_item ul li .author
{

color:#6d6e71;
}
/*
END of Homepage PureCSS Design
*/

/*
FOOTER Pure-CSS
*/

#ftr_content
{
float:left;
width:700px;
font-size:10px;
height:63px;
vertical-align:top;
padding:5px;
text-align:left;
}
#ftr_logo
{
float:right;
width:224px;
/*
background-image:url(../images/powered-by-corporater.gif);
*/
background-repeat:no-repeat;
height:15px;

}



#ftr_content a
{
color:#000000;
font-size:11px;
text-decoration:none;

}
#ftr_content a:visited
{
color:#000000;
font-size:11px;
text-decoration:none;

}
#ftr_content a:hover
{
color:#990000;
font-size:11px;
text-decoration:none;

}
#ftr_content a.footer-fineprint-link,
#ftr_content a.footer-fineprint-link:visited,
#ftr_content a.footer-fineprint-link:hover
{
font-size:10px;
color:#333;
}
/*
END of FOOTER Pure-CSS
230 88
234 25
*/

/*
header Pure-CSS
*/
#header-main
{
background-color:#EAEAEA;
float:left;
width:100%;
}

#hdr_logo
{
float:left;
width:240px;
background-image:url(../images/logo.gif);
background-repeat:no-repeat;
height:88px;
display:block;
text-align:left;

}
#hdr_tagline
{
float:left;
width:234px;
background-image:url(../images/slogan.jpg);
background-repeat:no-repeat;
background-position:center;
height:88px;

}

#hdr_content
{
float:right;
width:450px;
height:88px;




}

#hdr_rtop
{
float:right;
text-align:right;
width:450px;
display:block;
padding-top:5px;
padding-bottom:6px;
}
#hdr_rbottom
{
display:block;
float:right;
text-align:right;
width:450px;
height:61px;

overflow:hidden;

}


#hdr_content a
{
color:#000000;
font-size:11px;
text-decoration:none;

}
#hdr_content a:visited
{
color:#000000;
font-size:11px;
text-decoration:none;

}
#hdr_content a:active
{
color:#000000;
font-size:11px;
text-decoration:none;
text-align:left;

}
#hdr_content a:hover
{
color:#990000;
font-size:11px;
text-decoration:none;

}


#hdr_rbottom_units
{
float:right;
width:350px;
overflow:hidden;
background:none;
}

#hdr_rbottom_units > table
{
float:right;
overflow:hidden;
}

/*
END of header Pure-CSS
230 88
234 25
*/

/*
LHS menu
*/
div.user2_inner 
{
padding:0;
margin:0;
}
div.user2_inner div.moduletable 
{
/*background-color:#EAEAEA;*/
}
div.user2_inner div.moduletable h3
{
padding-left:10px;
}
div.user2_inner div.moduletable table tbody tr td
{
/*
//background-image:url(../images/lhs-menu-bg.jpg);
//background-repeat:repeat-x;
*/
background-color:#E4E4E4;
border-bottom:1px solid #BFBFBF;
/*
height:15px;
*/
vertical-align:middle;
}


div.lhs-menu-sub
{

}
div.user2_inner div.moduletable table tbody tr td div.lhs-menu-main
{
background-image:url(../images/home-content-bullet3.gif);
background-repeat:no-repeat;
background-position: 0.9em 0.5em;
padding:3px;
padding-left:20px;

}

div.user2_inner div.moduletable table tbody tr td div.lhs-menu-main p.mainlevel
{
margin-top:5px;
padding-left:8px;
padding-bottom:8px;
}

div.user2_inner div.moduletable table tbody tr td div.lhs-menu-sub
{
margin-top:5px;
background-image:url(../images/home-content-bullet3.gif);
background-repeat:no-repeat;
background-position: 1.6em 0.3em;
padding:3px;
margin-left:-20px;
border-top:1px solid #FAFAFA;
height:22px;
}

div.user2_inner div.moduletable table tbody tr td div.lhs-menu-sub a,
div.user2_inner div.moduletable table tbody tr td div.lhs-menu-sub a:visited
{
color:#333333;
padding-left:30px;
}


.user2_inner .moduletable table tbody tr td div.lhs-menu-main a.mainlevel, 
.user2_inner .moduletable table tbody tr td div.lhs-menu-main a.mainlevel:visited,
.user2_inner .moduletable table tbody tr td div.lhs-menu-main div.lhs-menu-sub a.mainlevel, 
.user2_inner .moduletable table tbody tr td div.lhs-menu-main div.lhs-menu-sub a.mainlevel:visited
{
color:#333333;
font-weight:normal;

}
.user2_inner a:visited
{
color:#333333;
}

div.lhs-menu-main
{

border-bottom:1px solid white;
width:200px;
}
/*
*/


#div_con_rhs
{
float:left;
width:251px;
background-color:#FFFFFF;
}

#div_con_rhs_top
{
float:left;
width:100%;
background-image:url(../images/vasshus-title.jpg);
background-repeat:no-repeat;
height:23px;

}
#div_con_rhs_title
{
float:left;
width:100%;
text-align:center;
padding-top:5px;
padding-bottom:5px;
background-color:#f1f1f1;
}
#div_con_rhs_image
{
float:left;
width:100%;
background-color:#f1f1f1;
text-align:center;
}
#div_con_rhs_content
{
float:left;
width:251px;
background-color:#f1f1f1;
}
#div_con_rhs_content div:first-child
{
padding:10px;	
}

#div_con_rhs_links
{
float:left;
width:251px;
background-color:#f1f1f1;
}
#div_con_rhs_fullimage
{

visibility:hidden;
position:absolute;
top:300px;
left:200px;

}
#div_con_rhs_footer
{
float:left;
width:100%;
background-image:url(../images/vasshus-bottom.jpg);
background-repeat:no-repeat;
height:8px;
background-color:#FFFFFF;
}


/* Mast head CSS
*/

#div_masthead
{
width:945px;
height:156px;
background-image:url(../images/top-banner-bg.jpg);
background-repeat:no-repeat;
}

#div_masthead_menu
{
width:945px;
height:28px;
padding-right:0PX;
background-image:url(../images/top-menu-bg.gif);
background-repeat:repeat-x;
vertical-align:bottom;
}

#div_masthead_menu div
{

height:28px;
vertical-align:bottom;
}

#mast1
{
width:300px;
float:left;
padding:3px;
height:135px;
}
#mast2
{
width:320px;
float:left;
padding:3px;
margin-left:5px;
height:135px;
}
#mast3
{
width:280px;
float:left;
padding:5px;
margin-left:5px;
height:135px;
}


#mast1_image
{
width:77px;
float:left;
margin-left:5px;
margin-top:5px;
background-image:url(../images/img01.jpg);
background-repeat:no-repeat;
height:100px;
}
#mast1_title
{
margin-top:5px;
width:200px;
float:right;
margin-left:3px;
height:25px;
background-image:url(../images/thought-leadership.gif);
background-repeat:no-repeat;
}
#mast1_content
{
width:200px;
float:right;
margin-left:3px;
}
#mast1_content strong
{
padding-top:3px;
padding-bottom:3px;
}
#mast1_content_readmore
{
width:100px;
float:right;
margin-left:3px;
margin-top:5px;

}
#mast1_content_readmore a,
#mast1_content_readmore a:hover
{
text-decoration:underline;
color:#000000;
}


#mast2_image
{
margin-top:5px;
width:77px;
float:left;
margin-left:15px;
background-image:url(../images/spotlight_adaptive.gif);
background-repeat:no-repeat;
height:100px;
}
#mast2_title
{
margin-top:5px;
width:200px;
float:right;
margin-left:3px;
height:25px;
background-image:url(../images/spot-light.gif);
background-repeat:no-repeat;
}
#mast2_content
{
width:200px;
float:right;
margin-left:3px;
}
#mast2_content_readmore
{
width:100px;
float:right;
margin-left:3px;
margin-top:5px;

}
#mast2_content_readmore a,
#mast2_content_readmore a:hover
{
text-decoration:underline;
color:#000000;
}



#mast3_image
{
margin-top:1px;
width:275px;
height:137px;
float:left;
margin-left:2px;
background-image:url(../images/epm-banner.jpg);
background-repeat:no-repeat;

}




#tb-content-head h3
{
font-size:11px;
padding-left: 20px;
background-image:url(../images/home-content-bullet2.gif);
background-repeat:no-repeat;
background-position: 0.4em -0.2em;
}
#tb-content-head
{
color:#005085;
background-color:#f6f6f6;
font-weight:bold;
width:100%
}

#tb-content-head td
{
padding:5px;


}

#tb-content-head-sub
{
background-color:#f6f6f6;
}

#tb-content-head-sub .small
{
padding-left:20px;
margin-bottom:13px;
}

#tb-content-head-sub td
{

padding-left:5px;
}

#td-subheading
{
border-top:1px solid #d5d5d5;
padding-top:2px;
padding-bottom:4px;
}


#tb-content-head-sub-intro
{

padding-top:10px;
background-color:#ffffff;
}

#tb-content-head-sub-intro p
{
margin-left:20px;
padding-top:10px;
}

#tb-content-head-sub-intro .readon
{
margin-left:20px;
}

#tb-content-head-sub-intro ul
{
margin-left:25px;
padding-top:10px;
}

#tb-content-head-sub-intro p img
{
margin-left:-5px;

}

table.contentpane td.contentdescription
{
padding-left:20px;
}


.mod_contentitem #tb-content-head h3 {
	
	padding:0px;
	padding-left: 20px;

	font-weight: bold;
	text-transform:none;
	margin: 0px;
	background-image:url(../images/home-content-bullet2.gif);
	background-repeat:no-repeat;
	background-position: 0.4em 0em;
}

.topicsmenu_title
{
font-weight:bold;
padding-bottom:25px;
}

.topicsmenu_li
{
font-size:11px;
padding-left: 20px;
background-image:url(../images/home-content-bullet2.gif);
background-repeat:no-repeat;
background-position: 0.4em -0.2em;
margin-top:15px;
}
.topicsmenu_ul
{
padding-left:10px;
list-style:none;
}


.buttonheading
{
background-image:url(../images/divider-buttons.png);
background-repeat:no-repeat;
background-position:0 0.6em;
}


p.ccon-titleunderline
{
margin:0; padding:0; 
margin-left:0px;
color:#005085;
background-color:#f6f6f6;
border-bottom:1px solid #DFDFDF;
padding:7px;
font-weight:bold;
}


.ccon-titleunderline
{
margin:0; padding:0; 
margin-left:0px;
color:#005085;
background-color:#f6f6f6;
border-bottom:1px solid #DFDFDF;
padding:7px;
font-weight:bold;
}
.ccon-title
{
margin-left:0px;
color:#005085;
background-color:#f6f6f6;
padding:7px;
font-weight:bold;
}

.ccon-titlearrow
{
margin-left:0px;
color:#0077bd;
background-color:#f6f6f6;
padding:7px;
padding-left:18px;
background-image:url(../images/home-content-bullet2.gif);
background-repeat:no-repeat;
background-position: 0.4em 0.4em;
font-weight:bold;
}

.ccon-intend
{
padding:7px;
padding-left:28px;
}

.componentheading
{
margin-left:0px;
color:#005085;
background-color:#f6f6f6;
border-bottom:1px solid #DFDFDF;
padding:5px;
font-weight:bold;
text-transform:none;
}

#read_summary
{
border:1px solid #f1f1f1;
padding: 3px;
padding-left:18px;
/*
background-image:url(../images/expand.gif);
background-repeat:no-repeat;
background-position: 0.5em 0.6em;
*/
}
#summary
{
display:none;
border:1px solid #f1f1f1;
background:#fafafa;
/*
background-image:url(../images/collapse.gif);
background-repeat:no-repeat;
background-position: 0.5em 0.6em;
*/
}
#read_summary a,
#summary a
{
text-decoration: underline;
}


#summary p:first-child
{
padding-top:3px;

}
/*
Custom Form CSS
*/
#frmtable
{
font-family:Tahoma;
font-size:11px;
padding-right:10%;
}
#frmtable table td:first-child
{
/*padding-left:20px;*/
}

#frmtable tr td table 
{
padding-top:3px;
}
#frmtable .style1 {
	color: #065087;
	font-weight: bold;
	padding-left:15px;
	padding-top:5px;
	border-bottom:1px solid #DFDFDF;
	margin-bottom:2px;
	background-color:#f6f6f6;

}
#frmtable input,
#frmtable textarea
{
	border:1px solid #909090;
	font-family:Tahoma;
	font-size:11px;
	padding:0;
	margin:0;
	background-color:#ffffff;
	vertical-align:middle;
}
#frmtable  #imageField
{
border:none;
margin-top:5px;
margin-bottom:5px;
}

table#frmtable.frmemail
{
font-family:Tahoma;
font-size:11px;

padding:10px;
padding-left:0px;
padding-right:0px;
}

table#frmtable.frmnewsletter
{
font-family:Tahoma;
font-size:11px;

padding:10px;
padding-left:0px;
padding-right:0px;
}
#searchtable_fields
{
vertical-align:middle;
}
#searchtable_fields input,
#searchtable_fields select
{
padding:0px;
margin:0;
background-color:#FFFFFF;
}
#searchtable_fields input
{
padding:3px;
}

#searchtable_fields input#fullsearch_button
{
background-image:url(../images/go-button.gif);
background-repeat:no-repeat;
border:none;
margin:5px;
padding-left:5px;
padding-right:15px;
}

#searchtable_fields td
{
padding-top:10px;
}


#tb-content-head-sub-intro ol
{
margin-left:20px;

margin-top:5px;
padding-top:5px;
list-style:decimal;
}

#tb-content-head-sub-intro ol li
{
background:none;
margin-left:20px;
}

/*
end of custom form css
*/
/*
Final Reset
*/
#mydiv_content_row1 .mydiv_content_item ul, 
#mydiv_content_row1 .mydiv_content_item p,
#mydiv_content_row2 .mydiv_content_item ul, 
#mydiv_content_row2 .mydiv_content_item p
{
margin-left:0px;
}
#tb-content-head-sub-intro  p.ccon-titleunderline,
#tb-content-head-sub-intro  p.ccon-title,
#tb-content-head-sub-intro  p.ccon-inten,
#tb-content-head-sub-intro  p.ccon-titlearrow,
.contentdescription p.ccon-titleunderline,
.contentdescription p.ccon-title,
.contentdescription p.ccon-inten,
.contentdescription p.ccon-titlearrow
{
margin-left:0px;
padding-top:5px;
}

td.contentdescription {
padding-left:0px;
}
.mytitle
{
color : #1f7ab9;
font-family:Arial;
font-size:14px;
font-weight:bold;
padding-top:3px;
padding-bottom:3px;
}
.mast_content_inner_readmore a,
.mast_content_inner_readmore a:visited,
.mast_content_inner_readmore a:hover
{
text-decoration:underline;
color:#000000;
}
/* newsletter css */
#tb-content-head-sub #newsleter-arch td, #tb-content-head-sub #newsleter-arch td p{ margin:0; padding:0; }
#tb-content-head-sub #newsleter-arch .footer a { color:#fff; }
.footersponcer
{   
    display: inline-block; overflow: hidden;  vertical-align: top; }
.footercorpologo
{  display: inline-block;overflow: hidden; padding: 3px 10px 0 87px;}
.sponsercontainer
{
background: url("/../images/stories/epmimages/sitesponseredby-bg.gif") no-repeat scroll 5px 0px  transparent;
float:right;display: inline-block;overflow: hidden;}
