/* CSS Document */

* {
	margin: 0;
	padding: 0;
	}

body {
	background-color: #9ea1a3;
	}
	
#main {
	margin: 30px auto 15px auto;
	width: 826px;
	background-color: #FFF;
	overflow: hidden;
	}

#header {
	height: 111px;
	width: 826px;
	}

#header .logo {
	float: left;
	margin: 0 0 0 20px;
	}

#headerRight {
	float: right;
	margin: 40px 20px 0 0;
	}

#flash {
	width: 800px;
	height: 450px;
	margin: auto auto;
	}

#navInt {
	width: 800px;
	margin: auto auto;
	}

#wrapper {
	width: 826px;
	}
	
#leftSide {	
	float: left;
	width: 435px;
	margin: 0 0 0 15px;
	display: inline;
	}

#leftSideInt {	
	float: left;
	width: 161px;
	margin: 20px 0 0 15px;
	background-color: #0171b2;
	}

#index_rightSide {
	float:right;
	width:310px;
	height:626px;
	background:url(images/index_rightside.jpg) top no-repeat;
	margin-bottom:20px;
}

#vivaLearning {
	float:left;
	width:310px;
	height:278px;
}

#vivaLearning a {
	display:block;
	width:170px;
	height:30px;
	margin:225px 0 0 125px;
}


#DEN {
	float:left;
	width:310px;
	height:173px;
}

#DEN a {
	display:block;
	width:120px;
	height:30px;
	margin:125px 0 0 175px;
}

#elite {
	float:left;
	width:310px;
	height:175px;
}

#elite a {
	display:block;
	width:120px;
	height:30px;
	margin:130px 0 0 175px;
}

#rightSide {
	float: right;
	margin: 0 15px 0 0;
	display: inline;
	}

#rightSideInt {
	float: right;
	width: 560px;
	margin: 20px 45px 0 0;
	display: inline;
	}

#rightSideInt ul, #rightSideInt ol {
	margin:0;
	padding:0;
	}

#rightSideInt li {
	margin:4px 0 4px 20px;
	padding:0;
	}

#rightSideInt ul ul li, #rightSideInt ol ol li  {
	margin:4px 0 4px 40px;
	padding:0;
	}

#rightSideInt_PDF {
	float: right;
	width: 560px;
	margin: 20px 45px 0 0;
	display: inline;
	}

#rightSideInt_PDF ul {
	margin: 10px 0 0 30px;
	list-style-type: none;
	}

#rightSideInt_PDF li {
	background:url(pdf/pdf_logo_small.gif) left center no-repeat;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:30px;
	}
	
#learningBox {
	background-image: url(images/viva-learningBG.gif);
	width: 312px;
	height: 243px;
	}

#learningBoxText {
	width: 170px;
	float: right;
	margin: 80px 10px 0 0px;
	}
	
#footer {
	width: 826px;
	height: 30px;
	padding: 20px 0 0 0;
	clear: both;
	border-bottom: 5px solid #4fb1b5;
	}

#speakerBox {
	width: 350px;
	float: right;
	margin: 0px 25px 0 0;
	display: inline;
	}

#doctorBio, #upcomingSchedule, #lectureTopics, #courseComments {
	clear:both;
	width:100%;
	margin:0 0 30px 0;
}

#upcomingSchedule a {
	text-decoration:none;
}

#upcomingSchedule table {
	border:1px solid #999;
	margin-bottom:10px;
}

#upcomingSchedule th {
	padding:10px;
	border-right:1px solid #999;
	background-color:#666;
	color:#fff;
	text-align:left;
}

#upcomingSchedule td {
	padding:10px;
	border-right:1px solid #999;
}

#upcomingSchedule td.row1, #upcomingSchedule th.row1 {
	width:70px;
}

#upcomingSchedule td.row2, #upcomingSchedule th.row2 {
	width:95px;
}

#upcomingSchedule td.row3, #upcomingSchedule th.row3 {
	width:100px;
}

#upcomingSchedule td.row4, #upcomingSchedule th.row4 {
	width:200px;
}

#upcomingSchedule th.noRight_border, #upcomingSchedule td.noRight_border {
	border-right:none;
}



/* Font styles */

body {
	font-family: trebuchet ms, tahoma, arial, verdana;
	font-size: 12px;
	line-height: 1.5;
	color:#666666;
	}

#learningBoxText {
	color: #FFF;
	font-size: 11px;
	}

#speakerBox {
	color: #0171b2;
	font-size: 14px;
	line-height: 1;
	}

#speakerBox .small {
	font-size: 11px;
	font-weight: normal;
	color:#666;
	}
#speakerBox .small2 {
	font-size: 11px;
	color: #0171b2;
	}

#speakerBox .doctor {
	color: #4fb0b6;
	font-size: 18px;
	}


#leftSideInt a {
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	margin: 0 0 0 20px;
	}
#leftSideInt a:hover {
	text-decoration: underline;
	}

#footer {
	text-align: center;
	font-size: 10px;
	font-size: 10px;
	}
table .seminars {
	}

.doctorHeading {
	font-size: 18px;
	color: #0073B5;
	}

.anchorLinks a{
	font-size: 10px;
	text-transform: uppercase;
	}

.imgPaddingRight {
	padding: 0 20px 10px 0;
	}
	
.pdf_list {
	list-style:none;
	list-style-image:url(images/pdf_list.jpg);
}