
/**** generic styles **************************************/

h1, h2, h3, h4, h5 {
	padding:0;
	margin: 0;
	color:#666;
	font-family : Tahoma, Arial, Helvetica, sans-serif;
}

h1 {
	font-weight:300;
	font-size:25px;
	padding-top:20px;
	margin-bottom:10px;
	line-height:28px;
}

h2 {
	font-weight:300;
	font-size:14px;
}

p {
	font:12px Tahoma, Arial, Helvetica, sans-serif; 
	color:#666; 
	line-height:150%;
	margin:0 0 1em 0;
	padding:0;
}

p.marginnone {
	margin:0;
	padding:0;
	line-height:0;
}

img {
	margin:0;
	padding: 0;
}

ol {
	list-style : decimal ;
	margin-left:1em;
	padding-left:1em;
}


ul {
	list-style : disc ;	
	margin-left:1em;
	margin-bottom:1em;
	padding-left:0.5em;
}

li {
	display: list-item ;
	margin:	0 ;
}


a { 
	color: #666; 
	text-decoration:underline;
}


a:hover { 
	color: #666; 
	text-decoration:underline;
}

a.orange { 
	color: #AF7543; 
	font-weight:normal;
	text-decoration:underline;
}


a:hover.orange { 
	color: #AF7543; 
	font-weight:normal;
	text-decoration:underline;
}

/**** inline/horizontal lists **************************************/
ul.list_inline li {
	display:inline;
	list-style:none;
	padding:0 0.75em 0 0.75em;
	margin:0;
}

/**** block/vertical lists **************************************/
ul.list_block li {
	display:block;
	list-style:none;
	margin-left:-1.5em;
	padding-left:-1em;
}

/**** links **************************************/
.list_inline a {
	text-decoration:none;
	font-weight:bold;
	padding:0.25em 0.5em;
	color:#666;
	background-color:#FFFFFF;
}

.list_inline a:hover {
	text-decoration:none;
	color:#666;
	background-color:#F0E9F3;
}

.list_block a {
	text-decoration:none;
	color:#666;
	background-color:#FFFFFF;
}

.list_block a:hover {
	text-decoration:none;
	font-weight:bold;
	color:#666;
	background-color:#ffffff;
}

/**** clear **************************************/

.clear {
	clear:both;
}

/**** hide **************************************/

.hide { display:none; }

/**** headings **************************************/

.pagetitle    { 
	font-size: 22px; 
	color: #4C668B; 
	font-weight: normal;
	padding:5px 0 ;
	margin-bottom:3px;
	line-height:28px;
}

h1#homepageheader {
	background: url(../images/h1_bg.gif) no-repeat left top;
	padding-top: 0;
	height: 32px;
}
#homepageheader .pagetitle {
	padding: 2px 32px 0 13px;
	line-height: inherit;
	margin-bottom: 0;
	font-size: 17px;
	height: 30px;
	background: url(../images/h1_span_bg.gif) no-repeat right top;
}

.heading      { font-size: 14px; color: #285690; font-weight: bold; margin-top:15px;}


/**** homepage specific **************************************/
#main_home {
	display: block;
	height: 80px;
	padding: 0;
	width: 705px;
}
#content_home #mainbtm {
	margin-top: -10px;
}
.illustration {
	position: absolute;
	top: 97px;
	margin-left: 370px;
}
.sidetext {
	padding: 9px 15px 0 327px;
	font-size: 14px;
	line-height: 20px;
}

#home_wrap .pagetitle {
	font-size: 18px;
	line-height: 25px;
	padding-top: 0;
}
#home_wrap .pagetitle img {
	margin-right: 3px;
}

#books .block, #events .block, #programmes .block, #news .block {
	margin-right: 3px;
	border-top:1px solid #D4C792;
	padding: 8px 0;
	margin-bottom: 0;
	font-size: 12px;
	line-height: 16px;
}
#books .block {
	margin-top: 10px;
}
#books .pagetitle {
	margin-bottom: -7px;
}
#news .block {
	padding: 6px 0 8px 0;
}
#books .block img.imageleft, #events .block img.imageleft, #programmes .block img.imageleft {
	margin: 0 10px 0 0;
	border: 1px solid white;
}

#books .block a, #events .block a, #programmes .block a, #news .block a {
	line-height: 15px;
}

/**** disclaimer  **************************************/

.disclaimer { font-size:8px; color:#666; line-height:11px; }


/**** borders **************************************/

.border_blue {
	border:2px solid #285690;
}

.border_none {
	border:none;
}


/**** text  **************************************/	

.txtmain       { font-size: 12px; line-height: 18px; }
.txtsmaller    { font-size: 11px; line-height: 15px; }
.txtsmall      { font-size: 9px;  line-height: 14px; }
.txtlarge      { font-size: 14px; line-height: 18px; }
.txtlarger     { font-size: 17px; line-height: 25px; }
.txtwhite      { color: #FFF;  }
.txtwhitesmall { font-size: 9px;  color: #FFF; }
.txtred        { color: #FF0000;  }
.txtblue       { color:#285690; }
.txtgrey       { color:#666; }
.txtorange	   { color:#AF7543; }
.txtbold 	   { font-weight:bold; }
.txtleft 	   { text-align:left; }
.txtright 	   { text-align:right; }
.txtcenter 	   { text-align:center; }
.txtunderline  { text-decoration:underline; }


/**** indent  **************************************/
.indent {
	margin-left: 2em;
}

.indent_large {
	margin-left: 2em;
	padding-left:3em;
}

.indentsmall {
	margin-left: 0.5em;
}

/**** margin  **************************************/
.margintop {
	margin-top:1em;
}

.margintoplrge {
	margin-top:40px;
}

.marginbtm {
	margin-bottom:1em;
}

.margin_none {
	margin:0;
}

/**** float  **************************************/

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.textright001 {
	text-align:right;
	width:80px;
	}
/**** Form Styles ***********************************/
form { 
	margin:0; 
	padding:0; 
}

select, input, options, textarea{ 
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color:#666;
}

/****************************************************/

/**** Horizontal Rule *******************************/
hr {
	font-size: 0;
	text-decoration: none;
	border-bottom: #CCCCCC 1px dashed;
	border-top: #FFFFFF 1px solid;
}
/****************************************************/

.searchresults {
	background:url(../images/icons/icon_page_small.gif) no-repeat 0px 3px;
	display:block;
	padding: 0 0 10px 18px;
}

/*** Image CSS **************************************/
.imageright { 
	margin: 0 0 15px 15px; 
	position:relative;
	float:right;
}
	
.imageleft  { 
	margin: 0 15px 15px 0; 
	position:relative;
	float:left;
}
	
.imagerightborder { 
	margin: 0 0 15px 15px; 
	position:relative;
	float:right;
	border:solid 1px #000;
}
	
.imageleftborder  { 
	margin: 0 15px 15px 0px; 
	position:relative;
	float:left;
	border:solid 1px #000;
}

img.imagetopborder    { border-top: solid 2px #996699;}
img.imagebottomborder { border-bottom: solid 2px #996699;}
img.imageborder       { border: solid 8px #996699;}
/****************************************************/
