@charset "utf-8";
/* CSS Document */

/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
img{
	padding: 0;
	border: 0;
	outline: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background-color:#FFFFFF;	
}
ol, ul {
	list-style: none;
}

strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */

body{
	margin: 0;
	padding: 0;
	background-color:#ededed;	
	/*background-image: url(../images/body_bg.jpg);*/
	/*background-repeat: repeat-x;*/
	background-position: top;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */
img{
	behavior: url(../styles/iepngfix.htc);
}
td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 120%;
	color: #000;
}

a{
	color: #003266;
	text-decoration: none;
}

a:hover{
	color: #003266;
}
ol, ul{
	list-style-type: circle;
	list-style-position: outside;
	margin-left: 30px; 
}
h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color:#333333;
	padding-bottom: 3px;
	line-height: 22px;
	font-weight: normal;
}
h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 16px;
	color:#333333;
	font-weight: normal;
}

h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height: 18px;
	color:#333333;
	font-weight:normal;
}

h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;	
}

h5{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	font-weight:bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}


p{
	margin: 0;
	padding: 0;
	line-height: 120%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;	
}

ul{
	list-style-position: outside;
	/* list-style-type: disc; */
	list-style-type: none;
	margin-left: 15px;
	font-size: 12px;
	
}
ol{
	list-style-position: outside;
	list-style-type: decimal;
	margin-left: 19px;
	font-size: 12px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */

#wrapper{
	margin: 0;
	padding: 0;
	width: 100%;
}
#siteContainer{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	clear: both;
}
#topContainer{
	margin: 0;
	padding: 0;
	min-height: 86px;
	position: relative;
}
#topContainerUpper{
	min-height: 29px;
	background-image: url(../images/top_upper_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#topContainerLower{
	min-height: 170px;
	background-image: url(../images/top_lower_bg_grey.jpg);
	background-repeat: no-repeat;
}

#logoContainer{
	padding-left: 35px;
	padding-top: 53px;
	clear:both;
}
#menuArea{
	width: 728px;
	margin-left:40px;
	padding-left: 50px;
	padding-top: 4px;
	background-image: url(../images/menu_container_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 26px;
	overflow: hidden;
	float: left;
}
#menuContainer{
	width: 728px;
	height: 26px;
	overflow: hidden;
}
.menuItemContainer{
	float: left;
	margin-right: 5px;
}
.menuItemLeft{
	width: 12px;
	height: 26px;
	float: left;
}
.menuItemMid{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	height: 21px;
	float: left;
}
.menuItemMid a{
	color: #000000;
	text-transform: uppercase;
}
.menuItemRight{
	width: 12px;
	height: 26px;
	float: left;
}
.menuItemLeftSel{
	width: 12px;
	background-image: url(../images/menu_sel_left.gif);
	background-repeat: no-repeat;
	height: 26px;
	float: left;
}
.menuItemMidSel{
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 5px;
	height: 21px;
	background-image: url(../images/menu_sel_mid.gif);
	background-repeat: repeat-x;
	float: left;
}
.menuItemMidSel a{
	text-transform: uppercase;
	color: #FFFFFF;
}
.menuItemRightSel{
	width: 12px;
	background-image: url(../images/menu_sel_right.gif);
	background-repeat: no-repeat;
	height: 26px;
	float: left;
}
#subMenuContainer{
	margin: 0;
	padding: 0;
	width: 188px;
	padding-left: 2px;
	padding-top: 6px;
	margin-bottom: 15px;
}
#subMenuContainer ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#subMenuContainer li{
	margin: 0 auto;
	width: 185px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 8px;
	background-image: url(../images/submenu_split.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}
#subMenuContainer li.selected, #subMenuContainer li.selected a:hover{
	background-color: #FFFFFF;
	color: #000000;
}
#subMenuContainer li a{
	color: #000000;
	font-size: 12px;
}

#subMenuContainer li.selected a{
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}
#subMenuContainer li a:hover{
	text-decoration:underline;
}
#subMenuContainer ul li.selected ul{
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	width: 205px;
	padding-top: 3px;
	line-height: 100%;
}
#subMenuContainer ul ul li{
	padding-left: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#subMenuContainer ul li.selected ul li a, #subMenuContainer ul ul li a:hover{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
#subMenuContainer ul li.selected ul li.selected a{
	font-size: 11px;
	font-weight: bold;
}
#breadcrumbContainer{
	padding-left: 36px;
	padding-top: 2px;
	color: #ffffff;
	float: left;
	width: 940px;
	font-size: 11px;
}
#breadcrumbContainer a{
	color: #ffffff;
}
#breadcrumbContainer a:hover{
	color: #ffffff;
	text-decoration:underline;
}#printText{
	float: left;
	width: 100px;
	padding-right: 15px;
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#printButton{
	float: left;
	width: 16px;
	padding-right: 5px;
}
#feedsText{
	float: left;
	width: 49px;
	padding-right: 5px;
	text-align: right;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#feedsButton{
	float: left;
	width: 16px;
	padding-top: 1px;
	padding-right: 15px;
}
#loginText{
	float: left;
	width: 105px;
	padding-top: 4px;
	font-size: 11px;
	color: #FFFFFF;
}
#loginButton{
	float: left;
	width: 61px;
	padding-top: 1px;
	padding-right: 10px;
}
#midContainer{
	margin: 0;
	padding: 0;
	clear: both;
	width: 998px;
	position: relative;
	padding-left: 13px;
	padding-right: 13px;
	background-image: url(../images/box.jpg);
	background-repeat: repeat-y;
}
.banner{
	position: absolute;
	top: -56px;
	left: 1013px;
}
#contentArea{
	min-height: 735px;
}
#leftContentArea{
	float: left;
	width: 204px;
	padding-top: 15px;
	padding-left:10px;
}
.imageBannerFrame198{
	width: 198px;
	padding-right: 4px;
	margin-bottom: 7px;
	height: 262px;
	position: relative;
	overflow: hidden;
}
.imageBannerBorder{
	position: absolute;
	width: 198px;
	height: 262px;
	overflow: hidden;
	z-index: 1000;
	top: 0px;
	right: 4px;
	background-image: url(../images/imageframe_198x262.gif);
	background-repeat: no-repeat;
	background-position: top center;
}
#searchContainer{
	width: 198px;
	height: 26px;
	margin-left: 3px;
	margin-bottom: 8px;
}
#searchText{
	width: 140px;
	height: 23px;
	padding-left: 10px;
	padding-top: 3px;
	float: left;
	background-image: url(../images/search_bg.gif);
	background-repeat: no-repeat;
}
#searchText input{
	background: none;
	border: none;
	font-size: 12px;
}
#searchButton{
	width: 48px;
	height: 26px;
	float: left;
}
.imageBanners{
	padding: 10px;
}
#rightContentArea{
	float: left;
	width: 764px;
	padding-top: 15px;
	padding-left: 5px;

}



#leftSubContentArea{
	float: left;	
	width: 581px;
}
#contentContainerWide{
	clear: both;
}
#contentSplitContainer{
	clear: both;	
}

#contentSplitLeftContainer{
	margin: 0;
	padding: 0;
	width: 404px;
	float: left;
}

#contentSplitRightContainer{
	width: 177px;
	margin: 0;
	padding: 0;
	float: left;
}
#rightSubContentArea{
	float: left;
	padding-left:20px;
	width: 168px;
}
.articleListWide{
	clear: both;
	margin-top: 15px;
	padding-top: 15px;
	background-image: url(../images/content_divider.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#bottomContainer{	
	clear: both;
	background-image: url(../images/box_b.gif);
	padding-top: 27px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top;
	font-size: 10px;
	color: #666666;
}
#logoArea{
	padding-left: 11px;
	padding-top: 7px;
	float: left;
}
#topMenuContainer{
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
	height: 37px;
	padding-left: 23px;
	padding-top: 52px;
}
#topMenu{
	margin: 0;
	padding: 0;
	height: 21px;
	line-height: 140%;
	text-transform: uppercase;
}
#topMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topMenu li{
	float: left;
	text-decoration: none;
	margin-right: 10px;
}
#topMenu li a{
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-top: 1px;
	padding-bottom: 1px;
	float: left;
}
#topMenu li a:hover{
	color: #FE000C;
	text-decoration: none;
}
#topMenu li a.selectedMain{
	color: #FFFFFF;
	background-image: url(../images/menu-center-bg.gif);
	background-repeat: repeat-x;
}
#topMenuLeft{
	float: left;
	width: 4px;
	height: 18px;
	background-image: url(../images/menu-left-bg.gif);
	background-repeat: no-repeat;
}
#topMenuRight{
	float: left;
	width: 4px;
	height: 18px;
	background-image: url(../images/menu-right-bg.gif);
	background-repeat: no-repeat;	
}
#topMenu li a.selected{
	color: #FE000C;
}
#topSubMenu{
	margin: 0;
	padding: 0;
	clear: both;
	height: 16px;
	text-transform: none;
}
#topSubMenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#topSubMenu li{
	float: left;
	text-decoration: none;
	margin-right: 15px;
}
#topSubMenu li a{
	color: #000000;
	font-size: 12px;
}
#topSubMenu li a.selected{
	color: #FE000C;
}
#topSubMenu li a:hover{
	color: #FE000C;
	text-decoration: none;
}
.space{
	height: 30px;
}
.imgBoxHeader{
	clear: both;
	margin-bottom: 5px;
}
.textBoxHeader{
	font-size: 10px;
	color: #999999;
}
.normalImageContainer{
	width: 250px;
	float:left;
	overflow: hidden;
}
.normalTextContainer{
	width: 280px;
	padding-top: 2px;
	padding-left: 10px;
	padding-right: 10px;
	float:left;
}
.wideImageContainer{
	width: 502px;
	clear: both;
	padding-top: 8px;
	overflow: hidden;
}
.wideTextContainer{
	width: 552px;
	padding-top: 2px;
	padding-left: 15px;
	float:left;
}
.articleContainer{
	width: 280px;
	padding-top: 6px;
	padding-left: 10px;
	float:left;
}
.footer{
	clear: both;
	margin-top: 2px;
	padding-top: 2px;
	height:20px;
	background-image: url(../images/footer-divider.gif);
	background-position: top;
	background-repeat: no-repeat;
}
.commentContent
{
	background-color:#e5e5e5;
	margin-bottom:0px;
	padding: 6px;
}
.commentFooter
{
	clear: both;
	margin-bottom: 10px;
	padding-left: 6px;
	color:#FF3300;
}
.commentTexbox
{
	clear: both;
	padding: 2px;
	width:370px;
}
.article-body{
	margin: 0;
	padding: 10px;
}

.article-body h1{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color:#333333;
	padding-bottom: 6px;
	line-height: 22px;
	font-weight: normal;
}
.article-body h2{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:23px;
	line-height: 13px;
	padding-bottom: 12px;
	color:#333333;
	font-weight: normal;

}

.article-body h3{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:18px;
	line-height: 18px;
	padding-bottom: 12px;
	color:#333333;
	font-weight:normal;
}
.article-body h4{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:16px;
	line-height: 18px;
	padding-bottom: 12px;
	color:#333333;
	font-weight:normal;
}

.article-body ul li{
	margin-left:30px;
	margin-bottom:3px;
	list-style-type: disc;
}

.article-body ol li{
	margin-left:30px;
	margin-bottom:3px;
	list-style-type: decimal;
}
.article-body a{
	
	text-decoration:none;
}
.article-body a:hover{
	
	text-decoration:underline;
}
.article-body p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0px;
	padding: 0 0 0 0px;
	padding-bottom: 0px;
}
em {font-style:italic; }
.full-screen-button{
	position: relative;
	top:-10px;
	left: 693px;
}

.x-tree-node-anchor {
	background-color: #eeeeee;
	text-overflow: ellipsis;
	display: inline-block;
	width:70%;
	white-space: nowrap;
	overflow: hidden;
}