@charset "utf-8";
/*main CSS document */
body, html {
	margin:0;
	padding:0;
	background:#fff url(../images/bg.jpg) top left repeat-x;
	color:#333;
	text-align:center;
}
html, body, h2, h3, h4, div, p, ul, li, input, td {
   font-family:Tahoma, Arial, Helvetica, sans-serif;
}
div, td , p {
	text-align:left;
}/*to overwrite the text-align:center of the body and html*/
p {
	padding:4px 4px 14px 4px;
	margin:0;

}
p, td, dd, dt, li {
	line-height:1.5;
	font-size:0.8em;
}

.fineprint {
	font-size:0.75em;
	color:#666;
}
a { color:#BF9D00 }
a:visited { color:#8F8762 }
a:hover { color:#6E5A1D }

#frontpage a { color:#6E5A1D }
#frontpage a:visited { color:#6E5A1D }
#frontpage a:hover { color:#8F8762 }

#frontpage a.det { color:#ffc; }
#frontpage a.det:visited { color:#ffc; }
#frontpage a.det:hover { color:#ffc; }


em { font-family:Georgia, "Times New Roman", Times, serif; letter-spacing:normal; }

.breaker {
	clear:both;
	height:1px;
	font-size:0;
	margin-top:-1px;
}
.c { text-align:center }
.r { text-align:right }
.ri { float:right }

h2, h3, h4 {
	margin:0 2px 5px 0;
	padding:10px 4px 0 4px;
	font-family:Arial, Helvetica, sans-serif;
}
h2 {
	color:#CABC6F;
	font-size:1.2em;
}
#frontpage h2 {
	padding:5px;
	background:#D5CA88 url(../images/tnav_bg.gif) bottom left repeat-x;;
	color:#fff;
	font-size:0.8em;
	text-transform:uppercase;
}
h3 {
	color:#CABC6F;
	font-size:0.9em;
	text-transform:uppercase;
}
h4 {
	color:#CABC6F;
	font-size:0.8em;
	font-weight:bold;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
}

/*end*/

#wrapper {
	width:970px;
	margin:5px auto;
	
}
#header {
	width:968px;
	height:125px;
	background:#9c9c9c url(../images/header_bg.jpg) top left repeat-x;
	border:1px solid #333;
	border-bottom:none;
}
#header_decor {
	width:355px;
	height:123px;
	float:left;
	background:url(../images/header_decor.jpg) top left no-repeat;
		
}
#logo {
	width:575px;
	height:123px;
	float:left;
	background:url(../images/logo.jpg) top left no-repeat;
	overflow:hidden;
}
#logo a, #logo a:visited, #logo a:hover {
	display:block;
	width:575px;
	height:123px;
}
h1#org_name {
	margin:0;
	padding:0;

}
#search {
	width:233px;
	float:right;
	height:123px;
}

#top_navigation {
	width:968px;
	height:35px;
	background:url(../images/tnav_bg.gif) top left repeat-x;
	border-left:1px solid #333;
	border-right:1px solid #333;
}
#top_navigation ul {
	list-style:none;
	margin:0;
	padding:0;
	padding-top:2px;
	
}
#top_navigation ul li {
	float:left;
	width:159px;
	padding:0;
	margin:0;
	border-right:1px solid #fff;
	border-left:1px solid #C2B469;	
	font-size:0.8em;
	font-weight:bold;
	letter-spacing:0.05em;
	
}
#top_navigation ul li.first {
	border-left:none;
}
#top_navigation ul li.last {
	border-right:none;
}
#top_navigation ul li a {
	display:block;
	height:22px;
	padding-top:8px;
	color:#fff;
	text-decoration:none;
	text-align:center;
}
#top_navigation ul li a:hover {
	background:url(../images/tnav_a_o.gif) top left repeat-x;
}

#main {
	background:#fff;
	width:968px;
	border-left:1px solid #333;
	border-right:1px solid #333;	
}
#left_navigation {
	width:160px;
	float:left;
}
#left_navigation h2 {
	color:#fff;
	background-color:#CABC6F;
	margin-right:0;
}
#left_navigation ul {
	list-style:none;
	margin:0;
	padding:5px;
	border:1px solid #ECE4BD;
}
#left_navigation ul li {
	padding:0;	
	margin:0;
	margin-bottom:2px;
	letter-spacing:0.05em;
}
#left_navigation ul li a, #left_navigation ul li a:visited,
#left_navigation ul li a.mycollection, #left_navigation ul li a.mycollection:visited {
	display:block;
	padding:5px;
	color:#CABC6F;
	background-color:#FAF7DC;
	font-weight:bold;
	text-decoration:none;	
}
#left_navigation ul li a.mycollection, #left_navigation ul li a.mycollection:visited {
	background-color:#F1E79F;
	color:#AE9E58;
}
#left_navigation ul li a:hover,
#left_navigation ul li a.current, 
#left_navigation ul li a.current:visited, 
#left_navigation ul li a.current:hover,
#left_navigation ul li a.mycollection:hover {
	color:#FAF7DC;
	background-color:#CABC6F;
	
}

#content {
	width:785px;
	background:url(../images/watermark.jpg) top right no-repeat;
	float:left;
	padding:10px;
}
#footer {
	width:968px;
	height:35px;
	margin:0 auto 20px auto;
	padding:12px 0 0 0;
	border-left:1px solid #333;
	border-right:1px solid #333;
	background:url(../images/footer.gif) top left repeat-x;
	color:#fff;
	font-size:0.6em;
	text-align:center;
	
}
#footer a, #footer a:visited {
	color:#ffc;
	text-decoration:none;
}
#footer a:hover {
	color:#fff;
	text-decoration:underline; 
}
#frontpage_top {
	background:#D5CA88 url(../images/watermark_dark.jpg) bottom left no-repeat;
	height:376px;
}
#featured {
	width:200px;
	height:371px;
	float:left;


}
#featured2 {
	width:270px;
	height:378px;
	float:right;
	background:#D5CA88 url(../images/watermark_dark.jpg) bottom left no-repeat;
	border:1px solid #8A7A49;
	margin-right:2px;
	margin-bottom:2px;


}
#welcome {
	width:280px;
	height:371px;
	float:left;

}
.framed  {
	border:1px solid #BF9D00;
}
.event {
	border:1px solid #ECE4BD;
	margin-bottom:2px;
}
.event h4 {
	padding-top:0;
}
.toombstone  {
	width:180px;
	float:right;
}
.toombstone p {
	font-size:0.7em;
}
.toombstone h3 {
	margin:0;
	padding:0;
	padding-left:4px;
	font-family:Tahoma, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	letter-spacing:normal;
	text-transform:uppercase;
}
table.cvtable {
	width:480px;
	border:1px solid #BF9D00; 
}
table.cvtable td {
	padding:2px;
	font-size:0.7em;
	vertical-align:top;
}
table.cvtable td.shaded {
	background-color:#FAF7DC;
}
.image_container,
.image_container_left {
	width:190px;
	padding:5px;
	margin:5px;
	float:right;
	border:1px solid #BF9D00;
	background:#fff9df url(../images/watermark1.jpg) bottom right no-repeat;
}
.image_container_left {
	float:left;
}
.image_container img,
.image_container_left img {
	width:188px;
	height:auto;
	border:1px solid #BF9D00;
}
.img_caption {
	padding:0.2em 0;
	font-size:0.65em;
	color:#666;
	letter-spacing:1px;
	line-height:1.2;
}
/* ******************  speech  ************** */
/* 
   The following portion of the stylesheet uses styles taken from the w3.org website, 
   and it is a subject to the following:
   Copyright 1997-2006 W3C (MIT, ERCIM, Keio). All Rights Reserved.
   The following software licensing rules apply:
   http://www.w3.org/Consortium/Legal/copyright-software */
@media aural {
   h1, h2, h3,
   h4, h5, h6    { voice-family: paul, male; stress: 20; richness: 90 }
   h1            { pitch: x-low; pitch-range: 90 }
   h2            { pitch: x-low; pitch-range: 80 }
   h3            { pitch: low; pitch-range: 70 }
   h4            { pitch: medium; pitch-range: 60 }
   h5            { pitch: medium; pitch-range: 50 }
   h6            { pitch: medium; pitch-range: 40 }
   li, dt, dd    { pitch: medium; richness: 60 }
   dt            { stress: 80 }
   pre, code, tt { pitch: medium; pitch-range: 0; stress: 0; richness: 80 }
   em            { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   strong        { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   dfn           { pitch: high; pitch-range: 60; stress: 60 }
   s, strike     { richness: 0 }
   i             { pitch: medium; pitch-range: 60; stress: 60; richness: 50 }
   b             { pitch: medium; pitch-range: 60; stress: 90; richness: 90 }
   u             { richness: 0 }
   a:link        { voice-family: harry, male }
   a:visited     { voice-family: betty, female }
   a:active      { voice-family: betty, female; pitch-range: 80; pitch: x-high }
}
