@charset "UTF-8";
/* CSS Document */

/*UNIVERSAL ELEMENTS*/
a:link, a:visited{ 
	color:#006ca8;
	text-decoration:none;
}
a:hover{
	color:#676767;
	text-decoration:none;
}
body{
	background:#e8e9df url(../images/site/bg-body.png) repeat-x;
	color:#393939;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
	text-align:center;
}
p{
	font:14px Georgia, "Times New Roman", Times, serif;
	margin-top:20px;
}
blockquote, blockquote p{
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	line-height:21px;
	margin:20px 20px 0 20px;	
}
blockquote p{
	margin:20px 0 0 0;	
}
h1{
	font:normal 28px Georgia, "Times New Roman", Times, serif;
	color:#393939;
}
h2{
	font:normal 19px Georgia, "Times New Roman", Times, serif;
	color:#669933;
	padding:7px 0 0 0;
}
h3{
	font:normal 19px Georgia, "Times New Roman", Times, serif;
	letter-spacing:2px;
	text-transform:uppercase;
	color:#557f2a;
	margin:20px 0 0 0;
	padding:0 0 5px 0;
}
#main-content h3, #full-content h3{
	letter-spacing:normal;
	text-transform:none;
	color:#392c2c;
	margin:20px 0 0 0;
	padding:20px 0 0 0;
	border-top:1px solid #e1e2dc;
	background:none;
	clear:both;
}
#main-content.common h3 img{
	display: block;
	margin-bottom: 20px;
}
#bottom-features h3{
	font-size:20px;
	letter-spacing:normal;
	text-transform:none;
	margin:10px 0;
}
#right-features h3{
	font-size:17px;
	margin:0;
}
h4{
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	color:#669933;
	margin:10px 0 0 0;
	padding:0;
}
#right-features h4, #right-features-global h4{
	font-size:13px;
}
#bottom-features h4{
	font-size:13px;
	margin:20px 0 0 0;
}
#main-content h4{
	font:italic 16px Georgia, "Times New Roman", Times, serif;
	margin:20px 0 -15px 0;
}
h4.headline-alt, h4.headline-alt a{
	font:normal 22px Georgia, "Times New Roman", Times, serif;
	color:#669933;
}
h4.sidebar-header{
	margin-top:0px;
}
h5{
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	color:#669933;
	text-transform:uppercase;
	margin:0;
	padding:0;
}

/*TYPE STYLES*/
#content-header p{
	font:15px Georgia, "Times New Roman", Times, serif;
	line-height:25px;
	margin-top:10px;
}
.author, #main-content .author{
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	margin-top:10px;
	display:block;
	line-height:19px;	
}
#right-column .author{
	font:bold 10px Verdana, Geneva, sans-serif;
	color:#61625e;
}
.details{
	font:12px Verdana, Geneva, sans-serif;
	margin-top:10px;
	line-height:18px;
}
.caption, #main-content .caption{
	color:#61625e;
	font:italic 13px Georgia, "Times New Roman", Times, serif;
	margin:7px 0 10px 0;
	line-height:19px;	
}
.callout{
	background:#f0f1ea;
	border-bottom:1px solid #e1e2dc;
	border-top:1px solid #e1e2dc;
	padding:8px 10px;
	font:bold 12px Georgia, "Times New Roman", Times, serif;
	margin:20px 0 0 0;
}
a.audio-link{
	background:url(../images/site/icon-audio.png) no-repeat left;
	padding-left:16px;
}
.more, .more a{
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	margin:0 0 10px 0;
	display:block;
}
.name, span.name{
	font-style:italic;
	font-size:15px;
	margin-top:2px;
	display:block;
	color:#669933;
}
.show-more, .show-less{
	background:url(../images/site/arrow-more.png) no-repeat left .3em;
	padding:0 0 20px 16px;
	margin:-7px 0 10px 0;
	border-bottom:1px solid #e1e2dc;
}
.show-less{
	background:url(../images/site/arrow-less.png) no-repeat left .3em;
}
.more-content p, .hide{
	display:none;
	padding:0;
	margin:0;
}

/*PHOTO STYLES*/
.image-left{
	float:left;
	margin:5px 20px 10px 0;
}
.image-right{
	float:right;
	margin:5px 0 10px 20px;
}
#right-column .image-right{
	float:right;
	margin:5px 0 5px 5px;
}
.image-sidebar{
	margin:10px 0 0 0;
	max-width:260px;
}
.image-adjustment img{
	margin-top:15px;	
}
.image-clear{
	margin-bottom:20px;	
}

/*LAYOUT*/
#gardens-wrapper{
	width:958px;
	margin-left:auto;
	margin-right:auto;
	text-align:left;
}
#content{
	float:left;
	width:890px; /*958px*/
	padding:10px 34px 38px 34px;
	background:url(../images/site/bg-content.png) repeat-y;
}
#left-column{
	float:left;
	width:600px;
	margin:20px 30px 0 0;
}
#right-column{
	float:left;
	width:260px;
	margin:20px 0 0 0;
}
#full-column{
	float:left;
	width:890px;
	margin:0;
}
#footer-wrapper{
	float:left;
	width:958px;
	background:url(../images/site/bg-footer-top.png) no-repeat top;
	clear:both;
	padding-bottom:30px;
}

/*HEADER*/
#header{
	float:left;
	width:950px;
	padding:0 4px;
	height:128px;
	background:url(../images/site/bg-header.png) no-repeat;
}
#header .logo{
	float:left;
	width:388px;
	height:73px;
	margin:6px 0 9px 0;
}
#header .links{
	float:right;
	width:390px;
	font:normal 11px Verdana, Geneva, sans-serif;
	text-transform:uppercase;
	color:#fff;
	text-align:right;
	margin:15px 0 0 0;
}
#header .links a{
	color:#fff;
}
#header .links a:hover{
	color:#ffed9f;
}
#header .links .button {
	display: inline;
	font-size: 11px;
	padding: 8px 20px;
	background: #fccc0a;
	color: #396312;
}
#header .links .button:hover {
	background: #ffed9f;
	color: #396312;
}
#header .search{
	float:right;
	width:290px;
	height:32px;
	margin:18px 0 0 0;
	padding:0;
	background:url(../images/site/bg-search.png) no-repeat;
}
#header .search .search-input{
	float:left;
	padding:0;
	margin:5px 0 0 32px;
	.margin-top:7px;
	border:none;
	outline:none;
	height:22px;
	width:216px;
	background:#f0f1ea;
	color:#567735;
	font:13px Verdana, Geneva, sans-serif;
}
#header .search .search-go{
	float:right;
	padding:0 8px;
	margin:0;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	border:none;
	outline:none;
	color: #fff;
	background: #557f2a;
	height: 32px;
}

/*FOOTER*/
#footer-wrapper .footer{
	float:left;
	width:950px;
	margin:0 4px 0 4px;
	padding:28px 0;
	background:url(../images/site/bg-footer-bottom.png) repeat-x bottom;
	font:normal 14px Georgia, "Times New Roman", Times, serif;
	color:#6e7842;
}
#footer-wrapper .footer a{
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	color:#6e7842;
}
#footer-wrapper .footer a:hover{
	color:#006ca8;
}
#footer-wrapper .footer .left{
	float:left;
	width:400px;
}
#footer-wrapper .footer .right{
	float:left;
	width:550px;
	text-align:right;
}

/*NAVIGATION*/
#header #navigation-global{
	float:left;
	width:950px;
	height:40px;
	margin:0;
	clear:both;
	background:url(../images/site/bg-nav-global.png) no-repeat bottom;
}
#header #navigation-global ul li{
	float:left;
	height:40px;
}
#header #navigation-global ul li a{
	float:left;	
	display:block;
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	color:#fff;
	padding:12px 11px 0 10px;
	height:28px; /*40px*/
	background:url(../images/site/divider-nav.png) no-repeat right;
}
#header #navigation-global ul li a:hover{
	color:#ffed9f;
}
#header #navigation-global ul #tab1 a{
	width:42px;
	padding-left:30px;
}
#header #navigation-global ul #tab2 a{
	width:102px;	
}
#header #navigation-global ul #tab3 a{
	width:87px;	
}
#header #navigation-global ul #tab4 a{
	width:125px;	
}
#header #navigation-global ul #tab5 a{
	width:155px;	
}
#header #navigation-global ul #tab6 a{
	width:82px;	
}
#header #navigation-global ul #tab7 a{
	width:87px;	
}
#header #navigation-global ul #tab8 a{
	width:62px;
	padding-right:31px;
	background:none;
}
/*highlight Home tab*/
#section-home #header #navigation-global ul #tab1{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
}
#section-home #header #navigation-global ul #tab1 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
	padding-left:20px;
	padding-right:21px;
}
/*highlight Visit tab*/
#section-visit #header #navigation-global ul #tab2{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-visit #header #navigation-global ul #tab2 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight Gardens tab*/
#section-gardens #header #navigation-global ul #tab3{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-gardens #header #navigation-global ul #tab3 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight Happening tab*/
#section-happening #header #navigation-global ul #tab4{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-happening #header #navigation-global ul #tab4 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight Collections tab*/
#section-collections #header #navigation-global ul #tab5{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-collections #header #navigation-global ul #tab5 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight Learn tab*/
#section-learn #header #navigation-global ul #tab6{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-learn #header #navigation-global ul #tab6 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight Involved tab*/
#section-involved #header #navigation-global ul #tab7{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-involved #header #navigation-global ul #tab7 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
}
/*highlight About tab*/
#section-about #header #navigation-global ul #tab8{
	background:url(../images/site/bg-nav-tab-left.png) no-repeat left top;
	margin-left:-1px;
}
#section-about #header #navigation-global ul #tab8 a{
	background:url(../images/site/bg-nav-tab-right.png) no-repeat right top;
	color:#669933;
	padding-left:20px;
	padding-right:22px;
}

/*BREADCRUMBS*/
#breadcrumbs{
	float:left;
	width:890px;
	padding:5px 0 13px 0;
	background:url(../images/site/divider-breadcrumbs.png) repeat-x bottom;
}
#breadcrumbs ul li{
	float:left;
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#669933;
}
#breadcrumbs a{
	font:normal 11px Georgia, "Times New Roman", Times, serif;
	background:url(../images/site/arrow-gray.png) no-repeat right;
	padding:0 11px 0 0;
	margin:0 5px 0 0;
}

/*MAIN CONTENT*/
#main-content{
	float:left;
	width:600px;	
}
#main-content p, #full-content p{
	line-height:23px;
}
#main-content ul{
	margin:15px 0 0 0;
	padding:0;
}
#main-content ul li{
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	padding:4px 0 4px 8px;
	margin:0;
	background:url(../images/site/arrow-gray.png) no-repeat 0 .9em;
	line-height:17px;
	height:1%; /*fix for IE*/
}
#main-content ol{
	margin:15px 0 0 20px;
	list-style:decimal;
}
#main-content ol li{
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	padding:4px 0;
	margin:0;
	line-height:17px;
	height:1%; /*fix for IE*/
}
#full-column #main-content{
	width:460px;
	margin-right:30px;
}
#full-content{
	float:left;
	width:890px;
}

/*LEFT COLUMN FEATURES*/
#main-features, #bottom-features{
	float:left;
	width:600px;
	/*border-top:1px solid #e1e2dc;*/
	background:url(../images/site/divider-content.png) repeat-x;
	margin:20px 0 0 0;
	padding:10px 0 0 0;
}
#full-column #bottom-features{
	width:460px;
}
.divider-features{
	background:url(../images/site/divider-content.png) repeat-x;
	margin:20px 0 0 0;
	padding:5px 0 0 0;
}
.module{
	float:left;
	width:600px;
	margin:10px 0 0 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #e1e2dc;
}
.row{
	float:left;
	width:600px;
}
.row .module{
	float:left;
	width:290px;
	margin:15px 0 0 0;
	border:none;
	padding:0;
}
.module-full{
	width:600px !important;
}
.row .left{
	margin-right:20px;
}
#main-features p, #main-features ul li{
	color:#393939;
	font:normal 11px Verdana, Geneva, sans-serif;
	line-height:16px;
	margin:5px 0 10px 0;
}
#main-features ul li{
	padding:4px 0 4px 8px;
	margin:0;
	background:url(../images/site/arrow-gray.png) no-repeat 0 .9em;
	height:1%; /*fix for IE*/
}
#bottom-features p{
	color:#61625e;
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	margin:5px 0 20px 0;
	line-height:21px;
}
#bottom-features ul{
	margin:10px 0;
	padding:0;
}
#bottom-features ul li{
	font:normal 13px Georgia, "Times New Roman", Times, serif;
	color:#61625e;
	padding:4px 0 4px 8px;
	margin:0;
	background:url(../images/site/arrow-gray.png) no-repeat 0 .9em;
	line-height:19px;
	height:1%; /*fix for IE*/
}
#bottom-features .inside-features h4{
	font:bold 16px Georgia, "Times New Roman", Times, serif;
	margin:7px 0 20px 0;
}

/*RIGHT COLUMN FEATURES*/
#right-features p, #right-features-global p{
	color:#61625e;
	font:10px Verdana, Geneva, sans-serif;
	line-height:15px;
	margin:7px 0 15px 0;
}
#right-features blockquote, #right-features blockquote p{
	color:#61625e;
	font:10px Verdana, Geneva, sans-serif;
	line-height:15px;
	margin:20px 0 10px 0;
}
#right-features{
	width:260px;
	background:none;
	margin:0;
}
#right-features .module{
	width:260px;
	padding:0 0 10px 0;
	margin:20px 0 0 0;
}
#right-features .sub-modules, #bottom-features .sub-modules{
	border-bottom:none;	
}
#bottom-features .sub-modules .name{
	margin-bottom:5px;
	font-style:italic;
}
#right-features .sub-modules .more, #bottom-features .sub-modules .more{
	padding:0 0 20px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #e1e2dc;
}
#full-column #right-features, #full-column #right-features .module{
	float:left;
	width:400px;
}
#right-features ul{
	margin:10px 0 5px 0;
	padding:0;
}
#right-features ul li{
	font:normal 10px Verdana, Geneva, sans-serif;
	line-height:14px;
	padding:4px 0 4px 8px;
	margin:0;
	background:url(../images/site/arrow-gray.png) no-repeat 0 .9em;
	height:1%; /*fix for IE*/
}
#right-features .name{
	font-style:italic;
	font-weight:bold;
	margin:6px 0 0 0;
}
#right-features-global .module{
	float:left;
	width:230px;
	padding:15px 15px 5px 15px;
	background:#f0f1ea;
	border-bottom:1px solid #e1e2dc;
	margin:0 0 3px 0;
}
#right-features-global h3{
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	color:#557f2a;
	text-align:center;
	margin:0 0 15px 0;
	padding:0;
	text-transform:uppercase;
	letter-spacing:2px;
	background:none;
	border:none;
}
#right-features-global h3 a{
	color:#557f2a;	
}
#right-features-global h3 a:hover{
	color:#006ca8;	
}
#connect p{
	color:#669933;
	font:bold 11px Verdana, Geneva, sans-serif;
}
#connect ul{
	margin:0 0 18px 0;
}
#connect li a{
	display:block;
	font:bold 10px Verdana, Geneva, sans-serif;
	width:192px; /*230*/
	padding:8px 8px 8px 30px;
	margin:2px 0 0 0;
	background:#fcfcfb;
	clear:both;
}
#connect li a.share-facebook{
	background:#fff url(../images/site/icon-facebook.png) no-repeat 4px 4px;
}
#connect li a.share-youtube{
	background:#fff url(../images/site/icon-youtube.png) no-repeat 4px 4px;
}
#connect li a.share-flickr{
	background:#fff url(../images/site/icon-flickr.png) no-repeat 4px 4px;
}
#connect li a.share-twitter{
	background:#fff url(../images/site/icon-twitter.png) no-repeat 4px 4px;
}
#connect li a.share-pinterest{
	background:#fff url(../images/site/icon-pinterest.png) no-repeat 4px 4px;
}
#connect li a.share-newsletter{
	background:#fff url(../images/site/icon-email.png) no-repeat 4px 4px;
}
#connect li a.share-instagram{
	background:#fff url(../images/site/icon-instagram.png) no-repeat 4px 4px;
}
#connect li a.share-facebook:hover{
	background:#669933 url(../images/site/icon-facebook.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-youtube:hover{
	background:#669933 url(../images/site/icon-youtube.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-flickr:hover{
	background:#669933 url(../images/site/icon-flickr.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-twitter:hover{
	background:#669933 url(../images/site/icon-twitter.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-pinterest:hover{
	background:#669933 url(../images/site/icon-pinterest.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-newsletter:hover{
	background:#669933 url(../images/site/icon-email.png) no-repeat 4px 4px;
	color:#fff;
}
#connect li a.share-instagram:hover{
	background:#669933 url(../images/site/icon-instagram.png) no-repeat 4px 4px;
	color:#fff;
}
#right-features-global .more a{
	display:block;
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	width:230px;
	text-align:center;
	padding:10px 0;
	margin:10px 0 0 0;
	background:#fcfcfb;
	clear:both;
}
#right-features-global .more a:hover{
	background-color:#669933;
	color:#fff;
}
/* FLICKR BADGE: Images are wrapped in divs classed "flickr_badge_image" with ids "flickr_badge_imageX" where "X" is an integer specifying ordinal position.*/
#flickr_badge_uber_wrapper {width:230px; float:left;}
#flickr_badge_wrapper {padding:0; float:left; width:230px;}
.flickr_badge_image {margin:0 10px 10px 0; float:left; width:70px; height:70px; overflow:hidden;}
#flickr_badge_image3, #flickr_badge_image6 {margin:0 0 10px 0;}
.flickr_badge_image img {border: none;}
#flickr_badge_source {text-align:left; margin:0 10px 0 10px;}
#flickr_badge_icon {float:left; margin-right:5px;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}

/*SECTION NAVIGATION MODULE*/
#navigation-section{
	padding:5px 0;
	margin:0 0 3px 0;
	width:260px;
	background:#f0f1ea;
	border-bottom:1px solid #e1e2dc;
}
#navigation-section ul li a{
	display:block;
	padding:6px 0 6px 8px;
	margin:0 15px;
	background:url(../images/site/arrow-gray.png) no-repeat 0 .9em;
	font:bold 11px Georgia, "Times New Roman", Times, serif;
	line-height:13px;
}
.subsection-1 #navigation-section ul li.subsection-1, .subsection-2 #navigation-section ul li.subsection-2, .subsection-3 #navigation-section ul li.subsection-3, .subsection-4 #navigation-section ul li.subsection-4, .subsection-5 #navigation-section ul li.subsection-5, .subsection-6 #navigation-section ul li.subsection-6, .subsection-7 #navigation-section ul li.subsection-7, .subsection-8 #navigation-section ul li.subsection-8, .subsection-9 #navigation-section ul li.subsection-9, .subsection-10 #navigation-section ul li.subsection-10, .subsection-11 #navigation-section ul li.subsection-11, .subsection-12 #navigation-section ul li.subsection-12, .subsection-13 #navigation-section ul li.subsection-13, .subsection-14 #navigation-section ul li.subsection-14, .subsection-15 #navigation-section ul li.subsection-15, .subsection-16 #navigation-section ul li.subsection-16, .subsection-17 #navigation-section ul li.subsection-17, .subsection-18 #navigation-section ul li.subsection-18, .subsection-19 #navigation-section ul li.subsection-19, .subsection-20 #navigation-section ul li.subsection-20{
	background:#669933 url(../images/site/bg-nav-arrow.png) no-repeat left center;
	margin-left:-6px;
	padding-left:6px;
}
.subsection-1 #navigation-section ul li.subsection-1 a, .subsection-2 #navigation-section ul li.subsection-2 a, .subsection-3 #navigation-section ul li.subsection-3 a, .subsection-4 #navigation-section ul li.subsection-4 a, .subsection-5 #navigation-section ul li.subsection-5 a, .subsection-6 #navigation-section ul li.subsection-6 a, .subsection-7 #navigation-section ul li.subsection-7 a, .subsection-8 #navigation-section ul li.subsection-8 a, .subsection-9 #navigation-section ul li.subsection-9 a, .subsection-10 #navigation-section ul li.subsection-10 a, .subsection-11 #navigation-section ul li.subsection-11 a, .subsection-12 #navigation-section ul li.subsection-12 a, .subsection-13 #navigation-section ul li.subsection-13 a, .subsection-14 #navigation-section ul li.subsection-14 a, .subsection-15 #navigation-section ul li.subsection-15 a, .subsection-16 #navigation-section ul li.subsection-16 a, .subsection-17 #navigation-section ul li.subsection-17 a, .subsection-18 #navigation-section ul li.subsection-18 a, .subsection-19 #navigation-section ul li.subsection-19 a, .subsection-20 #navigation-section ul li.subsection-20 a{
	color:#fff;
	background:none;
	padding-left:0px;
}

/*TABLES - some legacy classes from old site*/
.table-info{
	margin:0;	
}
.table-info table{
	border-bottom:1px solid #e1e2dc;
	padding-bottom:15px;
}
.table-info p, #bottom-features .table-info p{
	margin:0;
	padding:0 0 15px 0;
}
.style2{
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	color:#669933;	
}
.table-info .headline{
	margin:15px 0 10px 0;
	font:normal 15px Georgia, "Times New Roman", Times, serif;
	color:#669933;
}
.table-info h4{
	margin:5px 0 0 0;
	padding:0 0 10px 0;
	font-size:12px;
	font-weight:normal;
}
.list-style h3{
	margin-top:20px;
	padding-top:10px;
	border-top:1px solid #e1e2dc;
}
.list-style h3:first-child{
	border:none;
	margin-top:0;
	padding-top:0;
}

/*SLIDESHOW*/
.slideshow{
	float:left;
	width:600px;
	height:360px;
	position:relative;
}
.slideshow-internal{
	margin:20px 0;
}
.slideshow .text{
	float:left;
	position:absolute;
	right:10px;
	bottom:10px;
	width:430px;
	background:url(../images/site/bg-slideshow-overlay.png);
	padding:10px 15px 15px 15px;
	z-index:20;
}
.slideshow h1{
	font:bold 20px Georgia, "Times New Roman", Times, serif;
	margin:0;
	padding:0;
}
#content-header .slideshow p{
	font:12px Verdana, Geneva, sans-serif;
	margin-top:3px;
	margin-bottom:0px;
	line-height:16px;
}
.slideshow .photos{
	float:left;
	width:600px;
	height:360px;
	z-index:10;
}
#right-features .slideshow{
	width:260px;
	height:auto;
}
#right-features .slideshow .photos{
	width:260px;
	height:160px;
	margin-bottom:10px;
}

/*Photo Montage*/
.photo-montage{
	float:left;
	width:600px;
	text-align:center;
}

/*HOMEPAGE RULES*/
#section-home #breadcrumbs, #section-home #subnavigation-wrapper{
	display:none;	
}
#section-home #main-features{
	background:none;
	padding:0px;
	margin:5px 0 0 0;
}

/*Turn Off Nav in Wide Template*/
.nonav #navigation-section{
	display:none;		
}

/*ADD This*/
.addthis_toolbox{
	padding-top:5px;	
}

/*Blog Feed*/
#blog-feed .gf-title{
	overflow:visible;
	height:auto;
	font:bold 13px/17px Georgia, "Times New Roman", Times, serif;
	color:#006ca8;
	margin:0;
	padding:0;
}
#blog-feed .gf-title a{
	color:#006ca8;
}
#blog-feed .gf-title a:hover{
	color:#676767;
}
#blog-feed .gf-snippet{
	color:#61625e;
	font:10px Verdana, Geneva, sans-serif;
	line-height:15px;
	margin:5px 0 0 0;
}
#blog-feed .gf-relativePublishedDate{
	color:#669933;
	font:11px Verdana, Geneva, sans-serif;
	margin:7px 0 0 0;
	text-transform:uppercase;
}
#blog-feed .gf-result{
	border:none;
	padding:0;
	margin:0;
}
#blog-feed .gfc-resultsHeader{
	display:none;
}
#blog-feed .gf-author, #blog-feed .gf-spacer{
	display:none;	
}


/****************************************/
/*LET'S MOVE FEATURE PAGE - May, 2012*/
#feature-layout{
	float:left;
	width:600px;
}
.lets-move #feature-layout{
	background:url(../images/letsmove-bg-top.png) no-repeat top;
}
.lets-move #footer-wrapper{
	background:url(../images/letsmove-bg-footer-top.png) no-repeat top;
	margin-top:-245px;
}
.lets-move #footer-wrapper .footer{
	padding-top:272px;
}
#feature-layout #main-content{
	width:450px;	
}
.lets-move h1{
	font-size:26px;	
}
.slideshow-flickr{
	margin-top:20px;
	border:5px solid #669933;
	z-index:500;
	position:relative;
}
#slideshow-features{
	float:left;
	width:600px;
	height:140px;
}
#slideshow-features .module, #sidebar .module{
	border-bottom:none;
	margin:0;
	padding:10px 0 5px 0;
}
.lets-move #slideshow-features .module{
	background:#fff url(../images/letsmove-bg-top.png) no-repeat;
	zoom:1;
}
#slideshow-features .module p, #sidebar .module p{
	font:10px Verdana, Geneva, sans-serif;
	line-height:15px;
	margin-top:3px;
}
#slideshow-features .module h4, #sidebar .module h4{
	font:bold 13px Georgia, "Times New Roman", Times, serif;
	line-height:18px;
}
#slideshow-features .module .left{
	float:left;
	width:320px;
	margin-right:10px;
}
#slideshow-features .module .right{
	float:left;
	width:250px; /*270*/
	padding:0 0 0 20px;
}
#slideshow-features .module .right .number, #sidebar .module .number{
	float:left;
	width:125px;
	text-align:center;
	font:13px Georgia, "Times New Roman", Times, serif;
	color:#fff;
}
#slideshow-features .module .right .number span, #sidebar .module .number span{
	display:block;
	color:#ffe887;
	font:normal 45px Georgia, "Times New Roman", Times, serif;
	margin-bottom:3px;
}
#slideshow-features .module .right img{
	float:left;
}
/*sidebar*/
#feature-layout #sidebar{
	float:left;
	width:135px; /*150*/
	padding:0 15px 0 0;
}
#feature-layout #sidebar .module{
	float:left;
	width:135px;
}
.lets-move #sidebar .module{
	border-bottom:none;
	background:url(../images/letsmove-foot.png) no-repeat top right;
	margin-bottom:10px;
}
.lets-move #sidebar .module .number{
	float:right;
	width:75px;
	text-align:center;
	margin:23px 15px 0 0;
}
.lets-move #sidebar .module .number span{
	font:normal 25px Georgia, "Times New Roman", Times, serif;
}
.lets-move #sidebar .module h4{
	clear:both;
	margin-top:45px;
	.margin-top:10px;
	padding:0;
}


/****************************************/
/*ORCHIDS OF LATIN AMERICA FEATURE PAGE, DECEMBER 2012, UPDATED MARCH 2013*/
.orchids-la{
	background:#e8e9df url(../images/orchid-exhibition/orchids-bg.png) no-repeat 53% top;
}
.orchids-la #content{
	background:url(../images/site/bg-content-transparent.png) repeat-y;
}
.orchids-la .header{
	width:890px;
	float:left;
}
.orchids-la .title{
	width:260px;
	float:left;
	background:#38346a;
	margin-right:5px;
}
.orchids-la .title div{
	width:230px; /*260*/
	height:53px; /*60*/
	padding:7px 15px 0 15px;
	font:normal 10px/14px Verdana, Geneva, sans-serif;
	color:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
}
.orchids-la h2{
	font:bold 13px/16px Verdana, Geneva, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}
.orchids-la .slideshow{
	width:625px;
	float:left;
}
.orchids-la .slideshow .text{
	font:normal 11px/13px Verdana, Geneva, sans-serif;
	color:#33180d;
	text-align:center;
	left:485px;
	top:240px;
	height:97px; /*127*/
	width:97px; /*127*/
	padding:15px 15px;
	background:url(../images/orchid-exhibition/orchids-watchlist-bg.png) no-repeat;
	border:none;
	text-shadow: 1px 1px 0px #ffe7b7;
}
.orchids-la #full-content .slideshow h3{
	font:bold 16px/18px Georgia, "Times New Roman", Times, serif;
	padding:2px 0 0 0;
	margin:0;
	border:none;
}
.orchids-la .full-column{
	float:left;
	width:830px; /*890*/
	margin:5px 0 0 0;
	padding:0 30px 30px 30px;
}
.orchids-la .left-column{
	float:left;
	width:620px; /*625*/
	margin:5px 5px 0 0;
	padding:0;
	background:#f0f1ea;
}
.orchids-la #full-content p.intro{
	font:normal 15px/25px Georgia, "Times New Roman", Times, serif;
	color:#33180d;
	-webkit-font-smoothing: antialiased;
}
.orchids-la #full-content p.intro .highlight{
	font-size:25px;
	color:#b95730;
	text-transform:uppercase;
}
.orchids-la .left-column .module{
	width:560px;
	margin:0;
	padding:10px 30px 30px 30px;
	border-bottom:5px solid #fff;
}
.orchids-la #full-content .left-column h3{
	font:normal 30px/27px Georgia, "Times New Roman", Times, serif;
	color:#6c9773;
	text-transform:uppercase;
	margin:4px 0 0 0;
	padding:10px 0 30px 110px;
	border:none;
	-webkit-font-smoothing: antialiased;
	background:url(../images/orchid-exhibition/orchids-passport-logo.png) no-repeat top left;
	position:relative;
}
.orchids-la #full-content .left-column #questions h3{
	background:url(../images/orchid-exhibition/orchids-questions-logo.png) no-repeat top left;
	padding-left:150px;
}
.orchids-la #full-content .left-column h3 span{
	display:block;
	font:normal 21px Verdana, Geneva, sans-serif;
	color:#b95730;
	margin-top:3px;
}
.orchids-la #full-content .left-column h3 span.big-number{
	font:normal 80px/83px Georgia, "Times New Roman", Times, serif;
	position:absolute;
	top:-18px;
	left:100px;
}
/*Map of South America*/
.orchids-la .left-column #passport{
	background:url(../images/orchid-exhibition/orchids-passport-bg.png) no-repeat bottom;
}
.orchids-la .left-column .text{
	float:left;
	width:151px;
	padding-top:5px;
	padding-right:5px;
}
.orchids-la #full-content .left-column .text p{
	font:normal 14px/18px Georgia, "Times New Roman", Times, serif;
	color:#33180d;
	-webkit-font-smoothing: antialiased;
}
.orchids-la .left-column .map{
	float:left;
	width:404px;
	padding:5px 0 0 0;
	position:relative;
}
.orchids-la #full-content .left-column .map h5{
	position:absolute;
	font:bold 13px/16px Georgia, "Times New Roman", Times, serif;
	padding:2px 0 0 0;
	margin:0;
	border:none;
	color:#33180d;
	text-align:center;
	left:250px;
	top:228px;
	border:none;
	text-shadow: 1px 1px 0px #ffe7b7;
	text-transform:none;
}
/*right column boxes*/
.orchids-la .right-column{
	width:260px;
	float:left;
	margin:5px 0 0 0;
}
.orchids-la .right-column a:link, .orchids-la .right-column a:visited{ 
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}
.orchids-la .right-column a:hover{
	color:#fff;
	text-decoration:underline;
}
.orchids-la .right-column .module{
	float:left;
	width:220px; /*260*/
	padding:15px 20px 18px 20px;
	margin:0 0 5px 0;
	color:#fff;
	-webkit-font-smoothing: antialiased;
}
.orchids-la .right-column .blue{
	background:#38346a url(../images/orchid-exhibition/orchids-sidebar-bg-blue.png) no-repeat top left;
	border-bottom:1px solid #302c5a;
	text-shadow: 1px 1px 0px #302c5a;
}
.orchids-la .right-column .green{
	background:#38346a url(../images/orchid-exhibition/orchids-sidebar-bg-green.png) no-repeat;
	border-bottom:1px solid #567c5b;
	text-shadow: 1px 1px 0px #527357;
	background-position:left -96px;
}
.orchids-la .right-column .orange{
	background:#38346a url(../images/orchid-exhibition/orchids-sidebar-bg-orange.png) no-repeat;
	border-bottom:1px solid #e39210;
	text-shadow: 1px 1px 0px #be7500;
	background-position:left -309px;
}
.orchids-la .right-column .brown{
	background:#38346a url(../images/orchid-exhibition/orchids-sidebar-bg-brown.png) no-repeat;
	border-bottom:1px solid #af4a29;
	text-shadow: 1px 1px 0px #974727;
	background-position:left -490px;
}
.orchids-la #full-content .right-column h3{
	font:bold 16px/20px Georgia, "Times New Roman", Times, serif;
	text-transform:uppercase;
	color:#fff;
	letter-spacing:1px;
	text-align:center;
	border:none;
	margin:0;
	padding:0;
}
.orchids-la #full-content .right-column h5{
	font:normal 14px/17px Georgia, "Times New Roman", Times, serif;
	text-transform:none;
	color:#fff;
	margin:15px 0 0 0;
}
.orchids-la #full-content .right-column p{
	font:normal 12px/16px Verdana, Geneva, sans-serif;
	color:#fff;
	margin:10px 0 0 0;
}
.orchids-la #full-content .right-column p.details{
	font:bold 11px/13px Verdana, Geneva, sans-serif;
	color:#dbf5db;
	margin:0;
}
.orchids-la #full-content .right-column p.more{
	margin:15px 0 0 0;
}
.orchids-la #full-content .right-column p.more a{
	font:bold 11px/13px Verdana, Geneva, sans-serif;
	color:#fff;
	margin:0;
	padding:0;
}
.orchids-la #full-content .right-column .about{
	border:none;
	margin:0;
	padding:0 20px;
}
.orchids-la #full-content .right-column .about p{
	font:normal 10px/15px Verdana, Geneva, sans-serif;
	color:#61625e;
	margin-top:12px;
}
.orchids-la #full-content .right-column .about p.logos{
	text-align:center;
}
.orchids-la #full-content .right-column .about p.logos img{
	margin-right:12px;
}
/***Orchids virtual tour***/
.orchids-la #virtual-tour{
	background:#f0f1ea url(../images/orchid-exhibition/orchids-tour-bg.png) no-repeat bottom;
	position:relative;
}
.orchids-la #virtual-tour .map{
	width:830px;
	margin-top:20px;
	position:relative;
}
.orchids-la #virtual-tour .map a.map-point{
	display:block;
	width:33px;
	height:33px;
	background:url(../images/orchid-exhibition/orchids-tour-point.png) no-repeat;
	position:absolute;
	cursor:pointer;
}
.orchids-la #virtual-tour a.map-point:hover{
	background:url(../images/orchid-exhibition/orchids-tour-point.png) no-repeat -33px 0;
}
.orchids-la #virtual-tour .map a.map-point span{
	display: none;
}
/*map virtual tour detail box*/
.orchids-la #virtual-tour .detail-box{
	display:none;
	width:870px;
	height:440px;
	position:absolute;
	top:10px;
	left:10px;
	overflow:hidden;
	background:#f0f1ea;
	border:1px solid #fff;
	box-shadow: 0px 0px 3px #33180d; /*outer glow on overlay box*/
}
.orchids-la #virtual-tour .detail-box a.detail-close{
	background:url(../images/orchid-exhibition/orchids-tour-close.png) no-repeat;
	width:26px;
	height:26px;
	display:block;
	position:absolute;
	top:0px;
	right:0;
	cursor:pointer;
}
.orchids-la #virtual-tour .detail-box a.detail-close:hover{
	background:url(../images/orchid-exhibition/orchids-tour-close.png) no-repeat -26px 0;
}
.orchids-la #virtual-tour .detail-box .english, .orchids-la #virtual-tour .detail-box .spanish{
	float:left;
	width:280px;
	height:440px;
	overflow:scroll;
}
.orchids-la #virtual-tour .detail-box .spanish{
	width:278px;
}
.orchids-la #full-content  #virtual-tour .detail-box h3{
	border:none;
	padding:0;
	margin:0;
	background:#b95731;
	font:bold 15px Arial, sans-serif;
	padding:10px;
	color:#fff;
}
.orchids-la #full-content  #virtual-tour .detail-box .spanish h3{
	padding-right:30px;
}
.orchids-la #virtual-tour .detail-box p{
	padding:10px;
	margin:0;
	font:normal 13px/18px Arial, sans-serif;
	color:#33180d;
}
.orchids-la #virtual-tour .detail-box .photos{
	float:left;
	width:298px; /*320*/
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	height:430px;
	padding:10px 0 0 10px;
	background:#f1af2d;
}
.orchids-la #virtual-tour .detail-box .photo-full{
	width:850px;
	height:420px;
	padding:10px;
	background:#f1af2d;
}
/*Modal box*/
#overlay {
    position: fixed; 
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4f4c4b;
    opacity: 0.6;
    filter: alpha(opacity=60);
	z-index:150;
}
#modal {
    position:absolute;
	z-index:200;
}
#modal-content {
    background:#f0f1ea url(../images/orchid-exhibition/orchids-modal-bg.png) no-repeat bottom left;
	border:1px solid #fff;
	float:left;
	width:100%;
}
#modal-close {
    position:absolute;
    background:url(../images/orchid-exhibition/orchids-tour-close.png) no-repeat 0 0;
    width:26px;
    height:26px;
    display:block;
    text-indent:-9999px;
    top:0px;
    right:-1px;
}
#modal-close:hover {
    background:url(../images/orchid-exhibition/orchids-tour-close.png) no-repeat -26px 0;
}
.modal-content{
	text-align:left;
}
.modal-content .title-bar{
	background:#658d6b;
	padding:15px 30px;
}
.modal-content h1{
	color:#f0f1ea;
	font:normal 26px/25px Georgia, serif;
	text-shadow: 1px 1px 0px #48644c;
	-webkit-font-smoothing: antialiased;	
}
.modal-content h2{
	color:#dbf5db;
	font:normal 19px/25px Georgia, serif;
	text-shadow: 1px 1px 0px #48644c;
	margin-top:5px;
	-webkit-font-smoothing: antialiased;	
}
.modal-content .content{
	padding:10px 30px 0px 30px;
}
.modal-content .photos{
	float:right;
	margin:20px 0 20px 20px;
	width:290px;
}
.modal-content .photos img{
	margin-bottom:10px;
}
.modal-content p{
	color:#33180d;
	font:normal 14px/23px Georgia, serif;	
}
/*Passport content*/
.modal-passport .content{
	padding:15px 0 0 15px;
	overflow:auto;
}
.modal-passport .title-bar{
	background:#b95730 url(../images/orchid-exhibition/orchids-passport-title-bg.png) no-repeat top left;
	padding:15px 30px 15px 100px;
}
.modal-passport .photo-module{
	background:#fefff8;
	float:left;
	margin:0 15px 15px 0;
	padding:5px;
	width:290px;
	-webkit-font-smoothing: antialiased;
}
.modal-passport .photo-module h5{
	color:#b95730;
	font:normal 11px Verdana, sans-serif;
	padding-bottom:5px;
}
.modal-passport .photo-module h5 span{
	color:#658d6b;
}
.modal-passport .photo-module h3{
	color:#658d6b;
	margin:0;
	padding:0;
	margin-top:5px;
	padding-bottom:5px;
	text-transform:none;
	letter-spacing:0px;
	font:normal 18px Georgia, serif;
}
/*Orchid Questions Videos*/
.orchids-la #full-content .left-column #questions .experts, .orchids-la #full-content .left-column #questions #videos {
	float:left;
	clear:both;
	width:560px;
	padding-top:10px;
}
.orchids-la #full-content .left-column #questions #videos {
	padding-top:15px;
}
.orchids-la #full-content .left-column #questions h4{
	font:normal 18px/18px Georgia, serif;
	color:#b75c2d;
	text-transform:uppercase;
	margin:0 0 15px 0;
	padding:0;
	-webkit-font-smoothing: antialiased;
}
.orchids-la #full-content .left-column #questions .experts{
	float:left;
	width:560px;
}
.orchids-la #full-content .left-column #questions .module{
	float:left;
	width:108px; /*186*/
	height:68px; /*80*/
	border:none;
	margin:0;
	padding:12px 0 0 78px;
}
.orchids-la #full-content .left-column #questions h5{
	font:bold 13px/16px Georgia, serif;
	color:#33180d;
	margin:0;
	padding:0;
	text-transform:none;
}
.orchids-la #full-content .left-column #questions p{
	font:normal 12px/16px Georgia, serif;
	color:#33180d;
	margin:0;
	padding:0;
}
.orchids-la #full-content .left-column #questions #left-tabs{
	float:left;
	width:159px;
	border-top:1px solid #cfcfc9;
	border-bottom:1px solid #fff;	
}
.orchids-la #full-content .left-column #questions #media{
	float:left;
	width:399px;
	border-left:1px solid #cfcfc9;
	background:#e5e6df;
}
.orchids-la #full-content .left-column #questions #media .ui-tabs-hide{
	display:none;	
}
.orchids-la #full-content .left-column #questions #left-tabs a{
	color:#658d6b;
	display:block;
	font:bold 15px/18px Georgia, serif;
	width:154px;
	height:64px;
	border-bottom:1px solid #cfcfc9;
	border-top:1px solid #fff;
	padding:9px 5px 0 0;
	-webkit-font-smoothing: antialiased;
}
.orchids-la #full-content .left-column #questions #left-tabs a:hover{
	text-decoration:underline;
}
.orchids-la #full-content .left-column #questions #left-tabs li.ui-tabs-active a{
	color:#33180D;
	background:url(../images/orchid-exhibition/orchids-tabs-bg.png) no-repeat;
	border-top:none;	
}
.orchids-la #full-content .left-column #questions #left-tabs li.ui-tabs-active a:hover{
	text-decoration:none;
}

/****************************************/
/*URBAN BIRD HABITAT FEATURE PAGE, JANUARY 2014*/
.urban-bird #main-content{
	background:#2e485d;
	padding:0 20px 20px 20px;
	width:560px;
}
.urban-bird #main-content p, .urban-bird #main-content h3, .urban-bird #main-content h4{
	color:#fff;
}
.urban-bird #main-content p.details{
	font-style:italic;
	line-height:16px;
	font-size:11px;
	clear:both;
	padding-top:30px;
}
.urban-bird .slideshow-internal, .urban-bird .single-photo{
	/*margin-left:-20px;*/
	width:560px;
	height:auto;
}
.urban-bird #main-content a{
	color:#2688da;	
}
.urban-bird #main-content a:hover{
	color:#fff;	
}
.urban-bird .row .left{
	margin-right:0;
}

/*Buttons*/
a.button, input.button {
	font-size: 17px;
	text-transform:uppercase;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:#598231;
	color:#fff;
	border-radius:3px;
	padding:12px 40px;
	display:inline-block;
	text-align:center;
	margin-top:20px;
	border: 0;
	cursor: pointer;
}
a.button:hover, input.button:hover {
	background: #67983a;
	text-decoration: none;
}

/* Page title overlay */
.title-overlay {
	position: relative;
	clear: both;
	padding-top: 20px;
	text-align: center;
	margin-bottom: 10px;
}
.title-overlay h1 {
	width:840px;
	padding:15px 25px;
	position: absolute;
	top:20px;
	left:0;
	background:rgba(0,0,0,0.2);
	color:#fff;
	text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.6);
}

/* Donate Section */
.form-payment {
	margin: 10px 0 30px 0;
	font: normal 12px Verdana, Geneva, sans-serif;
}
.form-payment .form-section{
	margin-bottom: 20px;
}
.form-confirmation .form-section{
	margin-bottom: 10px;
}
.form-payment input.button {
	font-size: 14px;
	margin-top: 0;
}
.form-confirmation input.button{
	margin-top: 10px;
}
.form-payment label {
	font: normal 11px Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	display: block;
	margin: 10px 0 3px 0;
}
.form-payment .input-text, .form-payment .input-select {
	padding: 5px;
	font-size: 11px;
	width: 300px;
}
.form-payment .input-text.inline {
	width: auto;
}
.form-payment .radio {
	height: 15px;
	font-size: 11px;
}
.error {
	color: red;
}
.form-payment .error {
	text-transform: none;
	margin-top: 3px;
}

/* Sidebar Donate Button */
#module-donate {
	float:left;
	width:230px;
	padding:15px;
	background:#f0f1ea;
	border-bottom:1px solid #e1e2dc;
	margin:0 0 3px 0;
}
#module-donate .button {
	border-radius: 0;
	margin-top: 0;
	display: block;
	font-size: 15px;
	padding: 10px;
}
.no-donate #module-donate {
	display: none;
}

/* Top feature full width slideshow */
#section-home #breadcrumbs {
	display: block;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
#top-features {
	width: 890px;
	height: 500px;
	padding-top: 15px;
}
#top-features .slideshow, #top-features .photos, #top-features .slideshow img {
	width: 890px;
	height: 500px;
}
#top-features .slideshow .text{
	width:535px;
	right: 15px;
	bottom: 15px;
}
#top-features .slideshow p, #breadcrumbs #top-features .slideshow p a {
	font: 12px Verdana, Geneva, sans-serif;
	margin-top: 3px;
	margin-bottom: 0px;
	line-height: 16px;
}
#breadcrumbs #top-features a {
	margin: 0;
	padding: 0;
	background: none;
}
#breadcrumbs #top-features .slideshow h1 a {
	font: bold 20px Georgia, "Times New Roman", Times, serif;
}
