@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}
body {
	background: #CCCCCC url(../images/body_back.gif);
	text-align: center; 
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 16px;
}
a, a:active, a:hover, img, map, area, div, span {
	outline: none;
}
#centrelizer {
	width: 960px;
	margin: 0 auto;
}
#container {
	background: #FFFFFF;
	text-align: left;
	width: 100%;
	border-right: 1px solid #FFFFFF;
	float: left;
}
#top_header {
	background: url(../images/top_header-back.gif) no-repeat right top;
	height: 120px;
	position: relative;
}
#home_logo {
	width: 150px;
	position: absolute;
	top: 0;
	left: 95px;
}
#search_box {
	position: absolute;
	bottom: 75px;
	right: 10px;
}
.search_box_label {
	color: #669966;
	font-size: 10px;
}
#tabs_bar {
	background: #99CC99 url(../images/tabs_bar-corner-tl.gif) no-repeat left top;
	width: 750px;
	height: 30px;
	position: absolute;
	bottom: 10px;
	right: 0;
}
.tabs_bar_tab, .tabs_bar_hometab {
	background: url(../images/tab-back.gif) no-repeat left top;
	font-size: 14px;
	line-height: 20px;
	color: #669966;
	height: 25px;
	width: 240px;
	margin-top: 5px;
	margin-left: 5px;
	float: left;
	cursor: pointer;
	cursor: hand;
	display: inline;
	position: relative;
}
.tabs_bar_tab_over, .tabs_bar_hometab_over {
	background-image: url(../images/tab-back-over.gif);
	color: #336633;
}
.tabs_bar_tab .tablabel {
	margin-left: 10px;
}
.tabs_bar_hometab {
	margin-left: 10px;
}
.tabs_bar_hometab .tablabel {
	background: url(../images/home_icon.gif) no-repeat left 4px;
	padding-left: 24px;
	margin-left: 4px;
}
.tabs_bar_hometab_over .tablabel {
	background-image: url(../images/home_icon-on.gif);
}
.tabs_bar_tab_on, .tabs_bar_hometab_on {
	background-image: url(../images/tab-back-on.gif);
	cursor: auto;
	color: #336633;
}
.tabs_bar_hometab_on .tablabel {
	background-image: url(../images/home_icon-on.gif);
}
.tabs_bar_hometab_inbtn {
	background: url(../images/tab-home-back.gif) no-repeat left top;
	width: 25px;
	height: 21px;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	cursor: hand;
}
.tabs_bar_hometab_inbtn .tablabel_inbtn {
	background: url(../images/home_icon.gif) no-repeat 4px center;
	height: 100%;
}
.tabs_bar_hometab_inbtn_over {
	background-image: url(../images/tab-home-back-over.gif);
}
.tabs_bar_hometab_inbtn_over .tablabel_inbtn {
	background-image: url(../images/home_icon-on.gif);
	height: 100%;
}
#top_header_bevel {
	background: url(../images/top_header-bevel.gif) repeat-x right bottom;
	width: 928px;
	height: 10px;
	position: absolute;
	bottom: 0;
	right: 0;
}
#side_strip {
	width: 210px;
	text-align: center;
	float: left;
	display: inline;
	position: relative;	
}
#side_nav {
	background: #EEEEEE url(../images/side_nav-corner-bl.gif) no-repeat left bottom;
	width: 178px;
	margin-left: 32px;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	text-align: left;
}
.side_nav_btn {
	background: url(../images/nav-back.gif) no-repeat left top;
	font-size: 12px;
	line-height: 20px;
	color: #669966;
	height: 20px;
	width: 163px;
	margin-left: 5px;
	margin-bottom: 5px;
	cursor: pointer;
	cursor: hand;
	padding-left: 10px;
}
.side_nav_btn_over {
	background-image: url(../images/nav-back-over.gif);
	color: #336633;
}
.nav_on {
	background-image: url(../images/nav-back-on.gif);
	cursor: auto;
	color: #003300;
}
#main_area {
	background: #EEEEEE;
	width: 750px;
	float: right;
	position: relative;
	display: inline;
}
#main_area_content {
	width: 560px;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	display: inline;
}
.bordered {
	border: 1px solid #CCCCCC;
}
.pagination {
	position: relative;
	color: #999999;
	text-align: center;
	height: 14px;
	line-height: 14px;
	margin-bottom: 10px;
}
.pagination a {
	color: #336633;
	text-decoration: none;
}
.pagination a:hover {
	color: #669966;
	text-decoration: none;
}
.pagination_arrow_l, .pagination_arrow_r {
	position: absolute;
	width: 19px;
	height: 14px;
	top: 0;
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}
.pagination_arrow_l {
	left: 0;
	background-image: url(../images/page_arrow-left.gif);
	background-position: right;
}
.pagination_arrow_r {
	right: 0;
	background-image: url(../images/page_arrow-right.gif);
	background-position: left;
}
.pagination_arrow_l_over {
	background-image: url(../images/page_arrow-left-over.gif);
}
.pagination_arrow_r_over {
	background-image: url(../images/page_arrow-right-over.gif);
}
.article_preview {
	background-color: #FFFFFF;
	position: relative;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
}
.article_preview_hdr table {
	width: 100%;
	margin: 0;
}
.article_preview_hdr table td {
	padding: 0;
	border: none;
	vertical-align: bottom;
}
.article_preview_hdrtxt_td {
	width: 100%;
}
.article_preview_imgframe {
	position: relative;
	width: 200px;
	height: 200px;
	top: 0;
	left: 0;
	_top: 1px;
	_left: 1px;
	background: url(../images/art_prev_imgframe.gif) no-repeat center center;
}
.article_preview_img {
	position: absolute;
	width: 170px;
	height: 170px;
	top: 15px;
	left: 15px;
	background: no-repeat center center;
}
.article_preview_hdline {
	font-size: 14px;
	line-height: 20px;
	margin: 5px 10px;
}
.article_preview_hdline a {
	text-decoration: none;
	color: #336633;
}
.article_preview_hdline a:hover {
	text-decoration: none;
	color: #669966;	
}
.article_preview_date {
	color: #666666;
	font-size: 10px;
	line-height: 1em;
	margin: 0 10px 10px;
}
.article_preview_origin {
	text-transform: uppercase;
}
.article_preview_txt {
	margin: 0 10px 10px;	
}
.article_preview_txt a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dashed #666666;	
}
.article_preview_txt a:hover {
	border-bottom: none;
	text-decoration: none;
}
.article_preview_txt img {
	margin: 10px;
	float: none;
}
.article_preview_lnk {
	line-height: 1em;
	margin: 0 10px 10px;	
}
.article_preview_lnk a {
	text-decoration: none;
	color: #336633;
	border-bottom: 1px dashed #669966;	
}
.article_preview_lnk a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #669966;
}
#main_area_side {
	width: 160px;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
	display: inline;
	text-align: center;
}
.main_area_bannergroup {
	margin-bottom: 10px;
	text-align: center;
	border-top: 1px dashed #CCCCCC;
}
.main_area_banner {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;	
}
.side_strip_bannergroup {
	margin-right: 10px;
	margin-left: 10px;
}
#footer {
	width: 740px;
	height: 20px;
	margin-right: 10px;
	float: right;
	display: inline;
	font-size: 10px;
	line-height: 20px;
	position: relative;
	color: #999999;
}
#footer_bar {
	font-size: 11px;
	color: #CCCCCC;
	top: 0;
	right: 0;
	position: absolute;
	height: 20px;
}
#footer_bar a {
	text-decoration: none;
	color: #336633;
}
#footer_bar a:hover {
	color: #669966;
}
h1 {
	position: relative;
	color: #333333;
	text-align: left;
	line-height: 20px;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.content_txt {
	padding: 10px 10px 0;
	margin-bottom: 10px;
	background-color: #FFFFFF;
}
#article_txt {
	padding: 10px;
}
.content_txt a {
	text-decoration: none;
	color: #333333;
	border-bottom: 1px dashed #666666;	
}
.content_txt a:hover {
	border-bottom: none;
	text-decoration: none;
}
.content_txt table {
	width: 100%;
}
.content_txt table td {
	border: none;
}
.content_txt img {
	border: 1px solid #CCCCCC;
	padding: 2px;
	margin: 10px;
}
.content_txt a img {
	border: 1px dashed #999999;
}
.content_txt a:hover img {
	border: 1px solid #CCCCCC;
}
hr {
	background-color: #CCCCCC;
	color: #CCCCCC;
	height: 1px;
	border: none;
}
.article_date {
	color: #666666;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 10px;
}
.article_origin {
	text-transform: uppercase;
}
.article_origin a {
	text-decoration: none;
	color: #336633;
	border-bottom: 1px dashed #669966;
}
.article_origin a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #669966;
}
.content_bloglnk {
	text-align: right;
	padding: 0 10px 2px;
	line-height: 20px;
	margin-bottom: 10px;
}
.content_bloglnk a {
	text-decoration: none;
	color: #336633;
	border-bottom: 1px dashed #669966;
}
.content_bloglnk a:hover {
	border-bottom: none;
	text-decoration: none;
	color: #669966;
}
h2, h3, h4, h5, h6 {
	color: #333333;
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}
#noscript_nav {
	width: 750px;
	height: 20px;
	float: right;
	display: inline;
	line-height: 20px;
	position: relative;
	font-size: 11px;
	color: #999999;
	text-align: left;
	border-top: 1px dashed #CCCCCC;
}
#noscript_nav a {
	text-decoration: none;
	color: #336633;
}
#noscript_nav a:hover {
	color: #669966;
}
#side_hdlines {
	margin: 10px auto;
}
#new_articles_list {
	visibility: hidden;
	overflow: hidden;
}
#side_hdlines_content {
	width: 190px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
}
#side_hdlines_content_framer {
	background-color: #CCFFCC;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#side_hdlines_content_hdr {
	color: #333333;
	height: 19px;
	background-color: #CCCCCC;
	padding-left: 5px;
	line-height: 19px;
}
#side_hdlines_content_navbar {
	margin: 0 2px;
}
#side_hdlines_content_navbar div {
	border-top: 1px solid #99CC99;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
}
#side_hdlines_content_navbar a {
	color: #336633;
	text-decoration: none;
}
#side_hdlines_content_navbar a:visited {
	color: #669966;
}
#side_hdlines_content_navbar a:hover {
	border-bottom: 1px dashed #669966;
}
#side_featured_content {
	width: 190px;
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0 auto;
}
#side_featured_content_framer {
	background-color: #FFFFCC;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
#side_featured_content_hdr {
	color: #333333;
	height: 19px;
	background-color: #CCCCCC;
	padding-left: 5px;
	line-height: 19px;
}
#side_featured_content_navbar {
	margin: 0 2px;
}
#side_featured_content_navbar div {
	border-top: 1px solid #CCCC99;
	padding: 5px;
	font-size: 11px;
	line-height: 14px;
}
#side_featured_content_navbar a {
	color: #336633;
	text-decoration: none;
}
#side_featured_content_navbar a:visited {
	color: #669966;
}
#side_featured_content_navbar a:hover {
	border-bottom: 1px dashed #669966;
}
.side_featured_lnk {
	font-size: 11px;
	color: #333333;
	height: 19px;
	padding-left: 5px;
	line-height: 19px;
	border: 1px solid #CCCCCC;
}
.side_featured_lnk a {
	color: #336633;
	text-decoration: none;
}
.side_featured_lnk a:hover {
	border-bottom: 1px dashed #669966;
}
#featured_articles {
	display: none;
}
.calltoaction_bar {
	background: #EEEEEE url(../images/calltoaction_bar_back.gif) repeat-x left top;
	border-top: 1px solid #EEEEEE;
	margin: 10px -10px 0;
	height: 50px;
}
.calltoaction_btn {
	background: url(../images/calltoaction_back.gif) no-repeat left top;
	font-size: 14px;
	line-height: 30px;
	color: #669966;
	height: 30px;
	width: 264px;
	margin-top: 10px;
	margin-left: 10px;
	_margin-left: 5px;
	_margin-right: 5px;
	cursor: pointer;
	cursor: hand;
	text-align: center;
	float: left;
}
.calltoaction_btn_over {
	background-image: url(../images/calltoaction_back-over.gif);
	color: #336633;
}
.calltoaction_top {
	background-color: #EEEEEE;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	height: 20px;
}
.calltoaction_top_btn {
	font-size: 12px;
	background-color: #CCFFCC;
	border-left: 1px solid #CCCCCC;
	height: 20px;
	padding: 0 10px;
	float: right;
	line-height: 20px;
	color: #669966;
	cursor: pointer;
	cursor: hand;
	text-align: center;
}
.calltoaction_top_btn_over {
	background-color: #CCCCCC;
	color: #336633;
}
