/*
occasionally I use a css/xhtml friendly way to do rollover images
view http://www.simplebits.com/notebook/2003/09/30/accessible_imagetab_rollovers.html
for the method
*/

/* following code a base for the image replacements occuring throughout this site */
.ir {
     background: no-repeat 0 0;
     display: block;
     height/**/:/**/ 0 !important;
     overflow: hidden;
}

.setheight {
	height:500px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.center {
	margin-left:auto;
	margin-right:auto;
}

.clear {
	clear:both;
}

.insetleft {
	float:left;
	margin-right:6px;
}

.insetright {
	float:right;
	margin-left:6px;
}

body {
	background:#57723A;
	padding-top:20px;
	margin:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

a img {
	border:0;
}

#container {
	width:700px;
	text-align:center;
	border:1px solid #000000;
	margin:0px auto;
	background-color:#8d9630;
	padding:0;
}

p {
	font-size:11px;
	color: #444444;
	line-height: 1.4em;
	font-weight:normal;
}

h3 {
	font-weight:normal;
	margin:8px 0 6px 0;
	color:#444444;
}

h4 {
	color:#444444;
	font-size:14px;
	font-weight:normal;
}

li {
	line-height: 1.4em;
}

#header {
	background:#fff0d1;
	padding:0;
	border-bottom:1px solid #000000;
	height:63px;
	background: url(./images/header_bg.jpg) repeat-y;
	margin:0px;
}

#tbc_header {
	height:63px;
	padding:63px 0 0 0;
	width:134px;
	background: url(./images/tbc_logo.jpg);
	float:left;
	margin:0px;
}

#splash_img {
	clear:both;
	border-bottom:1px solid #000000;
	margin:0px;
	padding:0px;
}

#main_nav {
	list-style:none;
	background-color:#8d9630;
	margin:0px;
	padding:4px 0px 8px 0px;
	border-bottom:1px solid #000000;
	FONT-SIZE:11px;
	COLOR: #444444;
}

#main_nav li {
	display:inline;
	padding:0px;
	list-style:none;
	margin:0px;
}

#main_nav a, #sidenav a {
	font-weight: bold;
	font-size: 11px;
	color:#444444;
	text-decoration:none;
}

#main_nav a {
	padding:8px 8px 9px 4px;
	border-right:1px solid #444444;
	font-weight:normal;
	margin:0px;
}

#main_nav a:hover {
	color:#FFF0D0;
}

#main_nav a.mainnav_sel {
	color:#FFF0D0;
}

#main_nav a.navlast {
	border-right:0px solid #444444;
}

#footer {
	font-size:10px;
	background-color:#3B5A64;
	color:#FFF0D0;
	padding:10px 0;
	margin:0;
	clear:both;
}

#footer a {
	font-size: 10px;
	color: #FFF0D0;
	text-decoration:none;
}

#footer a:hover {
	text-decoration: underline
}

.legal {
	font-size:10px;
	font-style:italic;
}

/*home page*/

#header_home {
	background:#fff0d1;
	padding:0;
	border-bottom:1px solid #000000;
	height:71px;
}

#tbc_home_header, #header_tagline {
	height:71px;
	padding:71px 0 0 0;
	float:left;
	margin:0px;
}

#tbc_home_header {
	width:151px;
	background: url(./images/tbc_logo_home.jpg);
}

#header_tagline {
	width:365px;
	background: url(./images/header_tagline.jpg);
	margin:0 0 0 26px;
}

#header_donate {
	display:block;
	width:97px;
	height:28px;
	float:left;
	margin:24px 0 0 36px;
}

#home_feature_nav {
	list-style:none;
	margin:0px;
	padding:28px 0;
	background:#FFF0D0;
	border-bottom:1px solid #000000;
}

#home_feature_nav li {
	display:inline;
	padding:0;
	list-style:none;
	margin:0px;
}

#home_feature_nav img {
	border:1px solid #000000;
	margin:0 8px 8px 0;
}

#googlesearch {
	padding:10px 0;
	margin:0 auto;
	background:#40616c;
	border-bottom:1px solid #355059;
}

#googlesearch fieldset {
	border:0;
	padding:0;
	margin:0;
}

#sa {
	background:#94b6c2;
}

#searchResults {
	padding:0px 0px 0px 30px;
	background:#FFF0D0;
	border-bottom:1px solid #000000;
	text-align:left;
	border-top:1px solid #FFF0D0;
}

/* subpages */

#pagecontent {
	width:700px;
	margin:0px;
	padding:0px;
	position:relative;
	background:#FFF0D0;
	border-top:1px solid #FFF0D0;
	text-align:left;
	min-height:200px;
}

#maincolumn, #fullcolumn {
	width:420px;
	text-align:left;
	padding:1px 20px 10px 30px;
	border-right:1px solid #cdc1a7;
	margin:0px;
	min-height:200px;
}

#fullcolumn {
	width:650px;
	border:0;
	min-height:0;
}

#maincolumn img, #fullcolumn img {
	border:1px solid #8d9630;
}

#maincolumn img.noborder, #fullcolumn img.noborder {
	border:0px;
}

#maincolumn img.nobordercenter, #fullcolumn img.nobordercenter {
	border:0px;
	text-align:center;
	margin:0 auto;
	display:block;
}

#maincolumn ul, #fullcolumn ul {
	font-size:11px;
	color:#444444;
}

#maincolumn li, #fullcolumn li {
	margin-bottom:5px;
}

#pagecontent a {
	font-size:11px;
	COLOR: #57723A;
	TEXT-DECORATION: underline;
}

#pagecontent a:hover {
	COLOR: #57723A;
	TEXT-DECORATION: none;
}

/* sidenavs */

#sidenav {
	list-style:none;
	padding:10px 0 0 18px;
	margin:0px;
	text-align:left;
	position:absolute;
	width:230px;
	top:0;
	right:0;
}

#sidenav li {
	width:200px;
	padding:0px 0px 0px 1px;
	border-bottom:1px solid #cdc1a7;
	margin:0px;
}

#sidenav a {
	color:#57723A;
	padding:2px 0 3px 10px;
	width:190px;
	display:block;
}

#sidenav a:hover {
	text-decoration:underline;
	color:#3b5a64;
	background:#fffaf0;
}

#sidenav a.sidenav_sel {
	color:#3b5a64;
	text-decoration:none;
}

#sidenav li.sidenavtitle {
	font-size:11px;
	font-weight:bold;
	color:#111111;
	border-bottom:0;
	padding:2px 0 3px 10px;
	width:190px;
	display:block;
}

/* Battery pages */

#timelineList {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #444444;
}

#timelineList dt {
	font-style:italic;
}

#timelineList dd {
	margin-bottom:12px;
}

#monumentsList {
	list-style:none;
	padding:0px;
	margin:0px;
}

#monumentsList li {
	list-style:none;
	margin:0px 0px 30px 0px;
}

#monumentsList ul {
	list-style:none;
	padding:0px;
	margin:0px;
}

#monumentsList li li {
	margin:0px 0px 3px 0;
	padding:0px;
	line-height:120%;
}

.mDName, .mDDate, .mDDesc, .mDDonor, .mDSculptor {
}

.mDName {
	font-size:14px;
}

.mDImg {
	margin-top:4px;
}

/* castle pages and rebuilding pages */

#castle_history_slideshow, #rebuilding_thumblist, #fountain_thumblist, #kiosk_thumblist, ul.thumblist {
	list-style:none;
	padding:0;
	margin:0;
}

#castle_history_slideshow li, #rebuilding_thumblist li, ul.thumblist li {
	display:inline;
	margin:0;
}

#castle_history_slideshow img, #rebuilding_thumblist img, ul.thumblist img {
	display:inline;
	margin:1px 1px;
}

#fountain_thumblist img, #kiosk_thumblist img {
	margin-top:16px;
}

/* conservancy pages */

#opportunitiesList {
	list-style:none;
	padding:0;
	margin:10px 0px 30px 0px;
}

#opportunitiesList li {
	border-bottom:1px solid #877942;
	padding:10px 0px 10px 0px;
}

#opportunitiesList li li {
	border:0;
	padding:0;
}

.jobH4 {
	font-size:14px;
	font-weight:normal;
	
}

#prList, #articleList {
	list-style:none;
}

.pressYear, .trusteesGroup {
	font-size:16px;
	margin:15px 0px;
}

#prList li, #articleList li, #trusteesList li {
	margin:0px 0px 12px 0px;
}

.pressCaption {
	margin:0;
}

#staffList, #staffList ul, #trusteesList, #trusteesList ul {
	list-style:none;
	padding:0;
}

.staffGroup {
	margin:15px 0px 10px 0px;
	font-size:14px;
} 

#trusteesList a {
	color:#444444;
	text-decoration:none;
}

#trusteesList a:hover {
	text-decoration:underline;
}

#p_thumblist {
	list-style:none;
	padding:0px;
	margin:0;
}

#p_thumblist li {
	display:inline;
	margin:0px;
}

#p_thumblist img {
	margin:1px 3px;
}

#perennialList {
	padding:0;
	margin:0;
	list-style:none;
}

/* events pages */

.eventH4 {
	font-size:12px;
	margin:0px 0px 4px 0px;
}

.eventdate {
	margin:0px 0px 12px 0px;
}

#eventslist {
	list-style:none;
	padding:0px;
	margin:0px;
}

#eventslist li {
	list-style:none;
	margin:30px 0 0 0;
}

/* gardens pages */

.photowithcap {
	text-align:center;
	margin:20px 0px 0px 0px;
}

.photowithcap_img {
	margin:0 auto;
}

.photowithcap_p {
	font-size:10px;
	margin:0 auto;
	width:90%;
	text-align:justify;
}

.pressbottomthumblisth4 {
	padding-top:20px;
}

#gardenguidecheck {
	text-align:center;
	border-bottom:1px dotted green;
	padding-bottom:10px;
}

#bloomThumbList {
	list-style:none;
	padding:0px;
	margin:20px 0px 0px 0px;
}

#bloomThumbList li {
	list-style:none;
	text-align:center;
	margin:0px 20px 10px 0px; 
	float:left;
}

#bloomThumbList p {
	margin:0;
}

#plantList {
	list-style:none;
	padding:0px;
	margin:0px;
}

#bloom_month {
	
}

#swf, #swfFF {
	width:700px;
	height:615px;
	margin:0;
	padding:0;
}

/* support pages */

#benefitList, #luncheonList {
	list-style:none;
	padding:0px;
	margin:10px 0px 30px 0px;
}

#benefitList li, #luncheonList li {
	border-bottom:1px solid #877942;
	list-style:none;
	padding:10px 0px 10px 0px;
}

#benefitList li li, #luncheonList li li {
	border:0;
	padding:0;
}

.benefit_images_thumblist, .luncheon_images_thumblist {
	padding:0;
	list-style:none;
	margin:0px;
}

#maincolumn #friendDLlink {
	background:url(./images/fob_bg.jpg) #ffffff top left no-repeat;
	display:block;
	width:380px;
	height:150px;
	padding:10px 10px 0 10px;
	text-align:center;
	font-size:14px;
	color:#ce69a3;
	text-decoration:none;
	border:1px solid #b7b7b5;
	line-height:24px;
}

#maincolumn #friendDLlink:hover {
	background:url(./images/fob_bg_roll.jpg);
	color:#ce4b96;
	border:1px solid #ce69a3;
}

#plantsaleImg img {
	margin-top:20px;
}

.pricelist {
	margin:0;
	padding:0;
}

/* gallery pages */

#gallery_thumblist {
	list-style:none;
	padding:0;
	margin:0;
}

#gallery_thumblist li {
	display:inline;
	margin:0;
}

#gallery_thumblist img {
	margin:1px;
	border:0;
}

.galleryH4 {
	font-size:14px;
	font-weight:normal;
}

/* sitemap */

#sitemap {
	margin:10px 0px 0px 0px;
	padding:0;
	list-style:none;
}

#sitemap a {
	text-decoration:none;
}

#sitemap a:hover {
	text-decoration:underline;
}

#sitemap li {
	margin:0px 0px 20px 0px;
	width:200px;
	float:left;
	padding:0px 10px 0px 0px;
	font-size:14px;
}

#sitemap ul {
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}

#sitemap li li {
	margin:0px 0px 4px 0px;
	padding:0px;
	clear:both;
	font-size:12px;
}

/* google objects */

.google_object {
	overflow:hidden;
	width:640px;
	height:600px;
	border:0;
	margin-left:30px;
	padding-top:8px;
}

#google_map {
	overflow:hidden;
	width:420px;
	height:400px;
	border:0;
	margin:0;
	padding-top:8px;
}

/* mailform */

#mailform {
	margin:0;
	padding:0 0 0 20px;
	background:#e7d9bc;
	border-top:1px solid #cdc1a7;
	text-align:left;
}

#mailform fieldset {
	margin:0;
	padding:0 0 10px 0;
	border:0;
}

#mailform h5 {
	font-size:11px;
	text-transform:uppercase;
	padding:8px 10px;
	margin:0 0 10px 0;
	font-weight:normal;
	width:220px;
	display:inline;
}

#mailform label {
	font-size:10px;
	margin:0 2px 0 0;
	display:inline;
	padding-left:12px;
}

#mailform input {
	margin:10px 0 0 0;
	display:inline;
	font-size:10px;
	background:#fff6e3;
	width:260px;
}

#mailform #f_mail_submit {
	width:60px;
	font-size:11px;
	display:inline;
	margin:0 0 0 6px;
	background:#cdc1a7;
}

/* misc */

.downloadPDF {
	background:url(./images/download-pdf-button.jpg) no-repeat top left;
	display:block;
	margin-top:20px;
	width:200px;
	height:50px;
	padding-left:30px;
	padding-top:50px;
	height/**/:/**/ 0 !important;
	overflow: hidden;
}
