/*BF Marton Style */
body {
	font-family: tahoma;
	font-size: 12px;
	color: #000000;
}

p {
	font-size: 12px;
	color: #000000;
}
td {
	font-size: 12px;
	color: #000000;
}
.hdr {
	font-size: 13px;
	color: #660000;
	font-weight: bold;
}
A {
	font-size: 12px;
	color: #660000;
	text-decoration: none;
}
A:hover {
	font-size: 12px;
	color: #cccc99;
	text-decoration: underline;
}
.r4 {
	font-size: 9px;
	color: #ffffff;
}
A.r4 {
	font-size: 9px;
	color: #ffffff;
	text-decoration: none;
}
A.r4:hover {
	font-size: 9px;
	color: #ffffcc;
	text-decoration: underline;
}
.r42 {
	font-size: 9px;
	color: #660000;
}
A.r42 {
	font-size: 9px;
	color: #660000;
	text-decoration: none;
}
A.r42:hover {
	font-size: 9px;
	color: #ffffcc;
	text-decoration: underline;
}
.h1 {
	font-size: 14px;
	color: #666633;
	font-weight: bold;
}
.emph {
	font-size: 12px;
	color: #999966;
	font-weight: bold;
}
img {
border: none;
}


/* =Navigation
-------------------------------------------------------------- */

.navigation {
	color: #666633;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
	font-weight:bold;
}
.navigation a:link,
.navigation a:visited {
	color: #666633;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	color: #666633;
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
#access .menu-header,
div.menu,
#colophon,
#branding,
#main,
 {
	margin: 0 auto;
	width: 100%;
}

/* =Menu
-------------------------------------------------------------- */

#access {
	background: #333300;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
}
#access .menu-header,
div.menu {
	font-size: 13px;
	margin-left: 12px;
	width: 928px;
}
#access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
div.menu li {
	float: left;
	position: relative;
}
#access a {
	color: #cccc99;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	font-weight:bold;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 180px;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #555;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	background: #555;
	color: #fff;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,
#access ul li.current-menu-ancestor > a,
#access ul li.current-menu-item > a,
#access ul li.current-menu-parent > a {
	color: #fff;
}
* html #access ul li.current_page_item a,
* html #access ul li.current-menu-ancestor a,
* html #access ul li.current-menu-item a,
* html #access ul li.current-menu-parent a,
* html #access ul li a:hover {
	color: #fff;
}