@import "main.css";
@import "inner.css";

/* 
   generic settings in inner.css & main.css
*/

#contentArea {
	border-color: #405900;
}

#subMenu {
	background-color: #33ffcc;
	background-image: url(../images/submenu_business_top.png);
}
#subMenu ul li.title {
	color: #405900;
	background-color: #7ce3b0;
}
#subMenu ul li a {
	color: #014221;
	background-image: url(../images/submenu_business_bullet.png);
	border-color: #7ce3b0;
}
#subMenu ul li.active a {
	color: #090d00;
	background-color: #c8f1ad;
	background-image: url(../images/submenu_business_bullet_open.png);
}
#subMenu ul li a:hover {
	background-color: #91f1c1;
	color: #090d00;
}
#subMenu ul li.active a:hover {
	background-color: #c8f1ad;
	color: #090d00;
}
#subMenu ul li.active ul  {
	border-color: #7ce3b0;
}
#subMenu ul li.active ul li a {
	color: #405900;
}
#subMenu ul li.active ul li a:hover {
	background-color: #7ce3b0;
}

#navigation {
	background-color: #f3f5f3;
	color: #405900;
}
#navigation a {
	color: #405900;
}
#navigation ul li a {
	background-image: url(../images/navigation_business_bullet.png);
}

#content {
	border-left-color: #33ffcc;
}

#content a {
	color: #405900;
}
#content a:hover {
	color: #1b2600;
}


#content dl {
	margin: 5px 0 10px 0;
	width: 340px;
	float: left;
}
#content dl dt,
#content dl dd {
	width: 60px;
	margin: 0 3px 5px 0;
	padding: 3px 5px 4px 5px;
	border: 1px solid #f1f1f1;
	background-color: #f7f7f7;
}
#content dl dd {
	width: 253px;
	padding-left: 5px;
	margin-right: 0;
	background: none;
	color: #000;
}

#content #thumbs p {
	border-color: #acc07a;
}

#content ul.businessCategories {
	padding-top: 15px;
}
#content ul.businessCategories li {
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	margin: 0 auto 5px auto;
	background: #eee;
	width: 400px;
	border: 1px solid #ddd;
}
#content ul.businessCategories li a {
	display: block;
	width: 390px;
	background: #eee;
	padding: 5px;
}
#content ul.businessCategories li a:hover {
	text-decoration: none;
	background: #ddd;
}

#content ul.businessCategories ul {
	border-top: 1px solid #ddd;
	padding: 10px 0;
	display: none;
	margin: 0;
}

#content ul.businessCategories ul li {
	font-weight: normal;
	background: none;
	text-align: left;
	line-height: 12px;
	border: 0;
}
#content ul.businessCategories ul li a {
	padding: 0;
	margin-left: 10px;
}
#content ul.businessCategories ul li a:hover {
	text-decoration: underline;
	background: none;
}

#content ul.generic li {
	background-image: url(../images/generic_business_bullet.png);
}
#content ul.subcategories li {
	background-image: url(../images/navigation_business_bullet.png);
}

#content #tools span a {
	background-color: #f1f3f1;
	background-image: url(../images/icon_top_business.png);
}
#content #tools span.print a {
	background-image: url(../images/icon_print_business.png);
}
#content #tools span.back a {
	background-image: url(../images/icon_back_business.png);
}
#content #tools span a:hover {
	background-color: #e7e9e7;
}
#content #tools span strong {
	color: #9c7a1f;
}

.entry .details {
	float: right;
	background-color: #fff0dc;
	width: 235px;
	padding: 10px;
	line-height: 17px;
}
.entry .details strong {
	color: #888;
}
.entry .description {
	border-right: 255px solid #fff0dc;
	border-bottom: 1px solid #fff;
	padding: 5px 0 10px 10px;
}
.entry .description p {
	width: 285px;
}


.entry .details a {
	padding: 2px 5px 4px 5px;
}
#content .entry .details a:hover {
	background-color: #f5e1c7;
	text-decoration: none;
	color: #3c1e00;
}
