/* @override 
	http://www.teleres.com.au/css/basic/custom.css
	http://www.teleres.com.au/css/basic/print.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
	font-size: 100%;
	line-height: 1.5;
	background: #f1efe8 url(/images/interface/page_bkg.jpg) repeat-x 50% 0;
}

body {
	float: left;
	width: 100%;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 0.75em;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #3c3c3c;
	background: transparent url(/images/interface/body_bkg.jpg) no-repeat 50% 0;
	position: absolute; /* for ie8 background */
}

a:link, a:visited {
	color: #153f91;
	text-decoration: none;
}

a:hover, a:active {
	color: #333;
	text-decoration: underline;
}

pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	padding: 5px;
	border: 1px dotted #ddd;
	display: block;
	background-color: #eee;
}

acronym, abbr, dfn {
	font-style: normal;
}

acronym[title], abbr[title], dfn[title] {
	border-bottom: 1px dotted #999;
	cursor: help;
}

h1, h2, h3, h4 {
	color: #178db7;
}

h1 {
	font-size: 1.75em;
	margin: 0 0 5px 0;
}

h2 {
	font-size: 1.5em;
	margin: 25px 0 5px 0;
}

h3 {
	font-size: 1.25em;
	margin: 20px 0 5px 0;
	padding: 0;
}

table {
	clear: both;
	margin: 10px 0;
	border-collapse: collapse;
}

th, td {
	font-size: 0.9em;
}

form {
	margin: 0;
	padding: 0;
	/* hide from mac ie \*/
	/*height: 1%; */
}

select, input, textarea {
	font-size: 1em;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote, address {
	margin-top: 0;
	margin-bottom: 9px;
	font-style: normal;
}

blockquote {
	margin: 0 0 20px 0;
	padding: 0;
}

p.error {
	font-size: 0.9em;
	padding: 10px;
	color: #000;
	font-weight: bold;
	text-shadow: #d69815 1px 1px 0;
	background-color: #ffb51a;
	border: 1px solid #fff;
}

.clear {
	clear: left;
	font-size: 0;
	line-height: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}

.standfirst {
	color: #53524f;
	font-weight: normal;
	border: 1px solid #e49023;
	border-width: 0 0 1px 0;
	margin: 0 0 10px 0;
	padding: 0 0 8px 0;
	font-size: 1.35em;
	line-height: 1.4;
}

.breakout {
	color: #333;
	font-weight: normal;
	border-left: 10px solid #ffb51a;
	background-color: #f8f0cb;
	padding: 15px;
}

.note {
	float: left;
	padding: 13px 15px 0 15px;
	background: #eaedf2;
	color: #718099;
	margin: 10px -1px 20px -1px;
	border: 1px solid #d7dce6;
	width: 510px;
	position: relative;
}

.left {
	float: left;
}

.right {
	float: right;
}

a img {
	border: none;
}

img.headshot {
	margin: -9px -9px 0 0;
	position: relative;
}

/* @end */

/* @group layout */

#wrapper {
	float: left;
	width: 100%;
}

#container {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#header {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}

#nav {
	float: left;
	width: auto;
	margin: 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
	position: absolute;
	left: 0;
	bottom: 0;
}

#content {	
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	/*background-color: #fff;*/
	position: relative;
}

#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	position: relative;
}

#main {
	float: right;
	width: 720px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0;
}

#sidebarL {	
	float: left;
	width: 220px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	margin: 0;
	padding: 0 10px;
	overflow: visible;
	position: relative;
}

#footer {
	float: left;
	width: 930px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	line-height: 40px;
	margin: 0 15px;
	padding: 0;
	color: #666;
	position: relative;
}

/* @end */

/* @group header */

#header h1 {
	float: left;
	padding: 0;
	margin: 0;
	width: auto;
	display: block;
}

#header h1 a {
	width: 365px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 70px 0 109px 25px;
	padding: 0;
	/*background: transparent url(/images/interface/logo.jpg) no-repeat 0 0;*/
	position: relative;
}

/* @end */

/* @group nav */

/* @group tabs */

#nav .lev1 {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	position: relative;
}

#nav .lev1 li {
	float: left;
	margin: 0 3px 0 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	font-size: 1.35em;
	line-height: 1;
}

#nav .lev1 li a {
	float: left;
	display: block;
	text-decoration: none;
}

.js-disabled #nav .lev1 li a {
	margin: 0;
	padding: 15px;
	background-color: #066397;
}

#nav .lev1 li a:link, #nav .lev1 li a:visited {
	color: #fff;
}

#nav .lev1 li a:hover, #nav .lev1 li a:active {
	color: #000;
}

#nav .lev1 li.hilite a {
	font-size: 1.1em;
	margin-top: -6px;
}

.js-disabled #nav .lev1 li.hilite a {
	padding: 17px 20px;
	background-color: #f1efe8;
}

#nav .lev1 li.hilite a:link, #nav .lev1 li.hilite a:visited {
	color: #bf7529;
}

#nav .lev1 li.hilite a:hover, #nav .lev1 li.hilite a:active {
	color: #333;
}

/* @group compatible tabs */

#nav .lev1 li a span {
	float: left;
	display: block;
	margin: 0;
	padding: 15px 5px;
	text-decoration: none;
	background: transparent url(/images/interface/tab_middle.png) repeat-x 50% 0;
	position: relative;
}

#nav .lev1 li a span.left, #nav .lev1 li a span.right {
	width: 10px;
	height: 46px;
	margin: 0;
	padding: 0;
	background-repeat: no-repeat;
	background-image: url(/images/interface/tab_left.png);
}

#nav .lev1 li a span.right {
	background: url(/images/interface/tab_right.png);
}

#nav .lev1 li.hilite a span {
	padding: 17px 5px;
	background-color: #f1efe8;
	background: transparent url(/images/interface/tab_middle_hilite.png) repeat-x 50% 0;
}

#nav .lev1 li.hilite a span.left, #nav .lev1 li.hilite a span.right {
	width: 15px;
	height: 52px;
	margin: 0;
	padding: 0;
	background: url(/images/interface/tab_left_hilite.png);
	position: relative;
}

#nav .lev1 li.hilite a span.right {
	background-color: #f1efe8;
	background: url(/images/interface/tab_right_hilite.png);
}

/* @end */

/* @end */

/* @group sidebar */

#sidebarL div.shadowMeWrapper {	
	float: left;
}

#sidebarL .lev0 {
	float: left;
	width: 216px;
	margin: 0;
	padding: 0;
	border: 2px solid #fff;
	display: inline; /* combat IE6 Doubled float-margin bug */
	position: relative;
	z-index: 101;
}

#sidebarL .lev0 ul {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}

#sidebarL .lev0 li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

#sidebarL .lev0 li a {
	text-align: left;
	display: block;
	margin: 0;
	padding: 6px 12px;
	font-weight: normal;
	line-height: 1.35;
	text-decoration: none;
	color: #444;
	border-top: 1px solid #ece8dd;
	border-bottom: 1px solid #baaf8f;
	position: relative;
	/*z-index: 10;*/
	height: 1%;
	/*float: left;
	width: 192px;*/
}

#sidebarL .lev0>li>a {
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	padding-top: 10px;
	border-top: none;
	border-bottom-color: #cc5105;
}

#sidebarL .lev0 li.bottom a {
	padding-bottom: 16px;
	border-bottom: none;
}

#sidebarL .lev2 li a {
	border-top-color: #f5f3ed;
	border-bottom-color: #dad3c0;
}

#sidebarL .lev3 li a {
	border-top-color: #faf9f6;
	border-bottom-color: #ebe8dc;
}

/* @group focus */

#sidebarL .lev1 li.focus a {
	font-weight: bold;
	color: #333;
}

#sidebarL .lev1 li.focus li a {
	font-weight: normal;
}

/* @end */

/* @group level backgrounds */

#sidebarL .lev0 li {
	background-color: #dad3bf;
}

#sidebarL .lev0>li {
	background-color: #e49023;
}

#sidebarL .lev2 li {
	background-color: #ece8dd;
}

#sidebarL .lev3 li {
	background-color: #f5f3ed;
}

/* @end */

/* @group indicator */

#sidebarL .lev1 li span.indicator {
	position: absolute;
	margin: 0 0 0 -6px;
	width: 11px;
	height: 10px;
	background: transparent url(/images/interface/indicator_lev0.gif) no-repeat 50% 50%;
	left: 50%;
	top: -4px;
	/*z-index: 1000;*/
}

#sidebarL .lev2 li span.indicator {
	background-image: url(/images/interface/indicator_lev1.gif);
}

#sidebarL .lev3 li span.indicator {
	background-image: url(/images/interface/indicator_lev2.gif);
}

#sidebarL .lev0 li span.current {
	position: absolute;
	width: 16px;
	height: 27px;
	right: -16px;
	top: 1px;
	/*z-index: 1000;*/
	background: transparent url(/images/interface/current_lev1.gif) no-repeat 50% 50%;
}

#sidebarL .lev2 li span.current {
	background-image: url(/images/interface/current_lev2.gif);
}

#sidebarL .lev3 li span.current {
	background-image: url(/images/interface/current_lev3.gif);
}

/* @end */

/* @group corners */

.topleft, .topright, .bottomleft, .bottomright {
	width: 15px;
	height: 15px;
	position: absolute;
	z-index: 10;
	background-color: #f03;
	background: transparent no-repeat 50% 50%;
}

.topleft {
	top: -2px;
	left: -2px;
	background-image: url(/images/interface/corners/topleft.png);
}

.topright {
	top:  -2px;
	right: -2px;
	background-image: url(/images/interface/corners/topright.png);
}

.bottomleft {
	bottom: -2px;
	left: -2px;
	background-image: url(/images/interface/corners/bottomleft.png);
}

.bottomright {
	bottom: -2px;
	right: -2px;
	background-image: url(/images/interface/corners/bottomright.png);
}


/* @end */

/* @end */

/* @end */

/* @group main */

#main .article {
	color: #444;
	padding: 30px; /* 1px padding to prevent margin collapse */
	margin: 0 10px;
	float: left; /* required to stop images escaping */
	width: 636px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	border: 2px solid #fff;
	background-color: #fffefa;
	min-height: 300px;/**/
}

* html #main .article {
	height: 300px;
}

#main h1.pagetitle, #main h1.embedtitle {
	color: #1a597c;
	font-weight: bold;
	font-size: 2.5em;
	line-height: 1.15;
	margin: -4px 0 15px 0;
	padding: 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px solid #bbb;
	text-decoration: none;
}

#main .body a:hover, #main .body a:active {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

#main .body ul {
	list-style: none;
	margin: 10px 0 10px 0;
	padding: 10px 0 0 0;
	border-top: 1px solid #e3dfd1;
}

#main .body ol {
	margin: 10px 0 10px 30px;
	padding: 0;
}

#main .body ul li {
	margin: 0 0 5px 0;
	padding: 0 0 0 16px;
	background-image: url(/images/interface/bullet_plus_body.gif);
	background-repeat: no-repeat;
	background-position: 0 0.25em;
	color: #666;
	position: relative;
}

/* @group this week */

#main #article_46 .body h2.title {
	background-color: #1a597c;
	color: #fff;
	padding: 10px;
}

#main #article_46 .body h3 {
	border-top: 1px solid #e49023;
	padding-top: 10px;
}

/* @end */

/* @group tables */

#main .body table {
	border: 1px solid #ccc;
	width: 100%;
}

#main .body table caption {
	display: none;
}

#main .body table td, #main .body table th {
	border: 1px solid #ccc;
	padding: 3px;
	font-size: 10px;
/* 	white-space: nowrap; */
}

#main .body table th {
	text-align: left;
	white-space: nowrap;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	color: #dad4c3;
	margin: 0;
	padding: 0;
}

#footer .right {
	float: right;
	color: #999893;
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#footer .right .credit {
	font-weight: normal;
}

#footer a:link, #footer a:visited {
	color: #74736f;
	border-bottom: 1px solid #dad4c3;
	font-weight: bold;
}

#footer a:hover, #footer a:active {
	text-decoration: none;
	border-bottom: 1px solid #999893;
}

#footer a.hilite {
	border-bottom: 1px solid #999893;
}

#footer .right a {
	color: #999893;
	font-weight: normal;
}

/* @end */

/* @group search */

/* @group request */

.search table  {
	margin: 0;
	padding: 10px 0;
}

.search th, .search td {
	font-size: 1em;
	text-align: left;
}

.search th {
	padding: 5px 3px 5px 0;
}

.search input.error {
	color: #f03;
	border-color: #f03;
}

.search .help {
	color: #666;
	line-height: 1.35;
}

/* @end */

/* @group results */

/* @group title */

.search dt {
	font-weight: bold;
	margin: 5px 0;
}

.search dt a {
	text-decoration: none;
}

.search dt a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

/* @end */

.search dd {
	margin-left: 20px;
}

.search dd {
	font-size: 0.9em;
	color: #666;
	line-height: 1.35;
}

.search dd strong, .search dd b, .search dt b {
	font-weight: bold;
	color: #333;
	border-bottom: 1px dotted #666;
	background-color: #fe9;
}

/* @group score */

.search p.s_scoreC, .search span.s_scoreB {
	font-size: 1px;
	height: 8px;
	display: block;
}

.search p.s_scoreC {
	position: absolute;
	right: 15px; /* pc ie workaround */
	top: 5px;
	width: 50px;
	border: 1px solid #ccc;
	background-color: #fff;
}

html>body .search p.s_scoreC {
	right: 0; /* override for everything but ie */
}

.search span.s_scoreB {
	/*background: #f60 url(/images/interface/score.gif) repeat-x 0px 50%;*/
	background-color: #487fbb;
	border-right: 1px solid #333;/**/
}

/* @end */

.search dd p {
	color: #333;
}

.search dd div {
	border: 1px solid #eee;
	margin-top: 5px;
}

.search dd div div {
	background-color: #eee;
	border: 1px solid #eee;
	margin: 5px;
	padding: 2px 0;
	position: relative;
}

.search dd div p, .search dd div div p {
	margin: 5px;
}

.search dd div div div {
	border-top: 2px solid #fff;
	margin: 5px 5px 0 5px;
}

.search dd div div p {
	margin: 0 5px;
	color: #000;
}

.search dd div div p span {
	font-weight: bold;
	color: #545e6b;
}

/* @group files */

.search dd div div div p {
	color: #000;
	margin: 0;
	background: url(/images/interface/arrow_right.gif) no-repeat 0px 50%;
	padding-left: 16px;
}

.search dd div div div p.s_notes, .search dd div div div p.s_filename {
	background: 0;
}

.search dd div div div p a {
	text-decoration: none;
	border-bottom: 0;
	font-weight: bold;
}

.search dd div div div p a:hover {
	text-decoration: none;
	border-bottom: 1px solid #333;
}

.search dd div div div p span {
	font-weight: bold;
	color: #48146a;
	display: none;
}

.search dd div p.s_description {
	font-weight: bold;
	color: #333;
}

.search dd div p.s_description span.s_size {
	font-weight: normal;
	display: inline;
	color: #000;
}

.search dd div div div p.s_filename {
	color: #666;
	font-weight: normal;
}

/* @end */

/* @end */

/* @group pagination */

.search .pages {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}

.search p.pages a {
	font-weight: bold;
}

.search p.pages strong {
	color: #666;
}

/* @end */

/* @end */

/* @group sitemap */

.sitemap {
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}

.sitemap li {
	padding: .2em 0;
	margin: 0;
}

.sitemap li li {
	padding: 0;
	margin: 0;
}

.sitemap ul ul {
	list-style: inherit;
}

/* @end */

/* @group formmail */

.formmail table {
	border-top: 1px solid #eee;
	border-collapse: collapse;
	width: 100%;
}

.formmail th, .formmail td {
	font-size: 0.9em;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	color: #999;
	border-right: 1px solid #eee;
	vertical-align: top;
	white-space: nowrap;
}

/* @end */

/* @group gallery */

.gallery div {
	float: left;
	/*margin: 0 28px 28px 0;*/
	margin: 0 10px 10px 0;
}
.gallery div.row_end {
	/*margin: 0 0 28px 0;*/
	margin: 0 0 10px 0;
}

/* @end */

/* @group InPlaceEditor */

/* @group common */

.editor_control {
	width: 24px;
	height: 17px;
	text-indent: -9999px;
	background: transparent url(/images/admin/vtc/buttons/inplace.gif) no-repeat 100% 50%;
	z-index: 1000;
	margin: 0;
	padding: 0;
	left: -29px;
}

.editor_control_hilite {
	width: 48px;
	background-image: url(/images/admin/vtc/buttons/inplaceH.gif);
	left: -53px;
}

.inplaceeditor-form {
	margin-bottom: 10px;
	clear: both;
}

.inplaceeditor-form .editor_field {
	width: 100%;
	/*width: 461px;*/
	margin: 0;
	padding: 0;
	border: 0;
}

.inplaceeditor-form .editor_cancel {
	font-weight: bold;
}

.inplaceeditor-form .editor_ok_button {
	margin-right: 5px;
}

/* @end */

/* @group main */

#main .body .editor_control, #main .body .editor_container {
	margin: 0;
	padding: 0;
}

#main .inplaceeditor-form input.editor_field {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	color: #666;
	background-color: transparent;
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #999;
	border-width: 1px 0;
}

#main .inplaceeditor-form textarea.editor_field {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #333;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 5px 0;
	border: 1px solid #999;
	border-width: 1px 0;
}

/* @end */

/* @group sidebar */

#sidebarL .inplaceeditor-form input.editor_field {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #fff;
	background-color: transparent;
	margin: 10px 0;
	padding: 5px 0;
	border: 1px solid #999;
	border-width: 1px 0;
}

#sidebarL .inplaceeditor-form textarea.editor_field {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
	background-color: transparent;
	margin-bottom: 10px;
	padding: 5px 0;
	border: 1px solid #999;
	border-width: 1px 0;
}

#sidebarL .inplaceeditor-form .editor_cancel {
	color: #fff !important;
}

.bse_admin_buttons {
	position: relative;
	z-index: 1000 !important;
}

/* @end */

/* @end */

/* @group css3 */

/*#nav .lev1 li a {
	background-color: rgba(1, 54, 133, 0.6);
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}

#nav .lev1 li.hilite a {
	-webkit-border-top-left-radius: 15px;
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-topright: 15px;
}*/

div.subscribe form input {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

.title {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

/* @end */

/* @group home */

.s1 #main {
	width: 100%;
	margin: 0;
	padding: 0;
}

.s1 #main>.article {
	width: 100%;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

.s1 #main .article .article {
	width: 266px;
	margin: 0 10px;
	padding: 10px 15px;
}

.s1 #main .article .article img {
	margin-top: -1px;
	margin-left: -2px;
}

.s1 #main .embedtitle, .news .embedtitle {
	color: #1a597c;
	font-size: 15px;
	line-height: 18px;
	margin: 3px 0 10px 0;
}

.s1 #main .body ul li a:link, .s1 #main .body ul li a:visited {
	color: #666;
	border: none;
}

.s1 #main .body ul li a:hover, .s1 #main .body ul li a:active {
	border-bottom: 1px solid #666;
}

/* @end */

/* @group subscribe
 */

div.subscribe {
	clear: both;
	float: left;
	width: 916px;
	margin: 0 10px;
	padding: 10px;
	border: 2px solid #fff;
	background-color: #e7e3d7;
}

div.subscribe form {
	float: left;
	width: 100%;
	width: 916px;
	margin: -10px -10px -10px -10px;
	padding: 10px;
	background-color: #dad3bf;
	display: inline; /* combat IE6 Doubled float-margin bug */
}

div.subscribe form legend {
	display: block;
	margin: 0;
	padding: 0 0 10px 0;
	font-size: 15px;
	font-weight: bold;
	color: #53524f;
}

* html div.subscribe form legend {
	display: inline;
}

div.subscribe fieldset {
	float: left;
	margin: 0;
	padding: 0;
	border: none;
}

div.subscribe form label {
	position: absolute;
	left: -9999px;
}

div.subscribe form input {
	border: 2px solid #f0eee7;
	font-weight: bold;
	margin: 0 10px 0 0;
	padding: 7px;
	font-size: 1.1em;
	color: #333;
}

div.subscribe form input[type="text"] {
	width: 207px;
}

div.subscribe form input[type="submit"] {
	border-color: #fff;
	width: 86px;
	color: #fff;
	background: #74736f;
}

div.subscribe form input.clean {
	color: #ccc;
}

div.subscribe form input.error {
	color: #f03;
	border-color: #f03;
}

div.subscribe p {
	float: right;
	width: 340px;
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	color: #74736f;
}

/* @end */

/* @group news */

.news {
	margin: 0;
	padding: 0;
	line-height: 1.35;
	width: 447px;
	margin-bottom: 20px;
}

.news .container, .news .container div {
	width: 100%;
	height: 5.55em;
	/*overflow: hidden;
	border: 1px solid #f03;*/
}

.news.left {
	padding-right: 10px;
	border-right: 1px solid #cfc7af;
}

.news.right {
	float: left;
	margin-left: -1px;
	padding-left: 10px;
	border-left: 1px solid #cfc7af;
}

.news h1.embedtitle {
	background: transparent url(/images/interface/subscribe_title_bkg.png) no-repeat 0 45%;
	color: #74736f;
	padding-left: 20px;
}

.news ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

* html .news div {
	overflow: hidden;
}

.news ul li {
	color: #53524f;
	margin: 0;
	padding: 0 0 0.5em 0;
	width: 100%;
}

.news ul li a {
	color: #53524f;
}

.news ul li strong {
	color: #333;
	margin: 0;
	padding: 0 5px 0 0; /* ie requires padding instead of margin */ 
}

.news .cycler-status.playing {
	display: none;	
}

.news .paused, .news .cycler-status.pause {
	display: block;	
	position: absolute !important;
	bottom: 0;
	right: 0;
	text-indent: -9999px;
	background-color: #74736f;
	width: 5px !important;
	height: 5px !important;
}

/* @end */

