/* sgstyle.css  John Iverson - July, 2007 */

	body {
		background-color: #fff;
		background-image: url(../sg/images/thegarden.jpg);
		background-repeat: repeat;
		background-position: center center;
		background-attachment: fixed;
	}

	h1 {
		color: #00f;
		font-size: 16pt;
		font-family: Verdana, Arial;
		text-align: center;
		line-height: 120%;
	}

	h2 {
		color: #000;
		font-size: 12pt;
		font-family: Verdana, Arial;
		line-height: 120%;
	}


	h3 {
		color: #000;
		font-size: 8pt;
		font-family: Verdana, Arial;
	}

	h4 {
		color: #00f;
		font-size: 12pt;
		font-family: Verdana, Arial;
		line-height: 120%;
		text-align: center;
	}

	h5 {
		color: #009;
		font-size: 12pt;
		font-family: Verdana, Arial;
		line-height: 120%;
		text-align: center;
	}
	
	p {
		color: #000;
		font-size: 10pt;
		font-family: Verdana, Arial;
	}

	fieldset {
		color: #000;
		font-size: 10pt;
		font-family: Verdana, Arial;
		border: 1px solid #999;
		padding: 20px;
	}

	legend {
		color: #00c;
		font-family: Verdana, Arial;
		font-size: 12pt;
		font-weight:bold;
		border: 1px solid #999;
		padding: 5px;
		background-color: #ccc;
	}

	td, th {
		color: #000;
		font-family: Verdana, Arial;
		font-size: 10pt;
	}

	ul {
		color: #000;
		font-size: 10pt;
		font-family: Verdana, Arial;
	}

	a:link {
		color: #00c;
	}

	a:visited {
		color: #000;
	}

	a:hover {
		color: #c00;
		background-color: transparent;
	}
		
	.center {
		text-align: center;
	}

	.indent {
		text-indent: 96px;
	}

	.halfindent {
		text-indent: 48px;
	}

	.list {
		text-indent: 96px;
		text-align: left;
	}

	#bodyLeft {
		position:absolute;
		width:960px;
		left:20px;
		top:70px;
		font-family: Verdana, Arial;
		text-align:left;
	}

	#bodyLeft2 {
		position:absolute;
		width:800px;
		left:80px;
		top:70px;
		font-family: Verdana, Arial;
		text-align:left;
	}
	
	#bodyMenu {
		position:relative;
		width:800px;
		left:80px;
		font-family: Verdana, Arial;
		text-align:left; 
	}

	#bodyEncounters {
		position:relative;
		width:500px;
		left:230px;
		font-family: Verdana, Arial;
		text-align:left; 
	}
	
	#bodyMusic {
		position:relative;
		width:600px;
		left:180px;
		font-family: Verdana, Arial;
		text-align:left; 
	}

	#footer {
		position:absolute;
		width:960px;
		left:20px;
		top:1200px;
		font-family: Verdana, Arial;
		text-align:left; 
	}
	
	#bodySitemap {
		position:absolute;
		width:600px;
		left:180px;
		font-family: Verdana, Arial;
		text-align:left; 
	}

	#chromemenu {
		position:absolute;
		width:1000px;
		height:50px;
		left:20px;
		top:20px;
	}
	
	.chromestyle {
		width: 99%;
		padding: 0px;
		font-weight: bold;
	}

	.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}

	.chromestyle ul {
		border: 1px solid #999;
		width: 100%;
		background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
		padding: 5px 0;
		margin-left: 0;
		margin-top: 1px;
		margin-bottom: 0;
		text-align: center;
	}

	.chromestyle ul li {
		display: inline;
	}

	.chromestyle ul li a {
		color: #000;
		padding: 6px 20px;
		margin: 0;
		font: normal 12px Verdana;
		text-decoration: none;
/*		border-left: 1px solid #999;
		border-right: 1px solid #999;  */
	}

	.chromestyle ul li a:hover {
		background: url(../images/chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
		color: #000;
	}

	.chromestyle ul li a[rel]:after { /* HTML to indicate drop down link */
		content: " "; 
		/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
	} 

	/* ######### Style for Drop Down Menu ######### */

	.dropmenudiv {
		position: absolute;
		top: 0;
		border: 1px solid #999; /*THEME CHANGE HERE*/
		border-bottom-width: 0;
		font: normal 12px Verdana;
		line-height: 16px; 
		z-index: 500;
		background-color: white;
		width: 150px;
		visibility: hidden;
	}

	.dropmenudiv a {
		/* width: 150px; */
		display: block;
		text-indent: 3px;
		border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
		padding: 2px 4px;
		text-decoration: none;
		font-weight: normal;
		color: black;
	}

	* html .dropmenudiv a { /*IE only hack*/
		width: 100%;
	}

	.dropmenudiv a:hover { /*THEME CHANGE HERE*/
		background-color: white;
	}
