body {
	font:12px Arial,Verdana,sans-serif;
	margin: 0;
	padding: 0;
	color:#666;
}

hr {
	color:#6EC11F;
	height:1px;
}

div#homepage {
	margin:0 auto;
	margin-top:10px;
	margin-bottom:10px;
	width:976px;
}

div#header {
	width:976px;
}

div#footer {
	float:left;
	margin-top:15px;
	width:976px;
}

div#menubar_leftside {
	margin-left:3px;
	height:87px;
	width:9px;
	float:left;
	background:url("/_images/menubar_leftside.png");
}

div#menubar_rightside {
	height:87px;
	width:14px;
	float:left;
	background:url("/_images/menubar_rightside.png");
}

div#menubar {
	float:left;
	height:105px;
	width:970px;
	background:url("/_images/menubar.png");
}

div#menubar_bottom {
	float:left;
	height:17px;
	width:976px;
	background:url("/_images/menubar_bottom.png");
}

.categories {
	background-color:#fafafa;
	float:left;
    font-size: 8pt;
    margin:  0;
    padding: 0px 10px 0px 10px;
    width:940px;
    border: 1px solid #e2e2e2;
    margin: 15px 5px 0 5px;
}

.subcategories {
	padding: 10px 10px 0px 10px;
	color:#666;
}

.categories_border_left{
    padding: 5px 2px 0px 0px;
    margin: 0;
}

.categories_border_right{
    padding: 5px 2px 0px 10px;
    margin: 0;
}

.categories_border_middle{
    padding: 5px 2px 0px 10px;
    margin: 0 0 0 10px;
}

.categories_border_left div, .categories_border_middle div, .categories_border_right div{
    font-size: 8pt;
    font-weight: normal;
    color:#666;
    display: block;
    margin: 0;
    padding: 1px 0px 5px 15px;
}

.content {
	float:left;
	width:970px;
}

.content_boxes {
	float:left;
	color:#6f6f6f;
    font-size: 10pt;
    width:955px;
    margin-top:15px;
    margin-bottom:20px;
}

.letter {
	float:left;
	font-weight:bold;
	border-left:1px solid #efefef;
	border-right:1px solid #efefef;
	background-color:#e2e2e2;
	padding:2px;
	background:url("/_images/boxheader_bg.png");
	margin:2px;
	width:15px;
	height:15px;
	text-align:center;
}

.categories_list {
	float:left;
	margin:5px;
	width:730px;
}


a.clouds {
	color:#666;
	text-decoration:none;
}

a.clouds:hover {
	color:#666;
	text-decoration:underline;
}

div#results_box {
	float:left;
	text-align:left;
	padding:15px 0px 0px 5px;
}

div#result_item {
	background-color:#f6f6f6;
	margin-bottom:15px;
}

div#result_item_header {
	background:url("/_images/boxheader_bg.png");
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	width:570px;
	height:23px;
}

div#result_item_content {
	background:url("/_images/results_item_bg.png");
	width:570px;
	color:#858484;
}

div#results_mapbox {
	float:right;
	text-align:left;
	margin:15px 10px 15px 0px;
}

div#details_box {
	float:left;
	text-align:left;
	padding:15px 10px 15px 10px;
}

div#details_box_content {
	border: 1px solid #60bb0a;
	background-color:#F7FFEF;
	width:550px;
}

div#contact_box {
	float:left;
	text-align:left;
	padding:5px 10px 5px 0px;
}

div#contact_box_content {
	/*border: 1px solid #60bb0a;
	background-color:#F7FFEF;*/
	width:489px;
	height:380px;
}



a#result_headline_link {
	color:#4773BF;
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
}

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

a.goto {
	color:#E82E92;
	font-size:11px;
	text-decoration:none;
}

a.goto:hover {
	text-decoration:underline;
}

a.page_link {
	color:#60bb0a;
	font-size:12px;
	/*font-weight:bold;*/
	text-decoration:none;
}

a.footer_link {
	color:#4773BF;
	text-decoration:none;
}

a.footer_link:hover {
	text-decoration:underline;
}

a.topcat_big {
	color:#0F4F12;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

a.topcat_small {
	color:#0F4F12;
	font-size:12px;
	text-decoration:none;
}

a.letter {
	color:#666;
	text-decoration:underline;
}

a.catlist_link {
	color:#666;
	font-size:14px;
}



#navcontainer {
	float:left;
	background:url("/_images/boxheader_bg.png");
	border-left:1px solid #e2e2e2;
	border-right:1px solid #e2e2e2;
	padding:3px 10px 3px 10px;
	margin: 0 5px 5px 5px;
	width:640px;
}

#navlist {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size:11px;
	color:#5f5f5f;
}

#navlist li {
	display: inline;
	padding: 0;
	margin: 0;
}

#navlist li:before {
	/*content: "> ";*/
}

#navlist li:first-child:before {
	content: "";
}

#active {
	font-weight:bold;
	text-decoration:underline;
}

a.bc_navi_link {
	font-size:11px;
	color:#1F6903;
	text-decoration:none;
}

/*IE workaround*/
/*All IE browsers*/
* html #navlist li {
	background-image: url("/_images/gt.gif");
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding: 0 0.5em 0 1em;
	margin: 0 1em 0 -1em;
}

/*Win IE browsers - hide from Mac IE\*/
* html #navlist {
	height: 1%;
}

* html #navlist li {
	display: block;
	float: left;
}

/*End hide*/
/*Mac IE 5*/
* html #navlist li:first-child {
	background-image: none;
}
