@charset "UTF-8";
#redFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #CA0000;
}
#orangeFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #FF6600;
}
#greenFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #009900;
}
#yellowFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #FFBF31;
}
#blueFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #0099FF;
}
#blankFrame {
	height: 140px;
	width: 260px;
}
#purpleFrame {
	height: 140px;
	width: 260px;
	border: 1px solid #660099;
}

/* Dialog CSS */
.dialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1024px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:10px; /* default, width of left corner */
 margin-top: 1em;
 margin-bottom:1em; /* spacing under dialog */
}

.dialog .content,
.dialog .t,
.dialog .b,
.dialog .b div {
 background:transparent url(images/div_bg_1024x1600.png) no-repeat top right;
 _background-image:url(images/div_bg_1024x1600.gif);
}

.dialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 10px 0px 0px;
}

.dialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.dialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.dialog .b,
.dialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.dialog .b {
 background-position:bottom right;
}

.dialog .b div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
}

.dialog .hd,
.dialog .bd,
.dialog .ft {
 position:relative;
}

.dialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
/* min-height: 155px; */
 max-height:1600px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.dialog h1,
.dialog h2,
.dialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.dialog h3 {
	/* for use as LH/RH panel header, combine with coloured text options */
	font-size: 1.3em;
	margin: 0px;
	padding: 0.2em 0 0.2em 0;
}

.dialog h1 {
 padding-bottom:0px;
}

/* End of dialog CSS */

#homeBlurb {
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 1em;
	margin-top: 30px;
	text-align: right;
	margin-left: 440px;
	min-height: 280px;
  height:auto !important;
  height:280px;
	overflow: auto;
}
#3picLinks {
}
.homePicRH {
	float: right;
	margin-left: 10px;
	border: 1px solid #CA0000;
}
.picLink {
	padding-right: 20px;
}
#showContent {
}
#topTestimonial {
	color: #FFFFFF;
	font-size: 1.2em;
	font-weight: bold;
	text-align: right;
	margin-top: 70px;
}
.bookShowBtn {
	float: right;
	padding: 0 10px 0 5px;
}
.picOnRight {
	float: right;
	margin-left: 10px;
	border: 1px solid #333333;
}
.picOnLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
}
.slideshowBtn {
	border: solid 1px #333333;
	margin: 5px 0 5px 0;
}
.quote {
	color: #CA0000;
}
.quoter {
	font-size: 0.8em;
}
.crumbs {
	color: #CA0000;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.crumbs a {
	color: #CA0000;
	text-decoration: underline;
}
.crumbsShow {
	color: #FF6600;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.crumbsShow a {
	color: #FF6600;
	text-decoration: underline;
}
.crumbsWabout {
	color: #009900;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.crumbsWabout a {
	color: #009900;
	text-decoration: underline;
}
.crumbsEdu {
	color: #FFBF31;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.crumbsEdu a {
	color: #CCFF00;
	text-decoration: underline;
}
.crumbsProj {
	color: #0099FF;
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.crumbsProj a {
	color: #0099FF;
	text-decoration: underline;
}
.redText {
	color: #CA0000;
}
.orangeText {
	color: #FF6600;
}
.greenText {
	color: #009900;
}
.yellowText {
	color: #FFBF31;
}
.blueText {
	color: #0099FF;
}

/* Instant Theatre Dialog CSS */
.instDialog {
 position:relative;
 margin:0px auto;
 min-width:8em;
 max-width:1024px; /* based on image dimensions - not quite consistent with drip styles yet */
 color:#000;
 z-index:1;
 margin-left:10px; /* default, width of left corner */
 margin-top: 0;
 margin-bottom:1em; /* spacing under dialog */
	behavior: url(iepngfix/iepngfix.htc);
}

.instDialog .content,
.instDialog .t,
.instDialog .b,
.instDialog .b div {
 background:transparent url(images/div_bg_1024x1600.png) no-repeat top right;
 _background-image:url(images/div_bg_1024x1600.gif);
}

.instDialog .content {
 position:relative;
 zoom:1;
 _overflow-y:hidden;
 padding:10px 10px 0px 0px;
}

.instDialog .t {
 /* top+left vertical slice */
 position:absolute;
 left:0px;
 top:0px;
 width:10px; /* top slice width */
 margin-left:-10px;
 height:100%;
 _height:1600px; /* arbitrary long height, IE 6 */
 background-position:top left;
}

.instDialog .b {
 /* bottom */
 position:relative;
 width:100%;
}

.instDialog .b,
.instDialog .b div {
 height:30px; /* height of bottom cap/shade */
 font-size:1px;
}

.instDialog .b {
 background-position:bottom right;
}

.instDialog .b div {
 position:relative;
 width:10px; /* bottom corner width */
 margin-left:-10px;
 background-position:bottom left;
}

.instDialog .hd,
.instDialog .bd,
.instDialog .ft {
 position:relative;
}

.instDialog .wrapper {
 /* extra content protector - preventing vertical overflow (past background) */
 position:static;
 min-height: 155px;
 max-height:1600px;
 overflow:auto; /* note that overflow:auto causes a rather annoying redraw "lag" in Firefox 2, and may degrade performance. Might be worth trying without if you aren't worried about height/overflow issues. */
}

.instDialog h1,
.instDialog h2,
.instDialog p {
 margin:0px; /* margins will blow out backgrounds, leaving whitespace. */
 padding:0.5em 0px 0.5em 0px;
}

.instDialog h3 {
	/* for use as LH/RH panel header, combine with coloured text options */
	font-size: 1.3em;
	margin: 0px;
	padding: 0.2em 0 0.2em 0;
}

.instDialog h1 {
 padding-bottom:0px;
}

/* End of dialog CSS */
#mediaboxspacer{
	min-height: 40px;
  height:auto !important;
  height:40px;
}

ul {
	padding-top: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#footer a {
	font-weight: normal;
	color: #FFFFFF;
}
div {
	behavior: url(iepngfix/iepngfix.htc);
}
.recommendPerson {
	color: #CCCCCC;
	font-size: 0.8em;
	font-weight: bold;
}