/* directory.css -
   Stylesheet for Local Directory pages */

/* Import global styles */

@import url('global.css');

body {
	margin: 0;
	background-color: #FFFFFF;
}

a.navlink {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}
a.navlink:active {
	color: #990000;
	text-decoration: none;
}
a.navlink:visited {
	color: #333333;
	text-decoration: none;
}
a.navlink:hover {
	color: #990000;
	/*color: #FF9900;*/
	text-decoration: underline;
}

.bhome a.navlink.home,
.bsearch a.navlink.search,
.babout a.navlink.about,
.barticles a.navlink.articles,
.blinks a.navlink.links,
.bwebsites a.navlink.websites,
.bnews a.navlink.news,
.bproducts a.navlink.products {
	color: #990000;
	/*color: #FF9900;*/
	font-weight: bold;
	text-decoration: none;
}
.bhome a.navlink.home:hover,
.bsearch a.navlink.search:hover,
.babout a.navlink.about:hover,
.barticles a.navlink.articles:hover,
.blinks a.navlink.links:hover,
.bwebsites a.navlink.websites:hover,
.bnews a.navlink.news:hover,
.bproducts a.navlink.products:hover {
	color: #990000;
	/*color: #FF9900;*/
	font-weight: bold;
	text-decoration: none;
}

#mainframe {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
	border: 0;
}

#topbanner {
	width: 600px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 25px;
}
#topbanner img { /* this is a link graphic */
	display: block;
	border: 0;
}

#header {
	height: 92px;
}
#header img { /* this is a link graphic */
	display: block;
	border: 0;
}

#coll {
	float: left;
	width: 150px;
	padding: 20px 10px 0 0;
}
#coll h2 {
	height: 26px;
	line-height: 26px;
	margin: 0 0 5px 10px;
	padding: 0;
	background-color: #F0F0F9;
	background-image: url(../images/hdbg26.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
	font-style: normal;
	font-size: 65%;
	text-align: center;
	border: 1px solid #CCCCCC;
}

#colr {
	float: right;
	width: 180px;
	padding: 0px 10px;
}

#content {
	width: auto;
	margin: 0 180px 0 150px;
	padding: 0px 30px;
}


/* search results */

#searchresults {
	margin-top: 2em;
	margin-bottom: 2em;
	color: #000000;
	font-size: 10pt;
}
#searchresults h3 {
	font-size: 1.1em;
	margin-bottom: 2em;
}
#searchresults img {
	float: right;
	margin-left: 5px;
}
#searchresults hr {
	margin-top: 2em;
	margin-bottom: 2em;
}
#searchresults .company_name {
	font-weight: bold;
	color: #000000;
}
#searchresults .listing {
	margin: 0;
	padding: 0.3em 0;
	font-size: 0.9em;
}
#searchresults .postcard {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	padding: 0;
	font-size: 1em;
}
#searchresults .pcbody {
}
#searchresults .pcdetails {
	margin-top: 5px;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
#searchresults .url {
	margin-bottom: 1px;
}
#searchresults .attr {
	margin-bottom: 1px;
}
#searchresults .bp {
	display: inline;
	margin: 0;
}
#searchresults .lm {
	display: inline;
	margin-left: 25px;
}
#searchresults .lmstandalone{
	display: inline;
	margin-left: 0;
}
#searchresults .pcodd {
	background-color: #ffffff;
}
#searchresults .pceven {
	background-color: #ffffff;
}
#searchresults .odd {
	background-color: #ffffff;
}
#searchresults .even {
	background-color: #f0f0f0;
}
.searchresultsHide {
	display: none;
}
/* end search results block */


ul.vnav {
	margin: 0 0 30px 0;
	padding-left: 0;
	font-size: 70%;
}
ul.vnav li {
	list-style: none;
	border-bottom: 1px solid #999999;
	padding: 0.5em 0 0.5em 5px;
	margin: 0;
}
ul.vnav li img{
	border: 0;
	margin-left: 5px;
	margin-right: 3px;
}

.lcoladd {
	margin-left: 3px;
}

.top-table {
	margin-top: 20px;
	border-spacing: 0;
}
.top-table td {
	text-align: left;
	font-size: 0.9em;
	padding: 0;
}
.top-table img {
	margin-right: 5px;
}

.emph {
	color: #333333;
	font-weight: bold;
}

div.hblock {
	display: none;
}

.search-help {
	border-top: 2px ridge #666688;
	border-bottom: 2px ridge #666688;
	padding: 1em 0;
}

.top {
	margin: 2em 0;
}
.top img {
	margin-right: 5px;
}
.atop:link,
.atop:visited {
	color: #006BAF;
	text-decoration: underline;
}
.atop:active,
.atop:hover {
	color: #FBB000;
	text-decoration: underline;
}

.host-help-box {
	border: 1px solid #663300;
	border-spacing: 0;
	margin-bottom: 20px;
}
.host-help-box td {
	padding: 5px;
	text-align: center;
	font-weight: bold;
	font-size: 95%
}

.hosturl {
	color: #0000CC;
	font-weight: bold;
	text-align: center;
}

.footlogo {
	margin: 15px 0;
	text-align: center;
}
.footlogo img {
	margin: 0 10px;
}

#sbb {
	display: none;
	margin: 20px 0;
}
#njsbb {
	display: block;
}


/* Search block */

.ssearch {
	margin-bottom: 20px;
	padding-left: 10px;
}
.ssearch form label {
	font-weight: bold;
	font-size: 0.75em;
	color: #333355;
}
.ssearch form .q {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
}


/********************************************************************/
/* Quick Link to events block                                       */
/********************************************************************/

.quick_events {
	background-color: #FFFFFF;
	background-image: url(../images/vg1_bg.jpg);
	background-repeat: repeat-x;
	padding: 0.25em 0;
	font-size: 0.85em;
}
.quick_events ul {
	list-style: none;
	list-style-position: outside;
	margin: 0;
}
.quick_events li {
	margin: 0;
}
.quick_events h2 {
}
.quick_events h2+ul {
	margin-top: 0.5em;
	font-style: italic;
}


/********************************************************************/
/* Obsolete styles */
/********************************************************************/

p + ul.up {
	margin-top: -1em;
	margin-bottom: 0;
}


@media print {

#coll,
#colr,
#topbanner,
#sbb {
	display: none;
}
#content {
	margin: 0 5%;
	width: auto;
	padding: 0;
	font-size: 85%;
}
#mainframe {
	width: 100%;
	margin: 0;
	padding: 0;
	background-color: #FFFFFF;
}

#searchresults .bp,
#searchresults .lm {
	display: none;
}

}