/*
----------------------------------------------
 Plantlife / Global styles
 Developed by Ollie Bettany / Electric Putty
 Created: 03/02/10
----------------------------------------------
*/

/* RESET CSS BY ERIC MEYER */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.hiddenFields {
	display: none;
}

/* CUSTOM STYLES */

/* Auto float clearing for compliant browsers
*************************************************************************/
.group:after {
	content: ".";
	height:0;
	display:block;
	clear:both;
	visibility:hidden;
	}
/* skip link */

#pagetop {
	overflow: visible; 
	height: 0px;
	margin: 0;
	padding: 0;
}

#pagetop p {	
	overflow: visible;
	height: 0px;
	margin: 0;
	padding: 0;
	text-align: center;
}

#skiplink { 
	position: absolute;
	top: 0;
	left: -9999em;
	font-size: 1.8em;
}

#skiplink:focus, 
#skiplink:active,
#skiplink:hover {
	left: 50%;
	color: #fff;
	background: #c11d1b;
	padding: 0.3em;
	text-decoration: none;
	display: block;
	border: 1px solid #fff;
	z-index: 100;
}

/*---------------
generic styles */

@font-face {
	font-family: 'FSLolaBold';
	src: url('FS_Lola-Bold.eot');
	src: local('FS Lola Bold'), local('FSLola-Bold'), url('FS_Lola-Bold.woff') format('woff'), url('FS_Lola-Bold.ttf') format('truetype'), url('FS_Lola-Bold.svg#FSLola-Bold') format('svg');
}

@font-face {
	font-family: 'FSLolaRegular';
	src: url('FS_Lola-Regular.eot');
	src: local('FS Lola Regular'), local('FSLola'), url('FS_Lola-Regular.woff') format('woff'), url('FS_Lola-Regular.ttf') format('truetype'), url('FS_Lola-Regular.svg#FSLola') format('svg');
}


body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 67.5%;
	background-repeat: no-repeat;
	background-position: center 3.5em;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-family: FSLolaBold, "Trebuchet MS";
	/* FF3 */
	font-weight: bolder;
}

input,
select,
textarea,
label {
	font-family: FSLolaRegular, "Trebuchet MS";
}

.clear {
	clear: both;
}

/* CONTAINERS */

	#wrapper,
	#top-nav-inner {
		width: 800px;
		margin: 0 auto;
	}
	
	#top-nav-inner {
		position: relative;
	}
	
/* TOP-NAV */

		#top-nav {
			font-family: FSLolaBold, "Trebuchet MS";
			/* FF3 */
			font-weight: bolder;
			height: 3.5em;
		}
		
			#top-nav a {
				color: #fff;
			}

			#top-nav ul {
				list-style: none;
				float: right;
				font-size: 1.3em;
				margin: 0.8em 0 0.8em 1em;
			}
			
			#top-nav li {
				float: left;
				margin-left: 10px;
			}
			
			#top-nav a {
				text-decoration: none;
			}
			#top-nav a:hover {
				text-decoration: underline;
			}
			
			#top-nav a.main-link {
				font-size: 1.3em;
				display: block;
				float: left;
				margin: 0.8em 0;
			}

/* extra-nav */

			#top-nav #extra-nav {
				font-family: FSLolaRegular, "Trebuchet MS";
				/* FF3 */
				font-weight: normal;
			}
			
/* location-nav */

			#top-nav #location-nav li.left-link {
				position: absolute;
				left: 0;
				margin-left: 0;
			}
			
			
/* display-nav */
		
			#top-nav #display-nav li.small {
				font-size: 0.8em;
				line-height: 1.3em;	
				margin-left: 0;
			}
			#top-nav #display-nav li.medium {
				font-size: 1em;
				line-height: 1em;	
				margin-left: 5px;
			}
			#top-nav #display-nav li.large {
				font-size: 1.2em;
				line-height: 0.6em;
				margin-left: 5px;	
			}
		
/* display-nav */
			#top-nav #social_media { color: #FFF; float: left; font-weight: normal; margin: 0.8em 0; font-size: 1.3em; font-family: FSLolaRegular,"Trebuchet MS"; }
				
				#top-nav a#twitterIcon, #top-nav a#facebookIcon { text-indent: -9999em; width: 16px; height: 16px; float: left; display: inline; margin: 0.9em 0 0.9em 4px; }
				#top-nav a#twitterIcon { background: url('../site_images/icon-twitter.png') no-repeat 50% 50%; }
				#top-nav a#facebookIcon { background: url('../site_images/icon-facebook.png') no-repeat 50% 50%; }
					#top-nav a#twitterIcon:hover, #top-nav a#facebookIcon:hover { filter: alpha(opacity=80); opacity: 0.8; }
			

/* HEADER */

		#header {
			min-height: 117px;
			position: relative;
		}
					
			#header .maintitle,
			#header .maintitle a {
				width: 226px;
				height: 57px;
				display: block;
			}
			
			#header .maintitle {
				top: 5em;
				padding-top: 30px;
				position: absolute;
				top: 0;
			}
			
				#header .maintitle a {
					text-indent: -1000em;
					background: url(/site_images/logo.png) no-repeat left top;
				}
				
			#header .nationtitle {
				position: absolute;
				padding-top: 40px;
				left: 240px;
				font-size: 4.5em;
				font-family: FSLolaBold, "Trebuchet MS";
				color: #fff;
			}

/* MAIN-NAV */

		#main-nav {
			min-height: 35px;
			list-style: none;
			font-size: 1.5em;
			font-family: FSLolaBold, "Trebuchet MS";
		}
		
			#main-nav li {
				float: left;
				margin-left: 3px;
				font-weight: bolder;
				background: url(/site_images/mainnav-tab-left.png) no-repeat left top;
				padding-left: 5px;
			}
			
			#main-nav li,
			#main-nav li a {
				display: block;
			}
			
				#main-nav li a {
					text-decoration: none;
					background: url(/site_images/mainnav-tab-right.png) no-repeat right top;
					padding: 10px 5px 0 0;
					min-height: 25px;
					text-align: center;
				}
				
			#main-nav li.current {
				background-position: left -67px;
			}
				#main-nav li.current a {
					background-position: right -67px;
				}
				
			#main-nav li.home {
				margin-left: 0;
			}
			
				#main-nav li.home a {
					width: 65px;
				}
				#main-nav li.about a {
					width: 88px;
				}
				#main-nav li.campaigns a {
					width: 104px;
				}
				#main-nav li.wild a {
					width: 105px;
				}
				#main-nav li.reserves a {
					width: 137px;
				}
				#main-nav li.things a {
					width: 113px;
				}
				#main-nav li.support a {
					width: 100px;
				}		
			
/* CONTENT */
/* layout */

		#content {
			background-color: #fff;
			font-size: 1.6em;
			padding: 12px 0 18px 18px;
			/*
			overflow: hidden;
			*/
			float: left;
			width: 782px;
		}
		
			#content #maincol {
				float: left;
				width: 550px;
				background: #F5F3EE url(/site_images/corners-550-top.png) no-repeat left top;
			}
			
			#content #maincol-inner {
				width: 514px;
				background: url(/site_images/corners-550-bottom.png) no-repeat left bottom;
				padding: 12px 18px 18px 18px;
				/*
				min-height: 11.7em;
				*/
			}
			
			#content #sidebar {
				float: left;
				width: 196px;
				margin-right: 18px;
			}
			
				#content #flash-msg {
					margin-bottom: 17px;
					position: relative;
				}
					
					#content #flash-msg #flash-alt {
						height: 270px;
						width: 550px;
						margin: auto;
						overflow: hidden;
					}
				
				#content .flash-map {
					float: left;
				}
				#content .with-padding {
					padding: 18px;
					float: none;
				}
				

/* searchform */

			#sitesearch {
				float: right;
				width: 195px;
				margin: -2px 19px 0 0;
			}
			
				#sitesearch fieldset {
					position: relative;
				}
			
				#sitesearch label {
					margin-bottom: 4px;
					color: #000;
					font-size: 0.8em;
					display: block;
				}
				#sitesearch label.overlabel-apply {
					position: absolute;
					padding: 5px 2px 6px 3px;
					margin: 0;
					width: 130px;
				}
				
				#sitesearch input {
					float: left;
					margin: 0;
					font-size: 0.8em;
					padding: 1px 2px 3px;
					display: block;
				}
				
				#sitesearch #keywords {
					border: 1px solid #9a996e;
					color: #000;
					width: 130px;
				}
				
				#sitesearch #search {
					background: #9a996e url(/site_images/bg-searchbutton.png) repeat-x left bottom;
					color: #fff;
					border: 0;
					display: block;
					width: 59px;
					cursor: pointer;
				}
					#sitesearch #search:hover {
						background-image: none;
					}
				
/* GENERIC CONTENT ELEMENTS */

			#content h1 {
				font-size: 1.8em;
				margin-bottom: 18px;
				clear: left;
			}
			
			#content h2 {
				font-size: 1em;
				margin-bottom: 4px;
			}
			
			#content h3 {
				font-size: 0.85em;
				margin-bottom: 4px;
			}

			#content h4,
			#content h5,
			#content h6 {
				font-size: 0.8em;
			}
			
			#content p {
				font-size: 0.75em;
				line-height: 1.2em;
				margin-bottom: 14px;
			}
			
			#content .page-msg {
				min-height: 33px;
			}
			
				#content .page-msg p {
					font-family: FSLolaRegular, "Trebuchet MS";
					font-size: 1em;
					margin-bottom: 0;
				}
					#content .page-msg p strong {
						font-family: FSLolaBold, "Trebuchet MS";
						/* FF3 */
						font-weight: bolder;
					}
			
			#content p.leader {
				font-weight: bolder;
			}
			
			#content p.date {
				font-weight: bolder;
				font-style: italic;
			}
			
			#content a.download {
				background: url(/site_images/pdf_logo.gif) no-repeat left 4px;
				padding-left: 22px;
			}


/* content list styles */			
			
			#content #maincol-inner ul,
			#content #maincol-inner ol {
				font-size: 0.75em;
				padding-left: 25px;
				margin: 4px 0 13px 0;
			}
			
			#content #maincol-inner ul {
				list-style: disc;
			}
			
			#content #maincol-inner ol {
				list-style: decimal;
			}
			
			#content #maincol-inner li {
				margin-bottom: 5px;
				line-height: 1.1em;
			}
			
/* content definition list styles */

			#content dl {
				margin-bottom: 13px;
			}
			
			#content dt {
				font-size: 0.8em;
				line-height: 1.1em;
				margin-bottom: 2px;
				font-family: FSLolaBold, "Trebuchet MS";
				/* FF3 */
				font-weight: bolder;
			}
			
			#content dd {
				margin-bottom: 7px;
				font-size: 0.75em;
				line-height: 1.1em;
			}

			
/* blockquote (uses .featurebox) */
			
				#content blockquote p.quote {
					font-size: 0.8em;
					font-weight: bolder;
					color: #fff;
					padding: 14px 18px;
					margin: 0;
				}
				
				#content blockquote p.caption {
					border-top: 2px solid #fff;
				}
				
/* pagination */

			#content .pagination {
				position: absolute;
				top: 0;
				right: 0;
				padding: 14px 18px;
				font-size: 0.9em;
				line-height: 1.1em;
				font-family: FSLolaBold, "Trebuchet MS";
				/* FF3 */
				font-weight: bolder;
			}
			
				#content .pagination li {
					float: left;
					display: block;
					cursor: pointer;
				}	
				
				#content .featurebox .pagination li {
					clear: none;
				}
					
					
					#content .pagination li.prev {
						margin-right: 10px;
					}
					
						#content .pagination li.prev a:before {
							content: '< ';
						}
						#content .pagination li.next a:after {
							content: ' >';
						}
					
			
/* CONTENT-BOX */
	
			#content .contentbox {
				padding-top: 5px;
				background-position: left top;
				background-repeat: no-repeat;
				margin-bottom: 17px;
				background-color: #f5f3ee;
			}
			
			#content .contentbox-inner {
				padding: 8px 18px 18px 18px;
				overflow: hidden;
				background-position: left bottom;
				background-repeat: no-repeat;
			}


/* maincol contentbox */
	
			#content #maincol .contentbox {
				width: 550px;
				background-image: url(/site_images/corners-550-top.png);
				position: relative;
			}
			
			#content #maincol .contentbox-inner {
				width: 514px;
				background-image: url(/site_images/corners-550-bottom.png);
			}


/* search results */
	
			
			#content #maincol-inner ul.search-results {
				list-style: none;
				padding-left: 0px;
				font-size: 1em !important;
			}
				
				#content #maincol-inner ul.search-results li {
				}
				
					#content #maincol-inner ul.search-results li h2 {
						font-size: 0.9em;
						margin-bottom: 0;
					}
					
					#content #maincol-inner ul.search-results li h2 {
						font-size: 0.75em;
					}
				
			

/* FEATUREBOX */

		#content .featurebox {
			/*
			border-radius: 5px;
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
			*/
			position: relative;
			background-repeat: no-repeat;
			width: 248px;
			margin-right: 18px;
		}
		
		#content .float-left {
			float: left;
			margin: 0 18px 18px 0;
		}
		
		#content .float-right {
			float: right;
			margin: 0 0 18px 18px;
		}
		
		#content .featurebox .topborder,
		#content #flash-msg .topborder,
		#content #flash-msg .bottomborder {
			background: url(../site_images/corners-248-top-grey.png) no-repeat left top;
			display: block;
			width: 248px;
			height: 5px;
			position: absolute;
			margin: 0;
		}
		
		#content #flash-msg .topborder,
		#content #flash-msg .bottomborder {
			background-image: url(../site_images/corners-550-top.png);
			width: 550px;
			z-index: 100;
		}
		
		#content #flash-msg .bottomborder {
			background-image: url(../site_images/corners-550-bottom.png);
			bottom: 0;
		}
		
		#content .featurebox h2 {
			padding: 14px 18px;
			border-bottom: 2px solid #fff;
			font-size: 0.9em;
			margin-bottom: 0;
		}
			#content .featurebox h2 span {
				font-family: FSLolaRegular, "Trebuchet MS";
				/* FF3 */
				font-weight: normal;
			}
		
		#content .featurebox h3 {
			font-size: 0.75em;
			margin: 10px 0 3px 18px;
			line-height: 1.2em;
		}
		
		#content .featurebox p {
			font-size: 0.7em;
			margin: 10px 0 0 18px;
		}
		
		#content .featurebox a,
		#content .featurebox img {
			display: block;
		}
		#content .featurebox a {
			text-decoration: none;
		}
		#content .featurebox a:hover {
			text-decoration: underline;
		}
			#content .featurebox p a {
				display: inline;
			}
			
		#content .featurebox li {
			clear: left;
			overflow: hidden;
			padding-right: 9px;
		}
		
		#content .featurebox a {
			font-weight: bolder;
		}
		
		#content .featurebox h3,
		#content .with-images p {
			float: left;
			width: 169px;	
		}
		
		#content .with-images h3 {
			margin: 9px 0 5px 0;
		}
		
		#content .with-images p {
			margin: 0 0 10px 0;
		}
		
			#content .featurebox li ul {
				padding-bottom: 18px;
				border-bottom: 2px solid #fff;
			}
		
		#content .with-images li {
			border-bottom: 2px solid #fff;
		}
		
			#content .featurebox li img {
				float: left;
				margin-right: 18px;
			}
		
			#content .featurebox p.caption {
				background: url(../site_images/corners-248-bottom-grey.png) no-repeat left bottom;
				color: #fff;
				margin: 0;
				width: 100%;
				bottom: 0;
				font-weight: bolder;
				clear: left;
			}
			#content .featurebox p.empty {
				height: 4px;
				position: absolute;
			}
				
				#content .featurebox p.caption span {
					padding: 14px 18px;
					display: block;
				}
				
				
				#content .featurebox p span.date {
					margin-right: 20px;
				}



		#content p.highlight {
			font-size: 0.8em;
			font-weight: bolder;
			color: #fff;
			padding: 14px 18px 16px 18px;
			margin: 0;
			background: url(../site_images/corners-248-bottom-grey.png) no-repeat left bottom;
		}

/* smallimage featurebox */	
		#content .small_image_box { width: 180px; }
		
		#content .small_image_box .topborder {
			background: url(../site_images/corners-180-top-grey.png) no-repeat left top;
			width: 180px;
		}
		
		#content .small_image_box p.caption { background: url(../site_images/corners-180-bottom-grey.png) no-repeat left bottom; }
		
			#content .small_image_box p.caption span { padding: 10px 18px; }
		
/* featureset featurebox */
			
			#content .featureset {
				/*
				background-color: #fff;
				*/
				float: right;
				width: 568px;
			}

				#content .featureset .featurebox {
					float: left;
					width: 266px;
					background-color: #F5F3EE;
					margin-top: 18px;
				}	
				
					#content .featureset .featurebox .topborder {
						background-image: url(/site_images/corners-266-top.png);	
						width: 266px;
					}
				
					#content .featureset .featurebox p.caption {
						background-image: url(/site_images/corners-266-bottom.png);
					}
		
								
				#content .full-width .featurebox {
					width: 550px;
				}
				
					#content .full-width .featurebox .topborder {
						background-image: url(/site_images/corners-550-top.png);	
						width: 550px;
					}
				
					#content .full-width .featurebox h3,
					#content .full-width .featurebox p {
						width: auto;
						clear: left;
					}
					
					#content .full-width .with-images h3,
					#content .full-width .with-images p {	
						float: none;
						clear: none;
					}
				
					#content .full-width .featurebox p.caption {
						background-image: url(/site_images/corners-550-bottom.png);
					}
					
					#content .gallery .featurebox li {
						padding-right: 0;
					}

/* catselector */

	#content .catselector {
		float: right;
		margin: 18px 18px 0 0;
		width: 550px;
	}

		#content .catselector h2,
		#content .catselector p {
			border-radius: 4px;
			-moz-border-radius: 4px;
			-webkit-border-radius: 4px;
			padding: 10px 18px 0 18px;
			overflow: hidden;
			background: #f5f4ef url(/site_images/bg-catselector.png) repeat-x left bottom;
			display: block;
			float: left;
			margin-bottom: 0;
			height: 24px;
			font-size: 0.7em;
		}
		
		#content .catselector h2 {
			font-family: "Trebuchet MS";
			/*
			font-weight: normal;
			*/
			line-height: 1.2em;
		}
	
		#content .catselector p {
			width: 122px;
			border-left: 2px solid #fff;
			cursor: pointer;
		}
		
			#content .catselector p span {
				background: url(/site_images/down-arrow.png) no-repeat;
				padding-right: 12px;			
			}
		
		#content .catselector .catnav {
			position: relative;
			float: left;
			z-index: 100;
		}
		
		#content .catselector ul {
			position: absolute;
			right: 0;
			top: 34px;
			font-size: 0.7em;
			background-color: #fff;
			display: none;
		}
				
		#content .catselector .show ul {
			display: block;
		}
		
			#content .catselector ul li {
				margin-top: 2px;
			}
			
				#content .catselector ul li a {
					padding: 5px 18px 5px 18px;
					border: 1px solid;
					background-color: #fff;
					width: 120px;
					text-decoration: none;
					display: block;
				}

/* Scrolling gallery */

	.scrollable {
		position:relative;
		overflow:hidden;
		width: 550px;
		min-height:455px;
	}

	.scrollable .items {
		width:20000em;
		position:absolute;
	}

	.scrollable .items li {
		width: 550px;
		clear: none !important;
		float:left;
	}


/* SIDEBAR CONTENT */
		
				#content #sidebar h2 {
					margin-bottom: 13px;
					font-size: 1.2em;
				}
				
				#content #sidebar h3 {
					font-size: 0.8em;
					margin-bottom: 5px;
					font-family: FSLolaRegular, "Trebuchet MS";
				}
				
					#content #sidebar h2 a,
					#content #sidebar h3 a {
						text-decoration: none;
					}
					#content #sidebar h2 a:hover,
					#content #sidebar h3 a:hover {
						text-decoration: underline;
					}											
				
				#content #sidebar a.more {
					font-size: 0.8em;
					text-decoration: none;
					font-family: FSLolaBold, "Trebuchet MS";
					/* FF3 */
					font-weight: bolder;
				}
				#content #sidebar a.more:hover {
					text-decoration: underline;
				}
				
				#content #sidebar ul {
					margin-top: 11px;
				}
				
					#content #sidebar li {
						margin-bottom: 18px
					}
					#content #sidebar li p {
						margin-bottom: 0;
						font-size: 0.8em;
						line-height: 1em;
					}
					#content #sidebar li a.more {
						font-size: 0.7em;
						text-transform: lowercase;
					}

/* sidebar content-box */
			
			#content #sidebar .contentbox {
				width: 195px;
				background-image: url(/site_images/corners-195-top.png);
				background-color: #fff;
			}
			
			#content #sidebar .contentbox-inner {
				width: 159px;
				background-image: url(/site_images/corners-195-bottom.png);
			}

			
				#content #sidebar .flower .contentbox-inner,
				#content #sidebar .fern .contentbox-inner {
					width: 127px;
					padding-right: 50px;
					min-height: 79px;
					padding-bottom: 14px;
				}
			
				#content #sidebar .flower .contentbox-inner {
					background-image: url(/site_images/bg-flower.png);
				}
		
				#content #sidebar .fern .contentbox-inner {
					background-image: url(/site_images/bg-fern.png);
				}
				
				#content .flower h2,
				#content .fern h2 {
					font-size: 1.4em;
					line-height: 0.85em;
				}
					#content .flower h2 a,
					#content .fern h2 a {
						color: #fff;
					}
				
				#content .flower p,
				#content .fern p {
					color: #fff;
					margin-bottom: 0;
					width: 127px;
				}
				
/* SIDENAV */

		#content #sidebar .sidenav {
			margin-top: 0;
			padding: 0;
			width: 195px;
			margin-bottom: 18px;
			font-size: 0.8em;
			font-family: FSLolaBold, "Trebuchet MS";
			/* FF3 */
			font-weight: bolder;
		}

			#content #sidebar .sidenav li {
				margin: 0 0 2px 0; 
			}

				#content #sidebar .sidenav li a {
					padding: 11px 9px 11px 18px;
					display: block;
					color: #fff;
					background-repeat: no-repeat;
					text-decoration: none;
				}
				
				#content #sidebar .sidenav li.current a {
					cursor: default;
				}
				
				#content #sidebar .sidenav li:first-child a {
					background-image: url(/site_images/corners-195-top.png);
					background-position: left top;
				}
				
			#content #sidebar .sidenav li:last-child {
				margin-bottom: 0; 
			}
				#content #sidebar .sidenav li:last-child a {
					margin-bottom: 0; 
					background-image: url(/site_images/corners-195-bottom.png);
					background-position: left bottom;
				}
				
				
/* second level */

				#content #sidebar .sidenav li.current ul {
					margin-top: 2px;
				}
				
					#content #sidebar .sidenav li.current ul li {
						border: 1px solid;
					}
	
						#content #sidebar .sidenav li.current ul li a {
							background-color: #fff;
							padding-top: 5px;
							padding-bottom: 5px; 
							cursor: pointer;
						}
						
						#content #sidebar .sidenav li.current ul li.current a {
							cursor: default;
						}
						
						#content #sidebar .sidenav li.current ul li:first-child a,
						#content #sidebar .sidenav li.current ul li:last-child a {
							background-image: none;
						}

/* third level */

						#content #sidebar .sidenav li.current ul li.parent ul {
							margin-left: 18px;
							margin-top: 0;	
							margin-bottom: 3px;
						}
						
							#content #sidebar .sidenav li.current ul li.parent ul li {
								border: none;
							}
						
								#content #sidebar .sidenav li.current ul li.parent ul li a {
									padding-top: 0; 
									cursor: pointer;
								}
								#content #sidebar .sidenav li.current ul li.parent ul li.current a {
									cursor: default;
								}
								#content #sidebar .sidenav li.current ul li.parent ul li a:before {
									content: '- ';
								}
								
/* fourth level */

									#content #sidebar .sidenav li.current ul li.current ul {
										margin-bottom: 10px;
										margin-left: 35px;
										list-style: circle;
									}

										#content #sidebar .sidenav li.current ul li.current ul li  {
											border: 0;
										}
										
											#content #sidebar .sidenav li.current ul li.current ul li a {
												cursor: pointer;
												padding-left: 0;
												padding-top: 3px;
												padding-bottom: 3px;
											}
											
												#content #sidebar .sidenav li.current ul li.current ul li.current a:hover {
													cursor: default;
												}
												
/* RSS link for sidenav */

#side-nav-rss { background: url('../site_images/icon-rss.png') no-repeat 0 50%; padding-left: 20px; }
				
/* BREADCRUMB */

		#content #maincol #breadcrumb {
			font-size: 0.65em;
			list-style: none;
			padding-left: 0;
			float: left;
			width: 514px;
			margin-bottom: 20px;
		}

			#content #breadcrumb li {
				float: left;
				margin-bottom: 5px;
				margin-right: 8px;
			}
			#content #breadcrumb li:before {
				content: '> ';
			}
			#content #breadcrumb li.first:before {
				content: '';
			}
			
			#content #breadcrumb a {
				text-decoration: none;
			}
			#content #breadcrumb a:hover {
				text-decoration: underline;
			}

				
/* FOOTER */

		#footer {
			background-color: #fff;
			padding: 18px 18px 2px 18px;
			border-bottom: #fff solid 18px;
			margin-bottom: 50px;
			background-position: right bottom;
			background-repeat: no-repeat;
			font-family: FSLolaRegular, "Trebuchet MS";
			font-size: 1.5em;
			
			float: left;
			width: 764px;
		}
		
			#footer ul {
				list-style: none;
			}
			
			#footer li {
				float: left;
				margin-right: 15px;	
			}
			
			#footer a {
				text-decoration: none;
				display: block;
			}


/* sitemap */

			body.sitemap #content #maincol-inner ul {
				list-style: none;
				padding: 0;
				font-weight: bolder;
			}
			
				body.sitemap #content #maincol-inner ul li {
					font-size: 1.2em;
					margin-bottom: 15px;
				}
			
					body.sitemap #content #maincol-inner ul li a {
						text-decoration: none;
					}
					body.sitemap #content #maincol-inner ul li a:hover {
						text-decoration: underline;
					}
			
					body.sitemap #content #maincol-inner ul li ul {
						margin: 5px 0 0 20px;
						font-size: 0.7em;		
						font-weight: normal;
						list-style: disc;
					}
					
						body.sitemap #content #maincol-inner ul li ul li {
							margin-bottom: 5px;
						}
						
							body.sitemap #content #maincol-inner ul li ul li ul {
								list-style: circle;	
							}
							
								body.sitemap #content #maincol-inner ul li ul li ul li ul {
									font-size: 0.8em;		
								}
								
									body.sitemap #content #maincol-inner ul li ul li ul li ul li ul {
										font-size: 0.9em;		
									}
