/* ---------------------
basic layout
--------------------- */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #edeced;

}

.bg {
	background-image:url(../images/bg_gradient.jpg);
	background-repeat:repeat-x;
	background-position:top;
	height:32px;
}

div, 
td,
p {
	font-family: Arial, Helvetica, sans-serif;
	color:#5c5f61;
	font-size:inherit;
}

.dotline {
	background-image:url(../images/dot.gif);
	}

.stockprice{
	color:#d05820;
	font-size:12px;
	font-weight: bold;
}

.stockdate {
	color:#000000;
	font-size: 11px;
}

.content {
	padding-left:28px;
	padding-right:28px;
	padding-top:15px;
	padding-bottom:15px;
	}

.subcontent {
	padding-left:28px;
	padding-right:28px;
	}
	
/** footer **/
.mainlevel-footer {
	font-size:10px;
	color:#8e9294;
	text-decoration:none;
	padding-left:1px;
	padding-right:1px;
}

.mainlevel-footer a:link,
.mainlevel-footer a:active,
.mainlevel-footer a:visited {
	font-size:10px;
	color:#6799cb;
	text-decoration:none;
	margin-left:0px;
}

a.mainlevel-footer:hover {
	color:#003366;
	text-decoration:underline;
}

.mainlevel-footerselected,
a.mainlevel-footerselected {
	color:#003366;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
}

/** biz unit menu **/
.bizunit td,
.bizunit a:link,
.bizunit a:active,
.bizunit a:visited  {
	width:100%;
	background-image:url(../images/pix_bg.gif);
	background-repeat:repeat-x;
	height:40px;
	color:#ffffff;
	font-size:12px;
	font-weight: bold;
	display:block;
	text-decoration:none;
	padding-top:10px;
	text-indent:28px;
	text-align:left;
}

.bizunit a:hover {
	background-image:url(../images/pix_bg_ro.gif);
	}

.bizunitSub a:link,
.bizunitSub a:active,
.bizunitSub a:visited  {
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	display:block;
	text-decoration:none;
	text-align:right;
	height:18px;
	border:#6699cc solid 1px;
	padding-top:2px;
	margin-bottom:6px;
	padding-right:16px;
}

.bizunitSub a:hover {
	border:#6699cc solid 1px;
	background-image:url(../images/bu_submenu_ro.jpg);
	color:#ffffff;
	}
/** dropdown menu **/
a.MenuItem {
  cursor:hand; 
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  font-size: 11px;
  border-bottom:1px solid #d9e5f2; 
  font-weight:normal;
  color:#ffffff;
  display:block;
  text-decoration:none;
  background-color:#84aad6;
  }

a.MenuItem:hover {
  cursor:hand; 
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-bottom:3px;
  font-size: 11px;
  border-bottom:1px solid #d9e5f2; 
  font-weight:normal;
  color:#ffffff;
  display:block;
  text-decoration:none;
  background-color:#5a8ec6;
  }/** top menu **/
.mainlevel {
	font-family:Arial, Helvetica, sans-serif;
	padding-right:8px;
	font-size:11px;
	color:#6699cc;
	text-decoration:none;
	text-transform:uppercase;
}

a.mainlevel:hover 
{
	color:#003366;
 cursor:hand; 
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:3px;
  font-size: 11px;
  border-bottom:1px solid #d9e5f2; 
	text-decoration:none;
  background-color:#5a8ec6;
	text-transform:uppercase;
}

.mainlevel-selected,
a.mainlevel-selected {
	color:red;
	text-decoration:none;
	font-weight:bold;
	font-size:11px;
	text-transform:uppercase;
	padding-right:8px;
}

/** sub menu**/
.moduletable-sub {
	width:100%;
	background-image:url(../images/group_submenubg1.jpg);
	padding-top:23px;
	padding-bottom:20px;
	text-align:right;
}

.moduletable-sub div {
	text-align:right;
	width:100%;
	}
	
.mainlevel-sub {
	font-size:11px;
	color:#84aad6;
	text-decoration:none;
	display:block;
	text-align:right;
	padding-bottom:3px;	
	padding-top:4px;
	padding-right:30px;
	margin-left:20px;
	border-bottom:#00457b solid 1px;
}

a.mainlevel-sub:hover,
a.mainlevel-subsubselected {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/submenu_ro.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:#ffffff solid 1px;
	display:block;
	text-align:right;
	padding-bottom:3px;	
	padding-top:4px;
	padding-right:30px;
	margin-left:20px;
}

.sublevel-sub {
	font-size:11px;
	color:#2c5a89;
	text-decoration:none;
	display:block;
	padding-bottom:3px;	
	padding-top:4px;
	padding-right:30px;
	padding-left:0px;
	border-bottom:#87abd3 solid 1px;
	background-image:url(../images/group_submenu_sub.gif);
	background-position:top right;
	font-weight:normal;
	margin-left:20px;
	}

a.sublevel-subselected,
a.sublevel-sub:hover {
	font-size:11px;
	color:#ffffff;
	font-weight:bold;
	text-decoration:none;
	background-image:url(../images/group_submenu_subro.gif);
	background-position:top right;
	background-repeat:no-repeat;
	border-bottom:#ffffff solid 1px;
	display:block;
	text-align:right;
	padding-bottom:3px;	
	padding-top:4px;
	padding-right:30px;
	margin-left:20px;
}

/** pathway**/
span.pathway{
	display:block;
	width:100%;
	color:#398cb1;
  font-size:11px;
  text-decoration:none;
}

a.pathway{
	color:#398cb1;
  font-size: 11px;
  text-decoration:none;
}

a.pathway:hover {
  color:#003366;
  text-decoration:underline;
}

/**frontpage txt **/
.moduletable-home {
	padding:0px;
	margin:0px;
	width:100%;
}

.componentheading-home,
.contentheading-home {
	color:#003366;
	font-size:18px;
	font-weight: normal;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:22px;
	margin-bottom:10px;
	}
	

.contentpaneopen-home,
.contentpaneopen-home td,
.contentpaneopen-home p {
	font-size:11px;
	line-height:auto;
	padding:0px;
	text-align:left;
}

.contentpaneopen-home a:link,
.contentpaneopen-home a:active,
.contentpaneopen-home a:visited {
	color:#6699cc;
	font-size:11px;
 	text-decoration:none;
}

.blog-home a:hover,
.moduletable-home:hover,
a.contentpaneopen-home:hover,
.contentpaneopen-home a:hover {
	color:#003366;
	text-decoration:underline;
	font-size:11px;
}
	
/**archive txt **/	
.componentheading-archive {
	font-size:110%;
	font-weight:normal;
	color:#000000;
	text-align:left;
	padding-top:24px;
	padding-left:0px;
	padding-bottom:20px;
	vertical-align:top;
	border-bottom:solid 1px #e0e0e0;
	margin-bottom:15px;
	/**background-image:url(../images/pagetitle_bg.gif);
	background-repeat:repeat-x;**/
	}
	
.contentheading-archive,
.contentheading-archive a:link,
.contentheading-archive a:active,
.contentheading-archive a:visited,
.contentheading-archive {
	font-size:inherit;
	color:#6699cc;
 	text-decoration:none;
	font-weight:bold;
	list-style-position:inside;
	padding-left:16px;
	}

.contentpagetitle-archive {
	display:list-item;
}

.contentpaneopen-archive {
	font-size:75%;
	text-align:left;
	width:100%;
}

/**contact us txt **/
.contentheading-ofc {
	font-size:160%;
	font-weight:normal;
	color:#000000;
	text-align:left;
	padding-top:24px;
	padding-left:0px;
	padding-bottom:20px;
	vertical-align:top;
	border-bottom:solid 1px #e0e0e0;
	/**background-image:url(../images/pagetitle_bg.gif);
	background-repeat:repeat-x;**/
	}
	
.contentpaneopen-ofc {
	text-align:left;
	width:100%;
	font-size:70%;
	line-height:125%;
}

.contentpaneopen-ofc table {
	font-size:100%;
	line-height:125%;
}

/**content txt **/
.moduletable {
	text-align:left;
	width:100%;
	padding:0px;
	margin:0px;
	}
.moduletable th {
	font-size:15px;
	color:#6699cc;
	text-align:left;
	padding-left:0px;
	font-weight:bold;
	padding-left:30px;
}

td.contentheading,
.componentheading {
	font-size:150%;
	font-weight:normal;
	color:#000000;
	text-align:left;
	padding-top:24px;
	padding-left:0px;
	padding-bottom:20px;
	vertical-align:top;
	border-bottom:solid 1px #e0e0e0;
	/**background-image:url(../images/pagetitle_bg.gif);
	background-repeat:repeat-x;**/
	}

.contentpaneopen table {
	font-size:100%;
	line-height:145%;
}
	
table.contentpaneopen-ofc,
table.contentpaneopen {
	margin-bottom:15px;
	}
	
.contentpane,
.contentpaneopen {
	font-size:75%;
	line-height:145%;
	text-align:left;
	width:100%;
}

.contentpane img,
.contentpaneopen img {
	padding:5px;
}

.contentpaneopen ul li {
	list-style-type:square;
	}
		
.contentpane a:link,
.contentpane a:active,
.contentpane a:visited,
.contentpaneopen a:link,
.contentpaneopen a:active, 
.contentpaneopen a:visited,
.contentpaneopen-ofc a:link,
.contentpaneopen-ofc a:active, 
.contentpaneopen-ofc a:visited {
	color:#6699cc;
 	text-decoration:none;
	font-weight:bold;
	font-size:inherit;
}

/**hover**/
.contentpagetitle a:hover,
.contentpaneopen a:hover,
.contentpane a:hover,
.contentpaneopen-ofc a:hover,
.blog-archive a:hover,
a.contentpagetitle-archive:hover{
	color:#003366;
	text-decoration:underline;
}

.contentdescription,
.contentdescription a,	
.contentdescription a:link,
.contentdescription a:visited,
.contentdescription a:active {
	font-size:12px;
	line-height:17px;
	color:#003366;
	text-decoration:underline;
}

.blog td{
	font-size:12px;
	text-decoration: none;
	color:#fe660d;
	padding-left:28px;
	padding-bottom:0px;
	display:list-item;
	margin:0px;
	}

.blogsection a:hover {
	color:#003366;
	text-decoration:underline;
	}

/*** back link ***/
.back_button {
	display:list-item;
	list-style-image:url(../images/arrow_back.gif);
	margin-top:50px;
	margin-left:15px;
	}

.back_button a{
	font-family: Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:11px;
	color:#6699cc;
	text-decoration:none;
	font-weight:bold;
}
.back_button a:hover,
a.readon:hover,
.readon a:hover {
	color:#003366;
	text-decoration:underline;
}

.sectiontableentry1,
.sectiontableentry2{
	color:#545454;
	font-size:inherit;
	text-decoration: none;
	display:block;
	}
	
.sectiontableentry1,
.sectiontableentry2{
	color:#545454;
	font-size:inherit;
	text-decoration: none;
	display:block;
	}
	
.sectiontableentry1 a:link,
.sectiontableentry1 a:active,
.sectiontableentry1 a:visited,
.sectiontableentry2 a:link,
.sectiontableentry2 a:active,
.sectiontableentry2 a:visited {
	color:#6699cc;
	font-size:inherit;
	font-weight: bold;
	text-decoration: none;
}

.category, 
.categorytitle {
	font-weight: bold;
	color:#d7253c;
	line-height:20px;
}
.sectiontablefooter,
.pagenav {
	font-size:10px;
	color:#999999;
}

.pagenav a:link,
.pagenav a:active
.pagenav a:visited,,{
	font-size:10px;
	color:#4d7536;
}

/** search butt/input box **/
.inputbox-search {
	background:none;
	color:#5c5c5c;
	font-size:11px;
	padding-left:5px;
	border:none;
	width:130px;
}

.button-search {
	font-size:11px;
	color:#1c3664;
	font-weight:bold;
	background:url(../images/search_bg.gif) left top no-repeat;
	width:60px;
	height:19px;
	vertical-align:top;
	border:none;
	border-left:#c6c8c9 solid 1px;
	padding-left:10px;
	cursor:hand;
	padding-top:1px;
}

.search-search {
	border:#c6c8c9 solid 1px;
	padding:0px;
	height:19px;
}

/** default butt/input box **/
.inputbox{
	color:#5c5f61;
	font-size:11px;
	padding-left:5px;
	border:#c6c8c9 solid 1px;
	margin-left:28px;
}

.button {
	font-size:11px;
	color:#1c3664;
	font-weight:bold;
	background:url(../images/search_bg.gif) left top no-repeat;
	border:#c6c8c9 solid 1px;
	width:60px;
	height:19px;
	vertical-align:top;
	border-left:#c6c8c9 solid 1px;
	padding-left:10px;
	cursor:hand;
	padding-top:1px;
}

/** pdf, printer version, and email to friend button **/
.buttonheading {
	width: 16px!important;
	text-align:right;
}

.sectiontableheader {
	font-weight: bold;
}

/** date info in content **/
.createdate {
	color:#929397;
	font-size:11px;
	padding-bottom:10px;
}

.modifydate {
	color:#595959;
	font-size:11px;
}

/** general module right**/	
.moduletable-news,
.moduletable-right,
.moduletable-feature {
	text-align:left;
	width:100%;
}

.moduletable-news th,
.moduletable-right th,
.moduletable-feature th {
	font-size:15px;
	font-weight:normal;
	color:#003366;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:22px;
}

.moduletable-news td {
	font-size:11px;
	line-height:14px;
	color:#6699cc;
	text-decoration:none;
	text-align:left;
	padding-left:2px;
	font-weight:normal;
	}

.moduletable-news p {
	display:list-item;
	list-style-image:url(../images/bullet_arrow.gif);
	padding-bottom:2px;
	padding-top:0px;
	margin-bottom:6px;
	margin-top:0px;
	color:#6699cc;
	}

.moduletable-right td,
.moduletable-feature td {
	font-size:11px;
	color:#6699cc;
	text-decoration:none;
	text-align:left;
	line-height:14px;
	padding:0px;
	font-weight:normal;
}
/**
.moduletable-news ul {
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
}

.moduletable-news li {
	padding-bottom:5px;
	margin-left:4px;
	padding-top:2px;
	list-style-image:url(../images/bullet_arrow.gif);
	} **/

.moduletable-news a:link,
.moduletable-news a:active,
.moduletable-news a:visited {
	color:#6699cc;
	text-decoration:none;
	font-weight:normal;
	}

.moduletable-right a:link,
.moduletable-right a:active,
.moduletable-right a:visited,
.moduletable-feature a:link,
.moduletable-feature a:active,
.moduletable-feature a:visited {
	color:#6699cc;
	text-decoration:none;
	}

.moduletable-news a:hover,
.moduletable-right a:hover,
.moduletable-feature a:hover  {
	color: #003366;
	text-decoration:underline;
}

.moduletable-right ul {
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:10px;
	}

.moduletable-right li {
	list-style-image:url(../images/bullet_arrow.gif);
	margin-left:6px;
	padding-top:2px;
	}

.moduletable-feature ul {
	padding:0px;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:15px;
	}

.moduletable-feature li {
	list-style-image:url(../images/bullet_arrow.gif);
	font-weight:bold;
	text-decoration:none;
	margin-top:6px;
	padding:0px;
	margin-bottom:5px;
	margin-left:10px;
	}

.header-news {
	font-size:15px;
	font-weight: normal;
	color:#003366;
	background-image:url(../images/header_bg.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	height:22px;
}

/** newsflash**/	
.moduletable-newsflash {
	text-align:left;
	padding-left:14px;
/**	background-image:url(../images/bg_highlight.jpg);
	background-position:top; **/
}

.moduletable-newsflash td {
	font-size:11px;
	line-height:14px;
	color:#5c5f61;
	}

.moduletable-newsflash p {
	vertical-align:top;
	font-size:11px;
}

.moduletable-newsflash img {
	width:180px;
}

.moduletable-newsflash a:link,
.moduletable-newsflash a:visited,
.moduletable-newsflash a:active {
	color:#6699cc;
	font-size:11px;
	text-decoration:none;
	font-weight:normal;
	}
	
.moduletable-newsflash a:hover,
a.moduletable-newsflash:hover {
	color: #003366;
	text-decoration:underline;
}

/** for polls **/
.poll {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
}

