/* 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;
	}

/* Sub-cat links and featured sites*/
a {
	color: #802A2A; 
	text-decoration: underline;
	}
/* Sub-cat links and featured sites */
a:hover {
	text-decoration: none;
	color: #802A2A;
	}

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

#container {
	text-align: left;
	width: 770px;
	margin: 0 auto;
	margin-top: 0px;
	padding-top: 0px;
	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: 126px;
	width: 770px;
	float: left;
}

#header h1 {
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	padding: 77px 0px 0px 38px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
	float: left;
	margin-top: 1px;
}

#header h3 {
	font-size: 11px;
	font-family: Helvetica Narrow, sans-serif;
	color: #D4ED91;
	font-weight: lighter;
	padding: 0 0 0 25px;
}

/* MENU */
#menu {
	background: url('images/menu-bg.jpg') no-repeat;
	height: 28px;
	width: 770px;
	color: #003F87;
	padding: 0px;
	float: left;
}

#menu #menu-content {
	padding: 7px 0px 0px 7px;
}

#menu a {
	color: #003F87;
	text-decoration: none;
	}

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

/* CONTENT */
#content-area {

	}

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

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

#content-area h2 {
	background: url('images/list-item.jpg') no-repeat;
	background-position: center left;
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #003F87;
	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: right;
	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: #003F87;
	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;
	}

#message-details {
	width: 550px;
    border: 2px inset grey;
	padding: 5px;
}
#message-details table{
	border-spacing: 5px;
	}

/* HOME PAGE CONTENT */	

.home-page {
    padding: 10px;
	width: 540px;
	float: left;
    }
	
.home-page h2{
	background: url('images/list-item.jpg') no-repeat;
	background-position: center left;
	font-size: 13px;
	margin: 5px 0 0 0;
	color: #003F87;
	padding-left: 14px;
}

/* SUBPAGE INFO */

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

.directory-list {
	padding: 10px;
	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: #003F87;
	background-color: #ededed;
	border-bottom: 3px solid #bebebe;
	clear: both;
	}

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

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

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

.td2 {
	background-color: #FEFEFE;
}

.green {
	color: green;
}

.red {
	color: red;
}


