/* layout
----------------------------------------------- */

* {
margin: 0;
padding: 0;
border: 0;
}

body {
        margin: 0;
	padding: 0;		
        background-color: #dadada;
	scrollbar-arrow-color: #df7123;
	scrollbar-3dlight-color: #E7E7E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-face-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #E7E7E7;
	scrollbar-track-color: #F5F6F8;
	scrollbar-track: #C1CBD7;
}

ol {    display: block;
        margin: 1.12em 0;
        margin-left: 40px;
}

li   {  display: list-item;
        padding-bottom: 7px;
}

#wrapper {
	background: #ffffff;
	width: 950px;
        height: 100%;
	margin: 0 auto;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
}

#header {
	background: #eec449;
        margin: 0;
        width: 100%;
        height: 65px;
}
 
#left-column {
	background: #ffffff;
        width: 250px;
        height: 100%;
        float: left;
        margin-bottom: 3px;
}
 
#main-column {
	background: #ffffff;
        width: 700px;
        height: 100%;
        margin-left: 250px;        
}

#right-column {
	background: #faffdf;
        width: 160px;
        min-height: 100px;
        float: right;      
}
 
#top-menu {
        background: #df7123;      
        margin-top: 3px;
        margin-bottom: 3px;
        padding-top: 4px;
        padding-bottom: 4px;
        font-size: 12px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        font-weight: bold;
        color: #df7123;          
}


#top-menu img {
	margin-left: 3px;
        margin-right: 3px;
}

#top-menu ul {
        list-style-type: none;        
        margin-left: 0;	
        padding-left: 3px;
	display: inline;
} 

#top-menu ul li {
	margin-left: 0;
	margin-bottom: 0;
        padding-left: 3px;
	display: inline;        
}

#top-menu .active {
        padding-left: 0px;
        padding-bottom: 1px;
        color: #df7123;
        background-color:#ffffff;
        text-decoration: none;        
}

#footer {
	background: #eec449;
        clear: both;
        font-family: Tahoma, Arial, Helvetica, sans-serif;        
        font-size:10px;
        color: #666666;
        text-align: center;
        margin-top: 15px;
        padding-top: 4px;
        padding-bottom: 4px; 
}

#content {        
        padding-left: 18px;
        padding-top:25px;
        padding-right: 178px;
        padding-bottom:18px;
        font-size:14px;
        font-family: Arial, Helvetica, sans-serif;
        color: #4c4c4c;
        text-align: justify;
        line-height: 130%;
}

#content-gallery {        
        padding-left: 18px;
        padding-top:25px;
        padding-right: 18px;
        padding-bottom:18px;
        font-size:14px;
        font-family: Arial, Helvetica, sans-serif;
        color: #4c4c4c;
        text-align: justify;
        line-height: 130%;
        clear: both;
}

#search {
        background: #84a72f;
}

li.sitemap {
        list-style-type: none;
        list-style-image: url('images/83.gif');
        margin-left: 20px;
}

.search_form {
        margin: 0;
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 4px;
        padding-bottom: 4px;
}

.input  {
        width: 94px;
        height: 18px;
        padding-left: 2px;
        vertical-align: middle;
        font-size: 13px;
        font-family: Tahoma, Arial, Helvetica, sans-serif; 
        color: #666666;
}

p     {
        margin: 1.12em 0;
}

.logo   {	
        border-style:solid;        
        border-color: #ffffff;
        border-width: 0 3px 0 0;     
}

.left-image   {	
        border-style:solid;        
        border-color: #ffffff;
        border-width: 3px 0 3px 0;     
}

.banner  {	
        background: #faffdf;
        width: 100%;
        text-align: center;
}



/* links
----------------------------------------------- */

a {
	color: #84a72f;
        text-decoration: underline;
}

a:hover {
        color: #9bcb3c;
        text-decoration: none;
}

a img {
	border: none;
}

#top-menu a {
        padding-left: 7px;
        padding-right: 7px;
        padding-bottom: 1px;
	color: #ffffff;
        text-decoration: none;        
}

#top-menu a:hover {
        padding-left: 7px;
        padding-right: 7px;  
	color: #df7123;
        background-color: #ffffff;
        text-decoration: none;
}

#top-menu .active a {
        color: #df7123;
        background-color: #ffffff;
        text-decoration: none;       
}

#footer a {
        font-size:10px;
        font-family: Tahoma, Arial, Helvetica, sans-serif;
        color: #666666;
        text-decoration: underline;
}

#agencies-top-6 a {
        color: #df7123;
        text-decoration: underline;
}

#agencies-top-6 a:hover {
        color: #df7123;    
        text-decoration: none;
}

#agencies-top-6 a.ad {	
        font-size: 13px;
        font-weight: bold;
        color: #84a72f;
        text-decoration: underline;        
}

#agencies-top-6 a:hover.ad {
        color: #9bcb3c;
        text-decoration: none;        
}

h3 a {
        font-size:17px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #df7123;
        text-decoration: none;
}

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

div.topsites a {
        color: #666666;
        text-decoration: none;
}

div.topsites a:hover {
        color: #666666;
        text-decoration: underline;
}

a.listing-title {        
        color: #84a72f;
        text-decoration: none;   
}

a:hover.listing-title {
        color: #9bcb3c;
        text-decoration: none;     
}

a.article-more {	
        font-size: 13px;
        font-weight: bold;
        color: #84a72f;
        text-decoration: underline;        
}

a:hover.article-more {
        color: #9bcb3c;
        text-decoration: none;        
}

div.previous_entry a {	
        font-size: 13px;
        font-weight: bold;
        color: #84a72f;
        text-decoration: underline;        
}

div.previous_entry a:hover {	
        color: #9bcb3c;
        text-decoration: none;        
}

div.next_entry a {	
        font-size: 13px;
        font-weight: bold;
        color: #84a72f;
        text-decoration: underline;        
}

div.next_entry a:hover {	
        color: #9bcb3c;
        text-decoration: none;        
}


/* content
----------------------------------------------- */

#agencies-top-6 {
        padding-top:5px;
        padding-bottom:5px;
        padding-left:10px;
        padding-right:10px;
        font-size:13px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #df7123;
}

#agencies-top-6 .ad {        
        font-size: 13px;
        color: #84a72f;        
        
}

#section-link {
	float: right;
}

#section-link img {
        vertical-align: bottom;
}

div.topsites {
        padding-left:10px;
        font-size:11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #666666;
}

h1 {        
        font-size:24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #df7123;
}

h2 {	
        font-size:18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #84a72f;
        border-bottom: solid 1px #84a72f;
        padding-bottom: 3px;  
}

h3 {
        font-size:17px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #df7123;
}

h1.entry-title {
        padding-top: 15px;
        padding-bottom: 25px;
        font-size:24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #84a72f;
        text-transform: none;
        text-align: left;
        line-height: 130%;
}

.article_image {
	float: left;
        margin-right: 15px;
        margin-bottom: 3px;
}

.next {
        margin-top: 10px;
}

div.previous_entry {
        float: left;
        text-align: left;
        width: 45%;
        margin-bottom: 25px;
}

div.next_entry {
        float: right;
        text-align: right;
        width: 45%;
        margin-bottom: 25px;
}

div.sapelink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #b1b1b1;
        background: #faffdf;
        padding-left: 10px;
        padding-right: 5px;
        padding-top: 10px;       
}

div.sapelink-bottom {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;        
        color: #b1b1b1;
        text-align: center;
}

a.sapelink {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;             
        color: #b1b1b1;
        text-decoration: none;    
}

a.sapelink:hover {        
        text-decoration: underline;
}


/* articles
----------------------------------------------- */

.directory {
	list-style-type: none;
}

.listing-title {	
        font-size:18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight:bold;
        color: #84a72f;
}

.author {
	font-style: italic;
	font-size: 11px;
}

.published {
	font-size: 11px;
        color: #666666;
        text-align: right;
        margin-top: -17px;
        border-top: 1px solid #84a72f;
}

.excerpt {
	margin-top: -10px;
}

.excerpt img {
	float: left;
        margin-right: 15px;
}

.small {
        font-size: 12px;        
}

.quote {
        font-size: 12px;        
        color: #666666;        
        padding-left: 30px;
        padding-right: 30px;
}

td.booktitle {
padding-bottom:5px;
font-size:19px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #df7123;
line-height: 130%;
text-align: left;
}

a.booktitle {
font-size:19px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #df7123;
text-decoration: underline;
}

a:hover.booktitle {
text-decoration: none;
}

td.bookdescr {
padding-top:5px;
padding-bottom:5px;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
color: #000000;
text-align: left;
line-height: 130%;
}

td.moreinfo {
padding-top:5px;
padding-bottom:5px;
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #df7123;
}

a.moreinfo {
font-size:14px;
font-family: Arial, Helvetica, sans-serif;
font-weight:bold;
color: #df7123;
text-decoration: underline;
}

a:hover.moreinfo {
text-decoration: none;
}