/* HTML styles */
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	behavior: url(csshover.htc);
}
body {
	background-color: #EFEFEF;
	margin: 0px;
	background-image:  url(../images/bg-demask2.jpg);
}
h1, h2, h3, h4, h5, h6 {
	color: #672726;
	padding: 0px;
	margin: 0px 0px 8px 0px;
}
h1 {
	font-size: 130%;
}
h2, h3 {
	font-size: 110%;
}
h4, h5, h6 {
	font-size: 100%;
}
.pageTitle {
	color: #672726;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 130%;
}
a:link {
	color: #C8A764;
}
a:hover, a:active {
	color: #B11A3B;
}
a:visited {
	color: #C8A764;
}
p {
	padding: 0px;
	margin: 0px 0px 14px 0px;
}
li {
	padding: 5px auto;
}
ul, ol {
	margin: 5px auto;
}
/* Acessability Links styles */
.skipLinks {
	visibility: hidden;
	display: none;
}
#comment {
	padding: 0px 0px 0px 8px;
	visibility: hidden;
	position: absolute;
	height: 20px;
	top: 85px;
	display: block;
}
#main {
	border: solid #CCCCCC 1px;
	background-color: #FFFFFF;
	width: 650px;
	padding: 0px 15px 15px 15px;
	margin: 10px;
	background-image: url(../images/wp_damask_004.jpg);
}
/* Masthead styles */
#masthead {
	width: 650px;
	text-align: left;
	color: #666;
	font-size: 90%;
}

/* Begin CSS Popout Menu */


#menuh-container
	{
	position: absolute;		
	top: 1em;
	left: 1em;
	}

#menuh
	{
	font-size: small;
	font-family: arial, helvetica, sans-serif;
	width: 100%;
	/*was width: 100%*/
	float: left;
	/*was float: left;*/
	margin: 2em;
	margin-top: 1em;
	display: table-cell;
	/*display not included - was block*/
	}
		
#menuh a
	{
	text-align: center;
	display: block;
	/*display was block then inline*/
	border: 1px solid #555;
	white-space: nowrap;
	margin: auto;
	margin-right: 0em;
	margin-left: 0em;
	padding: 1px 12px;
	/*was 0.2em*/
	}
	
#menuh a, #menuh a:visited	/* menu at rest */
	{
	color: white;
	background-color: royalblue;
	text-decoration: none;
	}
	
#menuh a:hover	/* menu at mouse-over  */
	{
	color: white;
	background-color: cornflowerblue;
	}	
			
#menuh a.top_parent, #menuh a.top_parent:hover  /* attaches down-arrow to all top-parents */
	{
	background-image: url(navdown_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}
	
#menuh a.parent, #menuh a.parent:hover 	/* attaches side-arrow to all parents */
	{
	background-image: url(nav_white.gif);
	background-position: right center;
	background-repeat: no-repeat;
	}

#menuh ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	float:  left;
	width: 9em;	/* width of all menu boxes - was 9em */
	display: inline;
	/*was not included - recently table-cell*/
	}

#menuh li
	{
	position: relative;
	/*was relative*/
	display: table-cell;
	/*was not included - last was table-cell*/
	}

#menuh ul ul
	{
	position: absolute;
	z-index: 500;
	top: auto;
	display: none;
	padding: 8px;
	margin: -1em 0 0 -1em;
	}

#menuh ul ul ul
	{
	top: 0;
	left: 100%;
	}

div#menuh li:hover
	{
	cursor:pointer;
	z-index:100;
	}

div#menuh li:hover ul ul,
div#menuh li li:hover ul ul,
div#menuh li li li:hover ul ul,
div#menuh li li li li:hover ul ul
{display:none;}

div#menuh li:hover ul,
div#menuh li li:hover ul,
div#menuh li li li:hover ul,
div#menuh li li li li:hover ul
{display: inline;}
/*was display block*/
/* End CSS Popout Menu */


.BackButton {
	text-align: center;
	margin: 20px;
	padding: 0;
}
.BackButton a:link, .BackButton a:visited {
	padding: 1px 8px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #C8A764;
}
.BackButton a:hover {
	color: #672726;
	background: #C8A764;
}
.BackButton a:active {
	padding: 1px 8px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background: #C8A764;
}
/* Content styles */
#sidebar {
	width: 140px;
	margin: 0px 0px 20px 20px;
	padding: 5px 0px 5px 15px;
	float: right;
	height: 100%;
	border-left: solid #C8A764 1px;
}
#sidebar h3 {
	font-size: 100%;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}
#sidebar p {
	margin: 0px 0px 5px 0px;
}
#content {
	width: 650px;
	padding: 10px 0px 10px 0px;
	margin: 0px;
	text-align: left;
}
#content h1 {
	border-top: dashed #C8A764 1px;
	padding: 3px 3px 0px 0px;
}
/* Footer styles */
#footer {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	color: #666666;
	text-align: center;
	font-size: 80%;
	width: 646px;
	border-top: solid #C8A764 1px;
	clear: both;
}
#footer a {
	color: #C8A764;
}
.smallText {
	font-size: 80%;
}
.photobox-right {
	margin: 0 0 10px 10px;
	float: right;
}
.photobox-left {
	margin: 0 10px 10px 0 0;
	float: left;
}

