/* CSS Stylesheet
** Author: Mike Retzak
** Creation Date: 31 July 2009
** mretzak@tgfi.net
*/

/* Eric Meyers' CSS Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html, body {
	height:100%;
	width:100%;
	background: url(/images/steelTile.png) repeat right top;
}

body {
/* 	line-height: 1em; */
	color: black;
	font-family: arial, sans-serif;
	font-size: 14px;
}
ol, ul {
	list-style: none;
}

em {font-style: italic;}
strong { font-weight: bold;}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* END CSS Reset */


.bold {
	font-weight: bold;
}

.clear {
	clear:both;
}

h1 {
	font: bold 1.5em helvetica, verdana, arial, sans-serif;
}


h2 {
	font: bold 1.3em helvetica, verdana, arial, sans-serif;
	color: #222;
	margin-bottom: .25em;
	
}

h3 {
	font: bold 1em helvetica, verdana, arial, sans-serif;	
}

h4 {
	
}

h5 {
	
}

p {
	line-height: 1.25em;
}
div.mid {
	padding: 1em 0 1em 0;
}
/* div.mid p {	
	margin-bottom: 1em;
} */


/* forms */

label { 
	font-weight: bold;
	display: inline-block;
	margin:0;
	padding-top:9px;
}

legend {
	font-weight: bold;
	color: #222;
	font-size: 1.1em;
	padding: 0 3px;
}

fieldset {
	position: relative;
	margin:12px 0 24px 0;
	border:3px solid #FFF;
	display: block;
	padding:20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

input {
	margin:3px 3px 3px 0;
}

small {
	font-size:.9em;
}

blockquote {
	padding: 0 2em;
	font-family: Georgia, Times, "Times New Roman";
	font-style: italic;
}
/* pagination styles
   ============================= */

.pagination {
	font-size: 14px;
	font-weight: bold;
  	padding: .2em; 
}

.pagination a, 
.pagination span {
	padding: .2em .5em; 
}

.pagination span.disabled {
	color: #AAA;
}

.pagination span.current {
	font-weight: bold;
    color: #333; 
}

.pagination a {
    border: 1px solid #BBB;
    color: #666666;
    text-decoration: none; 
	background-color: #EEE;
}

.pagination a:hover, .pagination a:focus {
    border-color: #AAA;
    background: #eee;
    color: #333; 
}

.pagination .page_info {
    color: #aaa;
    padding-top: .8em; 
}


/* notice, warning, message divs
   ============================= */

.notice, .message, .warning, .error {
	text-align: center;
	margin: 10px auto;
	padding: 5px 20px;
	font-size: .95em;
	font-weight: bold;
}

.notice {
	background: #FFF6BF;
	border-top: 2px solid #FFD324;
	border-bottom: 2px solid #FFD324;
	background-color: #9F9;
}

.message {
	border-top: 2px solid #33F;
	border-bottom: 2px solid #33F;
	background-color: #99F;
}

.warning {
	border-top: 2px solid #FF3;
	border-bottom: 2px solid #FF3;	
	background-color:  #FF9;
}

.error {
	border-top: 2px solid #F33;
	border-bottom: 2px solid #F33;	
	background-color:  #F99;
}

#errorExplanation ul {
margin-top: 5px;
padding-bottom: 10px;
padding-left: 30px;
margin-left: 0;
}

#errorExplanation p {
font-size: 12px;
padding: 2px 5px;
}

#errorExplanation ul li {
font-size: 11px;
font-weight: normal;
}

#errorExplanation {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #fcc;
	border:2px solid #FF0000;
	font-size:1.3em;
	font-weight:bold;
	margin:10px auto 20px;
	padding:10px 20px;
	background: url(/images/site/topRightBg1.png) repeat-x bottom;
}

#errorExplanation h2 {
	background: none;
	background: url(/images/error.gif) no-repeat left center;
	border-bottom:1px dotted #999;
	color:#ff0000;
	font-size:.95em;
	font-weight:bold;
	padding:5px;
	padding-left: 20px;
}

.fieldWithErrors input {
border: solid 2px #f00;
}

#main_notice {
	text-align: center;
	background-color: #FFFFCC;
	padding: 4px;
	position: relative;
}

/* ================= */
/* = Layout Styles = */
/* ================= */



/* =================== */
/* = Drop down menus = */
/* =================== */

.mainMenu {
	position:absolute;
	bottom:0;
	right:12px;
}

.mainMenu li {
	float: left;
}

.mainMenu li a {
	text-decoration: none;
	text-transform: lowercase;
	padding: 18px 20px 5px 20px;
	display: block;
	background: transparent url(/images/dividerLight.png) repeat-x center 10px;
	color:#333;
	text-shadow: #FFF 0px 1px 0px;	
}

.mainMenu li a.tab {
	background: url(/images/menuTab.png) no-repeat;
	margin-left: -4px;
	color:#FFF;
	padding: 15px 24px 8px 24px;
	text-shadow: #999 0px 1px 0px;
}

.mainMenu li a:hover {
	background: url(/images/menuHover.png) repeat-x center 10px;
	color:#FFF;
	text-shadow: #999 0px 1px 0px;
}

.mainMenu li a.tab:hover {
	background: url(/images/menuTabHover.png) no-repeat;
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
}

.mainMenu ul,
.mainMenu ul li,
.mainMenu ul ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.mainMenu ul {
	position: relative;
	z-index: 4;
	float: left;
	margin-left: 6px;
}

.mainMenu ul.dropdown li {
	float: left;
/*  zoom: 1; */
}

.mainMenu ul li.hover,
.mainMenu ul li:hover {
	position: relative;
	z-index: 6;
}

.mainMenu ul ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 5;
	width: 100%;
}

.mainMenu ul ul li {
	float: none;
	width:100%;
	letter-spacing: 0;
}

.mainMenu ul ul a {
	font: 12px helvetica, verdana, arial, sans-serif;
	color: #555555;
	width:100%;
	padding:4px 0;
	text-align: left;
}

.mainMenu ul ul ul {
	top: 0;
	left: 100%;
}

.mainMenu ul li:hover > ul {
	display: block;
}

.mainMenu ul ul li {
	padding: 0 11px;
	background-color: #FFF;
}

.mainMenu ul li li.hover,
.mainMenu ul li li:hover {
	background-color: #FFF4DD;
	background-image: none;
	border-left: 5px solid #FFBF01;
	padding-left: 6px;
}

.mainMenu ul ul a:link,
.mainMenu ul ul a:visited	{ }
.mainMenu ul ul a:hover		{ text-decoration: none;}

.mainMenu ul ul {
	min-width: 100px;
	max-width: 125px;
}

.mainMenu li li.hasChildren {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

.mainMenu li li.hasChildren:hover {
	background-image: url(/images/site/tri.gif);
	background-position: right center;
	background-repeat: no-repeat;
}

span.tgfiFooterLogo {
	clear:left;
	display: block;
	float: right;
	margin-right: 16px;
	margin-top: 45px;
	color:#FFF;
	font-size: .9em;
	margin-bottom: 6px;
	text-shadow: 1px 1px 1px #000;
}

span.poweredBy, span.footerAmp {
	display: block;
	float: left;
	margin-right: 6px;
	padding-top: 11px;
}

span.footerAmp {
	margin: 0 4px 0 4px;
}

a.tgfiLogo {
	font-family: Georgia;
	color:#BB9854;
	text-decoration: none;
	font-size: 28px;
	float: left;
	display: block;
	margin-left: 6px;
	text-shadow: none;
}

/* ================== */
/* = Element Styles = */
/* ================== */


/* =============== */
/* = site layout = */
/* =============== */

.wrapper {
	position:relative;
	width:100%;
	background: url(/images/innerBodyBg.png) no-repeat top right;
}

.headerWrapper {
	width:100%;
	height:108px;
}

.header {
	width:975px;
	height:108px;
	margin:0 auto;
	position: relative;
}

a.headerLogo {
	display: block;
	position: absolute;
	left:-16px;
}

.topMenu {
	position: absolute;
	right:0;
}

.topMenu ul {
	display: inline;
}

.topMenu li {
	float: left;
	margin: 11px 0;
	padding: 0px 18px;
	font-size: 12px;
	border-left: 1px solid #999;
}

.topMenu li.first {
	border-left: none;
}

.topMenu li a {
	color:#777;
	text-decoration: none;
	text-shadow: #FFF 0px 1px 0px;
	text-transform: lowercase;
}

.topMenu li a:hover {
	text-decoration: underline;
}

a.socialLink {
	display: inline-block;
	margin-top: 5px;
	margin-right: 6px;
}

.topWrapper {
	width:100%;
	border-bottom: 3px solid #FFF;
	border-top: 3px solid #FFF;
	background: #999 url(/images/homeTopBgTile.png) repeat-x;
}

.topShort {
	height:50px;
}

.top {
	width:975px;
/* 	height:350px; */
	margin:0 auto;
	background: #999 url(/images/homeTopBg.png) no-repeat top left;
	position: relative;	
}


.topShort .top {
	height:50px;
}

.mid {
	width:975px;
	margin:0 auto;
	text-shadow: #FFF 0px 1px 0px;
	color:#333;
}

.bottomWrapper {
	width:100%;
	height:258px;
	background: url(/images/cutoutFooterBg.png) repeat-x;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

.bottom {
	width:975px;
	margin:0 auto;
	padding:20px 0;
	color:#FFF;
	text-shadow: #000 0px 1px 0px;
}

.bottomSignup {
	width:280px;
	padding-right: 25px;
	float: left;
	height:40px;
}

.bottomSignup p {
	padding-top: 20px;
	font-size: 13px;
}

.bottomSchedule {
	width:670px;
	float: right;
}

.bottomMailing {
	color:#2197B1;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	width:280px;
	padding-bottom: 16px;
	background: url(/images/dividerDark.png) repeat-x bottom;
	text-shadow: none;
}

.bottomUpcoming {
	color:#2197B1;
	text-transform: uppercase;
	font-size: 17px;
	display: block;
	width:610px;
	padding-bottom: 16px;
	background: url(/images/dividerDark.png) repeat-x bottom;
	text-shadow: none;
}

.bottom ul {
	float: left;
	width:305px;
	color:#E5E0E0;
}

.bottom ul.bottom-center {
	padding: 0 30px;
}

.bottom li {
	margin:20px 0;
}

.bottomDate {
	font-size: 15px;
	font-weight: bold;
	display: block;
	padding-bottom: 4px;
}

.bottomName {
	display: block;
	font-size: 13px;
}

.footerWrapper {
	width:100%;
	height:90px;
}

.bottomName .moreLink {
	color:#E5E0E0;
	font-size: 13px;
	text-decoration: none;
	padding-right: 16px;
	background: url(/images/moreLinkBlue.png) no-repeat right center;
}

.bottomName .moreLink:hover {
	text-decoration: underline;
	text-shadow: none;
}

.footer {
	width:975px;
	height:90px;
	margin:0 auto;
	position: relative;
}

.footer ul.dropdown {
	position: absolute;
	left:0;
	float: left;
	margin-top: 32px;
}

.footer ul.dropdown li {
	float: left;
	margin: 9px 0;
	padding: 0px 18px;
	font-size: 12px;
	border-left: 1px solid #999;
}

.footer ul.dropdown li.first {
	border-left: none;
	padding-left: 0;
}

.footer ul.dropdown li a {
	color:#333;
	text-decoration: none;
	text-shadow: #FFF 0px 1px 0px;
	text-transform: lowercase;
}

.footer ul.dropdown li a:hover {
	text-decoration: underline;
}

.copyright {
	position: absolute;
	right:0;
	top:41px;
	text-shadow: #FFF 0px 1px 0px;
	color:#313131;
	font-size: 13px;
}

.copyright .mediaWright {
	font-weight: bold;
	color:#1F7587;
}

/* ======================== */
/* = Home Specific Styles = */
/* ======================== */

.homeTopLeft {
	width:420px;
	float: left;
	padding: 30px 0;
}

.homeTopLeft h1 {
	font-size: 36px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	margin-bottom: 9px;
	font-weight: bold;
	line-height: 1em;
	font-family:"Myriad Pro", "Myriad", arial, sans-serif;
}

.homeTopLeft p {
	font-size: 16px;
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
	margin:12px 0;
}

a.homeActionBtn {
	display: block;
	width:237px;
	height:51px;
	background: url(/images/actionBtn.png) no-repeat;
	line-height: 51px;
	color:#FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: #000 1px 1px 0px;
	margin-top: 20px;
	cursor:pointer;
}

a.homeActionBtn:hover {
	background-position: center bottom;
}

.videoWrapper {
	width:500px;
	height:402px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	right:20px;
	bottom:0px;
}

.videoWrapper object, .videoWrapper embed {
	display: block;
	margin-left: -12px;
}

.homeCourses {
	margin-top: 60px;
}

.homeCourses .leftColumn,
.homeCourses .rightColumn {
	width:428px;
	float: left;
	min-height:300px;
}

.homeCourses .rightColumn {
	margin-left: 100px;
}

.homeCourses h2, h2.bigRed {
	font-size: 24px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	padding-bottom: 9px;
	background: transparent url(/images/dividerLight.png) repeat-x center bottom;
}

.homeGenre {
	margin-top: 9px;
	padding-left: 76px;
	padding-bottom: 30px;
	position: relative;
	text-shadow: #FFF 0px 1px 0px;
}

.homeGenreIcon {
	position: absolute;
	left:0;
	top:0;
}

.homeGenre h3 {
	font-size: 16px;
	color:#2097B1;
}

.typeDetail {
	color:#666666;
	font-size: 12px;
	display: block;
	padding: 3px 0 9px 0;
}

.homeGenre ul {
	padding: 0 0 20px 0;	
}

.homeGenre li {
	padding:5px 0 5px 16px;
	color:#666666;
	background: url(/images/bulletRed.png) no-repeat left 9px;
	font-size: 12px;
}

.homeGenre li a, .moreLink {
	color:#333;
	margin-bottom: 3px;
	display: inline-block;
	font-size: 14px;
	text-decoration: none;
	padding-right: 13px;
	background: url(/images/moreLink.png) no-repeat right center;
}

.homeGenre li a:hover, .moreLink:hover {
	text-decoration: underline;
	text-shadow: none;
}

/* ================= */
/* = Course Styles = */
/* ================= */

.listGenreWrapper h2 {
	font-size: 20px;
	margin-bottom: 18px;
}

.listGenre {
	margin-top: 9px;
	color:#333;
	font-size: 15px;
	text-shadow: #FFF 0px 1px 0px;
	position: relative;
	padding-left: 76px;
	padding-bottom: 30px;
}

h2.bigRed {
	margin: 30px 0 18px 0;
}

.homeGenreIcon {
	position: absolute;
	left:0;
	top:0;
}

.listTitle a {
	font-size: 20px;
	color:#2097B1;
	margin-bottom: 6px;
	font-weight: bold;
	text-decoration: none;
}

.listTitle a:hover {
	text-decoration: underline;
	text-shadow: none;
}

.listGenre li a:hover {
	text-decoration: underline;
	text-shadow: none;
}

.listGenre a.moreLink {
/* 	display: block; */
	margin:12px 0 20px 0;
}

.listTitle {
	display: block;
	font-size: 18px;
	margin-top: 6px;
	font-weight: bold;
}

.listTitleBrief {
	font-weight: normal;
	color:#666666;
	font-size: 14px;
}

.listSummary p {
	padding:3px 0;
}

h3.listFocus {
	margin-top: 20px;
}

.courseTopLeft {
	width:620px;
	float: left;
	position: relative;
	padding: 30px 0 30px 85px;
}

.courseGenreIcon {
	position: absolute;
	left:0;
	top:30px;
}

.courseTopLeft h1 {
	font-size: 24px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	margin-bottom: 9px;
	font-weight: bold;
	line-height: 1em;
	font-family:"Myriad Pro", "Myriad", arial, sans-serif;
}

.courseTopLeft p {
	font-size: 14px;
	color:#333;
	text-shadow: none;
	margin:12px 0;
}

a.courseActionBtn {
	display: block;
	width:237px;
	height:51px;
	background: url(/images/actionBtn.png) no-repeat;
	line-height: 51px;
	color:#FFF;
	font-weight: bold;
	font-size: 20px;
	text-align: center;
	text-decoration: none;
	text-shadow: #000 1px 1px 0px;
	margin-top: 20px;
}

a.courseActionBtn:hover {
	background-position: center bottom;
}

.courseDetails {
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
}

.courseDetails .leftColumn,
.courseDetails .rightColumn {
	width:668px;
	float: left;
	min-height:300px;
}

.courseDetails .rightColumn {
	width:228px;
	margin-left: 60px;
}

.courseDetails h2, .upcomingCourseDetails h2 {
	font-size: 17px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	padding-bottom: 9px;
	margin-top: 20px;
	background: transparent url(/images/dividerLight.png) repeat-x center bottom;
}

.courseDetails h3, .upcomingCourseDetails h3 {
	font-size: 16px;
	color:#2097B1;
	margin-top: 9px;	
}

.courseDetails p {
	padding:9px 0;
}

.courseDetails ul {
	padding:9px 0 9px 0;
	list-style: none;
}

.courseDetails li {
	padding:3px 0;
	padding-left: 16px;
	background: url(/images/bulletRed.png) no-repeat left 7px;
}


ul.scheduleTimesList li {
	padding:3px 0 3px 16px;
	list-style: none;
	background: url(/images/bulletRed.png) no-repeat left 8px;
}

.courseDetails .rightColumn ul {
	float: none;
}

.regPopup {
	padding:20px;
	color:#333;
/* 	height:900px; */
}

.popupTitle {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 6px;
}

.popupDesc {
	color:#666666;
}

.regPopup ul {float: none;width:100%;}
.regPopup li {
	margin:12px 0;
	float: left;
	width:45%;
	color:#666666;
	margin-right: 19px;
}

.scheduleDetail {
	padding:12px 0;
}

.scheduleTimes {
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
}

.scheduleTimes td {
	width:300px;
	padding: 6px 12px 6px 0;
	vertical-align: top;
}

.scheduleTimes .scheduleTimeHeading {
	font-weight: bold;
	width:50px;
	text-align: right;
}

.scheduleTimeHeading {
	font-weight: bold;
	width:50px;
	text-align: right;
}

.scheduleTimes .scheduleTime {
	display: block;
}

.scheduleTimes .scheduleLocation {
	display: block;
}

.scheduleTimes .scheduleLocation .moreLink {
	color:#666666;
	margin-top: 5px;
}

.scheduleDetail li, .scheduleListDetail li {
	padding:4px 0;
}

a.scheduleActionBtn {
	display: block;
	width:125px;
	height:27px;
	background: url(/images/actionBtnSmall.png) no-repeat;
	line-height: 27px;
	color:#FFF;
	font-size: 13px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-shadow: none;
	letter-spacing: .05em;
}

a.scheduleActionBtn:hover {
	background-position: center bottom;
}

a.scheduleActionBtnTiny {
	display: block;
	width:90px;
	height:20px;
	background: url(/images/actionBtnTiny.png) no-repeat;
	line-height: 20px;
	color:#FFF;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	text-shadow: none;
	letter-spacing: .05em;
}

a.scheduleActionBtnTiny:hover {
	background-position: center bottom;
}

input.scheduleActionBtn {
	display: block;
	width:125px;
	height:27px;
	background: url(/images/actionBtnSmall.png) no-repeat;
	color:#FFF;
	font-size: 13px;
	border: none;
	line-height: 12px;
	font-weight: bold;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: center;
	letter-spacing: .05em;
	cursor:pointer;
}

input.scheduleActionBtnTiny {
	display: block;
	width:90px;
	height:20px;
	background: url(/images/actionBtnTiny.png) no-repeat;
	color:#FFF;
	font-size: 10px;
	font-family: verdana, arial, sans-serif;
	text-align: center;
	letter-spacing: .05em;
	border: none;
}

input.emailField {
	width:214px;
	font-size:14px;
	padding:3px 4px;
	color:#444;
	margin:6px 0;
}

#emailForm #errorExplanation, #courseEmailForm #errorExplanation {
	padding:0;
}

#emailForm #errorExplanation ul, #courseEmailForm #errorExplanation ul {
	padding:0;
	padding-left: 20px;
	margin-bottom: 6px;	
	background: transparent;
}

#emailForm #errorExplanation ul li, #courseEmailForm #errorExplanation ul li {
	padding:0;
	margin:0;
	line-height: 14px;
	margin-left: 14px;
	list-style-type: square;
	background: transparent;	
}

#emailForm #errorExplanation h2, #courseEmailForm #errorExplanation h2 {
	font-size: 13px;
	color:#EEE;
	margin-bottom: 0;
	border-bottom: none;
}

 #courseEmailForm #errorExplanation h2 {
	color:red;
}

#emailForm #errorExplanation p, #courseEmailForm #errorExplanation p {
	display: none;
}

#emailForm #errorExplanation, #courseEmailForm #errorExplanation {
	border: none;
}

.courseDetails img {
	padding:6px;
	margin: 0 6px 6px 6px;
	background-color: #EFEFEF;
	border: 1px solid #999;
}

/* ============== */
/* = facilities = */
/* ============== */

.facilityTopLeft {
	width:620px;
	float: left;
	padding: 30px 0;
}

.facilityTopLeft h1 {
	font-size: 36px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	margin-bottom: 9px;
	font-weight: bold;
	line-height: 1em;
	font-family:"Myriad Pro", "Myriad", arial, sans-serif;
}

.facilityTopLeft p {
	font-size: 16px;
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
	margin:12px 0;
}

img.facilityPrimary {
	float: right;
	margin: 20px 36px 20px 12px;
	padding:6px;
	background-color: #FFF;
	border: 1px solid #AAA;
}

#mapContainer {
	margin:12px 0;
	width:338px;
	height:250px;
	border: 6px solid #FFF;
}

.facilityDetails .leftColumn {
	width:525px;
}

.facilityDetails .rightColumn {
	width:350px;
}

.facilityDetails .scheduleLocation {
	font-size: 14px;
	margin-left: 9px;
	display: block;
}

.facilityImages {
	padding-top: 20px;
}

.facilityImages img {
	padding:3px;
	margin:3px;
	background-color: #FFF;
	border: 1px solid #AAA;
}

.infoWindow {
	font-size: 12px;
	line-height: 1em;
}

.infoWindow .title {
	font-weight: bold;
}

/* =============== */
/* = Instructors = */
/* =============== */

.instructor {
	margin:20px 0;
	position: relative;
	margin-bottom: 40px;
}

.instructor img {
/* 	position: absolute; */
/* 	left:0; */
	float: left;
/* 	top:0; */
	padding:6px;
	background-color: #FFF;
	border: 1px solid #AAA;
	margin-right: 12px;
}

.instructorName {
	display: block;
	font-size: 24px;
	font-weight: bold;
	padding-left: 226px;
	color:#333;
	text-shadow: #FFF 0px 1px 0px;
}

.instructorBio p {
	padding: 6px 0;
	text-shadow: #FFF 0px 1px 0px;
	color:#333;
	padding-left: 226px;
}

.facilityBio p {
	padding: 6px 0;
	text-shadow: #FFF 0px 1px 0px;
	color:#333;
	padding-left: 276px;
}

.instructorCourses {
	padding-top:12px;
	font-size: 12px;
	font-weight: bold;
	padding-left: 226px;
}

.instructorCourses a {
	color:#666666;
	font-weight: normal;
}

.instructorCourses a:visited {
	color:#666666;
}

.instructorCourses a:hover {
	color:#2097B1;
}


/* =========================== */
/* = upcoming course listing = */
/* =========================== */

.scheduleListDetail {
	position: relative;
	padding: 0 0 35px 85px;
}
.scheduleListDetail h3 {
	padding-bottom: 10px;
	font-size: 16px;
/* 	color:#2097B1; */
	margin-top: 9px;
}

.scheduleListDetail p a.moreLink {
/* 	display: inline-block; */
	margin-top: 10px;
	margin-bottom: 20px;
}

h2.scheduleList {
	font-size: 22px;
	color:#990000;
	text-shadow: #EEE 1px 1px 0px;
	padding-bottom: 18px;
	margin-top: 20px;
/* 	background: transparent url(/images/dividerLight.png) repeat-x center bottom; */
}

/* ============ */
/* = 404 page = */
/* ============ */

div.fourOhFour ul {
	list-style: disc outside;
	margin-bottom: 1em;
}
div.fourOhFour ul li {
	margin-left: 1em;
}

div.fourOhFour p.list-desc {
	font-weight: bold;
}
