/********************************
CSS FILE FOR NZRC - LAYOUT STYLES
DEVELOPED BY PHOSPHOR ESSENCE
COPYRIGHT 2008
 ********************************/

html,
body {
    height: 100%;
    text-align: center;
	background-color: #7D0104; 
	background-image: url(/userfiles/image/main/side-bg.png); 
	background-repeat:repeat-x;
}

#page-outer {
	overflow:visible;
	margin: 0px auto;
	width: 960px;
}

#page-left { 
	overflow:visible;
	float:left;
	width:146px;
	height:960px;
	margin-left:-146px;
	background-image: url(/userfiles/image/main/left-side-bg.png); 
	background-repeat: no-repeat;
	background-position: right top;
}
#page-right { 
	overflow:visible;
	float:left;
	width:146px;
	height:960px;
}
#page-middle {
	overflow:visible;
	width:960px;
	float:left;
}

p { padding: 7px 0; }

a {
    color: #f36f20; 
    text-decoration: none;
}

a:visited { outline: none; }

a:hover {
    color: #fdb626;
    text-decoration: underline;
}

hr {
    border:0;
    border-bottom: 1px solid #ccc;
    margin: 5px 0 15px 0;
    width:100%;
}

#mainContainer {
<!--    background: url(/userfiles/image/main/bkgd-maincontainer-shdw.png) left top repeat-y; -->

    min-height: 100%;
    width: 960px;
    text-align:left;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}

/*--------------
Header Styles
--------------*/
#header {
    background: url(/userfiles/image/main/header.png) no-repeat;
    width: 960px;
    height: 172px;
}

ul#breadcrumbs {
    list-style-type: none;
    padding:4px 12px 4px 6px;
    float:right;
    clear:both;
}

ul#breadcrumbs li {
    float:left; 
    padding:0;
    margin: 0 5px 0 0;
}

#nav {
    height: 25px;
    width: 960px;
    background: url(/userfiles/image/main/nav-bg.png) left top no-repeat;
}

#nav ul {
    margin: 0;
}

#nav ul li {
    float: left; text-align:center;
    margin: 0;
    padding:0;
    width:160px;
    height:25px;
    line-height:25px;
}

#nav ul li a {
    color: #FFF;
    height:25px;
}

/*------------------------------------------
Utilities menu styles. about us / contact us
------------------------------------------*/
#header #utils {
    float: right;
    height: 135px;
    margin-top:10px;
    margin-right:20px;
}

#header #utils ul {
    margin: 5px 0 0 10px;
}

#header #utils ul li {
    float: left;
    margin: 0 15px 0 0;
}

#header #utils ul li a {
}

/*---------------------
Contentwrap Styles
---------------------*/
#contentWrap {
    padding: 0;
    height: 100%;
    min-height:553px;
    background-color: #FEFEFE;
    background-image: url(/userfiles/image/main/content-bg.png); 
    background-repeat:no-repeat;
    background-position: 0 209px;
}

#contentWrap #banner {
    height: 209px;
    width: 960px;
    float:left;
}

#contentWrap #banner img.logo {
    margin: 0 0 0 60px;
}

#contentWrap #banner .bannerCaption {
    color: #DDD;
    line-height: 120%;
    position: absolute;
    left: 0;
    top: 295px;
    width: 190px;
    padding: 4px 7px 5px;
}

#contentWrap #left-sidebar {
    float:left;
    clear:left;
    height: 492px;
    width:190px;
    overflow:wrap;
}

#contentWrap #left-sidebar #shareprice-pod {
    margin: 150px 0 0 10px;
}

#contentWrap #right-sidebar {
    float:right;
    height: 703px;
    width: 190px; 
    overflow:hidden;
}

#header-logo-frame
{
	float:left;
	height:120px;
	width:330px;
	margin-top:20px;
	margin-left:20px;
	background:transparent;
	cursor:pointer;
}

#header-right-sidebar
{
	float:right;
	height:135px;
	width:190px;
	display:block;
}

#contentWrap #right-sidebar #section-header {
    display:block;
    background: url(/userfiles/image/main/bkgd_tab.png) no-repeat;
    width: 195px;
    height: 114px;
    margin: 0 0 -13px -42px;
    padding: 13px 0 0 55px;
}

#contentWrap #right-sidebar h3 {
}

#contentWrap #right-sidebar #rightNav {
    margin-top:30px;
}
#contentWrap #right-sidebar #rightNav h1 {
    background: url(/userfiles/image/main/bkgd_tab_sub.png) no-repeat;
    width: 195px;
    height: 130px;
    margin: 97px 0 0 -44px;
    padding: 13px 0 0 57px;
}

#contentWrap #right-sidebar #rightNav .tab {
    margin: -100px 0 69px -44px;
    padding: 0 0 0 57px;
}

#contentWrap #right-sidebar #rightNav .tab a {
    color: #E4D8C2;
}

#contentWrap #right-sidebar #rightNav .tab a:hover {
    color: #FFF;
}

#contentWrap #right-sidebar #rightNav .tab h2 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

#contentWrap #right-sidebar #rightNav .tab .back {
    text-transform: uppercase;
    padding: 4px 0 0;
}

#contentWrap #right-sidebar #rightNav h3 {
    text-transform: uppercase;
    width: 170px;
    margin: 0 0 20px;
    padding: 0 0 0 19px;
}

#contentWrap #right-sidebar #rightNav ul.sub li {
    width: 170px;
    margin: 0;
    padding: 0 0 4px 19px;
    list-style: none;
}

<!--
#contentWrap #content #rightNav .sectionNav h3 {
    text-transform: none;
    width: 190px;
    margin: -7px 0 20px;
    padding: 0;
}

#contentWrap #content #rightNav .sectionNav li {
    width: 190px;
}
-->

#contentWrap #content {
    min-height: 462px;
    float:left;
    padding: 20px 20px 20px 20px;
    width: 530px;
}

#contentWrap #content .content-left {
    float: left;
    width: 115px;
    margin: 0 0 50px;
}

#contentWrap #left-sidebar #leftNav {
	margin:10px;
}

#headerQuote {
margin:10px;
}
#contentWrap #left-sidebar #leftNav h1 {
}
#contentWrap #left-sidebar #leftNav ul {
    margin:0 0 20px 0;
}
#contentWrap #left-sidebar #leftNav ul li {
    margin: 0;
    list-style: none;
    line-height:100%;
    letter-spacing:-1px;
    margin-bottom:6px;
    font-family: Calibri, Arial;
    font-size:16px; 
    color: #f36f20;
}

#contentWrap #content #rightNav .sectionNav h3 {
    text-transform: none;
    width: 190px;
    margin: -7px 0 20px;
    padding: 0;
}

#contentWrap #content #rightNav .sectionNav li {
    width: 190px;
}


.mainThumbnail {
    background: url(/userfiles/image/main/105-shadow.png) no-repeat;
    width: 115px;
    height: 115px;
}

#contentWrap #content .content-right {
    float: left;
    padding-bottom: 15px;
}

#contentWrap #content .content-right .introtext {
	margin-bottom:10px;
}

#contentWrap #content .content-right .bodyText {
	margin-bottom:10px;
}
#contentWrap #content .content-right p {
    font-size: 12px;
    letter-spacing: normal;
    line-height: 16px;
}

#contentWrap #content .content-right h3 {
    font-size: 24px;
    font-weight: 100;
    margin: 0 0 5px;
    padding: 1px 0 0;
}

#contentWrap #content dl {
    margin: 10px 0 0;
}

#contentWrap #content dt {
    font-size: 14px;
    margin: 5px 0 3px;
}

#contentWrap #content dd {
    margin: 0 0 20px;
}

#contentWrap #content ul{
	font-size: 12px;
	letter-spacing: normal;
	line-height: 16px;
}

.backToTop {
    text-align: right;
    padding: 30px 0 0;
    clear:left;
}

/*********************
History Section
 *********************/

#contentWrap #content.history .content-left {
    width: 240px;
}

#contentWrap #content.history .content-left img {
    border-top: none;
    margin: 0;
    padding: 0;
}

#contentWrap #content.history .content-left p {
    margin: -4px 0 0!important;
    padding: 6px 8px 8px;
    background: #353a4e;
    min-height: 16px;
}

#contentWrap #content.history .content-left p.caption {
}

#contentWrap #content.history .content-right {
    color: #000;
    margin: 0 0 50px 30px;
    border-top: none;
}

#contentWrap #content.history .content-right .introtext {
    font-size: 14px;
    line-height: 130%;
    margin: 0 0 8px;
    padding: 0;
}

#contentWrap #content.history .content-right h3 {
    color: #fdb726;
    font-size: 20px;
}

#contentWrap #content.history .content-right h4 {
    font-size: 14px;
}

#contentWrap #content.history .textBlock {
    margin: 0 0 0 0;
    padding: 0;
}


#contentWrap #right-sidebar #historyNav ul.sub li {
    width: 170px;
    margin: 0;
    padding: 0 0 4px 19px;
}

#historyNav #timeline {
    padding: 8px 5px 20px 0;
    background-color:#666;
}

#historyNav #timeline h2 {
    font-size: 11px;
    text-transform: uppercase;
    margin: 0 0 10px 11px;
}

#historyNav #timeline table {
    margin: 0 0 0 -2px;
    padding: 0;
}

#historyNav #timeline table td {
    vertical-align: top;
    padding: 2px 0;
}

#historyNav #timeline table td.decade {
    color: #39393f;
    width: 38px;
    min-height: 66px;
    height: 66px;
    padding: 2px 2px 2px 3px;
    background: url(/userfiles/image/main/history_timeline_decade_bkgd.png) left top repeat-y;
}

#historyNav #timeline table td.decade a {
    color: #444;
}

#historyNav #timeline table td.decade a:hover {
    color: #000;
    text-decoration: none;
}

#historyNav #timeline table td.decade.selected {
    background: url(/userfiles/image/main/history_timeline_decade_bkgd_hl.png) left top repeat-y;
}

#historyNav #timeline li {
    list-style: none;
}

#historyNav #timeline li a {
    display: block;
    padding: 0 0 5px 10px;
    color: #CAC8C3;
    background: url(/userfiles/image/main/bullet_arw.gif) left 4px no-repeat;
}

#historyNav #timeline li a:hover,
#historyNav #timeline li.selected a {
    color: #FFF;
    text-decoration: none;
    background: url(/userfiles/image/main/bullet_arw_f2.gif) left 4px no-repeat;
}

/*********************
Section Navigation
 *********************/
#contentWrap #content .sectionNav {
    float: left;
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
    width: 400px;
}

#contentWrap #content .sectionNav p {
    font-size: 14px;
    min-height: 34px;
    line-height: 120%;
}

#contentWrap #content .sectionNav li {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    width: 125px;
    text-transform: uppercase;
}

#contentWrap #content .sectionNav li a {
    display: block;
    height: 50px;
    text-transform: none;
}

#contentWrap #content .sectionNav li a:hover {
}

#contentWrap #content .sectionNav li .image {
    height: 50px;
    margin: 0 0 5px;
    width: 100px;
}

/*This will be replaced with an Image*/
#contentWrap #content .sectionNav li .image {
    background: url(/userfiles/image/main/section-nav-shadow.png) no-repeat;
    width: 110px;
    height: 60px;
}

#contentWrap #content .sectionNav li .image img {
    height: 50px;
    width: 100px;
}

#contentWrap #content .sectionNav li .sub {
    list-style: none;
    margin: 0;
}

#contentWrap #content .sectionNav li .sub li {
    font-size: 11px;
    display: block;
    margin: 0 0 1em;
    width: 100%;
}

#contentWrap #content .sectionNav li .sub li a {
    height: 100%;
}

#contentWrap #content .sectionNav li.section2,
#contentWrap #content .sectionNav li.section4 {
    width: 180px;
}

#contentWrap #content .sectionNav li.section3 {
    width: 125px;
}

/*********************************
Section Nav on Right hand Sidebar 
 *********************************/
#contentWrap #right-sidebar .sectionNav {
    list-style: none;
    margin: 0px 0 0;
    text-transform: uppercase;
}

#contentWrap #right-sidebar .sectionNav li {
    font-weight: 700;
    margin: 0 10px 0 30px;
    padding: 0;
    width: 190px;
}

#contentWrap #right-sidebar .sectionNav li p {
    font-size: 16px;
}

#contentWrap #right-sidebar .sectionNav li .sub {
    font-size: 14px;
    list-style: none;
    margin: 0 0 15px;
    text-transform: none;
}

#contentWrap #right-sidebar .sectionNav li .sub li {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#contentWrap #right-sidebar .sectionNav.utilsNav li {
    font-size: 14px;
    margin: 0 0 0 29px!important;
    padding: 7px 0 5px!important;
}

#contentWrap #right-sidebar .sectionNav.utilsNav li a {
    margin: 0;
    padding: 0;
}

/*********************************
Section Nav on Left hand Sidebar 
 *********************************/
#contentWrap #left-sidebar .sectionNav {
    list-style: none;
    margin: 0px 0 0;
}

#contentWrap #left-sidebar .sectionNav li {
    font-weight: normal;
    margin: 0 10px 0 10px;
    padding: 0 0 0 0;
}

#contentWrap #left-sidebar .sectionNav li h1 {
    font-size: 15px;
    font-weight:normal;
    text-transform: uppercase;
}

#contentWrap #left-sidebar .sectionNav li .sub {
    font-size: 13px;
    list-style: none;
    margin: 0 0 15px;
    text-transform: none;
}

#contentWrap #left-sidebar .sectionNav li .sub li {
    font-weight: 400;
    margin: 0;
    padding: 0;
}

#contentWrap #left-sidebar .sectionNav.utilsNav li {
    font-size: 13px;
    margin: 0 0 0 29px!important;
    padding: 7px 0 5px!important;
}

#contentWrap #left-sidebar .sectionNav.utilsNav li h1 {
    font-size: 15px;
    font-weight:normal;
    text-transform: uppercase;
}


/**********************
Plain Text Page
 **********************/
#contentWrap #content .textBlock {
    float:left;
    clear:both;
    margin-bottom:10px;
width:100%;
}

#contentWrap #content .textBlock p {
}

#contentWrap #content .textBlock p.notes {
    font-size: 11px;
}

#contentWrap #content .textBlock table {
    border: 1px solid #ccc;
    color: #666;
    margin: 10px 0;
    position: relative;
    width: 100%;
}

#contentWrap #content .textBlock table tr {
    border: 0;
}

#contentWrap #content .textBlock table tr td {
    padding: 2px 3px;
    border: 0;
}

#contentWrap #content .textBlock .textImage-left {
    float: left;
    margin: 10px 10px 20px 0!important;
}

#contentWrap #content .textBlock .textImage-right {
    float: right;
    margin: 10px 0 0 10px;
}

/**********************
Flash Content Page
 **********************/
#contentWrap #content .flash {
    width: 570px;
    margin: -15px 0px 0px -15px;
    padding: 0;
    float: left;
    display: block;
}

.flash object {
    outline: none;
}

/**********************
Reports Listings
 **********************/
#contentWrap #content .listHeading {
}

#contentWrap #content .listHeading a {
    float: left;
    width: 45px;
    padding: 5px 0 0;
}

#contentWrap #content .listHeading h2 {
}

#contentWrap #content .backButton a {
    border-top: 1px solid #ccc;
    float: left;
    clear:both;
    width: 100%;
    padding: 5px 0 0;
    margin-top:10px;
}

#contentWrap #content h1 {
   margin-bottom: 10px;
   float: left;
}

#contentWrap #content .reportList {
    float: left;
    clear:both;
    margin-bottom:20px;
}


#contentWrap #content .reportList h2 {
    text-transform: uppercase;
    float:left;clear:both;
    width:100%;
}

#contentWrap #content .reportList a {
    font-size: 12px;
    line-height: 120%;
}

#contentWrap #content .reportList .annual {
    float: left;
    margin: 0 15px 15px 0px;
    width: 150px;
    display: block;
    line-height: 120%;
}

#contentWrap #content .reportList .annual img {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    width: 22px;
}

#contentWrap #content .reportList .annual .downloadText {
    display: block;
    float: left;
    width:125px;
}

#contentWrap #content .reportList .pdfText {
    margin: -3px 0 0;
    font-size: 10px;
    width:135px;
}

#contentWrap #content .reportList.withText {
    list-style: none;
    width: 100%;
    margin: 5px 0 10px 0;
    padding: 0;
    overflow: hidden;
}

#contentWrap #content .reportList.withText .leftArrow {
    background: url(/userfiles/image/main/report-arrow.gif) no-repeat right 5px;
    float: left;
    min-height: 105px;
    margin: 0 10px 0 0;
    width: 40px;
    clear: left;
}

#contentWrap #content .reportList.withText .midBody {
    float: left;
    margin: 0;
    width: 480px;
}

#contentWrap #content .reportList.withText .midBody img {
    display: block;
    float: left;
    margin: 0 6px 0 0;
    width: 22px;
}

#contentWrap #content .reportList.withText .midBody .downloadText {
    display: block;
    float: left;
}

#contentWrap #content .reportList.withText .midBody .pdfText {
    font-size: 10px;
}

#contentWrap #content .reportList.withText .midBody p {
    margin: 0 10px 0 0px;
    padding: 8px 0 5px;
    line-height: 120%;
    clear: left;
}

#contentWrap #content .reportList.withText .midBody .date {
    float: right;
    font-size:10px;
}

#contentWrap #content .download {
    background: none;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

#contentWrap #content .download img {
    display: block;
    float: left;
    margin: 0 3px 0 0;
    width: 22px;
}

#contentWrap #content .download .downloadText {
    display: block;
    float: left;
}

/*************
Search Reports
 *************/
#contentWrap #content .reportSearch {
    background: #8a8a8c;
    margin: 20px 0 10px;
    padding: 0 0 10px;
    width: 400px;
}

#contentWrap #content .reportSearch h3 {
    font-size: 13px;
    background: #cfa54c/* url(/userfiles/image/main/report-arrow.gif) no-repeat right*/;
    height: 20px;
    padding: 4px 0 0 20px;
    text-transform: uppercase;
    width: 300px;
}

#contentWrap #content .reportSearch h4 {
    font-size: 11px;
    margin: 5px 0 10px 20px;
}

#contentWrap #content .reportSearch a {
    font-size: 13px;
}

#contentWrap #content .reportSearch img {
    border: none;
}

#contentWrap #content .reportSearch label {
    display: none;
}

/******************
Report Content
 ******************/
#contentWrap #content .reportBody {
   margin-top:10px;
   width:520px;
}

#contentWrap #content .reportBody .bodyHeading {
    margin-bottom:10px;
}

#contentWrap #content .reportBody h3 {
    text-transform: uppercase;
}

#contentWrap #content .reportBody h4 {
<!--    margin: 0 0 0 20px;
-->
}

#contentWrap #content .reportBody p {
}

#contentWrap #content .reportBody p.date {
}

#contentWrap #content .reportBody .downloadText {
    display: block;
    line-height: 110%;
}

#contentWrap #content .reportBody .downloadText img {
    vertical-align: text-bottom;
    margin: 0 5px 0 0;
    float: left;
}

#contentWrap #content .reportBody .pdfText {
    margin: 0;
    font-size: 10px;
}

/*********************
Job Listings
 *********************/
#contentWrap #content .textBlock ul.jobsList {
    list-style: none;
    margin: 10px 0;
    padding: 15px 10px;
}

#contentWrap #content .textBlock ul {
    list-style: inside;
    margin: 0 0 10px 5px;
}

#contentWrap #content .textBlock ul li {
    margin: 0 0 0 0;
}

/*******************
Employee Profiles
 *******************/
/*List*/
.profileList {
    width: 170px;
    margin: 20px 20px 0 0;
    float: left;
}

.profileList img {
    height: 45px;
    width: 45px;
}

.profileList .profileTitle {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    line-height: 100%;
    width: 115px;
}

.profileList .profileTitle p {
    font-size: 18px;
}

.profileList .profileTitle a {
    margin: 0;
    padding: 0;
}

.profileList .profilePhoto {
    background: url(/userfiles/image/main/small-shadow.png) no-repeat;
    float: left;
    width: 50px;
    height: 50px;
}

/*Profile*/
.profile {
    margin: 20px 0 0;
}

.profile img {
    float: left;
    width: 120px;
    height: 120px;
}

.profile .profileTitle {
    float: left;
    margin: 20px 0 0 15px;
    width: 200px;
}

.profile .profileTitle h4 {
    margin: 0 0 6px!important;
    padding: 0 0 4px!important;
    line-height: 120%;
    font-weight: 400;
}

.profile .profileTitle p {
    margin: 0;
    padding: 0;
}

.profile .profileTitle p.date {
    color: #ccc;
}

.profile .textBlock {
    margin: 150px 0 0;
}

.profile .profilePhoto {
    background: url(/userfiles/image/main/large-shadow.png) no-repeat;
    float: left;
    height: 130px;
    width: 130px;
}

/*Leadership Profiles*/
#contentWrap #content dl.leadershipProfiles {
    margin: 10px 0 10px 0;
}

#contentWrap #content dl.leadershipProfiles dt {
    font-size: 16px;
    margin: 0 0 0 0;
    clear:both;
}

.leadershipPhoto {
    float: left;
    margin: 20px 15px 15px 0;
}

#contentWrap #content dl.leadershipProfiles dd.profileText {
    margin-left: 170px;
}

/*Community Events*/
.communityPhoto {
    background: url(/userfiles/image/main/mid-shadow.png) no-repeat;
    float: left;
    width: 100px;
    height: 100px;
}

.communityHeading {
    margin: 40px 0 20px -125px!important;
}

/*Community Event List Page*/
.communityEvent {
    list-style: none!important;
    margin: 20px 0 0!important;
}

.communityEvent li {
    margin: 0 0 40px!important;
    padding: 0!important;
}

.communityEvent li img {
    float: left;
    width: 85px;
    height: 85px;
}

/*Frontpage Features*/
.frontpage-feature {
    margin: 0px 0px 10px 0px;
    padding: 0 0 20px 0;
    float:left;
    border-bottom: 1px solid #ccc;
}

/*Footer*/
#footer {
    height: 35px;
}

/*Banner animation*/
#mask {
    width: 960px;
    height: 209px;
    overflow: hidden;
    float: left;
    position:relative;
}

#mask img {
   position:absolute;
   top:0;
   left:0;
   display:none;
}

#bannerContent {
    width: 490px;
    height: 160px;
    margin: 0 0 0 200px;
    padding: 50px 20px 0 50px;
    position: absolute;
}

/*Pipeline Images*/
#pipeline {
    margin: 0;
    width: 350px;
}

#pipeline img {
    margin: 10px 10px 0 0;
}

/*Learning Centre*/
#qtvrPopup {
    background: #FFF;
    margin: 0;
    padding: 5px;
    top: 0;
    left: 0;
    position: absolute;
}

#qtvrPopup .video {
    background: #6A7593;
    width: 320px;
    height: 240px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

#qtvrPopup .caption {
    background: #9AB585;
    width: 300px;
    height: 28px;
    margin: -10px 0 0;
    padding: 0 10px;
}

#qtvrPopup .caption p {
    color: #FFF;
    font-size: 10px;
    font-family: Lucida Sans Unicode, Lucida Grande, Verdana, Arial, sans-serif;
}

#qtvrPopup a#closeButton {
    background: url(/userfiles/image/popup-close.gif) no-repeat;
    position: absolute;
    bottom: 11px;
    left: 304px;
    z-index: 50;
    width: 14px;
    height: 13px;
    margin: 0;
    padding: 0;
    line-height: 100%;
}

#qtvrPopup a#closeButton:hover {
    text-decoration: none;
}

/*#qtvrPopup a:visited{border:none; outline:none !important; color:#FFF;}*/
/*form style*/
#contentWrap #content .form table {
    border: none;
    border-style: none;
    margin: 10px 0;
    position: relative;
    width: 100%;
}

#contentWrap #content .form table tr {
    margin: 0;
    padding: 0;
}

#contentWrap #content .form table tr td {
    border-style: none;
    margin: 0;
    padding: 0;
}

#contentWrap #content .form table tr th {
    border-style: none;
    border-bottom: 1px solid;
    border-top: 1px solid;
    border-color: #999;
    margin: 0;
    padding: 0;
}

#inlineVideoContainer {
	display:block;
	height:100px;
	width:100px;
}
#VideoContainer{width:568px;height:320px;background-color:white;}


.imageTopRight { float:right; margin:0 0 10px 10px; }
.imageTopLeft { float:left; margin:0 10px 10px 0; }

.floatLeft { float:left !important; }
.floatRight { float:right !important; }
.clearBoth { clear:both; }
.clearLeft { clear:left; }
.clearRight { clear:right; }






















/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */

