* {
	padding: 0;
	margin: 0;
}

body {
	text-align: center;
	margin-top: 10px;
}

a img {
	border: none;
}

div.clr {
	clear: both;
}

#shadBox {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#play_podcast {
	cursor: pointer;
}

#header {
	background: url(/assets/images/nutrition/shadowtop.gif) bottom center no-repeat;
	height: 14px;
}

#topBox {
	height: 72px;
	margin-right: 34px;
	margin-left: 34px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #007F7B;
}

#logoBox {
	width: 343px;
	float: left;
}

#ontheweb {
	width: 600px;
	height: 22px;
	margin-left: 10px;
	float: left;
}

#web1 {
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-left: 80px;
	height: 22px;
}

#web2 {
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-left: 10px;
	height: 22px;
}

#web3 {
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-left: 10px;
	height: 22px;
}

#web4 {
	float: left;
	width: 60px;
	margin-right: 10px;
	margin-left: 10px;
	height: 22px;
}

#web5 {
	float: left;
	width: 60px;
	margin-left: 10px;
	height: 22px;
}

#topNav {
	float: left;
	width: 600px;
	margin-left: 10px;
}

#topNav ul {
	list-style-type: none;
}

#topNav li {
	float: left;
	height: 20px;
	margin-top: 20px;
	line-height: 24px;
}

#topNav a:link, #topNav a:visited, #topNav a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
	border-right: 1px solid #177E7B;
}

#topNav li.last a {
	border-right: none;
}

#topNav a:hover {
	color: #177E7B;
}

#headerpic {
	height: 160px;
	margin-left: 34px;
	margin-right: 34px;
	margin-bottom: 10px;
}

#maincontent {
	margin-left: 34px;
	margin-right: 34px;
}

#leftsidebar {
	float: left;
	width: 200px;
}

.sidebarbloc {
	border: 1px solid #E1E1E1;
	margin-bottom: 10px;
}

#leftsidebar h1 {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	background-color: #E1E1E1;
	margin-bottom: 4px;
	padding: 8px;
}

#leftsidebar h2 {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#leftsidebar h3 {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 2px;
	color: #177E7B;
}

#leftsidebar p {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#leftsidebar a:link, #leftsidebar a:visited, #leftsidebar a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#leftsidebar a:hover {
	color: #177E7B;
}

#rightsidebar {
	float: right;
	width: 200px;
}

#rightsidebar h1 {
	font-size: 14px;
	color: #666;
	line-height: 14px;
	background-color: #E1E1E1;
	margin-bottom: 4px;
	padding: 8px;
}

#rightsidebar h2 {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#rightsidebar h3 {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 2px;
	color: #177E7B;
}

#rightsidebar p {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

#rightsidebar a:link, #rightsidebar a:visited, #rightsidebar a:active {
	font-weight: bold;
	color: #666;
	text-decoration: none;
}

#rightsidebar a:hover {
	color: #177E7B;
}

#middle {
	padding-left: 210px;
	padding-right: 210px;
}

#middle h1 {
	color: #666;
	font-size: 24px;
	line-height: 36px;
}

#middle p {
	color: #000;
	font-size: 12px;
	line-height: 17px;
}

#middle h3 {
	color: #999;
	font-size: 18px;
	line-height: 24px;
}

#middle a:link, #middle a:visited, #middle a:active {
	font-weight: bold;
	color: #999;
	text-decoration: none;
}

#middle a:hover {
	font-weight: bold;
	color: #177E7B;
	text-decoration: none;
}

/* the following style rplaced the middle to give more padding left and right than pages with video lists */
#midtxt {
	padding-left: 240px;
	padding-right: 240px;
}
#midtxt h1 {
	color: #666;
	font-size: 24px;
	line-height: 36px;
}
#midtxt p {
	color: #000;
	font-size: 12px;
	line-height: 17px;
}
#midtxt h3 {
	color: #999;
	font-size: 18px;
	line-height: 24px;
}
#midtxt a:link, #midtxt a:visited, #midtxt a:active {
	font-weight: bold;
	color: #4062A7;
	text-decoration: none;
}
#midtxt a:hover {
	font-weight: bold;
	color: #177E7B;
	text-decoration: none;
}

/* the following replaces the video list style to change margin settings */
#textlist {
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	overflow: hidden;
	overflow-y: scroll;
	height: 400px;
}
#textlist h1 {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #E1E1E1;
}
#textlist h2 {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
	color: #000;
}
#textlist h3 {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 2px;
	color: #177E7B;
}
#textlist p {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}
.textlst {
	padding-bottom: 1px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-top: 8px;
}
/*---------------------------*/

#vidBox {
	height: 250px;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	background: url(/assets/images/nutrition/loader.gif) center center no-repeat;
}

#vidHead {
	padding-right: 28px;
	padding-left: 68px;
}

#vidHead h1 {
	color: #999;
	font-size: 24px;
	line-height: 36px;
}

#videoslist {
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #E1E1E1;
	border-left-color: #E1E1E1;
	width: 400px;
}

#videoslist h1 {
	font-size: 12px;
	color: #666;
	line-height: 24px;
	margin-bottom: 4px;
	padding-left: 8px;
	padding-right: 8px;
	background-color: #E1E1E1;
}

#videoslist h2 {
	font-size: 10px;
	padding-right: 8px;
	padding-left: 8px;
	/* margin-bottom: 10px; */
	color: #000;
}

#videoslist h3 {
	font-size: 14px;
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 2px;
	color: #177E7B;
}

#videoslist p {
	padding-right: 8px;
	padding-left: 8px;
	margin-bottom: 10px;
}

div.vidListingContainer {
	border-bottom: 1px solid #E1E1E1;
}

div.vidListingContainer+div.vidListingContainer {
	padding-top: 10px;
}

#mainclearer {
	clear: both;
	height: 1px;
}

#content {
	background-image: url(/assets/images/nutrition/shadowmid.gif);
	background-repeat: repeat-y;
}

#footer {
	background-image: url(/assets/images/nutrition/shadowbottom.gif);
	background-repeat: no-repeat;
	height: 16px;
}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body {
	background-color: #E1E1E1;
}

.floatLeft {
	float: left;
	margin-right: 10px;
}

.floatRight {
	float: right;
	margin-left: 10px;
}

div#breadcrumbs {
	margin-bottom: 25px;
}

/*
Doctor Styles
*/


.docBox {
	float: right;
	margin-left: 10px;
	text-align: center;
	width: 170px;
}

.docDiv {
	margin-bottom: 20px;
	padding-bottom: 30px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	height: auto;
	overflow: hidden;
}

.docDiv h2 {
	color: #4062A7;
	line-height: 22px;
	font-size: 12px;
	margin-top: 10px;
}

.docDiv h4 {
	line-height: 12px;
	font-size: 11px;
	margin-bottom: 10px;
}

#midtxt h5 {
	font-size: 17px;
	margin-bottom: 10px;
	color: #666;
}

.alpha {
	color: #AAA;
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	margin: 0;
}

p.pagination {
	text-align: center;
	margin: 10px 0;
}

p.pagination a, p.pagination span {
	padding: 3px;
}

p.pagination span {
	background: #e5e5e5;
}
