html{
	background:url(../images/site-bg.gif);
}
body{
	background:url(../images/hd-strip.gif) no-repeat 50% 22px;
	color:white;
	font-family:"Trebuchet MS";
}

#headcenter{
	position:relative;
	z-index:9;
}

#logoflower{
	width:200px;
	height:200px;
	background:url(../images/flower.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='themes/trilliumtheme/images/flower.png', sizingMethod='crop');
	position:absolute;
	right:-100px;
	bottom:-68px;
	_bottom:-60px;
	z-index:10;
}

/*#custom-doc { 
    width:59.23em;
    *width:57.8em;
    min-width:770px; 
    margin:auto; 
    text-align:left; 
}
*/
#hd {
/*  width:729px;*/
	height:228px;
	margin-left:21px;
	_overflow:hidden;
}


#hd .center {
	width:922px;
	height:228px;
	background:#5c8618;
	margin:0 auto;
	float:left;
}
#hd .shadow-l {
	background:url(../images/shadow-l.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='themes/trilliumtheme/images/shadow-l.png', sizingMethod='crop');
	float:left;
	width:4px;
	height:228px;
}
#hd .shadow-r {
	background:url(../images/shadow-r.png);
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='themes/trilliumtheme/images/shadow-r.png', sizingMethod='crop');
	float:left;
	height:228px;
	width:4px;
	clear:right;
}

#bd .bodytop {
	width:100%;
	height:19px;
	float:left;
}
#bd .bodytop .btl{
	float:left;
	height:19px;
	width:25px;
	background:url(../images/hbsep-l.png) no-repeat;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='themes/trilliumtheme/images/hbsep-l.png', sizingMethod='crop');
}

#bd .bodytop .btc{
	float:left;
	height:19px;
	width:922px;
	background:url(../images/hbsep-rep.gif) #7a9335;
	margin:0 auto;
}

#bd .bodytop .btr{
	float:left;
	height:19px;
	width:25px;
	background:url(../images/hbsep-r.png) 100% 0;
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.alphaimageloader(src='themes/trilliumtheme/images/hbsep-r.png', sizingMethod='fixed');
}

#bd .bodyhead,
#bd .quotes ,
#bd .content {
	float:left;
	width:953px;
	border:1px solid #283409;
	background:#5C8618;
	border-width:0 1px;
}
#bd .bodyhead {
	background: url(../images/body-header-rep.gif) repeat-x #5C8618;
}

#bd .content {
	background: #5C8618;
}



#bd .shadow-l,#ft .shadow-l {
	_background: none;
	float:left;
	margin:0 0 0 5px;
	_margin:0 0 0 3px;
	padding:0 0 0 4px;
	_padding:0 0 0 3px;
}
#bd .shadow-r,#ft .shadow-r {
	_background: none;
	float:left;
	margin:0 0 0 0;
	padding:0 4px 0 0;
}

#bd .leftcol{
	margin-left:15px;
	_margin-left:8px;
	width:64%;
	position:relative;
	padding-top:15px;
}
#bd .rightcol{
	margin-right:15px;
	_margin-right:8px;
	width:30%;
}

.home #bd .quotes .leftcol {
    padding-top:0;
	margin-left:10px;
	_margin-left:4px;
	width: 445px;
}

.home #bd .quotes .rightcol {
	margin-right:15px;
	_margin-right:8px;
	width:473px;
}

.home #bd .leftcol{
	width:500px;

}
.home #bd .rightcol{
	width:390px;
}

#bd .content .yui-u.onecol {
	width:730px;
	padding:0 10px;
}


#ft .wrapper {
	width:953px;
	text-align:center;
	background:#5C8618;
	border:1px solid #283409;
	border-width:0 1px;
	float:left;
}

#facebook {
    position:absolute;
    top:50px;
    left:340px;
}

.printer-friendly-link {
    position:absolute;
    right:0;
    top:-5px;
    padding:2px 0 2px 25px;
    background:url(../images/printer.gif) no-repeat 0 50%;
}


h1,h2,h3 {
	/* top & bottom margin based on font size */
	margin:0 0 0 0;
}
h1,h2,h3,h4,h5,h6,strong {
	/*bringing boldness back to headers and the strong element*/
	font-weight:bold; 
	color:#ffd700;
}

h1 {
	/*18px via YUI Fonts CSS foundation*/
	font-size:138.5%;  
}
h2 {
	/*16px via YUI Fonts CSS foundation*/
	font-size:123.1%; 
	font-family:"Trebuchet MS";
	color:#f6b204;
}
h3 {
	/*14px via YUI Fonts CSS foundation*/
	font-size:108%;  
}
abbr,acronym {
	/*indicating to users that more info is available */
	border-bottom:1px dotted #000;
	cursor:help;
} 
em {
	/*bringing italics back to the em element*/
	font-style:italic;
}
blockquote,ul,ol,dl {
	/*giving blockquotes and lists room to breath*/
	margin:1em;
}
ol,ul,dl {
	/*bringing lists on to the page with breathing room */
	margin-left:2em;
}
ol li {
	/*giving OL's LIs generated numbers*/
	list-style: decimal outside;	
}
ul li {
	/*giving UL's LIs generated disc markers*/
	list-style: url(../images/bullet.gif) outside;
	margin-bottom:5px;
}
dl dd {
	/*giving UL's LIs generated numbers*/
	margin-left:1em;
}
th,td {
	/*borders and padding to make the table readable*/
/*  border:1px solid #000;*/
	padding:.5em;
}
th {
	/*distinguishing table headers from data cells*/
	font-weight:bold;
	text-align:center;
}
caption {
	/*coordinated margin to match cell's padding*/
	margin-bottom:.5em;
	/*centered so it doesn't blend in to other content*/
	text-align:center;
}
p,fieldset,table,pre {
	/*so things don't run into each other*/
	margin-bottom:1em;
	font-size:95%;
	line-height:22px;
	font-family:"Trebuchet MS";
}

a {
	color:#3c1402;
	text-decoration:none;
}

a:hover {
	color:#885827;
	text-decoration:underline;
}

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

.item {
	list-style:none;
	list-style-image:none;
}

.yui-panel .bd {
	color:#333;
}

.navigationmodule.manager {
	color:#333;
}