/* @group Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,img {
	margin: 0;
	padding: 0;
}
body {
	font: 13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size: small;	/* for IE */
	*font: x-small;/* for IE in quirks mode */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: inherit;
}
fieldset,img {
	border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: normal;
}
select,
input,
button,
textarea {
	font: 99% arial,helvetica,clean,sans-serif;
}
/* @end */
body {
	background: #35491B url(../images/layout/page_bg.png) left top repeat-x;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#page {
	margin: 0 auto 50px;
	width: 899px;
	background: url(../images/layout/page_bg_middle.jpg) center top repeat;
	position: relative;
	z-index: 0;
}
/* @group Header*/
#header {
	height: 115px;
	width: 899px;
	margin: 0;
	position: relative;
	z-index: 10;
}
#branch {
	position: absolute;
	z-index: 10;
	top: 0;
	left: -50px;
}
/* @group Logo */
#logo {
	background: url(../images/layout/home/logo_bg.png) center top no-repeat;
	width: 899px;
	height: 83px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
#logo a {
	position: absolute;
	top: 0;
	right: 17px;
	height: 50px;
	width: 293px;
	text-indent: -9999px;
	outline: none;
}
/* @end */
/* @group Menu */
ul#menu {
	position: absolute;
	top: 73px;
	right: 10px;
	z-index: 1;
	margin: 0;
	padding: 10px 0 0 0px;
	width: 579px;
	height: 43px;
	background: url(../images/layout/home/menu_bg.png) left top no-repeat;
}
ul#menu li {
	float: left;
	margin: 0 0 0 23px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
}
#menu li a {
	text-decoration: none;
	color: #FAF3AC;
}
#menu li a:hover {
	color: #9FBB57;
	text-decoration: underline;
}
#menu li.current a {
	color: #9FBB57;
}
/* @end */
/* @end */
/* @group Content */
#content {
	padding: 0;
	position: relative;
	z-index: 1;
}
/* @end */
/* @group Footer */
#footer {
	height: 40px;
	background: url(../images/layout/page_bg_bottom.jpg) center bottom no-repeat;
	overflow: hidden;
	color: #415920;
	font-size: 9px;
	padding: 30px 25px 0;
}
#footer a {
	color: #415920;
}
#footer p {
	display: inline;
	margin: 0;
}
#footer p.left {
	width: 400px;
	float: left;
}
#footer p.right {
	width: 200px;
	float: right;
	text-align: right;
	line-height: 16px;
}
#footer p.right a img.normal {
	display: inline;
}
#footer p.right a:hover img.normal {
	display: none;
}
#footer p.right a img.hover {
	display: none;
}
#footer p.right a:hover img.hover {
	display: inline;
}
/* @end */
body #submenu a {
	font-weight: bold;
}
body #submenu h2 a {
	font-weight: normal;
}

