body {	
	background: url(../images/backgrounds/body.gif) repeat-x #fff;
	margin: 0;
	padding: 0;
	text-align: left;
}

img, img {
	border: 0;
}

p, h1, h2, h3, h4, h5, ul, li, dl, dd, dt, img, form {
	margin: 0;
	padding: 0;
}

/*----Structural DIVs----*/

#header,
#mainNav,
#utilityRow,
#footer,
#mediaplayer,
#statusButtons,
#otherLessonsMenu {
	display: none;
	height: 0;
}

#printHeader {
	width: 770px;
	height: 145px;
	text-align: center;
	margin-bottom: 10px;
}

#printFooter {
	text-align: left;
	padding: 10px 5px;
	float: left;
	width: 425px;
	clear: both;
	display: block;
	font: normal 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
	margin: 25px 0 0 55px;
}

#printerFooter p {
	font: normal 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
	margin-bottom: 15px;
}

#printerFooter h3 {
	font: bold 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
}

#content {
	background: #f9f7ef;
	width: 729px /*770px*/;
	margin-left: 44px;	
	padding: 16px 21px 25px 21px;
	display: inline;	
	float: left;
}

/*----Other DIVs----*/

#sectionHeader {
	background: #fdfcf5;
	border: 1px solid #dfd0b1;
	margin-bottom: 18px;
}

#sideBar {
	float: left;
	width: 209px /*209px*/;
	display: inline;
	margin-right: 25px;
}

#contentCol {
	float: left;	
	width: 455px /*493px*/;
	padding: 14px 17px 5px 19px;
	display: inline;
	background: transparent;
	background: #fdfcf5;
	border: 1px solid #dfd0b1;
}

.wideContent {
	/*makes contentCol wider -- adjust width if #contentCol padding changes */
	width: 691px /*727px*/ !important;
}

/*----Typography----*/

#sectionHeader h1 {
	font: bold 24px/12px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17;
	padding: 15px 13px;	
}

#contentCol h2 {
	font: bold 18px/20px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17;
	margin: 0 0 5px 0;
}

#contentCol p {
	font: normal 14px/20px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
	margin-bottom: 15px;
}

#contentCol ul {
	list-style: none;
}

#contentCol li {
	font: normal 14px/20px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
	margin-bottom: 15px;
	list-style: none;
	background: url(images/list-bullet.gif) no-repeat 0 5px;
	padding-left: 15px;
}


/*----Links----*/

#content a {
	color: #36809f;
}

#content a:hover {
	text-decoration: none;
}

/*----Image Styles----*/

.floatRight {
	float: right;
	margin: 15px 10px 15px 15px;
}

.floatLeft {
	float: left;
	margin: 15px 15px 15px 0;
}

.border {
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
}

.noTopMargin {
	margin-top: 0 !important;
}

.noSideMargins {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.marginTop {
	margin-top: 15px;
}

.marginBottom {
	margin-bottom: 15px;
}

/* ----- TRAINING PAGE STYLES ---- */

#sideBar .courseRequirements,
#sideBar .subNav {
	list-style: none;
	font: normal 14px/20px tahoma, verdana, helvetica, arial, sans-serif; 	
	color: #3e2b1e;	
	background: #fdfcf5;
	border: 1px solid #dfd0b1;
	margin-bottom: 15px;
}

#sideBar .courseRequirements li,
#sideBar .subNav li {
	list-style: none;
	padding: 14px 25px 14px 15px;
	border-bottom: 1px solid #efe9da;
}

#sideBar .courseRequirements li ul li,
#sideBar .subNav  li ul li {
	background: url(images/list-bullet.gif) no-repeat 0 11px;
	padding: 5px 0 0 10px;
	border-bottom: none;	
}

#sideBar .courseRequirements h3, 
 #sideBar .subNav h3 {
	font: bold 16px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17;
}

#sideBar .courseRequirements .last {
	border-bottom: 0;
}

#sideBar .courseRequirements .instructor {
	height: 100px;
}

#sideBar .courseRequirements .instructor p {
	padding-top: 10px;
}

#sideBar .courseRequirements .light {
	background: #fff;
}

#sideBar .courseRequirements .instructor img {
	float: left;
	margin: 10px 10px 10px 0;
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
}

.video {
	margin: 0 0 15px 15px;
}

#statusButtons {
	list-style: none;
}

#statusButtons li {
	list-style: none;
	margin-bottom: 5px;
}

/* ----- GENERIC CONTENT PAGE STYLES ---- */

#contentCol h3 {
	font: bold 12px/16px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#contentCol h4 {
	font: bold 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
	margin-bottom: 10px;
}

#sideBar .subNav a {
	color: #3e2b1e !important;	
	text-decoration: none;
}

#sideBar .subNav a:hover {
	color: #780f17 !important;	
}

#sideBar .subNav a.selected {
	color: #780f17 !important;	
	text-decoration: none;
	font-weight: bold;
}

 #sideBar .subNav h3 {
	margin-bottom: 10px;
}


/* ----- INSTRUCTOR BIO PAGE STYLES ---- */

#contentCol .headshot {
	float: left;
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
}

.bios p, .bios h3, .bios h4 {
	margin-left: 130px;
}

.bios h3,
.bios h4 {
	margin-bottom: 0 !important;
}

.instructors {
	list-style: none;
}

.instructors li {
	border-bottom: 1px solid #dfd0b1;
	padding: 20px 0 0 0 !important;	
	background: 0  !important;
	margin: 0 !important;	
}

.instructors .last {
	border-bottom: 0;
}

.instructors .first {
	padding-top: 5px !important;
}

/* ----- ARTICLES INDEX ----- */

.articlesIndex p, .articlesIndex h3, .articlesIndex h4 {
	margin-left: 75px;
}

#contentCol h3 a {
	font: bold 12px/16px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17 !important;
	text-transform: none !important;
	border-bottom: 1px solid #eee6d2;
	text-decoration: none;
}


.articleListing {
	list-style: none;
}

.articleListing li {
	border-bottom: 1px solid #dfd0b1;
	padding: 10px 0 0 0 !important;	
	background: 0  !important;
	margin: 0 !important;
	height: 85px;
}

.articleListing .last {
	border-bottom: 0;
}

.articleListing .first {
	padding-top: 5px !important;
}

.articleListing .light {
	background: #fff !important;
}

.articleListing .dateBlock {
	float: left;
	margin: 0 10px 10px 0;
	background: url(images/backgrounds/dateSmall.gif) no-repeat 0 4px;
	height: 48px /*55px*/;
	width: 46px;
	padding-top: 11px;
}

.month {
	display: block;
	text-transform: uppercase;
	text-align: center;
	font: bold 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
}

.day {	
	display: block;
	text-align: center;
	font: bold 12px/18px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #3e2b1e;
}

.articleListing h3 {
	margin-bottom: 5px !important;
}

/* ----- Article Display Page ----- */

#aboutAuthor {
	border-top: 1px solid #e7dac0;
	padding-top: 10px;
	margin-top: 30px;
}

#aboutAuthor h2{
	color: #3e2b1e !important;
	letter-spacing: 2px;
	font: bold 12px/16px tahoma, verdana, helvetica, arial, sans-serif; 
	text-transform: uppercase !important;	
	margin-bottom: 15px;
}

#aboutAuthor p {
	font: normal 11px/15px tahoma, verdana, helvetica, arial, sans-serif; 
}

#aboutAuthor .headshot {
	margin: 0 10px 10px 0 !important;
}

/* ----- Course Catalog Styles ----- */

.coursesIndex p, .coursesIndex h3, .coursesIndex h4 {
	margin-left: 75px;
}

#contentCol h3 a {
	font: bold 12px/16px tahoma, verdana, helvetica, arial, sans-serif; 
	color: #780f17 !important;
	text-transform: none !important;
	border-bottom: 1px solid #eee6d2;
	text-decoration: none !important;
}


.coursesListing {
	list-style: none;
}

.coursesListing li {
	border-bottom: 1px solid #dfd0b1;
	padding: 10px 0 0 0 !important;	
	background: 0  !important;
	margin: 0 !important;
	height: 95px;
	display: block;
	float: left;
}

.coursesListing .last {
	border-bottom: 0;
}

.coursesListing .first {
	padding-top: 5px !important;
}

.coursesListing .light {
	background: #fff !important;
}

.coursesListing .coursePhoto {
	float: left;
	margin: 0 10px 10px 0;
	height: 50px;
	width: 50px;
}

.coursesListing h3 {
	margin: 0 0 5px 100px !important;
}

.coursesListing p {
	margin: 0 0 0 100px !important;
}

#contentCol .coursePhoto {
	float: left;
	margin: 0 0 10px 0;
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
	width: 75px;
	height: 75px;
}

/* ----- Course Listing Styles ----- */

.courseListingPage .coursePhotoLarge {
	float: left;
	margin: 0 15px 15px 0;
	padding: 3px;
	border: 1px solid #E7DAC0;
	background: #fff;
}

.courseListingPage .description {
	/*margin-left: 125px;*/
	margin-bottom: 30px;
}

.courseListingPage h3 {
	display: block;
}