/*html5 display rule*/
address, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, nav, menu, nav, section, summary {
	display: block;
	margin: 0;
	padding: 0;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(../images/bg.png) top left repeat-x #fff;
	font: normal 13px/18px arial;
	color: #444;
	width: 100%;
	float: left;
}














:focus {
	outline: 0;	
}
a {
	outline: none;
	color: #0d5ba7;
	text-decoration: underline;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
}
a:hover {
	color: #000066;
	text-decoration: underline;
}
.clear {
	clear: both;	
}
.left {
	float: left !important;	
}
.floatpicleft {
	float: left !important;
	margin-right: 5px;
}
.right {
	float: right !important;	
}
.floatpicright {
	float: right !important;
}
.alignleft {
	float: left;
	margin: 0 10px 10px 0;
}
.alignright {
	float: right;
	margin: 0 0 10px 10px;
}
img {
	border: none;	
}
.wrapper {
	width: 950px;
	margin: 0 auto 35px;
}
.pageHeader {
	float: left;
	width: 950px;
	padding: 0 0 7px 0;
	position: relative;
}
.pageHeader figure {
	float: left;
}
.pageHeader figure img {
	float: left;
	margin: 18px 0 0 5px;
}
.pageHeader aside {
	float: right;
	padding: 10px 9px 5px 0;
}
.pageHeader aside h3 {
	float: right;
	padding: 0 0 0 34px;
	margin: 5px 14px 0 0;
	font: bold 15px/17px arial;
	background: url(../images/email-icon.png) top left no-repeat;
	color: #666;
}
.pageHeader .searchNode {
	width: 674px;
	position: absolute;
	z-index: 999999;
	top: 100px;
	right: 0px;
	
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}

.pageHeader .searchNode input.gsc-input {
	float: left;
	width: 95%;
	padding: 4px 25px 4px 5px !important;
	margin: 0px;
	border: 1px solid #176db0;
	background: #e2f0fa !important;
	font: italic 13px/14px arial;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.pageHeader .searchNode input.gsc-input:focus {
	background: #cedbe4 !important;
}
.pageHeader .searchNode input.gsc-search-button {
	float: left;
	width: 19px;
	height: 17px;
	min-width: auto !important;
	border: none;
	cursor: pointer;
	background: url(../images/zoom-icon.png) top left no-repeat;
	text-indent: -500px;
	overflow: hidden;
	margin: -2px 0 0 -12px;
}
.pageHeader .searchNode td.gsc-clear-button {
	margin-right: 10px;	
}
.pageHeader .searchNode .cse .gsc-control-cse, .pageHeader .searchNode .gsc-control-cse {
	padding: 0.5em;	
}
.pageHeader .searchNode table.gsc-search-box td.gsc-input {
	padding-right: 17px;
}
.pageHeader aside a {
	color: #666;
	text-decoration: none;
}
.pageHeader aside a:hover {
	color: #000;
	text-decoration: none;
}
.pageHeader nav {
	float: right;
	position: relative;
	z-index: 9999999;
	clear: right;
	height: 42px;
	padding: 0 5px 0 0;
	margin: 10px 0 0 0;
	background: url(../images/nav-bg.png) bottom right no-repeat;
	font: normal 14px/29px arial;
	color: #fff;
}
.pageBanner {
	float: left;
	width: 950px;	
	margin: 0 0 8px 0;
}
.pageBanner img {
	float: left;
}

.pageBanner .slidesWrapper {
	margin: 0 auto;
	width: 950px;
	height: 329px;
	position: relative;
}
/*Slider Starts*/
.pageBanner #slides {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.pageBanner .slides_container {
	width: 950px;
	height: 329px;
	overflow: hidden;
	position: relative;
}
.pageBanner .slide {
	width: 950px;
	height: 329px;
}
.pageBanner .pagination {
	position: absolute;
	width: 950px;
	z-index: 500;
	left: 0px;
	bottom: 7px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: center;
}
.pageBanner .pagination li {
	display: inline-block;
	list-style-type: none;
	height: 11px;
	width: 10px;
	margin: 0 3px;
	padding: 0px;
}
.pageBanner .pagination li a {
	display: inline-block;
	height: 11px;
	width: 10px;
	background-image: url(../images/pagination.png);
	background-position: 0 0;
	text-indent: -500px;
	overflow: hidden;
}
.pageBanner .pagination li.current a, .pageBanner .pagination li a:hover {
	background-position: 0 -11px;
}
.pageBanner .caption {
	position: absolute;
	z-index: 300;
	top: 30px;
	right: 50px;
	width: 470px;
	color: #fff;
}
.pageBanner .caption h2 {
	padding: 10px 0;
	margin: 0px;
	font: bold italic 29px/38px Georgia, "Times New Roman", Times, serif;
	background: url(../images/caption-hd-bg.png) bottom left repeat-x;
}
.pageBanner .captionShort {
	width: 240px;
	right: 40px;
}
.pageBanner .captionShort h2 {
	font: italic 25px/29px Georgia, "Times New Roman", Times, serif;
}
.pageBanner .caption p {
	padding: 9px 0;
	margin: 0px;
	font: italic 19px/24px Georgia, "Times New Roman", Times, serif;
}
.pageBanner .caption ul {
	font: normal 18px/22px arial;
	padding: 7px 0 0 8px;
	margin: 0px;
	list-style-type: none;
}
.pageBanner .caption ul li {
	padding: 0 0 0 26px;
	margin: 0 0 10px 0;
	background: url(../images/caption-ul-bul.png) 0px 6px no-repeat;
}

.contentWrapper {
	float: left;
	width: 948px;
	margin: 8px 0;
	background: #fff;
	border: 1px solid #e5e5e5;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
}
.Main_Content {
	float: left;
	width: 918px;
	padding: 15px;
}
.Main_Content h1 {
	padding: 2px 20px 3px;
	margin: 0 0 13px 0;
	background: url(../images/main-hd-bg.png) top left repeat-x #0d5ba7;
	font: bold 18px/30px arial;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 2px #e5e5e5;
	-webkit-box-shadow: 0px 2px #e5e5e5;
	box-shadow: 0px 2px #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#e5e5e5');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#e5e5e5')";
}
.Main_Content p {
	padding: 7px 0;
	margin: 0px;
}
.Main_Content h2, .Main_Content h3, .Main_Content h4, .Main_Content h5, .Main_Content h6 {
	padding: 1em 0 0.75em 0;
	margin: 0px;
	color: #0d5ba7;
}
.Main_Content h2 {
	font-size: 16px;
}
.Main_Content h3 {
	font-size: 15px;
}
.Main_Content h4 {
	font-size: 14px;	
}
.Main_Content h5 {
	font-size: 13px;
}
.Main_Content h6 {
	font-size: 12px;
}
.Main_Content ol, .Main_Content ul {
	padding: 5px 0 10px 0;
	margin: 0 0 0 20px;
}
.Main_Content li {
	padding: 2px 0;
}

.Main_Content dl, .Main_Content dd, .Main_Content dt {
	margin: 0px;
}
.Main_Content dl {
	float: left;
	width: 100%;
	clear: both;
	padding: 5px 0;
}
.Main_Content dt {
	float: left;
	width: 79px;
	padding: 0 0 0 16px;
	background: url(../images/green-bul.png) left 4px no-repeat;
}
.Main_Content dd {
	float: left;
	width: 823px;
	padding: 0 0 11px 0;
}
.Main_Content .readMore {
	float: right;
	padding: 0px;
}
.Main_Content hr {
	float: left;
	width: 100%;
	clear: both;
	margin: 20px 0;
	padding: 0px;
	height: 15px;
	border: none;
	background: url(../images/content-seperator.png) center top no-repeat;
}
.calloutsWrapper {
	float: left;
	width: 948px;
	padding: 0 0 30px;
}
.calloutsWrapper aside {
	float: left;
	width: 280px;
	padding: 0 18px;
}
.calloutsWrapper aside h3 {
	padding: 2px 0 3px;
	margin: 0 0 10px 0;
	background: url(../images/hd-bg-red.png) top left repeat-x #ed2327;	
	font: bold 18px/30px arial;
	color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 2px #e5e5e5;
	-webkit-box-shadow: 0px 2px #e5e5e5;
	box-shadow: 0px 2px #e5e5e5;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#e5e5e5');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#e5e5e5')";
}
.calloutsWrapper aside h3 span {
	display: block;
	padding: 0 15px 0 51px;
	background: url(../images/physics-icon.png) 8px 4px no-repeat;
}
.calloutsWrapper aside h3.green {
	background: url(../images/hd-bg-green.png) top left repeat-x #52b949;	
}
.calloutsWrapper aside h3.green span {
	background: url(../images/forums-icon.png) 7px 2px no-repeat;
}
.calloutsWrapper aside h3.yellow {
	background: url(../images/hd-bg-yellow.png) top left repeat-x #d3a402;	
}
.calloutsWrapper aside h3.yellow span {
	background: url(../images/blog-icon.png) 10px 1px no-repeat;
}
.calloutsWrapper aside ul {
	padding: 0 20px 0 10px;
	margin: 0px;
	list-style-type: none;
}
.calloutsWrapper aside ul li {
	padding: 7px 0;
	margin: 0px;
	list-style-type: none;
	border-top: 1px dashed #ccc;
}
.calloutsWrapper aside ul li:first-child {
	border-top: none;
}
.calloutsWrapper aside ul li h4 {
	padding: 0px;
	margin: 0px;
	font: bold 13px/15px arial;
	color: #1160ab;
}
.calloutsWrapper aside ul li h5 {
	padding: 0px;
	margin: 0px;
	font: normal 13px/17px arial;
}
.calloutsWrapper aside ul li img {
	float: left;
	margin: 1px 8px 2px 0;
	-moz-box-shadow: -1px -1px #f2f2f2;
	-webkit-box-shadow: -1px -1px #f2f2f2;
	box-shadow: -1px -1px #f2f2f2;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 1, direction = 135, color = '#f2f2f2');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 1, Direction = 135, Color = '#f2f2f2')";
}
.calloutsWrapper aside ul li a {
	color: #666;
	text-decoration: none;
}
.calloutsWrapper aside ul li a:hover {
	color: #000;
	text-decoration: none;
}
.calloutsWrapper aside .readMore {
	padding: 7px 0 0 15px;
	margin: 0px;
}
.calloutsWrapper aside .readMore a {
	color: #0d5ba7;
	text-decoration: none;
}
.calloutsWrapper aside .readMore a:hover {
	color: #000;
	text-decoration: none;
}
.pageFooter {
	float: left;
	clear: both;
	width: 100%;
	font: normal 12px/12px arial;
	color: #fff;
	background: #333;	
	padding: 9px 0;
}
.pageFooter .wrapper {
	margin-bottom: 0px;
}
.pageFooter nav {
	float: left;
	padding: 9px 0 9px 3px;	
}
.pageFooter nav ul {
	float: left;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.pageFooter nav ul li {
	float: left;
	padding: 0 11px;
	margin: 0px;
	display: inline;
	border-left: 1px solid #fff;
}
.pageFooter nav ul li:first-child {
	border-left: none;
}
.pageFooter summary {
	float: left;
	clear: left;
	padding: 9px 0 9px 15px;
}
.pageFooter figure {
	float: right;
	margin: 2px 9px;
}
.pageFooter figure img {
	float: left;
	margin: 0 5px;
}
.pageFooter figure figcaption {
	text-align: center;
	padding: 4px 0 13px;
	font: normal 15px/18px arial;
}
.pageFooter a {
	color: #fff;
	text-decoration: none;
}
.pageFooter a:hover {
	color: #b4d4f3;
	text-decoration: underline;
}.wrapper .contentWrapper .Main_Content #LSidebar {
	margin: 0px;
	padding: 0 5px 0 0;
	float: left;
	width: 263px;
}
.wrapper .contentWrapper .Main_Content #LSidebar #chapternav {
	width: 248px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 5px;
	margin-right: 5px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 2px #EEEEEE;
	-webkit-box-shadow: 0px 2px #EEEEEE;
	box-shadow: 0px 2px #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eEEEEE');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#EEEEEE')";
	font-weight: bold;
	margin-bottom: 0px;
	background: #22800E;
}
.wrapper .contentWrapper .Main_Content #LSidebar #sectionnav {
	background: #B00000;
	width: 248px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 5px;
	color: #FFF;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 2px #EEEEEE;
	-webkit-box-shadow: 0px 2px #EEEEEE;
	box-shadow: 0px 2px #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eEEEEE');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#EEEEEE')";
	font-weight: bold;
	margin-bottom: 10px;
}
	
	
.wrapper .contentWrapper .Main_Content #LSidebar a {
	color: #FFF;
}
.wrapper .contentWrapper .Main_Content #LSidebar a:hover {
	color: #DDD;
}

.wrapper .contentWrapper .Main_Content #LSidebar ul {
	list-style-type: none;
}
.wrapper .contentWrapper .Main_Content #LSidebar li {
	line-height: 14px;
}
.outline {
	list-style-type: upper-roman;
	list-style-position: outside;
}
#Course_Rt_Main {
	width: 640px;
	float: left;
	margin-top: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
#Course_Rt_Main #Previous {
	float: left;
	height: 32px;
	width: 101px;
	background-image: url(images/PreviousButton_s1.gif);
	background-repeat: no-repeat;
	margin: 5px;
}
#Course_Rt_Main #Next {
	float: right;
	width: 101px;
	height: 32px;
	background-image: url(images/NextButton_s1.gif);
	background-repeat: no-repeat;
	margin: 5px;
}
.pic_center_noflt {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.L2ColBox {
	width: 512px;
	border: 2px solid #666;
	margin: 2px;
}
.R2ColBox {
	width: 420px;
	border: 2px solid #666;
	margin: 2px;
}
.clearfloat {
	clear: both;
	width: 950px;
}
.floatoff {
	clear: both;
}
.flv_right {
	float: right;
	margin: 5px;
}
.bluetext {
	color: #00C;
}
.greentext {
	color: #060;
}
.supers_blue {
	position: relative;
	bottom: 0.5em;
	font-size: 0.7em;
	color: #00C;
}
.R2ColNoBox {
	width: 424px;
	margin: 2px;
}
.firstletter {
	font-size: 4em;
	line-height: 1;
	font-weight: bold;
	float: left;
	margin-top: .2em;
	margin-right: 0.1em;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	font-variant: normal;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.Main_Content #Course_Rt_Main #VidRtSideBox {
	float: right;
	width: 260px;
	margin: 0px;
	padding: 0px;
}
#VidRtSideBox #VidAdCodeRt {
	padding: 5px;
	width: auto;
	float: right;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 50px;
}
.Main_Content #LSidebar #SBLogo {
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
	height: 110px;
	float: left;
	width: 248px;
	padding-left: 0px;
	text-align: center;
}
.Main_Content #pia_regrevpc {
	float: right;
	width: 220px;
	background-color: #0000FF;
	color: #FFFFFF;
	font-weight: bold;
	margin-left: 5px;
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	/*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
	-moz-box-shadow: 0px 2px #EEEEEE;
	-webkit-box-shadow: 0px 2px #EEEEEE;
	box-shadow: 0px 2px #EEEEEE;
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 2, direction = 180, color = '#eEEEEE');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 2, Direction = 180, Color = '#EEEEEE')";
	font-weight: bold;
	margin-bottom: 0px;
}


.Main_Content #pia_regrevpc a {
	color: #FFFFFF;
}
.Main_Content #pia_regrevpc a:hover {
	color: #BBBBBB;
}

.Main_Content #pia_regrevpc ul {
	list-style-type: none;
}
.Main_Content #pia_regrevpc li {
	line-height: 12px;
}
.Main_Content #pia_regrevpc p {
	line-height: 12px;
	color: #FFFFFF;
}.Main_Content .VidList {
	list-style-type: upper-alpha;
}
.VidList ol li {
	list-style-type: upper-alpha;
	line-height: 12px;
}
.VidList ol li ol li {
	list-style-type: numeric;
}
.VidList ol li ol li ol li{
	list-style-type: lower-alpha;
}
.wrapper .contentWrapper .calloutsWrapper img {
	float: right;
	visibility: hidden;
}
#dfpic {
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.wrapper .contentWrapper .Main_Content #Course_Rt_Main table {
	margin-right: auto;
	margin-left: auto;
}
.contentLH {
	float: left;
	width: 319px;
	border-right-width: 0px;
	border-right-style: none;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.contentRH {
	float: right;
	width: 319px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #000;
}
