body {
	font-family: Verdana, sans-serif;
	font-size: 10pt;
	background-color: #FFF;
	margin:0px;
}

form {
    margin: 0;
}

#container {
	margin-left: auto;
	margin-right: auto;
	/*width: 764px;*/
	width:800px;
	text-align:left;
	padding-left: 6px;
	padding-right: 6px;
	position:relative;
	z-index:5;
	min-height:500px;
}

#container li {
	margin-left:25px;
}

#centercontent {
	/*float: left;*/
	float:right;
	width: 552px;
	margin-top:10px;
	margin-left:2px;
}

#topcontent {
	height: 84px;
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	text-align:left;
	padding-left: 6px;
	padding-right: 6px;
	position:relative;
	z-index:7;
}

#headerline {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	width:100%;
	float:left;
	/*border-bottom:5px solid #a6ce39;*/
	border-bottom:4px solid #a6ce39;
}

#topnavigation {
	text-align: right;
	padding-top: 60px;
	font: 8pt Verdana, sans-serif;
}

#topnavigation a:link, #topnavigation a:visited {
    color: #666;
    font-size: 8pt;
    padding: 0px 3px;
}

#leftcontent {
	float: left;
	width: 200px;
	margin-right:10px;
	
	position:absolute;
	z-index:10;
	/*top:2px;
	padding:0px 10px 10px;*/
	top:-14px;
	padding:16px 10px 10px;
	border:4px solid #A6CE39;
	border-top:none;
	background:#FFF;
}

#navigation h1 {
	margin: 0;
	background:#666666;
	font: 8pt Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	/*color: #666;*/
	color:#FFFFFF;
	/*margin-top: 10px;*/
	padding:2px 0 2px 5px;
}

#navigation {
	margin-bottom: 20px;
}

#navigation a:link, #navigation a:visited {
	text-decoration: underline;
	text-align: left;
	display: block;
	clear: both;
	margin: 0px 0px 0px 0px;
	padding: 2px 5px;
	font-size: 8pt;
	color: #666;		
}

#navigation a:hover {
	background:#BCDD77;
	color:#000000;
	text-decoration:none;
}

/*#copyright {
	clear: both;
	padding-top: 36px;
	margin-bottom: 6px;
	
	font-size: 8pt;
	text-align: center;
    color: gray;
}*/

#copyright {
	border-top:5px solid #A6CE39;
	color:gray;
	display:block;
	float:left;
	font-size:8pt;
	margin-bottom:6px;
	margin-top:20px;
	padding-top:36px;
	text-align:center;
	width:100%;
}

#copyright a:link, #copyright a:visited {
	/*font-size: 8pt;
	padding: 3px 0px;
	text-decoration: none;
	color: gray;*/
}

#copyright a:hover {
	/*text-decoration: underline;*/
}

td.label {
	font-size: 8pt;
	font-weight: bold;
	vertical-align: top;
	padding-right: 5px;
}

td.edit {
	padding-bottom: 10px;
}

td {
	font-size: 10pt;
}

h1 {
	padding: 0;
	margin: 0;
	font: 15pt Verdana, sans-serif;
	font-weight: bold;
	/*color: #9ECD33;*/
	margin-bottom: 8px;
}

.imagebar {
	margin-bottom: 10px;
}

h2 {
    /*color: #9ECD33;*/
	margin-top: 15px;
	margin-bottom: 0px;
	font: 10pt Verdana, sans-serif;
	font-weight: bold;
}

p {
	/*margin: 0px 0px 8px 0px;*/
}

a:link, a:visited {
	font-size: 10pt;
	color: #579ECB;
	text-decoration: underline;
}

a:hover {
	/*color: orange;*/
	color:#A6CE39;
}

.action {
	margin-top:5px;
}

.listing {
	margin: 20px 0px;
	padding: 5px 8px;
	border: 1px dotted #AAA;
	border-left: none;
	border-right: none;
}

.listing .title {
	margin-bottom:5px;
	margin-top:0;
	padding: 0px;
	font-size: 10pt;
	color: #579ECB;
}

.listing .address {
	margin: 0px;
	font-size: 8pt;
	color: gray;
}

.paidlisting {
	margin: 20px 0px;
	margin-top:2px;
	padding: 5px 8px;
	border: 1px dotted #AAA;
	border-left: none;
	border-right: none;
}

.paidlisting .title {
	margin: 0px;
	padding: 0px;
	font-size: 10pt;
	font-weight: bold;
	color: #000;
}

.paidlisting .address {
	margin: 0px;
	font-size: 8pt;
	color: gray;
}

.shortdesc {
	margin: 0px;
	margin-bottom: 10px;
	padding: 0px;
	/*color: #579ECB;*/
	font-weight: normal;
	font-size: 10pt;
}

.paidlisting .action {
	margin-top: 20px;
}

.backlink {
	text-align: right;
	margin-bottom: 5px;
	clear: both;
}

#contentpane {
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 1px;
	text-align: left;
	border: 1px solid black;
	padding: 10px;
	padding-bottom: 25px;
	min-height: 300px;
}

#feedback {
	color: red;
}

.formexplain {
	padding: 0px;
	margin: 0px;
	font: 8pt Verdana, sans-serif;
	color: #666666;
}


/* Directory */
#catlist {
	border-bottom: 1pt solid #AAA;
	font-size: 8pt;
	color: #AAA;
	text-align: center;
	margin-top: 20px;
}

#catlist a:link, #catlist a:visited {
	margin-left: 7px;
	text-decoration: none;
	font-size: 8pt;
	white-space: nowrap;
}

#catlist a:hover {
	color: orange;
}

#activecat {
	font-weight: bold;
	color: orange;
}


.letter {
	font-size: 12pt;
	color: #AAA;
	border-bottom: 2pt solid #AAA;
	padding-right:25px;
	padding-top: 6pt;
}

.star {
	color: orange;
}

/* Articles */
.authorname {
	font-style: italic;
	margin: 2px 0px 10px 0px;
}
	
.articleimage {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	text-align: left;
}

.articletext {
	padding: 0px;
	margin: 0px;
}

#cse-search-results {
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	text-align:left;
	padding-left: 6px;
	padding-right: 6px;
}

#suppliercats {
	border:1px solid #CCCCCC;
	margin-top:15px;
}

.suppliercatlink {
	display:inline-block;
	margin:5px;
	width:260px;
}

.suppliertop {
	text-align:right;
	display:block;
	width:100%;
}

.suppliertopspan a {
	color:gray;
}

.suppliertopspan a:hover {
	color:orange;
}

.networklist {
	float:left;
	font-size:11px;
	margin-left:27px;
	margin-top:10px;
	text-align:left;
	width:130px;
}

.networklist h3 {
	margin: 0;
	background:#666666;
	font: 8pt Verdana, sans-serif;
	font-weight: bold;
	text-align: left;
	color:#FFFFFF;
	margin-top: 10px;
	padding:2px 0px 2px 5px;
}

.networklist ul {
	list-style-type:none;
	margin-left:0;
	padding-left:2px;
}

.networklist a:link, .networklist a:visited {
	display:block;
	clear:both;
	color:#666666;
	font-size:8pt;
	margin:0;
	padding:2px 5px;
	text-align:left;
	text-decoration:underline;
}

.networklist a:hover {
	background:#BCDD77;
	color:#000000;
	text-decoration:none;
}

#gsrchbtn {
	background:url(../images/buttons/search.gif) no-repeat center bottom;
	border:none;
	width:70px;
	height:24px;
	float:left;
}

#gsrchtxt {
	padding:4px;
	border:1px solid #000000;
	float:left;
}

.req {
	color:#FF0000;
}

#listbizsubmit {
	background:url(../images/buttons/register.gif) no-repeat center;
	border:none;
	width:80px;
	height:25px;
}

#listbizclear {
	background:url(../images/buttons/clear.gif) no-repeat center;
	border:none;
	width:63px;
	height:25px;
}

.action a {
	color:orange;
}

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