body {
	margin: 0;
	padding: 8px 0 0 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: small;
	text-align: center;
	color: #383d44;
	background: #e6e3d7 url(/ehes/Images/master/bg-top.gif) repeat-x top left;
	}

/* links */
/*
a:link, a:visited {
	padding-bottom: 0;
	color: #326ea1;
	text-decoration: none;
	border-bottom: 1px solid #dbd5c5;
	}
a:hover {
	padding-bottom: 0;
	color: #383d44;
	border-bottom: 2px solid #dbd5c5;
	}
a.more {
	padding-right: 7px;
	background: url(/ehes/Images/master/icon-morearrow.gif) no-repeat 100% 5px;
	}
*/
/* page structure
---------------------------------------------------------- */

#main-body {
	padding: 5px 0;
	background: #f3f1e9;
	}
#main-body-inner {
	width: 1100px;
	margin: 0 auto;
	padding: 0;
	font-size: 100%;
	/*line-height: 1.6em;*/
	text-align: left;
	/*background: url(/ehes/Images/master/main-bg.gif) repeat-y 44em 0;*/
	}
#content {
	/*width: 900px; */
	float: left;
	/*border: solid 1px black;*/
	}
#sidebar {
	width: 8em;
	float: right;
	margin-left: 2em;
	font-size: 90%;
	line-height: 1.5em;
	color: #666b75;
	}
.data-entry {
    font-size: 95%;
    }
/* used for jQuery selector  to get the tuition textbox element in EditMainProfile */ 
.tuition-box {

}
/* header
---------------------------------------------------------- */

#header {
	padding: 0;
	font-size: 95%;
	border-top: 1px solid #464a52;
	background: #31363e;
	}

/* logo */

#logo {
	width: 900px;
	margin: 0 auto;
	padding: 2px 0 0 0;
	text-align: left;
	}
#logo span, #logo a {
	display: block;
	width: 900px;
	height: 22px;
	padding: 0;
	border-style: none;
	/*background: url(/ehes/Images/HEP_Logo_Small.gif) no-repeat;*/
	}
#logo img  {
	display: block;
	width: 0;
	}
#logo a:hover {
	background-image: url(/ehes/Images/HEP_Logo_Small.gif);
	}

#logo-text 
{
 color: white; 
 font-family: "Lucida Grande", Verdana, sans-serif;
 font-size: 12pt;
 text-align: left;
}

/* navigation */

#nav {
	width: 900px;
	margin: 1px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 1px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 5px 10px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(/ehes/Images/master/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(/ehes/Images/master/nav-on-bg.gif) repeat-x top left;
	}

.validatorCalloutHighlight
{
    margin: 1.5em 0;
	padding: 5px;
	font-size: 90%;
	line-height: 1.5em;
	color: #86715a;
	background: #e6e3d7 url(/ehes/Images/master/form-bg.gif) repeat-x top left;
}
.MaskedEditError {
    color:rgb(255,0,0);
     background-color: rgb(0,0,255);
}
/* content
---------------------------------------------------------- */

/* basic phrase element styles */

blockquote {
	padding-left: 33px;
	font-family: Georgia, serif;
	font-size: 100%;
	line-height: 1.5em;
	color: #666b75;
	border-left: 3px solid #dbd5c5;
	background: url(/ehes/Images/master/quotes-brn.gif) no-repeat 10px 2px;
	}
blockquote.praise {
	margin: 0 0 20px 0;
	padding: 0 0 20px 33px;
	color: #383d44;
	border-left: none;
	border-bottom: 1px solid #dbd5c5;
	}
#content blockquote.praise p {
	margin: 0;
	padding: 0;
	}
blockquote p {
	font-size: 107%;
	}
code {
	color: #963;
	font-family: Monaco, monospace;
	font-size: 120%;
	text-align: left;
	}
code strong {
	color: #630;
	}
abbr, acronym, .popup {
	font-size: 90%;
	letter-spacing: 1px;
	font-style: normal;
	border-bottom: 1px dotted #dbd5c5;
	cursor: help;
	}
a abbr {
	border: none;
	}
em {
	font-style: italic;
	}
strong {
	font-weight: bold;
	}
del {
	text-decoration: line-through;
	color: #666b75;
	}
ins {
	text-decoration: none;
	font-style: normal;
	}
address {
	margin: 0;
	padding: 0;
	font-style: normal;
	}

/* title box */

#title {
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#title h1 {
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 170%;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	color: #383d44;
	border: none;
	}
#title h1 span {
	color: #666b75;
	}
#title h2 {
	margin: 3px 0 0 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 100%;
	font-weight: normal;
	font-style: italic;
	line-height: 1.6em;
	color: #666b75;
	}
#title h2 a {
	color: #666b75;
	}
#title h2 a:hover {
	color: #383d44;
	}

/* content styles */

#content h3,
#content h4 {
	margin: 0 0 10px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1.5em;
	color: #693;
	border-bottom: 1px solid #dbd5c5;
	}
#content h3 a {
	border: none;
	}
#content p {
	margin: 0 0 20px 0;
	}
span.amp {
	font-size: 110%;
	font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
	}

/* entries */

#content h2.date {
	margin: 0 0 15px 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 80%;
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: center;
	color: #666b75;
	}
#content h4.date {
	float: left; 
	margin: .4em 1em 0 -5.7em;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 85%;
	font-weight: normal;
	line-height: 1.5em; 
	text-align: center;  
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #666b75;
	border-bottom: none;
	background: #e6e3d7 url(/ehes/Images/master/form-bg.gif) repeat-x top left;
	}
#content h4.date span {
	width: 2.5em;
	display: block;
	padding: .3em .75em 1.3em .75em;
	background: url(/ehes/Images/master/date-bot.gif) no-repeat 50% 100%;
	}
#content h4.date strong {
	display: block;
	font-size: 170%; 
	line-height: 1.1em;
	font-weight: normal;
	color: #383d44;
	}
#content div.entry {
	margin: 0 0 20px 0;
	border-bottom: 1px solid #dbd5c5;
	}
body#home #content div.entry {
	
	}
#content div.entry h3 {
	margin: 0;
	border: none;
	}
#content div.entry h5 {
	margin: 0 0 .5em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 160%;
	line-height: 1.5em;
	color: #775240;
	border: none;
	}
#content div.entry h5 a {
	text-decoration: none;
	color: #383d44;
	border: none;
	}
#content div.entry h5 a:hover {
	color: #326ea1;
	border-bottom: 2px solid #dbd5c5;
	}
#content div.entry h4 {
	margin: 0 0 .4em 0;
	padding: 0;
	font-family: Georgia, serif;
	font-weight: normal;
	font-size: 140%;
	line-height: 1em;
	color: #666b75;
	border: none;
	}
#content div.entry p.posted {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 90%;
	color: #ccc;
	}

/* quickbit entry */

#content div.quickbit h5 {
	margin: 0 0 1px 0;
	padding: 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	}
#content div.quickbit p {
	margin: 0 0 20px 0;
	}
#content div.quickbit a.more {
	padding-right: 0;
	font-weight: bold;
	color: #326ea1;
	border-bottom: 1px solid #dbd5c5;
	background: none;
	}
#content div.quickbit a.more:hover {
	color: #383d44;
	}

/* entries simple list */

#content dl.entries {
	margin: 0;
	padding: 0;
	}
#content dl.entries dt {
	font-family: Georgia, serif;
	font-size: 145%;
	line-height: 1.5em;
	font-weight: normal;
	}
#content dl.entries dd {
	margin: 0;
	padding: 0;
	font-size: 100%;
	}
#content dl.entries dd .more {
	font-size: 90%;
	}
#content dl.entries dd.posted {
	margin: 1em 0 30px 0;
	padding: 0 0 4px 0;
	font-size: 90%;
	color: #666b75;
	border-bottom: 1px solid #dbd5c5;
	}
#content dl.entries dd p {
	margin: 0 0 1em 0;
	}

/* entry links */

a.plink {
	margin: 0 5px 0 0;
	padding: 0 0 0 15px;
	color: #666b75;
	font-weight: normal;
	text-decoration: none;
	border-bottom: none;
	background: url(/ehes/Images/master/icon-doc.gif) no-repeat 0 50%;
	}
a.qblink {
	text-decoration: none;
	border: none;
	}
a.clink {
	margin: 0 0 0 8px;
	padding: 0 0 0 16px;
	font-weight: normal;
	color: #666b75;
	text-decoration: none;
	border-bottom: none;
	background: url(/ehes/Images/master/icon-com.gif) no-repeat 0 50%;
	}
a.plink:hover,
a.qblink:hover,
a.clink:hover {
	color: #383d44;
	}

/* when individual entry */

#content div.single {
	margin-bottom: 0;
	border-bottom: none;
	}

/* monthly archives */

#content dl.monthly {
	clear: both;
	padding-top: 1em;
	}
p#menu {
	float: left;
	width: 100%;
	color: #999;
	font-size: 90%;
	line-height: 1em;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #dbd5c5;
	}
#next {
	float: right;
	padding: 0 7px 0 0;
	border: none;
	background: url(/ehes/Images/master/icon-more.gif) no-repeat 100% 4px;
	}
#prev {
	float: left;
	padding: 0 0 0 7px;
	border: none;
	background: url(/ehes/Images/master/icon-less.gif) no-repeat 0 4px;
	}

/* quickbits specific */
	
#content dl.entries dt.qb {
	margin: 0 20px 2px 0;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 100%;
	line-height: 1.5em;
	letter-spacing: 0;
	}
#content dl.entries dt.qb a {
	font-weight: bold;
	}
#content dl.entries dd.qb {
	margin: 0 20px 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #dbd5c5;
	}

/* figures */

#content img.thumb {	
	float: right;
	margin-left: 12px;
	margin-bottom: 6px;
	margin-top: .5em;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alt {
	float: left;
	margin: .5em 12px 6px 0;
	}
#content img.plain {
	border: none !important;
	background: none;
	}
#content img.sm {
	margin-top: .2em;
	margin-bottom: 4px;
	}
#content a img.thumb:hover {
	border-color: #fff;
	background: #fff;
	}
#content .figure {
	float: right;
	margin: .5em 0 6px 20px;
	font-size: 92%;
	color: #666b75;
	text-align: center;
	}
#content .figure dt img {
	margin: 0 0 6px 0;
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content .figure dt a {
	border: none;
	}
#content .plain dt img {
	padding: 0;
	border: none;
	background: none;
	}
#content .figure img.fig {	
	padding: 6px;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
#content img.alone, #content .block {
	float: none;
	margin-left: 0;
	}
#content p.fig {
	text-align: center;
	}

/* lists */

#content ul, #content ol, #content dl {
	margin: 0 0 1.5em 0;
	padding: 0;
	}
#content ul, #content ol {
	margin-left: 20px;
	}
#content ol {
	padding-left: 20px;
	}
#content ul {
	list-style: none;
	}
#content ul li {
	padding: 0 0 4px 14px;
	line-height: 1.4em;
	background: url(/ehes/Images/master/icon-bullet.gif) no-repeat 0 4px;
	}
#content dl dt {
	font-weight: bold;
	}
#content dl dd {
	margin: 0 0 15px 0;
	padding: 0;
	}
#content dl.listing dd em {
	display: block;
	font-family: Georgia, serif;
	color: #666b75;
	}

/* RSS feed list */

#content ul.feed-list li {
	padding-left: 0;
	background: none;
	}
#content ul.feed-list li a.rss {
	padding-left: 18px;
	background: url(/ehes/Images/master/icon-rss.gif) no-repeat 0 2px;
	}

/* alert notes */

#content .note {
	font-size: 90%;
	font-style: italic;
	line-height: 1.6em;
	color: #888;
	padding: 6px 0 0 0;
	border-top: 1px solid #dbd5c5;
	}
#content .note strong {
	color: #383d44;
	}
#content .note code {
	color: #444;
	}
#content .alert {
	padding-left: 16px;
	background: url(/ehes/Images/master/0306/icon-alert.gif) no-repeat 0 1px;
	}
#content .check {
	padding-left: 22px;
	background: url(/ehes/Images/master/alert-oran.gif) no-repeat 0 0;
	}
#home #content .note, #content .plain {
	padding: 0;
	border: none;
	}
#content p.filed {
	padding-left: 16px;
	color: #929C87;
	background: url(/ehes/Images/master/icon-filed.gif) no-repeat 0 8px;
	}

/* confirm box */

#content .confirm {
	margin: 1.5em 0;
	padding: 20px;
	font-size: 90%;
	line-height: 1.5em;
	color: #86715a;
	background: #e6e3d7 url(/ehes/Images/master/form-bg.gif) repeat-x top left;
	}

/* comments */

#comments {
	font-size: 90%;
	}
#comments textarea {
	width: 350px;
	}
#comments h3 {
	margin: 30px 0 20px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #dbd5c5;
	}
#comments h3#add-com {
	margin-bottom: 0;
	border-bottom: none;
	}
#comments h3#chead a {
	float: right;
	margin-left: 10px;
	padding: 0 0 0 16px;
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
	border: none;
	color: #666b75;
	background: url(/ehes/Images/master/icon-com.gif) no-repeat 0 50%;
	}
#comments h3#chead a:hover {
	padding-bottom: 0;
	color: #383d44;
	}
#comments code {
	font-size: 118%;
	}
#comments span {
	color: #999;
	}
#comments dl {
	margin-top: 0;
	}
#content #comments dl dt {
	font-weight: normal;
	color: #383d44;
	padding: 10px 0 8px 54px;
	margin: 0;
	font-size: 110%;
	line-height: 1em;
	background: url(/ehes/Images/master/comment-dt.gif) no-repeat 20px 100%;
	}
#comments dl dt a {
	font-weight: bold;
	text-decoration: none;
	border: none;
	}
#comments dl dt a em {
	font-weight: normal;
	font-style: normal;
	font-size: 90%;
	color: #EBF4D9;
	}
#comments dl dt a:hover {
	text-decoration: none;
	}
#comments dl dt a:hover em {
	color: #666b75;
	}
#comments dl dt a.comment-number {
	margin-right: 3px;
	font-family: Georgia, serif;
	font-size: 110%;
	font-weight: bold;
	color: #383d44;
	}
#comments dl dt a.comment-number:hover {
	color: #929C87;
	}
#comments dl dt img {
	vertical-align: middle;
	}
#comments dl dd {
	padding: 20px 20px 8px 20px;
	margin: 0 0 20px 0;
	font-size: 100%;
	color: #383d44;
	background: #e6e3d7;
	}
#comments dl dd p {
	margin: 0;
	padding: 0 0 12px 0; 
	}
#comments input {
	vertical-align: middle;
	}
#comments input#author,
#comments input#email,
#comments input#url {
	width: 250px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments textarea {
	width: 400px;
	font-size: 130%;
	color: #444;
	border: 1px solid #ccc;
	}
#comments .note {
	font-size: 100%;
	}

/* author highlighting */

#content #comments dl dt.dan {
	background-image: url(/ehes/Images/master/0306/comment-dtdan.gif);
	}
#comments dl dd.dan {
	color: #383d44;
	background: #fff;
	}

/* home page specific */

body#home #title {
	margin-top: -9px;
	padding: 23px 120px 12px 12px;
	border-bottom: none;
	background: #e6e3d7 url(/ehes/Images/master/blocks-top.gif) no-repeat top right;
	}
body#home #title h1 {
	margin-bottom: 6px;
	line-height: 1em;
	}
body#home #title h2 {
	font-family: Georgia, "Lucida Grande", Verdana, sans-serif;
	font-size: 110%;
	font-style: normal;
	color: #464a52;
	}
body#home #title h2 a.more {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-size: 80%;
	font-weight: bold;
	line-height: 1.5em;
	color: #326ea1;
	}
body#home #title h2 a.more:hover {
	color: #383d44;
	}

body.viewer #sidebar {
	display: none;
	}
body.viewer #main-body {
	background-image: none;
	}
body.viewer #content {
	width: 60em;
	}


form {
	margin: 0;
	padding: 0;
	}
/* footer
---------------------------------------------------------- */

#footer {
	width: 66em;
	margin: 0 auto;
	padding: 12px 0 50px 0; /* TRBL */
	font-size: 95%;
	line-height: 1.5em;
	text-align: left;
	border-top: 1px solid #dbd5c5;
	}
#footer-inner {
	padding-left: 0px;
	/*background: url(/ehes/Images/master/logo-footer.gif) no-repeat 0 1px;*/
	}
#footer p {
	margin: 0;
	padding: 0;
	font-size: 90%;
	}
#footer a.rss {
	padding-left: 16px;
	background: url(/ehes/Images/master/icon-rss.gif) no-repeat 0 0;
	}

/* shared styles
---------------------------------------------------------- */

/* img/desc teasers */

dl.teaser, #sidebar dl.teaser {
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
	}
dl.teaser dt {
	margin: 0;
	padding: 0;
	}
dl.teaser dt a {
	float: left;
	display: block;
	margin: 2px 10px 0 0;
	padding: 2px;
	border: 3px solid #dbd5c5;
	background: #fffefa;
	}
dl.teaser dt a img {
	float: left;
	}
dl.book dt a {
	margin: 0 10px 0 0;
	padding: 0;
	border: none;
	background: none;
	}
dl.simple dt a {
	padding: 0;
	border: none;
	background: none;
	}
dl.teaser dt a:hover {
	padding: 2px;
	border-color: #fff;
	background: #fff;
	}
dl.book dt a:hover, 
dl.simple dt a:hover {
	padding: 0;
	background: none;
	}
dl.teaser dd {
	margin: 0 0 2px 0 !important;
	padding: 0;
	line-height: 1.4em;
	}
dl.teaser dd em {
	font-style: normal;
	color: #888;
	}
dl.noimg dt a {
	float: none;
	display: inline;
	margin: 0;
	padding: 0;
	font-weight: bold;
	border: none;
	border-bottom: 1px dotted #bbb;
	}
dl.noimg dt a:hover {
	padding: 0;
	border: none;
	border-bottom: 1px solid #bbb;
	}
dl.noimg dd a {
	font-weight: normal;
	}

/* microformats
---------------------------------------------------------- */

/* hCalendar */

ul li.vevent span.summary {
	display: block;
	margin-bottom: 2px;
	font-weight: bold;
	}
ul li.vevent abbr {
	border: none;
	font-size: 100%;
	letter-spacing: 0;
	}
ul li.vevent span.location {
	font-style: italic;
	}
div.description {
	margin: 1em 0;
	font-size: 90%;
	}

/* in sidebar */

#sidebar ul li.vevent {
	margin-bottom: 10px;
	padding-left: 0;
	background: 0;
	}
#sidebar ul li.vevent abbr.dtstart {
	padding: 0 0 0 17px;
	background: url(/ehes/Images/master/icon-cal.gif) no-repeat 0 0;
	}

/* misc.
---------------------------------------------------------- */

hr, .hide {
	display: none;
	}
a img {
	border: none;
	}

/* self-clearing floats */

#nav ul:after, 
#main-body:after,
#main-body-inner:after,
#flickr:after,
#extra:after,
#footer:after,
#port:after, 
#work-simple:after,
.prod-feature:after, 
dl.teaser:after {
	content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
    }