/* DEFAULTS */
body {
	color: #333;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	text-align: center;
	margin: 10px 0;
	padding: 0;
	background-color: #efefef;
	}

img {
	border: none;
	}

a {
	color: #426407;
	text-decoration: underline;
	}

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

h1#display {
	display: none;
	visibility: hidden;
	margin: 0;
	}

#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	border-left: 1px solid #333;
	border-right: 1px solid #333;
	border-top: 1px solid #333;
	background-color: #fff;
	}

/* HEADER */
#header {
	background: url('images/header-bg.jpg') no-repeat;
	height: 154px;
	}

#header #hor-nav {
	color: #426407;
	position: relative;
	top: 132px;
	left: 7px;
	}

#header #hor-nav a {
	color: #426407;
	text-decoration: none;
	}

#header #hor-nav a:hover {
	text-decoration: underline;
	}

/* CONTENT */
#content-area {

	}

#content-area h2 a {
	color: #426407;
	text-decoration: underline;
	}

#content-area h2 a:hover {
	text-decoration: none;
	}

#content-area h2 {
	background: url('images/list-item.gif') no-repeat;
	background-position: center left;
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #31480b;
	padding-left: 14px;
	}

#content-area .inner {
	padding: 5px;
	}

#index-directory {
	width: 580px;
	float: left;
	}

.index-item {
	width: 185px;
	margin-right: 8px;
	margin-bottom: 35px;
	float: left;
	}

.index-item p {
	padding: 0;
	margin: 3px 0 0 13px;
	}

#index-featured {
    float: left;
	width: 177px;
	border-left: 1px solid #d7d7d7;
	margin-bottom: 10px;
	}

#index-featured .inner {
	padding: 5px;
    float: right;
	}

#index-featured .featured-site {
	background-color: #f4f4f4;
	border: 1px dashed #d2d2d2;
	padding: 3px;
	margin-bottom: 10px;
	}

#index-featured .featured-site .url {
	color: #3267c8;
	font-size: 10px;
	}

#index-featured h3 {
	font-size: 13px;
	color: #404040;
	margin: 0 0 5px 0;
	padding: 0;
	}

#listing-type {
	background-color: #f6f6f6;
	width: 95%;
	border: 2px solid #e9e9e9;
	margin-bottom: 20px;
	}

#listing-type .inner {
	padding: 10px;
	}
    
/* SUBPAGE INFO */

.home-page {
    	padding: 10px;
    	width: 540px;
	float: left;
    	}

.category-desc {
    	padding: 10px;
    	width: 540px;
	float: left;
    	}

.directory-list {
	padding: 10px;
	border: 1px solid #d2d2d2;
	background-color: #f9f9f9;
	width: 540px;
	float: left;
	}

.directory-list table ul {
	padding: 0 0 0 15px;
	margin: 2px;
	}

.directory-list table ul li {
	padding-bottom: 3px;
	}

.directory-list table ul a {
	font-weight: bold;
	}

.listing {
	padding: 15px 20px 20px 20px;
	}

.listing p {
	border-bottom: 2px dotted #e9e9e9;
	margin-bottom: 2px;
	padding-bottom: 7px;
	}

.listing h3 {
	margin: 0;
	padding: 0;
	}

.listing a.title {
	background: url('images/list-arrow.gif') no-repeat;
	background-position: center left;
	padding-left: 10px;
	}

.listing .url {
	color: #3267c8;
	font-size: 10px;
	}

.breadcrumb {
	border-bottom: 1px dashed #ccc;
	width: 80%;
	padding-bottom: 4px;
	font-weight: bold;
	}

/* FOOTER */
#footer {
	width: 770px;
    color: #426407;
	background-color: #ededed;
	border-bottom: 3px solid #bebebe;
	clear: both;
	}

#footer .inner {
	padding: 5px 5px;
	}

#footer a {
	color: #426407;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: underline;
	}
	
.td1 {
	background-color: #EEEEEE;
}

.td2 {
	background-color: #FEFEFE;
}

.green {
	color: green;
}

.red {
	color: red;
}

