body {
	background: url(/themes/saved_themes/home/images/left-fill.jpg) repeat-y;
}

span.article-separator {
    margin-bottom: 22px;
}

#header {
	background:url(/themes/saved_themes/home/images/interface_r1_c4-sml.jpg) repeat-x;
	height:180px;
}
#logo {
	width:438px;
	height:201px; 
	padding:0px; 
	background:url(/themes/saved_themes/home/images/logo_r1_c1-sml.jpg) no-repeat;
}

#content-wrapper {
	width:1000px;
	height:360px;
	margin-top:24px;
}
#left-sidebar {
	width:170px;
	float:left;
}

#left-sidebar img {
	margin:0 0 6px 9px;
	border:3px solid #8CBA8C;
}

#left-sidebar a {
	width:140px;
	height:20px;
	display:block;
	color:#30832F;
	font-weight:bold;
	background:#FDF7A5;
	text-align:center;
	margin-left:12px;
	text-decoration:none;
}

#left-sidebar a:hover {
	color:#FDF7A5;
	background:#8CBA8C;	
}

#fp-article {
	padding:0 24px;
}

#fp-article img {
	margin:6px;
	padding:6px;
	border:3px solid #8CBA8C;
}

#fp-sidebar h4, #contact-sidebar h4 {
	margin-left:8px;
}

#testimonial {
	padding:12px;
	margin-bottom:12px;
}

#testimonial a {
	float:right;
	font-size:80%;
	margin-right:12px;
}

#testimonial-full {
	padding:12px;
	margin-top:12px;
}

#footer {
	width:79%;
	height:24px;
	margin-top:24px;
	margin-right:24px;
	float:right;
}

/* Site navigation */

#navcontainer {
	position:absolute;
	top:120px;
	right:24px;
}
ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
}
#navlist li {
	display: inline;
	list-style-type: none;
	margin:0;
	padding:0;
}

#navlist a { 
	padding: 3px 10px;
	border:1px solid #8CBA8C;
}

#navlist a:link, #navlist a:visited {
	color: #202020;
	background-color: #FAEE4A;
	text-decoration: none;
}

#navlist a:hover {
	color: #202020;
	background-color: #FDF7A5;
	text-decoration: none;
}

#address {
	width:240px;
	border:4px solid #63AF62;
	background:#FDF7A5;
	position:absolute;
	top:20px;
	right:24px;
}

.item {
	width:85%;
	margin:4px 8px 8px 8px;

}

.lite {
	/*background:#FEFBD2;*/
	background:#FCF8B9;
}

.dark {
	/*background:#FDF7A5;*/
	background:#D1E3D1;
}

.column-55 {
	width:54%;
	float:left;
	border-right:1px dotted #8CBA8C;
}

.column-75 {
	width:75%;
	float:left;
	margin:0 auto;
}

.column-25 {
	width:24%;
	float:left;
}

.clearfix {
	clear:both;
}

.alignright {
	float:right;
	margin:0 0 10px 10px;
}

.paginate {
clear:left;
 width: 200px;
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			12px;
 font-weight: 		normal;
 letter-spacing:	.1em;
 padding:			10px 6px 10px 4px;
 margin:			0 auto;
 background-color:	transparent;
 border-bottom:1px solid #999;
}

.pagecount {
 font-family:		Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
 font-size:			10px;
 color:				#666;
 font-weight:		normal;
 background-color: transparent;
}