/* National Trust AGM, 2008 */


/* Whole page setup */
body { text-align: center; margin: 0px; padding: 0px; }

#topContainer { 
	position: relative;
	width: 732px;
	height: 86px;
	top:34px;
	margin: 0px auto;
	text-align: left;
}

#header { height: 63px; width: 303px; margin: 0px; padding: 0px; }
#topNav {
	height: 26px;
	text-align: left;
	padding-left: 0px;
	display: block;
	/*background-color: #b6b09d;*/
	
}

#container {
	position: relative;
	top: 40px;
	width: 732px;
	height: 488px;
	text-align: left;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #000000;
	padding-top: 7px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-bottom: 9px;
}

#innerContainerLeft { width: 253px; height: 486px; margin: 0px; padding: 0px; float: left; }
#innerContainerRight { width: 459px; height: 488px; float: right; background: #ffffff url('../images/background.jpg') no-repeat 0px 2px; }

/*******************/





/* Left Container content */

/* jQuery iFrame classes */
#submitWebchatQ, #registerReminder, #notifyFriend { background-color: #ffffff; height: 350px; }
#submitQuestionIFrame, #registerReminderIFrame , #notifyFriendIFrame  { left: 1px; top: 1px; width: 253px; height: 350px; border: none; }

/* Left side navigation classes */
#leftNavContainer { width: 253px; height: 421px; float:right; }
.leftNavButton { margin-bottom: 1px; }
.leftNavButton a { display: block; height:26px; }
.leftNavButton img { border: none; }
/***************************/


/* Right Container content */

/* This for holding site homepage */
#homepageText {
	position: absolute;
	right: 10px;
	top: 18px;
	width: 250px;
	/*height: 460px;*/
	padding: 10px;
		background-image: url(../images/tran_1.png);
	background-repeat: repeat;
}
/**********************************/

/* This for technical support page */
#techSupportText {
	position: relative;
	left: 10px;
	top: 12px;
	width: 430px;
	height: 460px;
	padding: 5px;
	overflow: auto;
		background-image: url(../images/tran_1.png);
	background-repeat: repeat;
}
/**********************************/

/* This for technical support page */
#testVideo {
	position: relative;
	left: 9px;
	top: 12px;
	width: 435px;
	/*height: 460px;*/
	padding: 3px;
		background-image: url(../images/tran_1.png);
	background-repeat: repeat;
	overflow: auto;
}
/**********************************/

#viewSessionIFrame { height: 45px; }

/***************************/

/* Utility Classes */
.separatorTop { border-top: 1px dotted #000000; padding-top: 2px; }
.separatorBottom {  padding-top: 2px; width: 253px; float: right; }
.clearBoth { clear: both; }
.floatLeft { float: left; }
.floatRight { float: right; }
.textRight { text-align: right; }
/*******************/





/*NEW for Archive */

#viewAGM {
	position: relative;
	left: 8px;
	top: 12px;
	width: 435px;
	/*height: 457px;*/
	padding: 5px;
		background-image: url(../images/tran_1.png);
	background-repeat: repeat;
	overflow:hidden;
}

#videoDiv { position: relative; width: 435px; height: 280px; top: 2px; text-align: center; }
#videoDivNB { position: relative; width: 435px; height: 210px; top: 2px; text-align: center; }


.chapterPointHeader{
margin-left:25px;
font-size:13px;
text-align:left;
}
.chapterPointList{
	color:#000;
	text-decoration:none;
	font-size:12px;
	text-align:left;
}

.chapterPointList a{
color:#000;
text-decoration:none;
}
.chapterPointList a:hover{
	color:#666666;
	text-decoration:underline;
}
a:hover {
cursor:hand;
cursor:pointer;
}
