body {
	font: 76%/1.4em Helvetica, Arial, sans-serif;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #333;
	background-color: #d3cab7;
}

h2 a:link, h2 a:visited {
border-style:none;
color:#F78A00;
outline-color:-moz-use-text-color;
outline-style:none;
outline-width:medium;
text-decoration:underline;
}

/* ----- GENERAL ----- */

table, td, input, textarea, select, li {
	font: 100% Helvetica, Arial, sans-serif;
	color: #333;
}

th {
	background: #ddd;
	padding: 5px;
}

td {
	padding: 5px;
}

td.first {
	width: 40%;
}

/* ----- GLOBAL LINKS ----- */

a:link, a:visited {
	color: #f78a00;
	text-decoration: underline;
	border-style: none;
	outline: none;
}

a:hover, a:active {
	color: #f78a00;
	text-decoration: none;
	border-style: none;
	outline: none;
}

/* ----- global paragraphs, headers & horizontal rules ----- */

h1, h2, h3, h4, h5, p {
  margin: 0 0 1em;
  padding: 0;
}

.hr {
	height: 1px;
	border-bottom: 1px solid #666;
	margin-bottom: 1em;
	display: block;
}

/* ----- GLOBAL IMAGES ----- */

img {
	border: none;
}

.clr {
	clear: both;
}

/* ----- HIDDEN ----- */

#skip {
	display: none;
}

.hidden, .hideme {
	display: none;
}

/* ----- L/R FLOATS ----- */

.left {
	float: right;
	margin-right: .3em;
}

.right {
	float: right;
	margin-left: .3em;
}

/* ----- CONTAINER ----- */

.container {
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 1040px;
}

.container .bg {
	background-color: white;
	padding: 0 50px 10px;
}

/* ----- STRUCTURE ----- */

#main {
	float: right;
	display: inline;
	width: 715px;
	border-top: 1px dashed #666;
}

.landing #main {
	border-top-style: none;
}

#mid{
	width: 470px;
	float: left;
}

#mid .inner{
	padding-top: 1em;
}

#lcol{
	width: 225px;
	float: left;
}

#lcol .inner{
	padding-right: 20px;
}

#lcol .inner ul {list-style:none;}


#rcol{
	width: 245px;
	display: inline;
	float: right;
}

#rcol .inner{
	padding-left: 20px;
	padding-top: 0.5em;
}

.content {
	padding-bottom: 20px;
}

.content, #lcol .inner, #rcol .inner {
	/* zoom: 1; */
	overflow: visible;
}

.content ul {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

.content ul li {
	margin-bottom: 0.7em;
	line-height: 1.4em;
	padding-left: 10px;
	background: url(/multimedia/media/bullet-orange.png) no-repeat left 0.4em;
}

.content ul li ul{
	margin-top: 1em;
}

.content ul li ul li {
	margin-bottom: 0.7em;
	line-height: 1.4em;
	padding-left: 10px;
	background: url(/multimedia/media/bullet-grey.png) no-repeat left 0.4em;
}

.content h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #f78a00;
	margin: 0 0 10px;
	padding: 0;
}

.content h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: #333;
	margin: 0 0 1em;
	clear: both;
	border-bottom: 1px dashed #666;
	padding-bottom: 0.5em;
}

.content h2.hltitle {
	padding: 0;
	border-style: none;
	margin-bottom: 0.3em;
}

.content h3 {
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.4em;
	margin-bottom: 0.5em;
	clear: both;
	color: #3e003c;
}

.content h4 {
	color: #333;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.3em;
}

.content h5 {
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0em;
	color: #3e003c;
}

.pagecontrols span{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

a.btt{
	background: url(/multimedia/media/icon_btt.png) no-repeat;
	padding-left: 20px;
	display: block;
	line-height: 13px;
}

#hometitle {
	font-size: 24px;
	border-bottom: 1px dashed #666;
	width: 665px;
	color: #f78a00;
	height: 40px;
	line-height: 40px;
}

#flasharrow {
	font-size: 24px;
	display: block;
	float: left;
	width: 10px;
	height: 16px;
	margin-right: 5px;
	margin-top: 12px;
}

#home h1 {
	font-size: 0.8em;
	font-weight: normal;
	font-style: normal;
	color: #f78a00;
	margin: 0;
	padding: 0 0 0 16px;
	display: block;
	width: 500px;
	float: left;
	line-height: 40px;
	text-decoration: none;
	background: url(../multimedia/media/arrow_pulse.gif) no-repeat left center;
}

/* ----- HEADER ----- */

#top {
	height: 130px;
	position: relative;
}

#logo {
	position: absolute;
	margin: 0;
	padding: 0;
	top: 50px;
	width: 185px;
	height: 40px;
	text-indent: -999em;
	background-image: url(/multimedia/media/logox.png);
	display: block;
}

#tnav {
	background-color: #d3cab7;
	position: absolute;
	width: 715px;
	top: 62px;
	left: 225px;
}

#tnav .inner {
	height: 28px;
}

#tnav ul {
	margin:			0;
	padding:		0;
	list-style:		none;
	line-height:	1.0;
}

#tnav ul li {
	float: left;
}

#tnav ul li a {
	padding: 0 1em;
	text-decoration:none;
	line-height: 28px;
	display: block;
	border-right: 1px dashed #87746a;
}

#tnav ul li#clientlogin  {
	float: right;
background-color: #FF9900;
font-weight: bold;
}

#tnav ul li#clientlogin a  {
	border-right: none;
	border-left: 1px dashed #87746a;
	display: block;
	background: url(/multimedia/media/icon_clientlogin.png) no-repeat right center;
	margin-right: 5px;
	padding-right: 1.5em;
}

#tnav ul li a:link, #tnav ul li a:visited  {
	color: #401f1e;
	text-decoration: none;
}

#tnav ul li a:hover, #tnav ul li a:active  {
	color: white;
	background-color: #87746a;
	text-decoration: none;
}

#tnav ul li a.active:link, #tnav ul li a.active:visited  {
	color: white;
	background-color: #87746a;
	text-decoration: none;
}

/* TOP MENU */

.mnav{
	margin: 0;
	padding: 0;
	position: absolute;
	top: 8px;
	float: right;
	list-style-type: none;
	right: 0;
}

.mnav li {
	color: #87746a;
	display: inline;
	margin: 0;
	line-height: 100%;
	padding-left: 13px;
	background: url(/multimedia/media/fnav_pipe.png) no-repeat 5px;
}

.mnav li.first {
	background-image: none;
	padding-left: 0;
}

.mnav.search{
	top: 35px;
}

.mnav.search a{
	font-weight: bold;
	display: inline-block;
	padding-right: 20px;
	background: url(/multimedia/media/icon_search-orange.png) no-repeat right top;
	height: 16px;
	line-height: 16px;
}

.mnav a:link, .mnav a:visited {
	text-decoration: none;
	color: #87746a;
}

.mnav a:hover, .mnav a:active{
	text-decoration: underline;
	color: #87746a;
}

/* PRINT LINKS */

#printlinks {
	position: absolute;
	top: 97px;
	left: 225px;
	z-index: 999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 715px;
	font-size: 0.9em;
}

#printlinks li {
	float: right;
	margin-left: 20px;
	height: 30px;
}

#printlinks li.first {
	float: left;
	margin-left: 0;
}

#printlinks li a {
	line-height: 30px;
	padding-right: 20px;
}

#printlinks li a:link, #printlinks li a:visited {
	color: #87746a;
}

a.addpb{
	background: url(/multimedia/media/icon_print-add.png) no-repeat right center;
	display: block;
}

a.ftaf{
	background: url(/multimedia/media/icon_forward.png) no-repeat right center;
	display: block;
}

a.viewpb{
	background: url(/multimedia/media/icon_print-basket.png) no-repeat right center;
	display: block;
}

/* ----- HEADLINES ----- */

#newsheadlines h3 {
	padding: 0;
	font-weight: normal;
	font-style: normal;
	color: #3e003c;
	font-size: 1.1em;
	margin-bottom: 0.1em;
}

#right h3 {
	font-weight: bold;
	color: #3e003c;
	font-size: 1.2em;
	border-bottom: 1px solid #c30327;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

#left h3 {
	font-weight: bold;
	color: #3e003c;
	font-size: 1.2em;
	padding-bottom: 0.3em;
	margin-bottom: 0.7em;
	line-height: 1.3em;
}

/* ----- LEFT NAV ----- */

#lcol ul {
	padding: 0 5px 0 0;
	margin: 0 0 1em;
	/*border-bottom: 1px dashed #666;*/
width: 100%;
list-style:none;

}

#lcol ul li {
	color: #333;
	list-style-type: none;
	border-top: 1px dashed #666;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}

#lcol ul li ul{
	padding: 0;
	margin-top: 1em;
	margin-bottom: 0;
	border-bottom-style: none;
}

#lcol ul li ul li{
	padding: 1px 0 1px 10px;
	background-image: none;
	border-style: none;
	margin-bottom: 0.75em;
}

#lcol ul li ul li a{
	border-style: none;
	padding: 0 0 0 10px;
	background: url(/multimedia/media/rnav_subarrow-grey.png) no-repeat 0 0.2em;
}


#lcol ul li a:link, #lcol ul li a:visited {
	color: #333;
	text-decoration: none;
}

#lcol ul li a:hover,#lcol ul li a:active {
	color: #333;
	text-decoration: underline;
}

#lcol ul li a.active:link, #lcol ul li a.active:visited{
	font-weight: bold;
	color: #3e003c;
}

/* ----- RIGHT NAV ----- */

#rcol ul{
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

#rcol ul li{
	color: #3e003c;
	list-style-type: none;
	font-size: 1.1em;
	display: block;
	margin: 0;
	padding: 1px 0;
	background-repeat: no-repeat;
	background-position: right 0.6em;
}

#rcol ul li a {
background: url(/multimedia/media/rnav_arrow-orange.png) no-repeat left 0.8em;
	display: block;
	margin: 0;
	padding-left: 20px;
	border-bottom: 1px dashed #666;
	padding-top: 0.7em;
	padding-bottom: 0.7em;
}

#rcol ul li.team{
	background-image: url(/multimedia/media/icon_rnav-team.png);
}

#rcol ul li.pubs{
	background-image: url(/multimedia/media/icon_rnav-pubs.png);
}

#rcol ul li.insight{
	background-image: url(/multimedia/media/icon_rnav-insight.png);
}

#rcol ul li a:link, #rcol ul li a:visited, #rcol li a:link, #rcol li a:visited {
	text-decoration: none;
	color: #3e003c;
}

#rcol ul li a:hover, #rcol ul li a:active, #rcol li a:hover, #rcol li a:active {
	text-decoration: underline;
	color: #3e003c;
}

#rcol ul li ul{
	padding: 0;
	margin-top: 0.5em;
	margin-bottom: 0;
	border-bottom: 1px dashed #666;
}

#rcol ul li ul li{
	padding: 1px 0 1px 10px;
	font-size: 0.9em;
	background-image: none;
	border-style: none;
	margin-bottom: 0.5em;
}

#rcol ul li ul li a{
	border-style: none;
	padding: 0 0 0 10px;
	background: url(/multimedia/media/rnav_subarrow-grey.png) no-repeat 0 0.2em;
}

#rcol ul li ul li a:link, #rcol ul li ul li a:visited{
	text-decoration: underline;
	color: #f78a00;
}

#rcol ul li ul li a:hover, #rcol ul li ul li a:active{
	text-decoration: none;
	color: #f78a00;
}

/* ADDRESS */

address {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	font-size: 1em;
	margin-top: 15px;
}

address h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #3e003c;
}

address p {
	margin-bottom: 0.5em;
}

/* NEWS HEADLINES */

.content ul.nheadlines li{
	padding-left: 0;
	background-image: none;
}

.content ul.nheadlines.fulllist li{
	padding-left: 0;
	background-image: none;
	border-bottom: 1px solid #646464;
}

/* SEARCH */

#searchform {
	
}

.searchsubmit
{

BORDER-TOP-WIDTH: 0px! important; BORDER-LEFT-WIDTH: 0px! important; BORDER-BOTTOM-WIDTH: 0px! important; BORDER-RIGHT-WIDTH: 0px! important;
}

.searchfield {
	width: 200px;
}

.searchbutton {
	padding: 0.3em 0.5em;
	background-color: #d3cab7;
	margin-left: 10px;
	margin-right: 10px;
}

.searchbutton:link, .searchbutton:visited {
	color: #9e5d1e;
	text-decoration: none;
}

.searchbutton:hover, .searchbutton:active {
	color: #9e5d1e;
	text-decoration: underline;
}

select#resultsnum {
	margin-left: 10px;
}

.searchmatch {
	margin-top: 1em;
}

.sresultdetail {
	color: #6e6e6e;
}

ol#sresults {
	padding: 1.5em 0 0;
	margin: 0 0 2.5em 2em;
}

ol#sresults li {
	margin: 0 0 1em;
	padding: 0;
}

ol#sresults li h4 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

ol#sresults li h4 a:link, ol#sresults li h4 a:visited {
	text-decoration: underline;
	color: #3e003c;}

ol#sresults li h4 a:hover, ol#sresults li h4 a:active {
	text-decoration: none;
	color: #3e003c;}

.sroverview p {
	margin: 0;
	padding: 0;
}

/* RCOL TEAM */

#rcol ul li ul.teamsublist{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
}

#rcol ul li ul.teamsublist li{
	background-image: none;
	border-bottom: 1px solid #999999;
	margin: 0;
	padding: 0.5em 0 0.4em;
	position: relative;
}

#rcol ul li ul.teamsublist li a{
	margin: 0;
	padding: 0;
	background-image: none;
}

#rcol ul li ul.teamsublist li img{
	float: left;
	margin-right: 5px;
	display: block;
	width: 36px;
}

#rcol ul li ul.teamsublist .pdetails{
	float: left;
	display: block;
	width: 160px;
	position: absolute;
	top: 5px;
	left: 40px;
}

#rcol ul li ul.teamsublist p{
	margin: 0;
	padding: 0;
	height: 19px;
	line-height: 19px;
}

#rcol ul li ul.teamsublist li a.pemail{
	text-indent: -999em;
	display: block;
	background: url(/multimedia/media/icon_team-email.png) no-repeat right;
	float: right;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 0;
}

#rcol ul li ul.teamsublist li a.pvcard{
	text-indent: -999em;
	display: block;
	background: url(/multimedia/media/icon_team-vcard.png) no-repeat right;
	float: right;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 25px;
	right: 0;
}

/* TEAM LIST */

#rcol ul li.team{
}

ul.teamlist{
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border-style: none;
	min-height:250px;
}

ul.teamlist li{
	background-image: none;
	border-bottom: 1px solid #999999;
	margin: 0 15px 0 0;
	padding: 0.5em 0 0.4em;
	display: block;
	width: 220px;
	float: left;
	position: relative;
}

ul.teamlist li img{
	margin-right: 5px;
	display: block;
	width: 36px;
	float: left;
}

ul.teamlist li .pdetails{
	float: left;
	display: block;
	width: 160px;
	position: absolute;
	top: 5px;
	left: 40px;
}

ul.teamlist li p{
	margin: 0;
	height: 19px;
	line-height: 19px;
}

ul.teamlist li a.pemail{
	text-indent: -999em;
	display: block;
	background: url(/multimedia/media/icon_team-email.png) no-repeat 0;
	float: right;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 5px;
	right: 0;
}

ul.teamlist li a.pvcard{
	text-indent: -999em;
	display: block;
	background: url(/multimedia/media/icon_team-vcard.png) no-repeat 0;
	float: right;
	width: 19px;
	height: 19px;
	position: absolute;
	top: 25px;
	right: 0;
}

/* TEAM PROFILE */

#profiletbl {
	width: 100%;
	margin: 0 0 1em;
	padding: 0;
	border-collapse:collapse;
}

#profiletbl tbody {
	border-bottom: 1px solid #666;
}

#profiletbl td {
	padding: 0.5em 20px 0.5em 0;
	vertical-align: top;
	text-align: left;
}

.profiledetails {
	
}

.profiledetails img {
	margin-bottom: 1em;
	display: block;
}

.profiledetails p {
	margin-bottom: 0.2em;
}

.profiledetails h3 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.3em;
	margin-bottom: 0.5em;
	color: #3e003c;}

.profiledetails .vcardlink {
	display: inline-block;
	padding-left: 0;
	background: url(/multimedia/media/icon_team-vcard.png) no-repeat right;
	margin-right: 10px;
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.profiledetails .emaillink {
	display: inline-block;
	padding-left: 0;
	background: url(/multimedia/media/icon_team-email.png) no-repeat right;
	margin-right: 10px;
	padding-right: 22px;
	font-weight: bold;
	text-decoration: none;
	color: #333;
}

.profiledetails .hr {
	border-bottom: 1px dashed #666;
	margin-top: 0.7em;
}


/* ----- RHEADLINES ----- */

.rheadlines ul{
	margin: 0 0 1em;
	padding: 0;
}

.rheadlines li {
	color: #5d5b5c;
	list-style-type: none;
	padding-bottom: 0.7em;
	padding-left: 7px;
	background: url(/multimedia/media/bullet_rcol.gif) no-repeat 0 3px;
}

.rheadlines li a {
}




.rheadlines li a:link, .rheadlines li a:visited {
	text-decoration: none;
}

.rheadlines li a:hover, .rheadlines li a:active {
	text-decoration: underline;
}

/* ----- ALPHA LIST ----- */

#alphateamlist {
	padding: 0 0 1em;
	list-style-type: none;
	margin-bottom: 2em;
	margin-top: 0.5em;
}


#alphateamlist li {
	float: left;
background: url(/multimedia/media/pipe_vert-grey.png) no-repeat left;	
	color: #bfbfbf;
	font-weight: bold;
	padding-right: 4px;
	padding-left: 5px;
}

#alphateamlist li.first {
	background-image: none;
	padding-left: 0;
}


#alphateamlist li a:link, #alphateamlist li a:visited {
	color: #f78a00 !important;
	text-decoration: underline !important;
}

#alphateamlist li a:hover, #alphateamlist li a:active {
	color: #f78a00 !important;
	text-decoration: none !important;
}

#alphateamlist li a.active:link, #alphateamlist li a.active:visited {
	color: #333 !important;
	text-decoration: none !important;
}

#alphateamlist li a.active:hover, #alphateamlist li a.active:active {
	color: #333 !important;
	text-decoration: underline !important;
}

/* CRUMBS */


#breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 8px;
	font-size: 0.9em;
	color: #87746a;
}

#breadcrumbs a {
	color: #87746a;
}

#breadcrumbs .first {
	font-weight: bold;
}

#breadcrumbs span {
}

/* ----- FOOTER ----- */

#footer {
	clear: both;
	text-align: left;
	border-top: 1px dashed #666;
}

#footer .inner {
	text-align: left;
	padding-top: 0.6em;
	padding-bottom: 0.5em;
}

#footer p {
	margin: 0;
	padding: 0;
}

#footer #copyright {
	float: right;
}

#footer #typesize {
	float: left;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	position: absolute;
	left: 275px;
}

#footer li {
	display: inline;
	padding-left: 13px;
	background: url(/multimedia/media/fnav_pipe.png) no-repeat 5px;
}

#footer li.first {
	background-image: none;
	padding-left: 0;
}

#footer a:link, #footer a:visited{
	color: #333;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	color: #333;
	text-decoration: underline;
}

/* TABLES */

table.gen-table{
	width: 100%;
	border-collapse:collapse;
	margin-bottom: 1em;
	clear: both;
	border-style: none;
}

table.gen-table td{
	padding: 8px;
	border: 1px solid #e5e5e5;
}

table.gen-table th{
	padding: 8px;
	border: 1px solid #c6c6c6;
	text-align: left;
}

/* ----- FORMS ----- */

fieldset {
	border: none;
	padding: 0;
	margin: 1em 0;
}

legend {
	color: #7d7b7c;
	font-weight: normal;
	padding: 0 0 1em;
	font-size: 1.2em;
	clear: both;
	margin: 0;
	border-style: none;
}

.gen-form label{
	line-height: 1.8;
	vertical-align: top;
	vertical-align: middle;
}

.gen-form input{
	color: #0d1f05;
}

.gen-form input.inputbox{
	color: #0d1f05;
	width: 300px;
}

.gen-form input.small{
	width: 200px;
}

.gen-form select{
	color: #0d1f05;
}

.gen-form textarea{
	color: #0d1f05;
	width: 430px;
	height: 150px;
}

.gen-form .row{
	padding-bottom: 5px;
}

.gen-form label.error{
	display: block;
	color: #f00;
	width: auto;
}

table.gen-table.gen-form{
}

table.gen-table.gen-form td{
	padding: 0 10px 10px 0;
	border-style: none;
}

table.gen-table.gen-form th{
	padding: 0 10px 3px 0;
	border-style: none;
	color: #3e003c;
	background-color: transparent;
	text-align: left;
}

.button{
	cursor: pointer;
 	display: inline-block;
	margin: 0 5px 0 0;
	background: url(/multimedia/media/button_bg.png) no-repeat 0;
	width: 19px;
	height: 19px;
	text-indent: -999em;
	vertical-align: middle;
}

.button:link, .button:visited {
}

.button:hover, .button:active{

}

/* ----- GLOSSARY ----- */

.content.azglossary h2 {

	border-bottom-style: none;
	padding-bottom: 0;
}

.content.azglossary #alphateamlist {
	border-bottom: 1px dashed #666;
	padding-bottom: 2em;
}

.content.azglossary .aztitle h3 {
	color: #333 !important;
	font-weight: bold !important;
}

.content.azglossary h3 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

.content.azglossary h4 {
	font-weight: normal;
	font-style: normal;
	text-decoration: none}

/* PAGE CONTROLS */

.pagecontrols {
	padding-top: 10px;
	position: relative;
}

.btt{

	float: left;
	clear: both;
}

/* PAGINATION */

ul.pagination {
	margin: 0;
	list-style-type: none;
	padding: 0;
	display: block;	
	right: 0;
top:10px;
	
}

.pagination li {
	color: #f78a00;
	margin: 0 !important;
	display: block;
	padding: 0 5px 0 !important;
	float: left;
	background-image: none !important;
}


.pagination li.pfirst a{
	background: url(/multimedia/media/icon_first.png) no-repeat left center;
	padding-right: 0;
	margin: 0;
	text-indent: -999em;
	display: block;
	width: 13px;
	height: 13px;
}

.pagination li.plast a{
	background: url(/multimedia/media/icon_last.png) no-repeat right center;
	padding-left: 0;
	margin: 0;
	text-indent: -999em;
	display: block;
	width: 13px;
	height: 13px;
}

/* ----- FONT SIZER ----- */

.smallFont { font-size: 0.9em; }



.medFont { font-size: 1.1em; }



.largeFont { font-size: 1.3em; }



.curFont { background: #d3cab7; }

/* ----- SEARCH ----- */

.searchresults {
	margin: 0;
	padding: 0;
}

.searchresults li {
	margin: 0;
	padding: 0;
}

/* ----- TWOCOL ----- */

.twocol #mid{
	width: 715px;
}

.twocol #rcol{
	display: none;
}

/* ----- LOGIN ----- */

.login #main {
	float: left;
	width: 940px;
	border-style: none;
	padding-bottom: 37px;
}

.login #mid{
	background-color: silver;
	width: 695px;
	height: 370px;
}

.login #mid .inner{
	padding-top: 0;
}

.login #rcol{
	background-color: #736157;
	height: 370px;
	color: white;
}

.login #rcol .inner{
	padding-right: 20px;
	padding-top: 20px;
}

.login #rcol a{
	color: white;
}

.login h1 {
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	color: #d3cab7;
	margin: 0 0 10px;
	padding: 0;
}

.login h2 {
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	color: white;
	clear: both;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

/* ----- HOME ----- */

#home #header {
	background: url(/multimedia/media/homeflash_placeholder.jpg) no-repeat;
	height: 370px;
}

#home #main {
	float: left;
	width: 940px;
	border-style: none;
}

#home #mid{
	width: 695px;
	min-height: 1px;
}

#home #mid .inner{
	padding-top: 0;
}

#home #rcol{
	width: 245px;
}

#home #rcol .inner{
	padding-left: 0;
	padding-top: 0;
}

/* Headlines */

dl.headlines {
	padding: 0;
	list-style-type: none;
	float: left;
	width: 330px;
	margin: 0;
}

dl.headlines.first {
	margin-right: 15px;
}

dl.headlines dt {
	color: #f78a00;
	border-bottom: 1px dashed #666;
	list-style-type: none;
	font-size: 1.1em;
	display: block;
background: url(/multimedia/media/rnav_arrow-orange.png) no-repeat 0 0.1em;
	padding: 0 0 0.7em 20px;
	margin-bottom: 0.5em;
}

dl.headlines dd {
	margin: 0;
	padding: 0 30px 0 0;
}

dl.headlines p.hltitle {
	margin: 0;
	padding: 0;
	color: #3e003c;
}

/* Headlines */

ul.headlines {
	padding: 0 0 0 15px;
	list-style-type: none;
	float: left;
	margin: 15px 0 0;
}

ul.headlines li{
	padding: 0;
	background-image: none;
	margin: 0 20px 1em 0;
	display: block;
	width: 310px;
	float: left;
}

ul.headlines li p{
	margin: 0;
	padding: 0;
}

ul.headlines li p.hldate{
	color: #3e003c;
	font-weight: bold;
}

ul.headlines li p.hltitle a{
	color: #333 !important;
}

/* ----- HOME MOVIE FEATURE ----- */

.moviefeature p{
	padding-top: 1em;
}

/* ----- INSIGHTLIST ----- */

ol#insightlist {
	margin: 0 0 1em;
	padding: 0;
	list-style-type: none;
}

ol#insightlist li {
	margin-bottom: 0.7em;
	line-height: 1.4em;
}

ol#insightlist li a {
                color:#332b3a;
}


/* ----- GROUPTREE ----- */

.GTediton {
	padding: 0px;
	margin: 0px;
	border-color: #FF0000 black;
	border-style: dashed;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
}

form#__gtform {
	margin: 0;
	padding: 0;
	border-style: none;
	outline:none;
}

/* ----- PRINT ----- */

.container#print  {
	width: 760px;
}

.container#print .bg  {
	padding: 30px 20px;
}

#print #top {
	background-color: #f7971d;
	height: 80px;
}

#print #top .inner {
	margin: 0;
	padding: 0;
}

#print #printlogo {
	margin-top: 20px;
	margin-left: 20px;
	float: left;
	width: 185px;
	height: 40px;
}

#print #top p {
	margin: 20px 20px 0 0;
	padding: 0;
	float: right;
	color: #fff;
	font-size: 2em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	line-height: 45px;
}

#print #main {
	width: 700px;
	border-style: none;
}

#print #mid{
	width: 515px;
	float: right;
}

#print .content{
	padding-right: 20px;
}

#print hr{
	margin-bottom: 20px;
	margin-top: 10px;
}

.pbnote{
	color: #f7971d;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	margin: 1em 0;
	padding: 0;
	text-decoration: none;
}

.pbnote span{
	color: #333;
}

#printheading{
	color: #3e003c;
	border-top: 1px solid #c3c4c5;
	border-bottom: 1px solid #c3c4c5;
	padding: 0.3em 0 !important;
	line-height: 1em !important;
	font-size: 24px;
	font-weight: normal;
	font-style: normal;
	margin: 0 0 1em;
	padding: 0;
}

#print .content h2 {
	border-style: none;
	padding-bottom: 0;
	margin-bottom: 0.5em;
}

p.printall a{
	display: inline-block;
	padding-left: 20px;
	background: url(/multimedia/media/icon_print-add.png) no-repeat left center;
	color: #333;
	font-size: 0.9em; 
}

a.atpbremove{
	display: inline-block;
	padding-left: 20px;
	background: url(/multimedia/media/icon_print-add.png) no-repeat left center;
	color: #333;
	font-size: 0.9em;
}

a.atpbremove:link, a.atpbremove:visited{

	color: #333;
	text-decoration: underline;
}

a.atpbremove:hover, a.atpbremove:active{

	color: #333;
	text-decoration: none;
}


/* ----- UI ----- */

.uiaccordian {
	
}

.ui-accordion .ui-accordion-header {

}

.ui-accordion .ui-accordion-header a {
	padding: .5em 15px;
	color: #3e003c;
}

.ui-accordion .ui-accordion-header .ui-icon {
	background: url(/multimedia/media/icon_last.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: 10px;
}

.ui-state-default, .ui-widget-content .ui-state-default {
	border: 1px solid #d2ccb8;
	background: none repeat-x 50% 50%;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
	border: 1px solid #d2ccb8;
	background-image: none;
	background-color: #d1c8b5;
}

.ui-state-active, .ui-widget-content .ui-state-active {
	border: 1px solid #d2ccb8;

}

.ui-widget-content {
	border: 1px solid #d2ccb8;
	background: #ffffff url(images/ui-bg_flat_75_ffffff_40x100.png) 50% 50% repeat-x;
	color: #222222;
}

/* ----- FLOAT FIX ----- */

.inner:after, #page:after, .content:after, #searchresults:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inner, #page, .content{
	display: block;
}

/*  \*/

.inner, #page, .content{
	min-height: 1%;
}

* html .inner, #page, .content{
	height: 1%;
}

/*  */

/* ----- END FLOAT FIX ----- */
.forcehide {
 border: none !important;
 width: 1px !important;
 height: 1px !important;
}

.ftafFields {
position: relative;
}

.ftafFields input {
position: absolute;
left: 100px;
}

#alphateamlist li .zero,  #alphateamlist li .zero:hover
{
color: #aaa !important;
text-decoration: none !important;
}

.hloverview ul li
{
line-height: 1.4em !important;
padding-left: 10px !important;
margin-bottom: 0.7em !important;
background: url(/multimedia/media/bullet-orange.png) no-repeat left 0.4em !important;
border: 0 !important;
}
.mnav.search input[type="image"] {
background:transparent url(/multimedia/media/icon_search-orange.png) no-repeat scroll right top;
display:inline-block;
font-weight:bold;
height:16px;
line-height:16px;
padding-right:20px;
}

#btn, #sbtn {
cursor: pointer;
}
