/* CSS Document */

body
{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #BCB5A5;
	color: #444;
}

#container
{
	width: 900px; /* 2 col setting is "width: 910px;" */
	text-align: left;
	margin: 0 auto; /* 2 col setting is 	margin: 0 auto; */
	background: #FFF url(../images/page/homepagebackground.gif) repeat-y;
	border: 1px solid #FFFFFF;
	color: #756A55; /* #004438; */
/*	font-family: Verdana, Arial, Helvetica, sans-serif; */
/*	font-size: 80%; */
}

h1
{
	background: #3D2711 url(../images/page/nhgbanner.jpg) no-repeat;
	color: #FFF;
	padding: 0px;
	margin: 0px;
	border-bottom: 1px solid #fff;
	height:120px;
}

h1 img
{
	display: block;
	border: 0;
}

/* used 'top' id on emphasis homepage instead of plain h1
#top
{
	padding: 0;
	margin: 0;
	border-bottom: 1px solid gray;
	background-color: #1864B5;
	background-image: url(../images/backgrounds/emphasisheader.gif);
	background-repeat: no-repeat;
	height: 70px;
}

#top h1
{
	padding: 0;
	margin: 0.5 0 0 0;
}

*/



/* #nav
{
	float: left;
	width: 130px;
	display: inline;
	margin-left: 20px;
	padding: 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 60%;
	color: #333300;
	line-height: 140%;
}

#nav ul
{
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: right;
}

#nav li
{
	background: url(../Thoroton_Society/graphics/page/navbullet.gif) no-repeat 100% .4em;
	padding: 0 10px 5px 0;
}
*/

#leftnav
{
	float: left;
	width: 185px; /* was 155px; */
	margin: 0.5em;
	padding: 0.25em;
	font-size: 70%;	
	height: 100%;
/*	background-color: #D6D0C7;	*/
	display: inline; /* recommended in Maxdesign tutorial to solve IE5-6 bug - see http://www.maxdesign.com.au/presentation/liquid/index.htm */
}

#rightnav
{
	float: right;
	width: 175px;
	margin: 0;
	padding: 0.75em; /* was 1em */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
/*	font-size: 80%; */
	height: 100%;
}

#content
{
	margin-left: 200px;
	margin-right: 200px;
/*	border-left: 1px solid gray;
	border-right: 1px solid gray; */
/*	padding: 0.5em 1em 1em 1em; */
	padding: 5px 5px 5px 15px; /* the em settings above made the main pic move down page in IE6! px settings work*/
	max-width: 36em;
/*	line-height: 120%; */
}

#footer
{
	clear: both;
	background: #3D2711;
	color: #fff;
	padding: 3px 5px 7px 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 60%;
	border-top: 1px solid #fff;
}

/* Variable-width Tabbed navigation lifted from Art and Science of CSS book */
#nav {
  margin: 0;
  padding: 0 0 0 2px; /* was margin: 0; */
  list-style-type: none;
  float: left;
  width: 898px;
  background:#FFFFFF; /* #A29780added to block out hints of left column color */
  border-bottom: 1px solid #FFFFFF;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
} 
#nav li {
  padding: 0;
  float: left;
  margin: 0 1px 0 0;
  display: inline;
  background: #3D2711 url(../images/page/tabbednav/tab_left.gif) no-repeat; /* was #6F6146 */
}
#nav a {
  float: left;
  padding: 0 36px;
  color: #DBD7CE;
  text-decoration: none;
  line-height: 2;
  background: url(../images/page/tabbednav/tab_right.gif) no-repeat top right;
  font-weight: bold; /* had to add this but not in gatewayv2.css - what's th eissue? */
}
#nav a:hover {
  color: #FFF;
}
#body_home #nav_home,#body_about #nav_about,#body_places #nav_places,
    #body_people #nav_people,#body_themes #nav_themes,#body_events #nav_events,#body_resources #nav_resources
{
  background: #F1EDE0 url(../images/page/tabbednav/tab_left_active.gif) no-repeat; /* was #BEB06F */
}
#body_home #nav_home a,#body_about #nav_about a,#body_places #nav_places a,#body_people #nav_people a,#body_themes #nav_themes a,#body_events #nav_events a,#body_resources #nav_resources a
{
  background: url(../images/page/tabbednav/tab_right_active.gif) no-repeat top right;
  color: #1A1303; /* was #1A1303 */
}



#leftnav p, #rightnav p { margin: 0 0 0.25em 0; }
#content h2 { margin: 0 0 .5em 0; }



h2
{
	margin-top: 0.25em;
	color: #534B3E;
	font-weight: normal;
	font-size: 160%;
	font-family: Georgia, Times New Roman, serif;
}

h3
{
	margin-top: 0.75em;
	color: #534B3E;
	font-weight: normal;
	font-size: 140%;
	font-family: Georgia, Times New Roman, serif;
}

h4
{
	margin-top: 0.75em;
	color: #534B3E;
	font-weight: normal;
	font-size: 120%;
	font-family: Georgia, Times New Roman, serif;
}

p
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #2B1A11;
	line-height: 140%;
}

/* old styles ...
ol
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #333300;
	line-height: 140%;
}

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	color: #333300;
	line-height: 140%;
}
*/
/* Use hr tag to insert dividing line between paragraphs */

ul
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;	
}	


hr
{
	border:none 0;
	border-top:1px dotted #889E88; /* was #999999 */
	height:1px; /* whatever the total width of the border-top and border-bottom equal */
	/* color:#999999; */
}


.smalltext
{
	font-family: Verdana, Arial;
	font-size: 8pt;
	font-style: normal;
	font-weight: normal;
	color: #333300
}

.breadcrumbtrail
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	padding: .4em 0;
	border-bottom: 1px dashed #788059;
}

.references
{
	font-family: Verdana, Arial;
	font-size: 60%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	padding: .4em 0;
	border-top: 1px dashed #788059;
}


.pagenav
{
	font-family: Verdana, Arial;
	font-size: 70%;
	font-style: normal;
	font-weight: normal;
	color: #333300;
	margin-top: 0;
	padding: .2em 0;
}

a:link
{
	color: #663300;
}

a:visited
{
	color: #666666;
}

a:hover, a:active
{
	color: #993300;
}

/* UL topmenubar has come from emphasis website stylesheet */
ul#topmenubar
{
	list-style-type: none;
	background: #000000;
	float: left;
	width: 100%;
	/*  border-top: none #FFFFFF;
	border-right: none #FFFFFF;
	border-bottom: 1px solid #FFFFFF;	*/
/*	originally - border-bottom: solid #FFFFFF; */
/*	border-left: none #FFFFFF; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #FFFFFF;
}
	
ul#topmenubar li { display: inline; }
	
ul#topmenubar a
{
	display: block;
	float: left;
	padding: .2em 1em;
	text-decoration: none;
	color: #fff;
	background: #000000;
/*	border-right: 1px solid #fff; */
}
	
ul#topmenubar a:hover
{
	color: #000;
	background: #ADC1AD;
}

/* topnav derived from Scott Weakley's Css in 10 mins book
ul#topnav
{
	margin: 0;
	padding: 5px 10px;
	list-style-type: none;
	background: #387A9B;
}

ul#topnav li
{
	display: inline;
	background: url(../Thoroton_Society/graphics/page/header-bullet.gif) no-repeat 0 50%;
	padding: 0 10px 0 8px;
}

ul#topnav li a:link, ul#topnav li a:visited
{
	text-decoration: none;
	background: #fff;
}

ul#topnav li a:hover, ul#topnav li a:active
{
	text-decoration: none;
	color: #387A9B;
	background: #fff;
}
 */
/* Nice one! From the css.maxdesign.au website */

.float300pximgright
{
	float: right;
	width: 305px;
	margin: 0 0 10px 10px;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float300pximgright img
{
	border: 1px solid #666;
}

p 
{ 
	margin-top: 0.75em; /* was 0 */
}

.float300pximgleft
{
	float: left;
	width: 305px;
	margin: 0 10px 10px 0;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float300pximgleft img
{
	border: 1px solid #000;
}

/* image and floats for 250px wide images */
.float250pximgright
{
	float: right;
	width: 255px;
	margin: 0 0 10px 10px;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float250pximgright img
{
	border: 1px solid #666;
}

p 
{ 
	margin-top: 0.75em; /* was 0 */
}

.float250pximgleft
{
	float: left;
	width: 255px;
	margin: 0 10px 10px 0;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float250pximgleft img
{
	border: 1px solid #000;
}

/* image and caption floats for 150px wide images */

.float150pximgright
{
	float: right;
	width: 155px;
	margin: 0 0 10px 10px;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float150pximgright img
{
	border: 1px solid #000;
}

.float150pximgleft
{
	float: left;
	width: 155px;
	margin: 0 10px 10px 0;
	background-color: #ddd;	
	padding: 10px;
	border: 1px solid #666;
}

div.float300pximgleft img
{
	border: 1px solid #000;
}

.float650pximgcenter
{
	float: center;
	width: 660px;
	margin: 10px 0px 10px 0px;
	background-color: #ddd;	
	padding: 10px 15px 10px 20px;
	border: 1px solid #666666;
}

div.float650pximgcenter img
{
	border: 1px solid #666666;
}

/* Re-style bullet lists - based on Listutorial css.maxdesign.com.au/listutorial/master.htm */
.bulletlist
{
	list-style: none;
	margin-left: 2em; /* was margin: 0; */
	padding: 0;
}

li.greenbullet
{
	background-image:  url(../images/buttons/greenbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em; /* was originally 0 50% which placed graphic bullet halfway down paragraph */
	padding: .2em 0 .2em 2em; /* was originally "padding: 3px 0 3px 20px;" */
	margin: .4em 0;
}




/* image styles from Weakley's book */
div.imagecaption2
{
	float: left;
	width: 175px;
	margin: 0.5em 0em 0.5em 0;
/*	display: inline; */
	padding: 5px;
/*	background: #3D2711; dark brown */
/*	background: #756A55; */
/*	background: #BCB5A5; */
	background: #DBD7CE;
/*	color: #fff; */
}

div.imagecaption2 img
{
	float: left;
	margin-right: 0.35em;
	border: 1px solid #fff;
}

div.imagecaption2 p
{
	color: #756A55;
	font-size: 0.85em;
	line-height: 120%;
}

div.imagecaption2 a
{
	color: #756A55;
	text-decoration: none;
	font-weight: bold;
}

div.imagecaption2 a:hover
{
	color: #756A55;
	text-decoration: underline;
	font-weight: bold;	
}