/*---------- 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, ins, kbd, q, s, samp,
small, strike, strong, 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;
}
body {
	line-height: 1.1;
	color: black;
}
ol, ul {
	list-style: none;
}
/* 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: "" "";
}
/*---------- CLEARFIX --------------------------------------------------------------------------------------*/
.clearfix:after {   
    content: ".";   
    display: block;   
    clear: both;   
    visibility: hidden;   
    line-height: 0;   
    height: 0;   
}   
  
.clearfix {   
    display: inline-block;   
}   
  
html[xmlns] .clearfix {   
    display: block;   
}   
  
* html .clearfix {   
    height: 1%;   
}
/*---------- REDEFINITIONS --------------------------------------------------------------------------------------*/
body	{
	font-family:  "Courier New", Courier, monospace;
	background: url('/imgs/layout/body-bg.jpg');
}

/*---------- BUILDING BLOCKS --------------------------------------------------------------------------------------*/
#ctn	{
	width: 910px;
	margin: 0 auto;
	background: url('/imgs/layout/ctn-bg.png') repeat-y -1px 0;
}

#header	{
	height: 156px;	
	background: url('/imgs/layout/header-bg.png') no-repeat bottom left;
}

#navi	{
	height: 28px;
	background: url('/imgs/layout/navi-bg.png') no-repeat;
}

#main	{
	min-height: 610px;
	background: url('/imgs/layout/main-bg.png') no-repeat top left;
}

#content	{
	width: 810px;
	margin: 0 auto;
	padding: 20px;
	font-size: 8pt;
	color: #3a3525;
}

#footer	{
	width: 875px;
	margin: 0 auto;
	background: url('/imgs/layout/footer-bg.png') no-repeat;
	padding: 55px 35px 0 0;
	text-align: right;
	font-size: 8pt;
}

/*---------- HEADER NAVIGATION --------------------------------------------------------------------------------------*/
#header ul	{
	margin: 0 70px 0 0;
	float: right;
}

#header ul li	{
	float: left;
	margin: 0 4px 0 0;
}

#header ul li a	{
	color: white;
	display: block;
	padding: 7px 8px 0 8px;
	height: 21px;
	text-decoration: none;
	font-size: 8pt;
	background: url('/imgs/layout/header-item-bg.gif') left 0px;
	color: #8A805F;
}

#header ul li a:hover	{
	background: url('/imgs/layout/header-item-bg.gif') left 28px;
}

#header ul li a.active	{
	color: #3A3525;
	background: url('/imgs/layout/header-item-bg.gif') left 28px;
}


/*---------- MAIN NAVIGATION --------------------------------------------------------------------------------------*/
#navi ul	{
	margin: 0 0 0 30px;
}

#navi ul li	{
	float: left;
	margin: 0 4px 0 0;
}

#navi ul li a	{
	color: white;
	display: block;
	padding: 7px 8px 0 8px;
	height: 21px;
	text-decoration: none;
	font-size: 8pt;
	background: url('/imgs/layout/navi-item-bg.gif') left 0px;
	color: #8A805F;
}

#navi ul li a:hover	{
	background: url('/imgs/layout/navi-item-bg.gif') left 28px;
}

#navi ul li a.active	{
	color: #3A3525;
	background: url('/imgs/layout/navi-item-bg.gif') left 28px;
}


/*---------- CONTENT --------------------------------------------------------------------------------------*/
#content h1	{
	font-size: 17pt;
	margin: 10px 0 10px 0;
}

#content h2	{
	font-size: 13pt;
	margin: 5px 0 5px 0;
}

#content, #content p	{
	font-size: 9pt;
}

#content p	{
	margin-bottom: 10px;
}

#content p strong	{
	color: #782C10;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 12pt;
}

#content a	{
	color: #336699;
}

/*---------- PAGE-SPECIFIC --------------------------------------------------------------------------------------*/
.home-biobibli	{
	
}

.home-generic	{
	
}

.home-generic .generic {
	width: 400px;
	float: left;
}

.home-generic .newsctn {
	width: 350px;
	float: right;
}

.home-generic img	{
	border: 10px solid #cfc4a2;
}

.categories	{
	
}

.categories li	{
	margin: 27px 0 0 0;
	float: left;
}

.categories div	{
	width: 360px;
	height: 150px;
	background: #FFF;
	margin: 0 0 10px 0;
	border: 1px solid #8A805F;
}

.categories a	{
	display: block;
	width: 360px;
	height: 180px;
	padding: 15px;
	color: #666;
	cursor: pointer;
	font-size: 12pt;
	text-decoration: none;
	background: #F7F1E1;
	border-bottom: 1px solid #8A805F;
}

.categories a:hover	{
	background: #F8F4EA;
	color: #3A3525;
}


.category	{
	
}

.category li	{
	margin: 15px 20px 0 0;
	float: left;
}

.category a	{
	display: block;
	width: 150px;
	height: 160px;
	padding: 15px;
	color: #666;
	cursor: pointer;
	font-size: 9pt;
	text-decoration: none;
	background: #F7F1E1;
	border-bottom: 1px solid #8A805F;
	text-align: center;
}

.category a img	{
	border: 1px solid #8A805F;
	margin-bottom: 4px;
}

.category a:hover	{
	background: #F8F4EA;
	color: #3A3525;
}

.sessions	{
	margin: 25px 0 0 0;
}

.sessions li	{
	margin: 10px 0 0 0;
	border-bottom: 1px solid #8A805F;
	padding: 10px;
	background: #F7F1E1;
}

.sessions li .data	{
	font-size: 12pt;
	font-weight: bold;
	color: #782C10;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.sessions li .time {
	float: left;
	width: 60px;
	border-right: 1px solid #782c10;
	margin: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #666;
}

.sessions li .time span {
	font-size: 9pt;
	font-weight: normal;
}

.sessions li .desc	{
	color: #666;
	margin: 7px 0 5px 5px;
	width: 450px;
	float: left;
}

.sessions li .url	{
margin-top: 5px;
	color: #666;
}

.sessions li .url a	{
	color: #336699;
}

form {
	float: left;
}

form fieldset div { 
	padding: 3px 0;
	float: left;
	display:inline;
	width: 600px;
}

label, span.label { 
	cursor: pointer;
	padding-right: 10px; 
	width: 120px; 
	display: block; 
	float: left; 
	text-align: right; 
}

.error  { 
	background: #e23b00; 
	width: 500px;
	padding: 15px;
	color: #FFF;
	margin: 0 0 15px 0;
}

.error ul li	{
	margin: 0 0 0 25px;
	list-style: disc;
}

label em, span.label em, form p em {
	font-style: normal; color: #e23b00; 
}

input, textarea {
	font-size: 9pt;
	font-family: "Trebuchet MS", Arial, sans-serif;
	padding: 2px;
	border: 1px solid #8A805F;
	width: 210px;
	background-color: #fff;
}

textarea {
	width: 560px;
	height: 120px;
	overflow: auto;
}

form .textarea {
	clear: both;
	width: 700px;
	float: left;
}

form .submit	{
	margin: 0 0 0 130px;
}

.guestbook, .news	{
	margin: 10px 0 0 0;
}

.guestbook blockquote, .news blockquote {
	margin: 10px 0 0 0;
	border-bottom: 1px solid #8A805F;
	background: #F7F1E1;
	padding: 5px;
}

.guestbook blockquote p, .news blockquote p {
	margin: 10px;
}

.guestbook p strong, .news p strong {
	font-size: 10pt !important;
}

.news blockquote p a	{
	font-family: "Trebuchet MS", Arial, sans-serif;
	display: block;
	font-size: 10pt;
}

.guestbook p.who, .news p.who {
	background: transparent url(/imgs/layout/tip.gif) 20px 0  no-repeat;
	position: relative;
	margin: 0px;
	padding: 7px 0px 0px 15px;
	top: -1px;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

*+html .guestbook p.who, *+html #news p.who {top: -2px;}

.guestbookadd	{
	display: block;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 11pt;
	background: url('/imgs/common/book_add.png') no-repeat;
	padding: 0 0 0 20px;
}

.guestbooksubmit	{
	border: 0;
	width: 200px !important;
	height: 30px !important;
}

/*---------- PAGING --------------------------------------------------------------------------------------*/

.pc_table {
	background-color: transparent;
	text-align: right;
	font-family: "Trebuchet MS", Arial, sans-serif;
}

.pc_table a 	{
	color: #FFF;
	border:0;
}

.pc_innertable {
	background-color: transparent;
	border-collapse: collapse;
}


.pc_cellleft, .pc_cellright {
	width: 150px;
}

.pc_cellcenter {
	text-align: right;
}

.pc_cellpagenumber {
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}

.pc_cellactive {
	padding: 3px;
}


.pc_cellinactive {
	padding: 3px;
	color: #666;
}

.pc_cellfocus {
	background-color: #8a805f;
	color: #FFF;
	padding: 3px;
}
