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: 390px;
	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;
	display: block;
	width: 500px;
	float: left;
	line-height: 40px;
	text-decoration: none;
}

/* ----- 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(/file.axd?pointerid=c853b749cff74336a81103b456c6b4f2);
	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#clientlogin a:hover {
     background: #FF9900;
}

#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  {
    background-color: #FF9900;
    float: right;
    font-weight: bold;
    height: 28px;
}

#tnav ul li#clientlogin a  {
  border-left: 1px dashed #87746A;
    border-right: medium none;
    display: block;
    height: 21px;
    padding-top: 7px;
}

#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_other.png) no-repeat 5px;
}

.mnav.upper li a {
    color: #87746a;
}

.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: 33;
	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 {
    float: left;
    left: 275px;
    list-style: none outside none;
    padding: 0;
    position: absolute;
}

#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, .login.video 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;
margin:13px 0 13px 0;
}

#home #mid {
    min-height: 1px;
    width: 685px;
}

#home #mid .inner{
    float: left;
    padding-top: 0;
    width: 390px;
}

#home #rcol{
	width: 255px;
}

#home #rcol .inner{
	padding-left: 0;
	padding-top: 0;
}

/* Bottom Right logo */
.home_page_image_link{
        margin-right:155px;
margin-top:60px;
}

/* 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 */

table.headlines {
	list-style-type: none;
	float: left;
	margin: 15px 0 0;
}

table.headlines td{
  padding: 0 5px 15px 0;
}

table.headlines td a.more.locked {
    background: url("/file.axd?pointerid=79cde64ff0c64deaa991aaf45356740d") no-repeat scroll 0 0 transparent;
    color: #C41230;
    padding-left: 15px;
}
table.headlines td{
    vertical-align:top;
}

table.headlines td.date{
	color: #3e003c;
	font-weight: bold;
        white-space:nowrap;
}

table.headlines td.hyphen {
     padding-left:0;
     padding-right:0;
     font-weight:bold;
}

table.headlines li p.hltitle a{
	color: #333 !important;
}

/* ----- HOME MOVIE FEATURE ----- */

.moviefeature p {
    background: none repeat scroll 0 0 #EDEAE2;
    color: #3E003C;
    float: left;
    font-size: 13px;
    font-weight: normal;
    height: 37px;
    line-height: 18px;
    padding: 4px 10px 3px;
    width: 233px;
}

.moviefeature{

height: 187px;
    margin: -25px 15px 15px 0;
}

.moviefeature a{
  font-weight: normal;
  float:left;

}

.moviefeature a img {
width:253px;
}

/* ----- 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 ----- */

#twitter {
float: right;
margin: 15px 0px;
}


.moviefeature.inner {
     float: left;
     margin: 0pt;
     padding: 0pt ! important;
}

.moviefeature.inner a img {
    width: 225px;
}

.moviefeature.inner p{
width:205px;

}
.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;
}

#hometitle  {
height: auto;
}

#hometitle p {
float: none;
clear: both;
font-size: 12px;
color: #333;
line-height: 15px;
}
.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;
}
    .emergency_bar
    {
        background: none repeat scroll 0 0 #FF9900;
        height: 36px;
        margin: 0 auto 2px;
        width: 1040px;
    }
    .emergency_bar p
    {
        float: left;
        font-weight: bold;
        margin: 0;
        padding: 10px 10px 0 51px;
        font-size: 16px;
    }
    .emergency_bar p span
    {
        color: #FFF;
        font-size: 16px;
    }
    .emergency_overlay
    {
        background: none repeat scroll 0 0 #FF9900;
        font-size: 16px;
        left: 50%;
        margin-left: -355px;
        padding-bottom: 50px;
        position: absolute;
        top: 200px;
        width: 720px;
        z-index: 100;
    }
    .emergency_overlay span
    {
        color: #FFFFFF;
        float: left;
        padding: 20px 15px 5px 15px;
        font-weight: bold;
    }
    .emergency_overlay p
    {
        clear: both;
        font-weight: bold;
        margin: 0;
        padding: 15px;
        text-align: left;
    }
    .close_x
    {
        border: 1px solid #A0A0A0 !important;
        bottom: 25px;
        color: #000000 !important;
        padding: 5px;
        position: absolute;
        right: 34px;
        text-decoration: none !important;
    }
    .emergency_background
    {
        background: none repeat scroll 0 0 #CCCCCC;
        height: 100%;
        filter: alpha(opacity=80) !important; /* CSS3 standard */
        opacity: 0.8;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99;
        left:0;
    }
  
    .scroll_hidden
    {
        overflow: hidden;
    }
 #video_section #others .video
    {
          float: left;
    margin-right: 7px;
    padding: 10px 0 10px 10px;
height: 120px;
    width: 340px;
    }

.video .noimage
    {
    margin-right:10px;
    background: none repeat scroll 0 0 #000000;
    color: #FFFFFF;
    float: left;
    height: 115px;
    padding: 5px 0 0 5px;
    width: 195px !important;    
    text-decoration:none;
    cursor:pointer;
    }
 #video_section #others .video a.title
    {
  width:120px;  
}
    #video_section #others .video.selected
    {
         background: none repeat scroll 0 0 #E1E1E1;
    }
    #video_section #others .video.selected a
    {
    	color:#000 !important;
    	font-weight:bold;
padding-right:5px;
    }


    #video_section .video img
    {
        float: left;
        margin-right: 10px;
        width: 200px;
    }
   #video_section .video a:not(.title) {
    float: left;
    height: 118px;
    width: 210px;
}
    #video_section .video p
    {
        margin-top: 5px;
        float: left;
        width: 120px;
    }
    #short_menu
    {
        width: 1040px;
        margin-left: -50px;
        background: none repeat scroll 0% 0% rgb(229, 229, 229);
        height: 34px;
    }
    #short_menu ul
    {
        float: right;
        list-style: none outside none;
        margin: 0px 19px 0;
    }
 
 #video_page_logos
{
	    float: left;
    margin-bottom: 21px;
    margin-left: 225px;
    margin-top: 5px;
    width: 715px;
}

#video_page_logos .logo1
{
	float:left;


}

#video_page_logos .logo2
{
	float:right;
	 margin-top: 20px;


}
    #video_section
    {
           border-top: 1px dashed #666666;
    float: left;
    padding-bottom: 35px;
    padding-top: 10px;
    position: relative;
    width: 715px;
    }
    #video_section #others ul.pagination
    {
        position: absolute;
        right: 0;
        margin: 0 !important;
    }
    #video_section ul.pagination li.current a
    {
        color: #000 !important;
    }
    #video_section ul.bottom.pagination
    {
        bottom: 10px;
         top: auto;
    }
    #video_section ul.top.pagination
    {
        top: -25px;
    }
    #page.video .description
    {
        background: none repeat scroll 0 0 #3D003C;
        float: left;
        width: 715px;
    }
    #page.video #main
    {
        border: 0;
    }
    #page.video .description iframe
    {
        float: left;
    }
    #page.video .description h3
    {
        color: #F78A00;
        float: left;
        font-size: 20px;
        margin: 22px 15px 5px;
width:175px;
line-height:24px;
    }
    #page.video .description p
    {
        color: #FFFFFF;
        float: left;
        font-size: 18px;
        line-height: 24px;
        margin: 5px 15px;
        width: 175px;
    }

    #page.video h1
    {
        color: #F78A00;
        float: left;
        font-weight: normal;
        margin: 15px 0;
        width: 100%;
        line-height:1em;
    }
    #page.video h2
    {
        float: left;
        font-weight: normal;
        margin-bottom: 10px;
        width: 100%;
    }

/* VIDEO LOGIN AREA*/

.video.login #main{
     width:300px;
    margin-top: 37px;
}

.video.login #rcol{
    height:240px;
 padding: 0 20px;
}

.video.login{
width:300px;
margin:0 auto;
}

.video.login #rcol ul li
{
color:#D3CAB7;
}

.video.inner.bg.mceNonEditable
{
 margin-top: 130px;
}


 #page.sackers-tv #main
    {
        border-top: medium none;
        width: 940px;
    }
#tv-banner {
    float: left;
    height: 219px;
    margin-bottom: 15px;
    overflow: hidden;
    width: 940px;
}
#tv-banner img.banner {
    float: left;
    height: 219px;
    width: 686px;
}
#tv-banner .rcolumn {
    background: none repeat scroll 0 0 #3E003C;
    float: left;
    height: 171px;
    padding: 25px 23px;
    width: 208px;
}
    #tv-banner .rcolumn p
    {
        font-size: 16px;
        color: #FFFFFF;
        line-height: 20px;
        margin:5px 0 0 0;
    }

#tv-banner .rcolumn p.copy{
	font-size:20px;
}

    #tv-banner .rcolumn img
    {
        margin-bottom: 25px;
    }
    #videoMenu
    {
        width: 940px;
        float: left;
    }

    #videoMenu .filter
    {
        font-size:15px;
    }

    #videoMenu .header
    {
        border-bottom: 2px solid #3E003C;
        float: left;
        margin-bottom: 25px;
        margin-left: 0;
        width: 940px;
    }
    #videoMenu .header ul.tabs
    {
        list-style: none outside none;
        margin-left: -2px;
        float: left;
    }
    #videoMenu .header ul.tabs a
    {
        float: left;
        font-size: 15px;
        padding: 8px 15px;
        text-decoration: none;
    }
    #videoMenu .header ul.tabs li
    {
        position:relative;
        border-radius: 6px 6px 0 0;
        behavior:url(/PIE.htc);
        background: none repeat scroll 0 0 #D2C9B7;
        float: left;
        margin: 0 2px;
        overflow: hidden;
    }
    #videoMenu .header ul.tabs li a
    {
        color: #3E003C;
        position:relative;  
        border-radius: 6px 6px 0 0;
        behavior:url(/PIE.htc);
     
    }
    #videoMenu .header ul.tabs li.selected
    {
        background: #3E003C;
    }
    #videoMenu .header ul.tabs li.selected a
    {
        color: #FFFFFF;
    }
    #videoMenu .header ul.tabs li a:hover
    {
        color: #FFFFFF;
        background: #87746a;
    }

    #videoMenu .header ul.pagination
    {
        float: right;
        margin-top: 10px;
    }
    #videoMenu .header ul.pagination li
    {
        border-right: 1px solid #F78A00;
        margin: 0;
        padding: 0 8px;
    }
    #videoMenu .header ul.pagination li a
    {
        color: #000000;
    }
    #videoMenu .header ul.pagination li.selected a
    {
        font-weight: bold;
        text-decoration: none;
    }
    #videoMenu .header ul.pagination li.pfirst a
    {
        background: url(         "/multimedia/media/icon_first.png" ) no-repeat scroll left center transparent;
        display: block;
        height: 13px;
        margin: 2px 0 1px 0;
        padding-right: 0;
        text-indent: -999em;
        width: 13px;
    }
    #videoMenu .header ul.pagination li.plast a
    {
        background: url(  "/multimedia/media/icon_last.png" ) no-repeat scroll right center transparent;
        display: block;
        height: 13px;
        margin: 2px 0 1px 0;
        padding-left: 0;
        text-indent: -999em;
        width: 13px;
    }
    #videoMenu .header ul.pagination li.pfirst, #videoMenu .header ul.pagination li.plast, #videoMenu .header ul.pagination li.last-child
    {
        border: 0;
    }
    #videoMenu .video-grid
    {
        /* IE7  float: none;*/
        float: left;
        margin-bottom: 20px;
        width: 940px;
    }
#videoMenu .video-grid .video {
    background: none repeat scroll 0 0 #EDEAE2;
    float: left;
    height: 127px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-top: 10px;
    width: 460px;
}
    #videoMenu .video-grid .video.left
    {
        margin-right: 0px;
    }
    #videoMenu .video-grid .video img
    {
       float: left;
    height: 127px;
    margin-right: 15px;
    width: 225px;
}
    #videoMenu .video-grid .video span
    {
        font-weight: bold;
    }
    #videoMenu .video-grid .video span.orange
    {
        font-weight: normal;
        color: #F78A00;
        margin: 0 3px;
    }
#videoMenu .video-grid .video p {
    margin-bottom: 0;
}

#videoMenu .video-grid .video p.author {
    margin-top:8px;
}

#videoMenu .video-grid .video p.title{
font-weight:bold;
margin-top:5px;
}

#videoMenu .video-grid .video .data {
    float: left;
    font-size: 12px;
    line-height:15px;
    height: 107px;
    overflow-y: auto;
    padding: 10px 0;
    width: 205px;
}


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




 #page.sackers-tv #main
    {
        border-top: medium none;
        width: 940px;
    }
    #page.sackers-tv #main .main-column
    {
        width: 695px;
        float: left;
        margin-right: 20px;
    }
    #page.sackers-tv #main .right-column
    {
        width: 225px;
        float: left;
    }
    #page.sackers-tv #main .main-column .video
    {
        width: 695px;
        height: 392px;
        background: black;
        margin-bottom: 20px;
    }

    #page.sackers-tv #main .main-column .video img
    {
       width:695px;
       height:392px;
       cursor:pointer;
    }
    #page.sackers-tv #main .main-column .header
    {
        border-bottom: 1px dashed #000000;
        color: #F78A00;
        float: left;
        font-size: 22px;
        height: 29px;
        margin-bottom: 16px;
        position: relative;
        width: 695px;
        line-height: 24px;
        padding-bottom: 5px;
        z-index:100;
    }
    #page.sackers-tv #main .main-column .header img
    {
        bottom: 5px;
        position: absolute;
        right: 0;
    }
    #page.sackers-tv #main .main-column .info
    {
        margin-bottom: 30px;
       z-index:0;
    }

    .sackers-tv .main-column .info ul{

margin-left:25px;
}    

    #page.sackers-tv #main .main-column .info h1
    {
        color: #F78A00;
        font-size: 26px;
        margin: 10px 0 18px 0;
        font-weight: normal;
line-height:28px;
    }



    #page.sackers-tv #main .main-column .info span
    {
        font-weight: bold;
    }
#page.sackers-tv #main .main-column .info span.orange {
    color: #F78A00;
    float: left;
    font-weight: normal;
    margin: 0 3px;
}

#page.sackers-tv #main .main-column .info a.author{
      float:left;
}

    #page.sackers-tv #main .main-column .info p.author
    {
        font-size: 12px;
        margin: 0;
        position: relative;
    }
#page.sackers-tv #main .main-column .info a.download {
    right:0;
    position: absolute;
    z-index: 0;
}

    #page.sackers-tv #main .main-column .comments h2
    {
        border-bottom: 1px dashed #000000;
        color: #F78A00;
        font-size: 19px;
        font-weight: normal;
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    #page.sackers-tv #main .main-column .comments textarea
{
   border: 1px solid #969696;
    color: #969696;
    font-size: 11px;
    height: 60px;
    margin-bottom: 5px;
    overflow-y: auto;
    padding: 10px;
    width: 440px;
}
#page.sackers-tv #main .main-column .comments input.name
{
    border: 1px solid #969696;
    color: #969696;
    font-size: 11px;
    margin-bottom: 5px;
    padding: 10px;
    width: 440px;
}

#page.sackers-tv #main .main-column .comments input.submit
{
 margin-bottom: 20px;

}

 #page.sackers-tv #main .main-column .comments p.error{
background: none repeat scroll 0 0 #F46464;
    color: #FFFFFF;
    padding: 10px;
    width: 442px;
}

 #page.sackers-tv #main .main-column .comments p.success{
background: none repeat scroll 0 0 #3E003C;
    color: #FFFFFF;
    padding: 10px;
    width: 442px;
}

    #page.sackers-tv #main .main-column .comments .comment
    {
        width: 440px;
        margin-bottom: 20px;
    }
    #page.sackers-tv #main .main-column .comments .comment span
    {
        font-weight: bold;
    }
    #page.sackers-tv #main .main-column .comments .comment span.line
    {
        font-weight: normal;
        margin: 0 3px;
    }
    #page.sackers-tv #main .right-column
    {
        width: 225px;
    }
    #page.sackers-tv #main .right-column h2
    {
        background: url(       "/multimedia/media/rnav_arrow-orange.png" ) no-repeat scroll left 0.8em transparent;
        border-bottom: 1px dashed #666666;
        display: block;
        margin: 0;
        margin-bottom: 8px;
        padding-bottom: 8px;
        padding-left: 20px;
        padding-top: 0.7em;
        color: #592248;
        font-size: 14px;
        font-weight: normal;
    }
    #page.sackers-tv #main .right-column .speakers, #page.sackers-tv #main .right-column .related-videos, #page.sackers-tv #main .right-column .related-links
    {
        float: left;
        margin-bottom: 8px;
        position: relative;
    }
    #page.sackers-tv #main .right-column .speakers .speaker
    {
        border-bottom: 1px solid #000000;
        float: left;
        margin-bottom: 6px;
        padding-bottom: 4px;
        width: 225px;
    }
    #page.sackers-tv #main .right-column .speakers .speaker img
    {
        float: left;
        margin-right: 5px;
    }
#page.sackers-tv #main .right-column .speakers .speaker a {
    float: left;
    margin-bottom: 1px;
    width: 167px;
}

#page.sackers-tv #main .right-column .speakers .speaker a.vcard {
    background: url("/file.axd?pointerid=5cd1a96fab264f70947638d6dadad443") no-repeat scroll 0 0 transparent;
    height: 11px;
    margin-top: 3px;
    width: 17px;
}

#page.sackers-tv #main .right-column .speakers .speaker a.email {
    background: url("/file.axd?pointerid=2d2690b18f6f41e496c4aae76b1925cf") no-repeat scroll 0 0 transparent;
    height: 11px;
    margin-top: 3px;
    width: 17px;
}

    #page.sackers-tv #main .right-column .speakers .speaker span
    {
        float: left;
        width: 167px;
    }
    #page.sackers-tv #main .right-column .speakers img.icon
    {
        position: absolute;
        right: 0;
        right: 2px;
        top: 10px;
    }
    #page.sackers-tv #main .right-column .related-videos .related-video
    {
        float: left;
        width: 225px;
        margin-bottom: 15px;
        font-size:13px;
        font-weight:bold;
        color:#3E003C;
    }

    #page.sackers-tv #main .right-column .related-videos .related-video a img
    {
          height: 127px;
          width: 225px;
    }

    #page.sackers-tv #main .right-column .related-videos .related-video p
    {
        background: none repeat scroll 0 0 #EDEAE2;
        margin: 0;
        padding: 7px 12px 7px 5px;
        font-weight:normal;
    }

    #page.sackers-tv #main .right-column .related-links a
    {
        background: url( "/multimedia/media/rnav_subarrow-grey.png" ) no-repeat scroll 0 0.2em transparent;
        border-style: none;
        margin-left: -10px;
        padding: 0 0 0 10px;
        /*IE7 margin: 0;*/
    }
    #page.sackers-tv #main .right-column .related-links ul
    {
        list-style: none outside none;
        margin-left: 20px;
        width: 205px;
    }
    #page.sackers-tv #main .right-column .related-links ul li
    {
        background-image: none;
        border-style: none;
        margin-bottom: 0.75em;
        padding-bottom: 1px;
        padding-right: 0;
        padding-top: 1px;
    }
    #page.sackers-tv #main .right-column .speakers .speaker a
    {
        background: url( "/file.axd?pointerid=2d2690b18f6f41e496c4aae76b1925cf" ) no-repeat scroll 167px 3px transparent;
    }



#tnav ul li#sackersTV
{    float: right;
    width: 123px;
}
#tnav ul li#sackersTV a
{
 padding: 0;
    width: 123px;
}

#videoMenu .video-grid .video div.no-image, .moviefeature div.no-image, .related-video div.no-image{
     background: none repeat scroll 0% 0% #000000;
     float: left;
     height: 127px;
     margin-right: 15px;
     width: 225px;
}

#videoMenu .video-grid .video div.no-image p, .moviefeature div.no-image p, .related-video div.no-image p {
margin:20px auto;
padding:10px 0;

color:#FFF;
Font-sizE:16px;
text-align:center;
width:100px;
}

.moviefeature div.no-image p
{
background: none repeat scroll 0 0 transparent;
    float: none;
    font-weight: normal;
}

 .moviefeature div.no-image{
   background: none repeat scroll 0 0 #000000;
    float: left;
    height: 140px;
    margin-right: 15px;
    width: 245px;
}

.header  #share
{
 bottom: 0;
    height: 60px;
    padding: 10px;
    position: absolute;
    right: 0;
}

.header #share *{
margin-bottom:5px;
}

.header #share {
     background: none repeat scroll 0 0 #F78A00;
    border: 5px solid #3E003C;
    bottom: -77px;
    height: 52px;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 100;
display:none;
}

.addthis_toolbox {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 4px solid orange;
    bottom: -85px;
    display: none;
    padding: 20px 10px 5px;
    position: absolute;
    right: 0;
    width: 150px;
    z-index: 100;
    height:57px;
}

.addthis_toolbox * {
    float: left !important;
    margin: 0 2px 5px 0;
}
#lowerFooter {
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px 15px;
    position: relative;
    text-align: left;
    width: 940px;
}
#lowerFooter #lus_laboris {
    float: left;
    margin-top:20px;
}
#lowerFooter #twitter {
    float: right;
    margin: 20px 10px;
}
#lowerFooter #linkedin {
    float: right;
    margin: 20px 0 20px 0;
}
   .home-banner
    {
        float: left;
        height: 187px;
        margin: -25px 15px 15px 30px;
        width: 244px;
        position: relative;
    }
    .home-banner.brown h2, .home-banner.orange h2, .home-banner.brown a, .home-banner.orange a
    {
        color: #3e003c;
    }
    .home-banner.purple h2, .home-banner.maroon h2, .home-banner.red h2, .home-banner.purple a, .home-banner.maroon a, .home-banner.red a
    {
        color: #F8971D;
    }
    .home-banner h2, .home-banner img
    {
        font-size: 29px;
        font-weight: normal;
        line-height: 31px;
        margin: 20px 17px 17px 20px;
        width: 150px;
        z-index:0;
    }
    .home-banner img
    {
    	margin-top:35px;
    }
    .home-banner .copy
    {
       color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    top: 100px;
    width: 204px;
    left:20px;
   z-index:0;
}
    .home-banner.red
    {
        background: url(   "/file.axd?pointerid=e1c690e647364805b0dc469730ae5b02" ) no-repeat 86% 16% #C41230;
    }
    .home-banner.brown
    {
        background: url(   "/file.axd?pointerid=e1c690e647364805b0dc469730ae5b02" ) no-repeat 86% 16% #86746A;
    }
    .home-banner.purple
    {
        background: url(   "/file.axd?pointerid=e1c690e647364805b0dc469730ae5b02" ) no-repeat 86% 16% #3E003C;
    }
    .home-banner.orange
    {
        background: url(   "/file.axd?pointerid=e1c690e647364805b0dc469730ae5b02" ) no-repeat 86% 16% #F8971D;
    }
    .home-banner.maroon
    {
        background: url(   "/file.axd?pointerid=e1c690e647364805b0dc469730ae5b02" ) no-repeat 86% 16% #820024;
    }

.home-banner a.surrounding
{
    position:absolute;
    top:0;
    left:0;
    width:244px;
    height:187px;
      z-index:100;
}
#tv-banner.home
{
width: 940px;
height: 370px;
margin-bottom: 15px;
float: left;
}
#tv-banner.home img.banner
{
float: left;
height: 371px;
width: 686px;
}
#tv-banner.home .rcolumn {
    background: none repeat scroll 0 0 #3E003C;
    float: left;
    height: 300px;
    padding: 35px 15px 36px;
    width: 223px;
    position:relative;
}
#tv-banner.home .rcolumn p {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 28px;
    padding-left: 12px;

}

#tv-banner.home .rcolumn img {
    height: auto;
    margin-bottom: 25px;
    padding: 12px;
    width: 200px;
}


.headline {
    margin: 18px 0;
}
.headline span {
    color: #3E003C;
    font-weight: bold;
}


.headline a.more.locked {
background: url("/file.axd?pointerid=79cde64ff0c64deaa991aaf45356740d") no-repeat scroll 0 0 transparent;
color: #C41230;
padding-left: 15px;
}



#tv-banner.home .rcolumn p a {
color:#FFFFFF !important;

}
.videobanner .video {
     float: left;
     height: 264px;
     overflow: hidden;
     width: 470px;
    cursor:pointer;
}

.videobanner .rightcol {
     background: none repeat scroll 0pt 0pt #87746A;
     float: left;
     height: 232px;
     padding: 16px;
     width: 213px;
    position:relative;
}

.videobanner .rightcol h2 {
color: #623550;
    font-size: 20px;
    margin-bottom: 2px
}

.videobanner .rightcol h2.orange {
color:#F78A00 !important;
}

.videobanner .rightcol h2.purple {
color:#3e003c !important;
}

.videobanner .rightcol p {
  color: #FFFFFF;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 2px;
}

.videobanner .rightcol .author{
 color: #FFFFFF;
    font-size: 14px;
	    line-height: 14px;
    margin-bottom: 10px;
}

.videobanner .rightcol .author span{
font-size: 16px;
}

.videobanner .rightcol .related{
 border-top: 1px dotted #FFFFFF;
    bottom: 7px;
    position: absolute;
    width:213px;
}

.videobanner .rightcol .related p{
    font-size: 11px;
    font-weight: bold;
    line-height: 11px;
    margin: 5px 0;
}

.videobanner .rightcol ul{
    list-style: none outside none;
}


.videobanner .rightcol ul li {
    float: left;
    margin: 5px 8px 5px 0;
    position: relative;
}

.videobanner .rightcol ul li.last {
	margin-right:0;
}

.videobanner .rightcol ul li a span
{
    background: none repeat scroll 0 0 #FFFFFF;
    height: 36px;
    left: 0;
    opacity: 0.35;
filter:alpha(opacity=35);
    position: absolute;
    top: 0;
    width: 36px;}

