/* Styles affecting the Directory Listing Pages and related forms */

/*--------------- Content area directory listings' styles ---------*/

#contentDir {
        float: left;
	width: 560px;
	height: 100%;
        min-height: 700px;
	margin-left: 50px;
	padding: 20px 15px;
        color: #2a3253;
        text-align: left;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.25em;
        border: 0px solid orange;
        display: inline;
        overflow: hidden;
}

#contentDir p {
        line-height: 1.45em;
}

#contentDir strong {
        font-weight: bold;
}

#contentDir em {
        font-style: italic;
}

#contentDir h2 {
	width: 100%;
        margin-bottom: 15px;
        color: #a5040c;
        font-size: 1.75em;
        border-bottom: 1px dotted #999;
}

#contentDir h2 a, a:hover, a:visited  {
        color: #a5040c;
}

.dirListing {
        height:100%;
	margin-bottom:3px;
	padding:0px 10px;
	text-align:left;
	border:1px dotted #ccc;
        display: block;
        overflow: hidden;
}

.dirTitle {
	float:left;
        width: 320px;
	margin:0;
        padding:0;
        color: #3374da;
	text-align:left;
	font-size:1.25em;
	font-weight:bold;
}

.dirTitle a, a:hover {
        color: #3374da;
        text-decoration: none;
}

.dirTitle a:visited {
        color: #3374da;
}

.dirAddPh {
	float:right;
        width: 150px;
	margin-top:10px;
        padding: 0 0 10px 0;
	text-align:center;
	font-size:1.0em;
	font-weight:normal;
        line-height:1.05em;
	border: 0px solid green;
}

.siteImage {
	float: right;
        width: 150px;
	height: 90px;
	margin-bottom:10px;
        padding: 0;
	text-align:center;
	border: 0px solid green;
}

.siteDescription {
	float:left;
	display:block;
        width: 370px;
	margin: 0 0 5px 5px;
        padding:0;
	color:#333;
	font-size:1.0em;
	font-weight:normal;
	font-style:italic;
	text-align:left;
	border: 0px solid green;
}

.category {
	float:left;
        width: 360px;
	margin:5px 0 10px 0;
        padding: 0 0 10px 0;
	font-weight:normal;
}

.category a, a:hover, a:visited {
        color: #3374da;
        text-decoration: none;
}

.categoryBold {
	font-weight:bold;
}

.orgType {
	float:left;
        width: 320px;
	margin:10px 0 10px 0;
        padding: 0 0 10px 0;
	font-weight:normal;
}

.orgType a, a:hover, a:visited {
        color: #3374da;
        text-decoration: none;
}

.orgTypeBold {
	font-weight:bold;
}


#contentDir p.footer_dl a {
        color: #ccc;
}

/*---------------------------- Sidebar Input Form Styles ---------*/

.sidebar2 {
        float: right;
	width: 270px;
	height: 100%;
	margin: 10px 50px 0 0;
	padding: 0;
        color: #000000;
        font-family: Georgia, "Times New Roman", Times, serif;
        font-size: 1.25em;
        text-align: left;
        border: 0px solid green;
} 

.sidebar2 p {
        font-size: 0.9em;
        line-height: 1.2em;
}

.sidebar2 em {
        font-style: italic;
}

.sidebar2 h2 {
        margin: 10px 0;
        color: #a5040c;
        font-size: 1.75em;
        border-bottom: 1px dotted #999;
}

.sidebar2 a {
        color: #a5040c;
}

.sidebar2 h2 a, a:hover, a:visited {
        color: #a5040c;
}

.sidebar2 p.footer_dl {
        margin-top: 10px;
        border: 0px solid green;
}

.sidebar2 p.footer_dl a {
        color: #999;
}