* { 
	margin: 0; 
	padding: 0;
	font:Georgia, Times new roman, Times, serif;
}
body.home, body.article {
	background-image: url(../images/homeBodyBack.jpg);
	background-repeat: repeat-x;
	background-color: #EAE5CE;
}
/*force vert scrollbar in FF etc */
html {height: 100%;}
body {min-height: 101%;}


/* External href styling */
p a[href^="http:"] {
	padding-right: 12px;
	background-image:url(../../../images/library/greyIcons/globe.gif);
	background-position:top right;
	background-repeat:no-repeat;
}
p a[href*="sheepdrove"] {
	background-color:none;
	background:none;
	padding-right: 0px;
}

a img {
	border:0px;
}

p {
	font-size:109%;
	line-height:135%;
	margin-bottom:0.8em;
}


/* Site colour scheme --------------------------------------- */
.backColor1a {
	background-color:#FEB;
}
.backColor1b {
	background-color:#FDF8D6;
}
.backColor2a {
	background-color:#FED89A;
}
.backColor2b {
	background-color:#C5A26C;
}
.backColor3a {
	background-color:#D1DCBF;
}
.backColor3b {
	background-color:#679878;
}
/* Site wide IDs ----------------------------------------- */
#container {
	width: 780px;
	margin: 0px auto 0px auto;
	padding: 0px;
	background:url(../images/contentBack.png) center repeat-y;
	position:relative;
}
#footer {
	min-height:60px;
	/* min height for browsers that don't support it */
	height:auto !important;
	height:60px;

	margin: 10px 12px 0 12px;
	padding: 10px 0 0 0;
	clear:both;
	background-color:#EEE;
	text-align:center;
	font-size:80%;
	color:#777;
}
	#footer p {
		font-size:100%;
		margin-bottom:0;
		padding-bottom: 0.6em;
	}
	#footer li {
		display:inline;
		padding: 0px 5px 0px 5px;
		border-left: 1px solid #777;
		color: #777;
		font-size: 95%;
	}
	#footer li.firstItem {
		display:inline;
		padding: 0px 5px 0px 0px;
		border-left: none;
	}
	#footer li a {
		text-decoration:none;
		color:#777;
	}
	#footer li a:hover {
		text-decoration: none;
		color: #000;
	}
#pageBottom {
	width: 780px;
	height: 34px;
	background:url(../images/pageBottomBack.jpg) no-repeat;
	clear:left;
}
#homeLink {
	width:200px;
	height:200px;
	position: absolute;
	left:17px;
	top:0px;
	z-index:2000;
}

/* Site wide CLASSES -------------------------------------- */
.boldLead {
	color: #719148;
}
.byLine {
	margin: -40px 0 35px 0;
	border-bottom: 1px solid #DAE8A2;
	color:#A0CF67;
}
.clearFloats {
	clear:both;
}
.defineThis {
      border-bottom: 1px dotted #ccc;
      cursor: help;
	  background: url(../../../images/library/greyIcons/book.gif) top right no-repeat;
	  padding-right:11px;
}
.dropCap:first-letter {
	float: left;
	margin: 0 0.02em 0.02em auto;
	padding:0;
	font-size: 500%;
	line-height: 83%;
	font-weight: 100;
	color: #A0CF67;
	font-family: times,serif;
}
.dropCap:first-line {
	color: #719148;
	font-size: 110%;

}
.fl {
	float:left;
}
.fr {
	float:right;
}
.linksPara {
	float: left;
	clear: both;
	display: inline;
	margin: 10px 0px 10px -60px;
	padding: 5px 5px 5px 60px;
	background: url(../images/icon_page_links.gif) no-repeat;
}
	.linksPara H4 {
		color: #99CC66;
		margin: 0em 0em 0.5em 0em;
	}
	.linksPara ul {
		margin: 0px;
		padding: 0px;
		list-style-position:inside;
	}
	.linksPara li {
		margin: 0.3em 0em 0.3em 0em;
		padding-top: 0.2em;
		border-top: solid #99CC66 1px;
	}
	.linksPara a {
		color: #000000;
		text-decoration: none;
		border-bottom: dashed black 1px;
	}
.next, .previous {
	width:100px;
	margin: 6px 0 6px 0;
	padding: 5px 20px 5px 20px;
	border:1px dotted #C6B481;
	background:url(../../../images/library/greyIcons/arrow_fat_right.gif) 90px 50% no-repeat #FDFAE8;
	float:right;
}
.previous {
	background:url(../../../images/library/greyIcons/arrow_fat_left.gif) 6px 50% no-repeat #FDFAE8;
	float:left;
}

	.next a, next a:visited, .previous a, .previous a:visited {
		text-decoration:none;
		color:#000;
	}
	.next:hover, .previous:hover {
		background-color:#FFFF66;
	}
	


.simpleTable {
	width:96%;
	border-width:0;
	border-spacing:0;
	border-collapse:collapse;
	margin-bottom: 1em;
}
	.simpleTable TD, .simpleTable TH {
		border-width:1px;
		padding:4px;
		border-style: solid;
		border-color:#666;
	}
	
	.simpleTable TH {
		background-color:#DAE8A2;
		font-weight:bold;
	}
	.simpleTable caption {
		font-size:120%;
		padding-bottom: 6px;
	}
	
.topLevelMenu {
	padding: 8px 6px 0px 6px;
	margin: 0px;
	font-size: 108%;
}
	.topLevelMenu li {
		display:inline;
		padding: 0px 5px 0px 5px;
		border-left: 1px solid #E7EFBB;
	}
	.topLevelMenu li.firstItem {
		display:inline;
		padding: 0px 5px 0px 0px;
		border-left: none;
	}
	.topLevelMenu li a {
		text-decoration:none;
		color:#E7EFBB;
	}
	.topLevelMenu li a:hover {
		text-decoration: none;
		color: #FFF;
	}

/* Page Specific IDs (and classes) -------------------------- */
#header {
	width: 780px;
	height: 121px;
	position:relative;
	margin:0px;
	background-color:#CDB084;
}
	#header h1 {
		position:absolute; 
		left:-3000px;
	}
	#homeCampaign {
		position:absolute;
		left:667px;
		top:21px;
		z-index:100;
	}
#homeContainer {
	background:url(../images/homeContainerBack.jpg) no-repeat;
	width:780px;
	margin: 0px;
}
	#homeExtrasCol {
		width: 217px;
		margin-top: 220px;
		/*IE 6 hack*/
		margin-left: 12px !important; 
		margin-left: 6px;
		
		padding: 0px;
		float:left;
		position:relative;
		text-align:center;
	}
		#homeStrapline {
			
		}
			#homeStrapline h2 {
				padding:5px 0 9px 0;
				font-size: 1.4em;
				font-weight: normal;
			}
			#homeStrapline a {
				text-decoration: none;
				color:#000;
			}
			#homeStrapline em {
				font-size:90%;
			}
		#homeExtrasContent {
			clear: left;
			position: relative;
			background-color:#fff;
			}

	#homeContentCol {
		width: 538px;
		float:left;
		position:relative;
		margin-top:1px;
		margin-left:1px;
		}
		#homeTopNav {
			min-height: 36px;
			/* min height for browsers that don't support it */
			height:auto !important;
			height:36px;
			
			width: 538px;
			position: relative;
		}
		#homeLeadContent {
			width: 538px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			position:relative;
			background-color:#EEE;		
		}
		#homeSecondContent {
			width: 538px;
			margin: 1px 0px 0px 0px;
			padding: 0px;
			position:relative;
			clear:left;
			background-color:#FFF;
		}	

#artContainer {
	background:url(../images/artContainerBack.jpg) no-repeat;
	/*float:left;*/
	width:780px;
	margin: 0px;

}

	#artExtrasCol {
		width: 217px;
		margin-top: 1px;
		/*IE 6 hack*/
		margin-left: 12px !important; 
		margin-left: 6px;
		
		padding: 0px;
		float:left;
		position:relative;
		z-index:999;
	}
		#artExtrasContent {
			clear: left;
			position: relative;
			margin: 106px 0 0 0;
			min-height: 236px;
			/*IE 6 hack*/
			height:auto !important;
			height:236px;
			
			background:url(../images/artExtrasContentBack.jpg) repeat-y;
			z-index:300;
		}
		#searchDiv {
			clear: left;
			position: relative;
			margin: 1px 0 0 0;
			padding: 6px 4px 6px 8px;
			background:url(../images/searchBoxBack.jpg) no-repeat;
			z-index:25;
			}
			.searchBox {
				width: 110px;
				padding: 4px;
				vertical-align:middle;
				background-color: #FFFFCC;
				border: 1px solid #998675;
				margin-right:5px;
			}
			.searchBtn {
				border: 1px dotted #666;
				background-color: #554B44;
				margin: 0 0 0 10px;
				vertical-align:middle;
				cursor:pointer;
				font-family:Georgia, Times, serif;
				color:#FFC;
			}
			.searchBtn:hover {
				background-color:#FFC;
				color:#554B44;
			}
		#siteRepeatedMain ul {
			list-style:none;
			list-style-position:outside;
			background:url(../images/artContentBodyBack.jpg) no-repeat;
			padding:4px 0 20px 0;
			font-size:100%;
		}
			#siteRepeatedMain li {
				padding: 3px 4px 3px 6px;
				border-bottom: 1px solid #206B4A;
			}
				#siteRepeatedMain li:hover {
				 	background-color:#ECEFC6;
				 }
				#siteRepeatedMain li a, #siteRepeatedMain li a:visited, #siteRepeatedMain li a:hover {
					text-decoration:none;
					color:#206B4A;
				}
	#artContentCol {
		width: 538px;
		float:left;
		position:relative;
		margin-top:1px;
		/* IE6 hack 8*/
		margin-left:0px !important;
		margin-left:0px;
	}
		#artTopNav {
			min-height: 35px;
			/* min height for browsers that don't support it */
			height:auto !important;
			height:35px;
			
			width: 538px;
			position: relative;
		}
		#breadcrumbsDiv {
			min-height: 24px;
			/* min height for browsers that don't support it */
			height:auto !important;
			height:24px;
			
			width:538px;
			position:relative;
			padding: 0;
			margin: 0;
			background-color: #DAE8A2;
			border-top:1px solid #FFF;
			border-left: 1px solid #FFF;
		}
			.breadCrumbs {
				padding: 3px 3px 4px 8px;
				margin: 0px;
				color:#534741;
				font-size: 80%;
			}
				.breadCrumbs li {
					display:inline;
				}
				.breadCrumbs li a {
					text-decoration:none;
					color:#534741;
					font-style:italic;
				}
				.breadCrumbs li a:hover {
					text-decoration: underline;
					color:#000;
				}
		#artContent {
			width: 538px;
			margin: 0px 0px 0px 0px;
			padding: 0px;
			position:relative;
			background-color:#FFF;
			border-left: 1px solid #FFF;	
			min-height: 100px;
			/* min height for browsers that don't support it */
			height:auto !important;
			height:100px;	
		}
			#artContent h1 {
				font-size:190%;
				font-weight:normal;
				line-height:120%;
				color:#00431D;
				margin: 12px 0 45px 0;
			}
			#artContent h2 {
				font-size:170%;
				font-weight:normal;
				color:#00431D;
				margin: 1em 0 .75em 0; 
			}
			#artContent h3 {
				font-size:120%;
				font-weight:normal;
				color:#00431D;
				margin: 0.85em 0 .5em 0; 
			}
			#artContent h4 {
				font-size:100%;
				font-weight:normal;
				color:#00431D;
				margin: 0.75em 0 .5em 0; 
			}
			#artContent hr {
				border:0;
				color: #CCC;
				background-color: #CCC;
				height: 1px;
				margin:16px auto 16px auto; 
			}
			#artContent img[align="right"] {
				margin:0 0 8px 8px;
			}
			#artContent img[align="left"] {
				margin:0 8px 8px 0;
			}
			ul {
				list-style:inside;
				font-size:109%;
				line-height:135%;
			}

			#artContentBody {
				margin:0px;
				padding:8px 12px 12px 8px;
				
				background-color: #ABC;
				position:relative;
				float:left;
				background-color: #FFF;
				background:url(../images/artContentBodyBack.jpg) no-repeat #FFF;
				width: 518px;
				min-height:330px;
				/* min height for browsers that don't support it */
				height:auto !important;
				height:330px;
			}
			#artContentFeatured {
				float:right;
				width:140px;
				/*IE 6 hack*/
				margin: -6px -10px 10px 10px !important;
				margin: -6px -5px 10px 5px;
				
				padding:8px 6px 10px 8px; 
				border-left: 1px solid #C6B481;
				border-bottom: 1px solid #C6B481;
				font-size:80%;
				color: #663300;
				background-color: #FDFAE8;
			}
				#artContentFeatured p {
					line-height:110%;
				}
#childLinks {
	margin:0 0 8px 0;
	border: 1px solid #C6B481;
	background: url(../images/childLinksBack.jpg) bottom no-repeat #FFF;
	clear:both;
}
	#childLinks h3 {
		margin:0 0 8px 0;
		padding: 10px 70px 10px 4px;
		color:#000;
		font-size: 120%;
		font-weight:normal;
		background:url(../images/childLinksH3.gif) top right no-repeat #A0CF67;
		position:relative;
	}
	#childLinks ul {
		margin: 0 0 60px 22px;
		list-style: outside;
		list-style-image:url(../images/bulletChildList.gif);
		font-size: 100%
	}
	#childLinks a, #childLinks a:visited {
		text-decoration:none;
		color:#00431D;
		font-size:110%
	}
	#childLinks a:hover {
		background-color:#FFFF99;
	}
	#childLinks li {
		margin: 0 0 0.6em 0;
		padding: 0 0 0 0;
	}
#contactForm {
	border: 1px dashed #9c6;
	padding:6px;
	background:url(../images/contactformBack.jpg) top no-repeat;
	margin:8px 0 12px 0px;
	}
	#contactForm label {
		display:block;
		color:#00431D;
	}
	#contactForm input[type="text"] {
		width:400px;
	}
	#contactForm #textarea {
		width: 400px;
		height: 200px;
	}
		
#search {
	border: none;
	width:100%;
	height:1200px;
}
	#searchPage {
	overflow:auto;
	height:1150px;
	}
	#searchPage a, #searchPage a:hover { 
		color:#00431D;
		text-decoration:none;
	}
	
	#searchPage h3 {
		font-size:120%;
		font-weight:normal;
	}
	#searchPage h3 a:hover {
		text-decoration:underline;
	}
	.searchAut {
		font-size:80%;
		margin:0;
		line-height:100%;
	}	
	.searchRef {
		background-color:#504740;
		color:#FFC;
		padding: 2px 6px 8px 6px;
		margin: 0;
	}
	.searchRes {
		font-size:90%;
		margin: .15em 0 .2em 0;
		border-top: 1px solid #CCC;
		padding-left:15px;
		background:url(../../../images/library/greyIcons/document.gif) 0px 5px no-repeat;
		clear:both;
	}
	.searchSum {
		background-color:#FFF;
		font-size:110%;
		padding: 3px 3px 3px 6px;
		margin:0;
		border: 1px solid #504740;
	}
	
				
		
/* SNIPPETS STYLES ------------------------------------------*/
body.glossary {
	background:url(../images/artContentBodyBack.jpg) no-repeat;
}
	.glossItem {margin-left:12px;
	}
	.glossItem H1 {
		color: #00431D;
		background: #DAE8A2 url(../images/symbolGlossary.gif) 12px 10px no-repeat;
		margin:0px 0px 20px -12px;
		padding:16px 4px 12px 70px;
		font:150% normal;
	}
.brightIdea {
	background-color:#DAE8A2;
	background-image: url(../images/symbolBrightIdea.gif);
	background-position:top left;
	background-repeat:no-repeat;
	line-height: 1.5em;
	border: #9DB379 dashed 3px;
	padding: 5px 8px 8px 50px;
	margin: 5px 0px 8px 0px;
}
.faveItem {
	margin: 0 0 0 160px;
	position: relative;
	clear:both;
	}
.faveImg {
	float:left;
	margin-left: -160px;
	margin-top: 0.85em;
	width:150px;
	height:150px;
}
.faveTxt {
	float:left;
}
	.faveTxt h3 {
		background-color:#eee;
		padding:10px 10px 10px 4px;
		color:#00431d;
	}
.faveLink {
	text-decoration:none;
	color:#003300;
	border-bottom:1px dotted #030;
}
/*--Floated pictures and captions --*/
/* when a text caption is needed enclose picture in single cell table with caption text 
   that way the caption text's width will match the image width */
.pictureL {
	float: left;
	margin: 0px 20px 8px 0px;
	background-color:#FFF;
}
.pictureL img, .pictureR img {
	border: none;
}
.pictureL caption, 
.pictureR caption {
	vertical-align:bottom;
	caption-side:bottom;
	margin-bottom: 4px;
	text-align:center;
	font-style:italic;
	font-size: 90%;
	line-height: 120%;
	border-top: dashed #CCCCCC 1px;
	border-bottom: dashed #CCCCCC 1px;
}
.pictureR {
	float: right;
	margin: 0px 0px 8px 16px;
	background-color:#FFF;
}
.pictureL caption {
	margin-right: 20px; /* put a margin on caption too */
}
.pictureR caption {
	margin-left: 16px; /* put a margin on caption too */
}
.pullQuoteBoxL, .pullQuoteBoxR {
background-color:#FDF5E6;
background-image:url(../images/pull-quote_top.gif);
background-position:center top;
background-repeat:no-repeat;
}
.pullQuoteBoxL {
display:inline;
float:left;
margin:0px 10px 6px 0px;
width:200px;
}
.pullQuoteBoxR {
float:right;
margin:0px 0px 6px 10px;
width:200px;
}
.pullQuoteText {
background-image:url(../images/pull-quote_bottom.gif);
background-position:center bottom;
background-repeat:no-repeat;
font-family:Georgia,Times New Roman,Times,serif;
font-size:120%;
line-height:120%;
padding:30px 10px 40px;
color: #630;
}
	.pullQuoteText blockquote {
	margin:0px;
	}
	.pullQuoteText cite {
	float:right;
	font-size:60%;
	font-style:italic;
	padding-top:5px;
	line-height:100%;
	}	
.recipe {
	background-color: #FFFFFF;
	background-image:url(../images/recipeBack.jpg);
	background-repeat:no-repeat;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 360px;
}
	.recipe p {
		padding-left: 6px;
		font-size: 100%;
	}
	.recipe h2 {
	font-weight:normal;
	padding-left: 6px;
	}
	.recipe h3 {
	font-weight:normal;
	font-size:120%;
	margin: 0px 6px 6px 6px;
	color: #006600;
	}
	.recipe ul {
		padding: 6px 6px 10px 6px;
		margin: -4px 0px 8px 0px;
		background-color:#DAE8A2;
	}
		.recipe li {
	list-style:square;
	padding-bottom: 0.2em;
	list-style-position:inside;
		}
	.recipeTrail {
		color: #777;
		font-style:italic;
	}
.zebraTable {
		width: 98%;
		border-top: 1px solid #FECE81;
		border-left: 1px solid #FECE81;
}
	.zebraTable td, .zebraTable th {
		border-right: 1px solid #FECE81;
		border-bottom: 1px solid #FECE81;
		padding: 6px 6px 6px 12px;
	}
	.zebraTable th {
		background-color:#FECE81;
		font-weight:normal;
	}
	.zebraEven {
		background-color:#FEB;
	}
	.zebraOdd {
		background-color:#FDF8D6;
	}
/* SNIPPETS IDs ------------------------------------------*/



/* TEMPLATE STYLES ------------------------------------------*/

.homeFeatBox {
	float:left;   
	min-height:240px;
	/*min-height for IE6*/
	height:auto !important;
	height:240px;
}
	.hfbDouble {
		width:268px;
	}
	.hfbTreble {
		width:178px;
	}
	.homeFeatBox p {
		font-size:90%;
		padding: 4px 8px 8px 8px;
	}
	.homeFeatBox img {
		display: block;
	}
	.homeFeatBox h3 {
		padding: 4px 8px 8px 8px;
		font-size:120%;
		font-weight:normal;
	}
	.homeFeatBox a {
		color:#000;
		text-decoration:none;
		border-bottom:1px dotted #000;
	}
	
.homeFeatBoxLeft {
}
.homeFeatBoxRight {
	border-left:2px solid #fff; 
}
.hfBannerSmall {
	clear:both;
	float:right;
	width:178px;
	border-left:2px solid #fff;
	background-color: #fff;
}
.homeLead1 {
	width:538px;
	height:310px;
	overflow:hidden;
	border:0;
	margin:0;
	z-index:10;
	position:relative;
}
.homeLeadSlogan {
	border:3px dashed #9D0C0F;
	float:right;
	margin:-300px 9px 0pt 0px;
	position:relative;
	text-align:right;
	z-index:20;
}
	.homeLeadSlogan a {
		color: #FFF !important;
		text-decoration:none;
	}
	.homeLeadSlogan a:hover {
		border-bottom:1px dotted #FFF;
	}
	.homeLeadSlogan div {
		background:#9D0C0F;
		padding:5px 10px 5px 8px;
		margin:0;
		font-size: 110%;
		color: #fff;
	}
.homeLead1Copy {
	width:359px;
	height:110px;
	margin: -110px 0 0 179px;
	z-index:15;
	background-color:#1A1613;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	opacity: 0.8;
	padding-top:8px;
}
.homeLead1Copy h2 {
	color:#FFF;
	font-size:130%;
	font-weight:normal;
	margin: 4px 8px 8px 8px;
	position:relative;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.homeLead1Copy p {
	font-size:90%;
	margin:0px 8px 8px 8px;
	color:#FFF;
}
	.homeLead1Copy p a {
		color:#FFF !important;
		border-bottom:1px dotted #FFF;
		text-decoration:none;
	}		
.imageL {
	float:left;
	padding: 0 8px 8px 0;
	border:none;
}
.imageR {
	float:right;
	padding: 0 0 8px 8px;
	border:none;
}
.shadowWrap {
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin:8px;
}
.shadowWrap img {
	margin: -5px 5px 5px -5px;
	padding: 5px;
	background-color:#FFF;
	border:1px solid #CCC;
}
	
/* TEMPLATE IDs ------------------------------------------*/
#homeT1, #homeT2, #homeT3 {
	background-color:#FFF;
}
	#homeT1 {
		background: url(../images/T1Back.gif) no-repeat;
	}
	#homeT1 ul, #homeT3 ul {
		clear:left;
		margin: 0px;
		padding: 0px;
		list-style:none;
		list-style-position:outside;
		font-size:100%;
		}
		#homeT1 li, #homeT3 li {
			margin: 0;
			padding: 0.3em 4px 0 4px;
			min-height:32px;
			border-top: solid #fff 1px;
			border-left: solid #DEAF61 12px;
			background-color:#FEB;
		}
			#homeT1 li a, #homeT1 li a:visited, #homeT3 li a, #homeT3 li a:visited {
				color: #000;
				text-decoration: none;
			}
				#homeT1 li a:hover, #homeT3 li a:hover {
				border-bottom:1px dotted #000;
				}
ul.crossfade {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}
body.article #theSlides li {
	position: absolute;
	top: 0;
	left: 0;
	width: 518px;
	height: 400px;
	visibility: hidden;
	text-align:center;
}
body.article #theSlides div.caption {
	margin: 8px;
	padding: 8px;
	color: #FFF;
	font-size:110%;
	background-color:#131313;
	min-height:30px !important;
	height:30px;
}
body.article #slideShow {
	position:relative;
	padding-top: 60px;
	background: url(../images/slideShowBack.jpg) no-repeat;
	height:550px;
}
	.control {
		position: absolute;
		z-index: 30500;
		cursor: pointer;
	}
	#theSlides-next, #theSlides-previous {
		/* Style for editor window */
		bottom: -1000px;
	}
	body.article #theSlides-next {
		right: 8px;
		bottom: 75px;
		background:url(../images/iconSlideNext.jpg) no-repeat;
	}
	#theSlides-next:hover {
		background:url(../images/iconSlideNextHover.jpg) no-repeat;
	}
	body.article #theSlides-previous {
		left: 8px;
		bottom: 75px;
		background:url(../images/iconSlidePrev.jpg) no-repeat;
	}
	#theSlides-previous:hover {
		background:url(../images/iconSlidePrevHover.jpg) no-repeat;
	}
	#theSlides-next img, #theSlides-previous img {
		width:30px;
		height:30px;
	}
#mapContainer{
}
#mapBase {
	margin: 0px;
}
.mapItem {
}
.mapIcon { 
	margin:0; 
}
	.mapItem a {
	text-decoration:none;
	}
.mapLabel {
	background-color:#FAF7EB; 
	border:2px solid #B1ACA8; 
	padding: 4px 4px 4px 15px; 
	margin-left: 6px;
	background: #FAF7EB url(../images/mapLabelBack.gif) no-repeat;
}


#mappingKey {
	background-color: #FAF7EB;
	border: 2px solid #dae8a2;
	padding:5px;
	width:510px;
}
	#mappingKey h3 {
		margin:-5px;
		display:block;
		background-color:#dae8a2;
		padding:5px 0 5px 5px;
		color:#00431D;
	}
	#mappingKey ul {		
		list-style-type:none;
		list-style-position:outside;
		FONT-SIZE: 100%;
		MARGIN: 10px 0px 8px 0px;
		padding-left:0px;
	}
	#mappingKey li {
		padding-left:0;
		margin-left::0;
	}
/* TEMPLATE place holder */
.pluginBase {
	width:200px;
	height:200px;
	background-image:url(../images/placeholderPlugin.gif);
}
#artContent .pluginBase {
	width:auto;
	height: auto;
	background-image: none;
}		
				
