/* @override 
	
	http://www.btim.com.au/css/basic/custom2.css
	http://btim.com.au/css/basic/custom2.css
*/

/* @group body */

html {
	float: left;
	width: 100%;
}

body {
	font-family: Helvetica,  "Lucida Grande", Lucida, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 0;
	background-color: #ddd;
	color: black;
	float: left;
	width: 100%;
	text-align: center;
}
hr {
	height: 1px;
	color: #ccc;
	background-color: #ccc;
	border: none;
	clear: both;
}

a:link, a:visited {
	color: #576d87;
	text-decoration: underline;
}

a:hover, a:active {
	color: #f60;
	text-decoration: underline;
}
a:active {
	color: #f00;
	text-decoration: underline;
}
pre, tt, kbd, code, samp {
	font-family: Monaco, "Courier New", Courier, mono;
	font-size: 9px;
	line-height: 11px;
	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 {
	margin: 20px 0 10px 0;
	color: #000;
	border-bottom: 2px solid #6A8CA5;
	font: bold 18px/22px "Bookman Old Style", Georgia, "Times New Roman", Times, serif;
}

h2 {
	margin: 20px 0 10px 0;
	font: bold 16px  "Bookman Old Style", Georgia, "Times New Roman", Times, serif;

}

h3 {
	margin: 20px 0 5px 0;
	padding: 0;
	color: #999;
	font: bold 14px  "Bookman Old Style", Georgia, "Times New Roman", Times, serif;

}
h3.firstH {
	margin-top: 10px;
}
h4 {
	font-size: 11px;
}

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

th, td {
	font-size: 10px;
}

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

select, input, textarea {

	font-size: 11px;

}

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

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

p.error {
	font-size: 12px;
	line-height: 16px; 
	padding: 10px 10px 10px 40px;
	color: #fff;
	font-weight: bold;
	text-shadow: #647a96 1px 1px 1px;
	background: #aabecb url(/images/interface/alert.gif) no-repeat 10px 5px;
}

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

.hidden {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}
.right {
	text-align: right;
}
.floatright {
	
	float: right;
}
div.right, div.right p {
	margin-top: 0;
	padding-top: 0;
}

/* @end */

/* @group layout */

#wrapper {
	width: 900px;
	margin: 0 auto;
	padding: 0px;
	text-align: left;
}

#container {
	float: left;
	width: 880px;
	padding: 0 10px;
	background: #ddd url(/images/interface/body-bg2.gif) repeat-y 50% 0;
	margin: 0;
}

#header {
	float: left;
	width: 100%;
/*	height: 169px; */
	background: transparent url(/images/interface/logo.gif) no-repeat 38px 24px;
}


#nav {
	float: left;
	width: 100%;
	margin: 0px;
	height: 35px;
	background: #647a96 url(/images/interface/nav-bg.gif) repeat-y right center;
}

#content {
	float: left;
	width: 840px;
	margin: 0;
	padding: 0 20px;
/*	background: #fff url(/images/interface/columns-bg.gif) repeat-x center bottom; */
}
#basewrap {
	float: left;
	width: 100%;
	background: transparent url(/images/interface/basewrap-bg.gif) repeat-x right top;

}
#columns {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0;
	display: inline; /* combat IE6 Doubled float-margin bug */
}

#main {
	float: left;
	width: 450px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	padding: 0;
	margin: 0;
}
#main.twocol {
	width: 630px;
}
#content.onecol #main.twocol {
	width: 100%;
}


#sidebarL {	
	float: left;
	width: 160px;
	margin: 0;
	padding: 0 20px 0 0;
	margin-left: 15px;
	display: inline;
}

#sidebarR {
	float: right;
	width: 160px;
	margin: 0; 
	padding: 0;
	
	padding-right: 15px;
	display: inline;
}

#footer {
	float: left;
	width: 840px;
	display: inline; /* combat IE6 Doubled float-margin bug */
	font-size: 11px;
	line-height: 14px;
	padding: 5px 0;
	margin: 0;
	color: #999;
	/*clear: both; apparently redundant because of width */
}
#legal {
	text-align: left;
	font-size: 11px;
	line-height: 14px;
	padding: 20px 30px 16px 30px;
	color: #999;
	float: left;
}
#legal h1 {
	margin: 0;
	padding: 0;
	color: #999;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
	border-bottom: none;
}
#legal p{
	
	margin: 0 0 10px 0;
}

#legal .super{
	font-size: .9em;
	vertical-align: super;
}

#baseshadow {
	background: url(/images/interface/base-shadow2.gif) no-repeat 50% 0;
	height: 11px;
	width: 900px;
	float: left;
}
#copyright {
	float: right;
	color: #999;
	font-size: 11px;
	padding: 10px;
}
/* @end */

/* @group header */

#header h1 {
	padding: 0;
	margin: 0;
	float: left;
	border-bottom: none;
}

#header h1 a {
	width: 200px;
	height: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	padding: 0;
	margin: 28px 0 0 0;

}
p.headerimg {
	margin: 0;
	padding: 0;
}
#navimage { 
	height: 50px;
	overflow: hidden;
	float: left;
}
.cycle_wrapper .cycle_status {
	display: none;
}
/* @end */

/* @group member */


.member {
	float: right;
	text-align: right;
	padding: 33px 0px 0 0;
	margin: 0;
	list-style-type: none;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;
clear: right;
width: auto;
}

.member li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 15px;
	border-right: 1px solid #999;
	display: inline;

}
.member li.last {
	border-right: none;
}
.member li.first {
	border-right: none;
}
.member li a:link, .member li a:visited {
	float: left;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #6A8CA5;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.member li a:hover, .member li a:active {
	color: #f90;
	text-decoration: underline;
}

.member li.hilite a:link, .member li.hilite a:visited {
	
	color: #000;
}

.member li.hilite a:hover, .member li.hilite a:active {

}
/* @end */

/* @group topnav */
#topnavig {
	float: right;
	padding: 0;
	margin: 0;
	width: 840px;
	height: 80px;
}
.topnav {
	float: right;
	text-align: left;
	padding: 10px 0px 0 0;
	margin: 0;
	list-style-type: none;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;


}

.topnav li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 15px;
	border-right: 1px solid #999;

}
.topnav li.last {
	border-right: none;
}
.topnav li a:link, .topnav li a:visited {
	float: left;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #6A8CA5;
	margin: 0;
	/* hide from mac ie \*/
	height: 1%; /**/
}

.topnav li a:hover, .topnav li a:active {
	color: #f90;
	text-decoration: underline;
}

.topnav li.hilite a:link, .topnav li.hilite a:visited {
	
	color: #000;
}

.topnav li.hilite a:hover, .topnav li.hilite a:active {

}

.skip a {
	font-weight: normal;
}

/* @end */

/* @group nav */




/* @group midnav */




/* ------------------------------- */

#nav .lev1, #nav .lev1 ul {

	float: left;
	padding: 0;
	margin: 0 0 0 20px;
	list-style: none;
	font-size: 14px;
	line-height: 35px;
	color:#fff;
	font-weight:normal;
	text-decoration:none;
	display: inline;
}
#nav .lev1 li {
	float: left;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 10;
	font-weight: bold;
		line-height: 35px;

}
#nav .lev1 li a:link, #nav .lev1 li a:visited {
    display: block;
    color: #fff;
	padding: 0 10px 0px 10px;
	text-decoration: none;

}
#home #nav .lev1 li.first {
	
	margin-right: 194px;
}

 #nav .lev1 li a:hover, #nav .lev1 li a:active {
    display: block;
    color: #fff;
    padding: 0 10px 0px 10px;
	text-decoration: none;

}
/* #nav .lev1 li.parent a:hover {
	background-color: #728bab;
} */
#nav .lev1 li:hover {
	background-color: #728bab;

}
#nav .lev1 li.hilite {
	background-color: #4d6079;

}
#nav .lev1 li.hilite:hover {
	background-color: #728bab;

}
#nav .lev1 li li {
		line-height: 14px;
	width: 100%;
	background-color: #728bab;
}
#nav .lev1 li li.hilite, #nav .lev1 li li.hilite:hover  {
		line-height: 14px;
	width: 100%;
	background-color: #4d6079;
}
#nav .lev1 li li a:link, #nav .lev1 li li a:visited, #nav .lev1 li li a:hover, #nav .lev1 li li a:active {
	border-top: 1px solid #9399a6;
	border-bottom: 1px solid #4c586d;
	display: block;
    color: #fff;
    padding: 5px 10px;
	font-weight: normal;
	font-style: normal;
	
}
#nav .lev1 li ul li:hover {
	background-color: #4d6079;

}
#nav .lev1 li li.parent {
	background-color: #728bab;
}

#nav .lev1 li li.hilite.parent {
		background-color: #728bab;

}
#nav .lev1 li li.parent:hover {
    background-color: #4d6079;
}


#nav .lev1 li ul {
    margin: 0;
    padding: 0;
	position: absolute;
	width: 13em;
	top: 35px;
	left: -9999px;
	border-left: 1px solid #4c586d;
			border-top: 1px solid #4c586d;
	text-transform: none;
		font-size: 12px;
	line-height: 14px;

}
#nav .lev1 li li ul {
    top: 0;
    	border-left: 1px solid #1e232e;

}
#nav .lev1 li ul { /* second-level lists */
    width: 13em;
    position: absolute;
    left: -9999px; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
#nav .lev1 li ul ul { /* third-and-below-level lists */
    margin: 0 0 0 13em;
}
#nav .lev1 li:hover ul ul, #nav .lev1 li:hover ul ul ul {
    left: -9999px;
}
#nav .lev1 li:hover ul, #nav .lev1 li li:hover ul, #nav .lev1 li li li:hover ul { /* lists nested under hovered list items */
    left: 0;
}







/* @end */


/* @group lev2 */

#sidebarL .lev2 {
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
	list-style-type: none;
	width: 160px;
}

/* My Comment */

#sidebarL .lev2 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;
	border-bottom: 1px solid #c2c2c2;
}

#sidebarL .lev2 li.hilite {
}

#sidebarL .lev2 li.first {
}

#sidebarL .lev2 li.last {
	margin-bottom: 0;
}

#sidebarL .lev2 li a:link, #sidebarL .lev2 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 12px;
	line-height: 18px;
	padding: 4px 3px 4px 10px;
	text-decoration: none;
	color: #6A8CA5;
	margin: 0;
	font-weight: bold;
	/* hide from mac ie \*/
	height: 1%; /**/

}

#sidebarL .lev2 li a:hover, #sidebarL .lev2 li a:active {

	background-color: #c7d2e0;
	color: #000;
}

#sidebarL .lev2 li.hilite a:link, #sidebarL .lev2 li.hilite a:visited {

	color: #000;
}

#sidebarL .lev2 li.hilite a:hover, #sidebarL .lev2 li.hilite a:active {
}

/* @end */

/* @group lev3 */

#sidebarL .lev3 {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}

#sidebarL .lev2 li .lev3 li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	/*white-space: nowrap;*/
	display: inline; /* combat IE6 Doubled float-margin bug */
	width: 100%;
	border-bottom: none;
}

#sidebarL .lev2 li .lev3 li.hilite {
}

#sidebarL .lev2 li .lev3 li.first {
	border-top: 1px solid #eee;
}

#sidebarL .lev2 li .lev3 li.last {
}

#sidebarL .lev2 li .lev3 li a:link, #sidebarL .lev2 li .lev3 li a:visited {
	/*float: left;*/
	display: block;
	font-size: 11px;
	line-height: 14px;
	padding: 5px 5px 5px 15px;
	text-decoration: none;
	color: #657a97;
	margin: 0;
	font-weight: normal;
	background: none;
	/* hide from mac ie \*/
	/*height: 1%; */
}

#sidebarL .lev2 li .lev3 li a:hover, #sidebarL .lev2 li .lev3 li a:active {
	background-color: #e0e7ee;
	color: #000;
}

#sidebarL .lev2 li .lev3 li.hilite a:link, #sidebarL .lev2 li .lev3 li.hilite a:visited {
	background: #fff;
	color: #000;
}

#sidebarL .lev2 li .lev3 li.hilite a:hover, #sidebarL .lev2 li .lev3 li.hilite a:active {
	/*color: #000;*/
}

/* @end */
/* @group quick search */

#search_menu {
	float: right;
}

#search_menu #search_menu_form {
	padding: 6px 15px;
	margin: 0;
	text-align: right;
}

#search_menu #search_menu_form label {
	display: none;
}

#search_menu #search_menu_query {
	padding: 2px;
	margin: 0;
	/*height: 12px;*/
	width: 180px;
	border: 1px solid #ccc;
	border-color: #999 #ccc #ccc #999;
}

/* @end */

/* @end */

/* @group funds */

#funds {
	float: left;
	margin-top: 20px;
	padding-bottom: 5px;
}

#sidebarL #funds .lev2 li {
	border-bottom: 1px solid #c2c2c2;
}
.unitprice a:link, .unitprice a:hover, .unitprice a:visited, .unitprice a:active {
	font-weight: bold;
}





#sidebarL #funds .lev2 li a:link, #sidebarL #funds .lev2 li a:visited {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color: #6A8CA5;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/

}
#sidebarL #funds .lev2 li a:hover, #sidebarL #funds .lev2 li a:active {
	font-size: 11px;
	line-height: 14px;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	color: #000;
	margin: 0;
	font-weight: normal;
	/* hide from mac ie \*/
	height: 1%; /**/

}

#sidebarL #funds .lev2 li.hilite a:link, #sidebarL #funds .lev2 li.hilite a:visited {
	font-weight: bold;
	color: #000;

}



/* @group lev3 */

#sidebarL #funds .lev2 li .lev3  {
	float: left;
	padding: 0;
	margin: 0;
	list-style-type: none;
	width: 100%;
}

#sidebarL #funds .lev2 li .lev3 li {
	list-style-type: circle;
	border-bottom: none;
	font-weight: normal;
}
#sidebarL #funds .lev2 li.hilite .lev3 li a:link, #sidebarL #funds .lev2 li.hilite .lev3 li a:visited {
	font-weight: normal;

}


#sidebarL #funds .lev2 li .lev3 li.first {
}

#sidebarL #funds .lev2 li .lev3 li.last {
}

#sidebarL #funds .lev2 li .lev3 li a:link, #sidebarL #funds .lev2 li .lev3 li a:visited {
		color: #6A8CA5;

	padding: 2px 5px 2px 20px;
}
#sidebarL #funds .lev2 li .lev3 li.last a:link, #sidebarL #funds .lev2 li .lev3 li.last a:visited {
	padding-bottom: 5px;
}
#sidebarL #funds .lev2 li .lev3 li a:hover, #sidebarL #funds .lev2 li .lev3 li a:active {
	color: #000;
}

#sidebarL #funds .lev2 li .lev3 li.hilite a:link, #sidebarL #funds .lev2 li .lev3 li.hilite a:visited {
	color: #000;
}

#sidebarL #funds .lev2 li .lev3 li.hilite a:hover, #sidebarL #funds .lev2 li .lev3 li.hilite a:active {
	/*color: #000;*/
}

/* @end */
/* @end */

/* @group main */

#main .article, #main .article .article {
	line-height: 18px;
	padding: 0; /* 1px padding to prevent margin collapse */
	margin: 0 0 20px 0;
	float: left; /* required to stop images escaping */
	width: 450px; /* required beause float collapses width */
	display: inline;
	margin-right: -3px; /* combat IE6 duplicate character bug */
}
#main.twocol .article, #main.twocol .article .article {
	width: 630px;
}
#content.onecol #main.twocol .article, #content.onecol #main.twocol .article .article {
	width: 100%;
}
#main .home {
	padding: 0;
	margin: 0;
	background: none;
	width: 100%;
}

#main h1.pagetitle {
	color: #000;
	font-weight: bold;
	font-size: 18px;
	line-height: 22px;
	margin-top: 0;
	padding: 0;
	border-bottom: 2px solid #6A8CA5;
}
#main .home h1.pagetitle {
	margin-top: 0;
	padding: 0;
}
#main .home h1.pagetitle2 {
	margin-top: 30px;
	padding: 0;
}
#main h1.embedtitle {
	color: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 22px;
	margin-top: 0;
	padding: 0;
	border-bottom: 1px solid #6A8CA5;
}
#main .body div {
	margin: 10px 0;
}

#main .body a:link, #main .body a:visited {
	border-bottom: 1px dotted #999;
	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 15px;
	padding: 0;
}

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

#main .body ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	background-image: url(/images/interface/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
#main .home .body ul li {
	margin: 0;
	padding: 0 0 5px 15px;
	background-image: url(/images/interface/nav-bullet2.gif);
	background-repeat: no-repeat;
	background-position: 6px 5px;
}
#main .body ul {
	list-style: none;
	margin: 10px 0 10px 0px;
	padding: 0;
}
#main div.top {
	background: url(/images/interface/up_arrow.gif) no-repeat right;
	padding-right: 10px;
	margin: 0;
	float: right;
}
#main div.top p {
	margin: 0;
	padding: 0;
}
#main .small p {
	font-size: 10px;
}

#main p.small {
	font-size: 11px;
	line-height: 1.3em;
}
#main .legal2  {
	font-size: 11px;
	line-height: 14px;
	color: #999;
}
#main .body div.summary2 {
	font-size: 11px;
	padding: 0 0 0 20px;
	margin-top: 5px;
}
.summary2 p {
	margin: 0;
}
#body_9 .pdf p {
	margin-bottom: 5px;
}
#main #body_9 .pdf {
	margin-bottom: 5px;
}
#main .relatedsections {
	display: none;
}

#main .notes {
	float: left;
	font-size: 11px;
	margin-top: 50px;
	border-top: 1px solid #ccc;
	width: 100%;
}
#main a:link.imgzoomer, #main a:visited.imgzoomer, #main a:hover.imgzoomer, #main a:active.imgzoomer, #main a:link.zoomer img, #main a:visited.zoomer img, #main a:hover.zoomer img, #main a:active.zoomer img  {
	border: none;
}

#main table.audittable th {
	background-color: #eee;
}

/* @group bodymenu */

#main .body .bodymenu {
	border-top: 1px solid #8599A8;
	text-align: left;
	padding: 0px 0px 0 0;
	margin: 20px 0 0 0;
	list-style-type: none;
	font-size:11px;
	line-height:14px;
	font-weight:bold;
	text-decoration:none;


}
#main .noline {
	margin: 0;
	padding: 0;
}
#main .body .noline .bodymenu {
	border-top: none;
	margin-top: 10px;
}
#main .body .bodymenu ul li {
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;
	line-height: 15px;
	list-style-image: none;
	background-image: none;
}


#main .body .bodymenu ul li .last {
	border-right: none;
}

#main .body .bodymenu li a:link, #main .body .bodymenu li a:visited {
	float: left;
	display: block;
	padding: 0 12px;
	text-decoration: none;
	color: #6A8CA5;
	margin: 0;
	border-bottom: none;
	background: url(/images/interface/crumb.gif) no-repeat left;
	/* hide from mac ie \*/
	height: 1%; /**/
	border-right: 1px solid #ccc;
}
#main .body .bodymenu li .last a:link, #main .body .bodymenu li .last a:visited {
	border-right: none;
}
#main .body .bodymenu li a:hover, #main .body  .bodymenu li a:active {
	color: #f90;
	text-decoration: underline;
}

#main .body .bodymenu li.hilite a:link, #main .body .bodymenu li.hilite a:visited {
	
	color: #000;
}

.bodymenu li.hilite a:hover, .bodymenu li.hilite a:active {

}

#main .body .bodymenu li .last a.gfilelink:link, #main .body .bodymenu li .last a.gfilelink:visited {
	background-image: none;
}
/* @end */

/* @group two col */
/*
#main.twocol .leftcol {
	float: left;
	width: 299px;
	padding-right: 15px;
}
#main.twocol .rightcol {
	float: right;
	width: 304px;
	padding-left: 10px;

}
*/

#main .leftcol{
	float: left;
	width: 49%;
}

#main .rightcol{
	float: right;
	width: 49%;

}

#main #body_16 .rightcol {
	margin: 0;
	width: 65%;
}
#main #body_16 .leftcol {
	margin: 0;
	width: 34%;
}
/* @end */

/* @group mediaroom */


#main .interviews .leftcol, #main .interviews .rightcol {
	font-size: 11px;
	line-height: 14px;
}
#main .interviews a.zoomer img {
 margin-bottom: 6px;
}
#main .interviews a.zoomer  {
 border: none;
}

#main .interviews p {
 margin-bottom: 20px;
 

}
/* @end */

* html a.imgzoomer {
	behavior: url(/js/iepngfix.htc);
}
* html a.zoomer {
	behavior: url(/js/iepngfix.htc);
}
/* @group adverts */

#main .body div.ads {
padding: 0 0 0 10px;}
#main .body div.adbox, #main .body div.adbox3 {
	float: left;
	margin: 0 30px 12px 0px;
	display: inline;
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	padding: 0;
}
#main .body div.last {
	margin-right: 0;
}
#main .body div.adbox3 {
	margin-right: 0px;
width: 33%;
}
/* @end */

/* @group childstyle */

#main .body .childstyle {
	margin-top: 20px;
}
#main .body .leftcol .childstyle, #main .body .rightcol .childstyle {
	margin-top: 0px;
}


#main .body .childstyle ul {
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 0;
	/*border-top: 1px solid #ddd;*/
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
	list-style-type: none;
}
#main .body .leftcol .childstyle ul, #main .body .rightcol .childstyle ul {
	margin-top: 0px;
}

#main .body .childstyle li {
	position: relative;
	padding: 8px 5px 8px 20px;
	margin: 0;
/*	border-bottom: 1px solid #ddd; */
	background-image: url(/images/interface/arrow-l.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

#main .body .childstyle li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

#main .body .childstyle li {
	margin-left: 0px;
/*	border-bottom: 1px solid #ddd; */
	padding: 0 0 7px 20px;
	background-image: url(/images/interface/arrow-l.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;

}

#main .body .childstyle li a:link, #main .body .childstyle li a:visited, #main .body .childstyle li a:hover, #main .body .childstyle li a:active {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
	border-bottom: none;
	text-decoration: underline;
}

#main .body .childstyle li .summary  {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	margin: 5px 0;
	display: block;
}

#main .body .childstyle li .arrows {
	position: absolute;
	right: 0;
	top: 0.25em;
	z-index: 10;
}
#main .body .childstyle p {
	margin-top: 0px;
	padding: 0;
	margin-left: 20px;
}

/* @end */
/* @group faqs */

.question {
	font-weight: bold;
	padding-top: 6px;
}
#body_44.body h2 {
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #ddd; 

}

/* @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 5px;
	font-size: 11px;
/* 	white-space: nowrap; */
	vertical-align: top;

}

#main .body table th {
	text-align: left;
	white-space: nowrap;
	
}
#main .body table.standard th {
	background-color: #eeeeee;
}
#main .body table.fundstable {
}
#main table.fundstable th {
	background-color: #ddd;
	white-space: normal;
}
#main table tr.altrow td {
	background-color: #eee;
}
#main .smallprint {
	margin-top: 20px;
	padding-top: 15px;
	border-top: 1px solid #647a96;
}
/* @group btimtable */
#main .body #btimtable th, #main .body #btimtable td {
line-height: 14px;
}
#main .body #btimtable th {
	text-align: center;
	font-size: 12px;
	background-color: #eee;
}
#main .body #btimtable td li {
padding-bottom: 0;
}
#main .body #btimtable td li {
padding-bottom: 0;
}
#main .body #btimtable td p {
margin: 0 0 8px 0;}
#main .body #btimtable td ul {
margin: 0;}

#main .body #btimtable tr.baserow {
text-align: center;
font-weight: bold;
}


/* @end */

/* @end */

/* @group children */

.children {
	border-top: 1px solid #ddd;
	margin-top: 20px;
}
#columns.noChildLine .children {
	border: none;
}
#children_76.children, #children_150.children {
	border-top: none;
}

.children ul {
	margin-left: 0;
	padding-left: 0;
	/*border-top: 1px solid #ddd;*/
	background-image: url(/images/trans_pixel.gif); /* required because IE6 loses the border on LI with summary */
	clear: both;
	list-style-type: none;
}
.noChildLine {
	border: none;
}
.children li {
	position: relative;
	padding: 8px 5px 8px 20px;
	margin: 0;
/*	border-bottom: 1px solid #ddd; */
	background-image: url(/images/interface/arrow-l.gif);
	background-repeat: no-repeat;
	background-position: 3px 6px;
}

.children li.thumbnail {
	list-style-type: none;
	margin-left: 0;
}

.children li {
	margin-left: 0px;
/*	border-bottom: 1px solid #ddd; */
	padding: 0 0 7px 20px;
	background-image: url(/images/interface/arrow-l.gif);
	background-repeat: no-repeat;
	background-position: 3px 3px;

}

.children li a:link, .children li a:visited, .children li a:hover, .children li a:active {
	font-weight: bold;
	font-size: 12px;
	line-height: 15px;
}

.children li .summary  {
	font-size: 11px;
	line-height: 12px;
	color: #000;
	margin: 5px 0;
	display: block;
}

.children li .arrows {
	position: absolute;
	right: 0;
	top: 0.25em;
	z-index: 10;
}


/* @group advisors table */

.advisors table {
	/*border-spacing: 5px;*/
	width: 100%;
	margin-top: 20px;
}

.advisors table tr {
	width: 100%;
}

.advisors table td {
	/*border-collapse: collapse;*/
	padding: 10px 20px 20px 0;
	vertical-align: top;
	/*border: 1px solid #eee;*/
	width: 50%;
}

.advisors table td.row_end {
	padding-right: 0;
	padding-left: 20px;
}

.advisors table td .thumbnail {
	padding: 0;
	margin: 0;
	text-align: right;
	float: right;
	border: none;

}
.advisors table td .thumbnail img {
	padding: 0;
	margin: 0 0 0 0;
	border: none;

}
.advisors table td .headbox {
	background-color: #647a96;
padding: 0;
margin: 0;	height: 50px;

}
.advisors table td .title  {
	display: block;
		font: bold 16px  "Bookman Old Style", Georgia, "Times New Roman", Times, serif;

	text-align: left;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px 0px 5px 10px;
	margin: 0;
	height: 35px;
}

.advisors table td .summary  {
	margin: 7px 0 5px 0;
	text-align: left;
	font-size: 11px;
	line-height: 13px;
	color: #555;
}

.advisors table td .details {
	clear: both;
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.advisors table td .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.advisors table td .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

/* @end */


/* @group children table */

.children table {
	/*border-spacing: 5px;*/
	width: 100%;
}

.children table tr {
	width: 100%;
}

.children table td {
	/*border-collapse: collapse;*/
	padding: 10px 10px 10px 0;
	vertical-align: top;
	/*border: 1px solid #eee;*/
	width: 33.33%;
}

.children table td.row_end {
	padding-right: 0;
}

.children table td .thumbnail {
	display: block;
	padding: 0;
	margin: 0 0 5px 0;
	text-align: center;
}

.children table td .title  {
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

.children table td .summary  {
	margin: 1px 0 5px 0;
	text-align: center;
}

.children table td .details {
	clear: both;
	font-size: 12px;
	line-height: 14px;
	margin: 0 -1px;
	padding: 0;
	border: 1px solid #ccc;
	color: #000;
	float: left;
	width: 100%;
}

.children table td .details .price {
	float: left;
	margin: 5px;
	padding: 0;
	font-weight: bold;
	color: #333;
}

.children table td .details .options {
	float: right;
	margin: 6px 5px;
	padding: 0;
}

/* @end */
/* @end */

/* @group files */

.pdf {
	background: url(/images/interface/pdf.gif) no-repeat 0 3px;
	padding: 0 0 0 35px;
}

.files {
	margin: 15px 0;
	padding: 0;
}

.files dl {
	margin: 0;
	padding: 0;
/*	background-color: #f8f0cb; */
}

.files dl dt {
/*	border: 1px solid #f8f0cb; */
/*	border-top: 1px solid #ccc; */
}

.files dl dt.first {
/*	border: 1px solid #f8f0cb; */
}

.files dl span, .files dl strong {
	display: none;
}

.files dl span.s_size {
	display: inline;
	font-weight: normal;
	font-size: 11px;
	padding-left: 3px;
}

.files dl dt {
	font-weight: bold;
	margin: 0;
	padding: 6px 0 0 37px;
	background-repeat: no-repeat;
	background-position: 0px 9px;
		background-image: url(/images/interface/dl.gif);
	
}
.files dl dt#pdf {
	background-image: url(/images/interface/pdf.gif);

}
.files dl dt#xls {
	background-image: url(/images/interface/xls.gif);

}

.files dl dd {
/*	border-bottom: 1px solid #ddd;  */
	margin: 0;
	padding: 0 0 5px 37px;
	color: #999;
	position: relative;
	font-size: 11px;
}

.files dl dd p {
	margin: 0;
	padding: 0;
}
.files dl dd p.s_filename {
display: none;
}
.files dl dd div.s_notes {
	color: #333;
}

.files dl dd div.s_notes p {
	margin: 5px 0 0 0;
}

.files dl dd p.s_toggle {
	position: absolute;
	right: 0;
	top: -18px;
	font-weight: bold;
	cursor: pointer;
	color: #576d87;
	text-decoration: underline;
	font-size: 11px;
}

.files dl dt.forSale {
	background-image: url(/images/interface/forSale.gif);
}

.files dl dt.requireUser {
	background-image: url(/images/interface/locked.gif);
}

/* @end */

/* @end */

/* @group sidebar */
#tilefade { 
	height: 130px;
	overflow: hidden;
	float: left;
	margin: 0 0 20px 0;
}
body#htmlbody_74 #tilefade{
	display: none;
}
/* @group siderbar R */

/* @group sidebar article */
#sidebarR p.imgright, #sidebarL p.imgright {
	margin: 0 0 10px 0;
	padding: 15px 15px 1px 15px;
	}
#sidebarR .article, #sidebarL .article {
	margin: 0 0 20px 0;
	padding: 0px 0px 1px 0px; /* 1px padding to prevent margin collapse */
	font-size: 11px;
	line-height: 15px;
	float: right; /* required to stop images escaping */
	width: 160px; /* required beause float collapses width */
	display: inline; /* combat IE6 Doubled float-margin bug */
	border: 1px solid #c2c2c2;
	background-color: #fff;
}
#sidebarR .ad, #sidebarL .ad {
	border: none;
	background-color: transparent;
	}
#sidebarR .article.ad .body p, #sidebarR .article.ad .body p, #sidebarL .article.ad .body p, #sidebarL .article.ad .body p{
	margin: 0;
	}
#sidebarR h1.embedtitle, #sidebarL h1.embedtitle {

	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	padding: 2px 5px 2px 10px;
	margin: 0;
	color: #000;
	background: #c6c6c6 url(/images/interface/sidebar-title-bg.gif) repeat-x left top;
	border-bottom: none;
}



#sidebarR #article_337 h1.embedtitle, #sidebarR #article_369 h1.embedtitle {

	color: #fff;
	background: #647a96 url(/images/interface/sidebar-title-bg-blue.gif) repeat-x left top;
	border-bottom: none;
}

#sidebarR #article_337.article, #sidebarR #article_369.article {

	border: 1px solid #8394ab;
}


#sidebarR .article .body, #sidebarL .article .body {
	padding: 0 10px;
	position: relative;
}
#sidebarR .ad .body, #sidebarL .ad .body {
	padding: 0;
	}
#sidebarR .article .body h2, #sidebarL .article .body h2 {
	margin: 10px 0;
	padding: 0;
	font: bold 12px Arial, Helvetica, Geneva, sans-serif;
}
#sidebarR .article p, #sidebarL .article p {
	padding: 0;
	margin: 10px 0;
}

#sidebarR .article .children ul, #sidebarR .article .children li, #sidebarL .article .children ul, #sidebarL .article .children li {
	padding: 0;
	margin: 0;
	list-style: none;
}

#sidebarR .article ol li, #sidebarl .article ol li {
	list-style-type: decimal;
}

#sidebarR .article a:link, #sidebarR .article a:visited {
}

#sidebarR .article a:hover, #sidebarR .article a:active {
}

#sidebarR .article form table th, #sidebarL .article form table th {
	text-align: left;
}

#sidebarR .article form table td, #sidebarl .article form table td  {
	width: 100%;
}

#sidebarR .article form table td input, #sidebarl .article form table td input {
	width: 100%;
	margin-bottom: 4px;
}

/* @end */

/* @end */

/* @group siderbar L & R */


#sidebarL .article ul, #sidebarL .article ol, 
#sidebarR .article ul, #sidebarR .article ol {
	margin-left: 16px;
	padding: 0;
	list-style: square;
}

#sidebarR .article ul {
	margin-left: 0px;
	padding: 0;
	list-style: square;
}

#sidebarL .article ol, #sidebarR .article ol {
	margin-left: 24px;
}

#sidebarL .article li, #sidebarR .article li {
	padding: 0 0 0 14px;
	margin: 6px 0;
	list-style-type: none;
	background: url(/images/interface/arrow.gif) no-repeat 0 4px;
}

/* @end */

/* @end */

/* @group footer */

#footer .left {
	float: left;
	margin: 0 10px;
}

#footer .right {
	float: right;
	margin: 0 10px;
}

#footer .right .sitename {
}

#footer a:link, #footer a:visited {
		text-decoration: none;

}

#footer a:hover, #footer a:active {
	text-decoration: none;
}

#footer a.hilite {
	border-bottom: 1px solid #000;
}
/* @end */

/* @group shop */

/* @group shopitem */

.buynow {
	margin: 10px 0;
	border:  1px solid #ddd;
	padding: 5px 10px;
	font-size: 11px;
}

.buynow p {
	margin: 5px 0;
}

.buynow label {
	color: #999;
	font-weight: bold;
}

.buynow .price span {
	padding-left: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #f30;
}

.buynow .light span {
	color: #666;
}

/* @end */

/* @group items */

.shop table.items caption {
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 5px 0;
	color: #666;
}

.shop table.items {
	border: 1px solid #ccc;
	border-width: 1px 0;
	background: #fff;
	width: 100%;
}

.shop table.items tr {
	/* vertical-align: top; */
}

.shop table.items th {
	border: 2px solid #ccc;
	border-width: 0 0 2px 0;
	padding: 4px;
}

.shop table.items tr.item td {
	border: 1px solid #ccc;
	border-width: 1px 0 0 0;
	background: #fff url(/images/interface/checkout_item_bkg.gif) repeat-x 0 0px; /* background position 0 -7px using original image */
	padding: 4px;
}

.shop table.items .i_description {
	padding-top: 4px;
	display: none; /* re-instate when we have meaningful descriptions */
}

.shop .items .col1 {
	width: 75%;
	text-align: left;
}

.shop .items .col1 a {
	background: transparent url(/images/interface/checkout_item_bullet.gif) no-repeat 0 50%;
	padding-left: 17px;
}

.shop .items .col2, .shop .items .col3, .shop .items .col4 {
	text-align: right;
}

.shop .items .col3 {
	font-weight: bold;
	white-space: nowrap;
}

.shop .items .col4 {
	white-space: nowrap;
}

/* @end */

/* @group checkout */

.shop h2 {
	font-size: 14px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	color: #f30;
	padding-bottom: 5px;
	border: 1px solid #ccc;
	border-width: 0 0 1px 0;
}

.shop h2 label {
	font-weight: bold;
}

.shop th, .shop label {
	font-weight: bold;
	text-align: left;
}

.shop th, .shop td {
	font-size: 11px;
}

.shop p.alert {
	margin: 40px 0 20px 0;
	padding: 5px 10px;
	background: #eee;
	border: 1px solid #ccc;
	border-width: 2px 0;
}

/* @group payments */

.shop dl, .shop dt, .shop dd {
	margin-top: 10px;
	margin-bottom: 10px;
}

.shop dd {
	margin-left: 40px;
	border-left: 5px solid #ffb27f;
	padding-left: 10px;
}

.shop dd table caption {
	display: none;
}

.shop dd table th, .shop dd table td {
	padding: 0 5px;
}

.shop dd table th {
	text-align: right;
	border-right: 1px solid #ccc;
	white-space: nowrap;
	padding-left: 0;
}

.shop dd table td img {
	margin-bottom: -3px;
}

/* @end */

/* @end */

/* @group checkout & cart */

.shop .totals {
	border-bottom: 2px solid #ccc;
	text-align: right;
	margin-bottom: 10px;
}

.shop .totals p {
	margin: 10px 4px;
	font-weight: bold;
}

.shop .totals span {
	color: #999;
}

.shop .noitems {
	padding: 10px;
	text-align: center;
}

/* @end */

/* @group users */

.shop table.orders {
	position: relative;
	width: 100%;
}

.shop table.orders th, .shop table.orders td {
	width: 25%;/**/
	white-space: nowrap;
}

.shop .orders .col1 {
	width: 25%;
	font-weight: bold;
}

.shop .orders td.col4 {
	font-weight: bold;
	text-align: right;
}

/* @end */

/* @end */

/* @group search */

/* @group request */

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

.search th, .search td {
	font-size: 10px;
	text-align: left;
}

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

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

/* @end */

/* @group results */

/* @group title */

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

.search dt a {
	color: #647a96;
	text-decoration: none;
}

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

/* @end */

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

.search dd .s_excerpt {
	font-size: 11px;
	color: #666;
	line-height: 13px;
}

.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-color: #647a96;
}

/* @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 {
	font-size: 11px;
	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;
}

.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 {
	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: 11px;
	padding: 3px;
	border-bottom: 1px solid #eee;
	text-align: left;
	border-collapse: collapse;
}

.formmail th {
	padding-top: 7px;
	font-size: 10px;
	color: #999;
/*	border-right: 1px solid #eee; */
	vertical-align: top;
	white-space: normal;
}
.formmail td input, .formmail td select, .formmail td textarea {

 	line-height: 20px;
	border: 1px solid #ccc;
	
}
.formmail td input, .formmail td select {
	height: 22px;
 	line-height: 20px;
	border: 1px solid #ccc;
	
}
/* @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: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	background-color: #fff;
	margin: 10px 0;
}

#main .inplaceeditor-form textarea.editor_field {

	font-size: 11px;
	line-height: 16px;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @group sidebar */

#sidebarR .inplaceeditor-form input.editor_field {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	color: #000;
	background-color: #eee;
	margin: 10px 0;
}

#sidebarR .inplaceeditor-form textarea.editor_field {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10px;
	line-height: 13px;
	color: #000;
	background-color: #fff;
	margin-bottom: 10px;
}

/* @end */

/* @end */

/* @group video */

.vidbox {
	margin-top: 0;
	padding: 10px 10px 3px 10px;
	background-color: #eee;
	font-size: 11px;
}
#article_74 p {
	margin-top: 5px;
}
#article_74 .vidbox p, .vidbox p {
	margin: 0;
}
#article_74 h1.embedtitle {
	margin: 20px 0 0 0;
	padding-bottom: 3px;
}
#main #article_74.article, #main #article_74.article .article {
	margin: 0 0 10px 0;
	margin-right: -3px; /* combat IE6 duplicate character bug */
}
#main #article_74 .article .body ul li {
	padding: 0 0 0px 15px;
}
.job {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#main .body .video_links  {
	float: right;
	padding:0;
	margin: 0px 0 6px 6px;
	display: inline;
	width: 210px;
/*	width: 100%;
	height: 31px; background: #c6c6c6 url(/images/interface/video_links_bg.gif) repeat-x 50% 50%;*/			
}
#main .body .video_links p {
	margin: 0;
}
#main .body .video_links div {
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 10px;
/*	float: left;
	display: inline; */
}

#main .body .video_links .view a {
	background: transparent url(/images/interface/icon_video.gif) no-repeat left top;
}
#main .body .video_links .download a {
	background: transparent url(/images/interface/icon_dl.gif) no-repeat left top;
}
#main .body .video_links .audio a {
	background: transparent url(/images/interface/icon_audio.gif) no-repeat left top;
}
#main .body .video_links .itunes a {
	background: transparent url(/images/interface/icon_itunes.gif) no-repeat left top;
}
#main .body .video_links .script a {
	background: transparent url(/images/interface/icon_doc.gif) no-repeat left top;
}

#main .body .video_links  .email_friend a:link {
	background: transparent url(/images/interface/icon_email.gif) no-repeat left top;
}
#main .body .video_links a:link, #main .body .video_links a:visited, #main .body .video_links a:hover, #main .body .video_links a:active {
	border-bottom: none;
	padding: 0 0 5px 30px;
	line-height: 24px;
	display: block;
	font-size: 11px;
}
#main .body .vidbox a:link.zoomer, #main .body .vidbox a:hover.zoomer {
	border: none;
	outline: none;
}
#main .body .vidbox a.zoomer img {
	border: none;
	outline: none;
	
}
/*.imgZoomer img {
	behavior: url(/js/iepngfix.htc);
}*/

#sidebarR .view_vid p {
	margin: 0;
	padding: 0;
}
#sidebarR .view_vid a.zoomer {
	margin: 0;
	padding: 0;
	height: 20px;
}
#sidebarR .view_vid a {
	background: transparent url(/images/interface/icon_video.gif) no-repeat left top;
}
#sidebarR .view_vid a:link, #sidebarR .view_vid a:visited, #sidebarR .view_vid a:hover, #sidebarR .view_vid a:active {
	border-bottom: none;
	padding: 0 0 5px 30px;
	line-height: 24px;
	display: block;
	font-size: 11px;
}
#main .view_vid p {
	margin: 0;
	padding: 0 40px 0 30px;
}
#main .view_vid a.zoomer {
	margin: 0;
	padding: 0;
	height: 20px;
}
#main .view_vid a {
	background: transparent url(/images/interface/icon_video.gif) no-repeat left top;
}
#main .view_vid a:link, #main .view_vid a:visited, #main .view_vid a:hover, #main .view_vid a:active {
	border-bottom: none;
	padding: 5px 0 0px 30px;
	line-height: 14px;
	display: block;
	font-size: 11px;
}

#main .updates .view_vid a.zoomer {
	
	height: auto;
}



#main .audio {
background: transparent url(/images/interface/icon_audio.gif) no-repeat 0 0;
padding: 4px 0 4px 30px;

}

/* @end */

/* @group form buttons */

.button {
	height: 23px;

}
.button span {
	display: block;
	float: left;
	padding: 0;
	height: 23px;
	background: url(/images/interface/button_bg.png) no-repeat;
	
}
.jobs .button span {
	float: right;
	margin-right: 40px;
}
.button.arrowR span a {
	line-height: 23px;
	background: url(/images/interface/button_cap_arrow.png) no-repeat right;
	padding: 0 26px 0 12px;
	display: block;
	border: none;
}
.button span span {
	line-height: 23px;
	background: url(/images/interface/button_capR.png) no-repeat right;
	display: block;
	border: none; 
}
#main .body .button a:link, #main .body .button a:hover, #main .body .button a:visited, #main .body .button a:active {
	border: none;
}

#htmlbody_200 .button span {

	float: right;
	margin-right: 80px;
	display: inline;
	
}
.button input.form_button {
	background: transparent;	
	border: none;
	padding: 5px 10px;
	line-height: 1em; 

}
.button input:hover {
	color: #ff6b00;
}
input#attachment {
	line-height: 20px;
	padding: 5px 0 2px 5px;
 background-color: #fff;
	 

}
input#position {
	border: none;
	font-size: 12px;
	font-weight: bold;
}
/* @end */

/* @group advisors */

#main .body .briefings a:link, #main .body .briefings a:visited, #main .body .briefings a:hover, #main .body .briefings a:active {
	border-bottom: none;
	padding: 0 0 5px 30px;
	line-height: 24px;
	display: block;
	font-size: 11px;
}

.briefings {
	margin-top: 0;
	padding: 10px 10px 3px 10px;
	background-color: #f2f2f2;
	font-size: 11px;
	border: 1px solid #ddd;
}
#main .body .briefings .slides a {
	background: transparent url(/images/interface/icon_doc.gif) no-repeat left top;
	padding-left: 30px;
}
#main .body .briefings .audio a {
	background: transparent url(/images/interface/icon_audio.gif) no-repeat left top;
}
#main .body .briefings p {
	margin: 0;
}
#main .body .briefings div {
	padding: 0px 10px 0px 0px;
	margin: 0 0 0 10px;
/*	float: left;
	display: inline; */
}


/* @end */

/* @group crumbs */

#crumbs {
	float: left;/**/
	margin: 0 0 0px 0;
	padding: 0 0 0 15px;
	width: 865px;
	display: inline;
	background-color: #eee;
}

#crumbs li {
	list-style: none;
	float: left;
	background: url(/images/interface/crumb.gif) no-repeat left;
}

#crumbs li a {
	float: left;
	display: block;
	padding: 3px 5px 0 13px;
	line-height: 20px;
	text-decoration: none;
	font-size: 11px;
}

#crumbs li.homelink a {
	padding-left: 0px;
}
#crumbs li.homelink {
	background-image: none;
}

#crumbs li a:hover {
}

#crumbs li.hilite a {
	color: #333;
}

/* @end */

/* @group media */

/* @group base awards */



h1#title_386.embedtitle {
	/* used to hide accessibility items */
	position: absolute;
	left: -9999px;
}
#baseawards #body_386 {
	
	float: left;
	width: 100%;
}
#baseawards #body_386 ul {
	float: right;
	list-style-type: none;
	margin: 15px 30px 10px 0px;
	padding: 0;
	
}
#baseawards #body_386 li {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}

/* @end */

#main .interviews {
	padding-top: 10px;
}

#main .interviews h2{
	text-align: left;
	margin-top: 0;
}

#main .interviews div.box{
	float: left;
	width: 90%;
	background-color: #eee;
	border: 1px solid #ddd; 
	height: 126px;
	}
	
#main .interviews div.box p{
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
#main .interviews span.video{
	float: left;
	width: 155px;
	padding:5px 5px 0 5px;
	}
	

#main .interviews span.img{
	float: left;
	width: 110px;
	padding:5px 5px 5px 5px;
	}
	


#main .interviews a.filelink {
	border: none;
}
#main .interviews .archive {
	float: left;
	width: 300px;
	clear: both;
}

#main #body_16.body .rightcol p, #main #body_16.body .leftcol p {
	margin: 5px 0 0 0;
}

/* @end */

