.body-text {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.headline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #719d36;
}

.subheadline {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #719d36;
}

.subheadline-border {
	display: block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	border-top: 1px solid #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
	color: #719d36;
}

.bodygrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #333;
}

.bodysmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #000;
}

.bodysmallgrey {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.sitename {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #719d36;
}

.system {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.syssmall {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #000;
}

.printlink {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #719d36;
}

.printlink_pipes {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #719d36;
}

.breadcrumb_separator {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #333;
}

.footer, .bottom_links, a.footer, a.bottom_links, a.footer:visited, a.bottom_links:visited {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #454545;
}

a.footer:hover, a.bottom_links:hover {
	text-decoration: underline;
	color: #719d36;
}

a, a:visited {
	outline: none;
	text-decoration: underline;
	color: #719d36;
}

a:hover {
	text-decoration: none;
}

/* ---------- RESET DEFAULT SETTINGS ---------- */

body,div,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,fieldset,pre,p,blockquote { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img {border: 0;}
caption,th {text-align: left;}
q:before,q:after {content:'';}


html, body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	background: #fff url('../../../site/1/template/cn/body_bg.png') repeat-x top left;
}

/* ---------- DIVS ---------- */

#wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 18px 0 0;
}

#navigation {
	width: 918px;
	padding: 12px 21px 5px;
	background: #454545 url('../../../site/1/template/cn/nav_bg.gif') no-repeat top center;
}

#container {
    width: 920px;
	margin: 0 auto;
	padding: 20px 20px 0;
	overflow: hidden;
	background: url('../../../site/1/template/cn/container_bg.png') no-repeat top left;
}

#header {
	width: 350px;
	height: 106px;
	margin: 0 auto 23px;
	padding: 22px 553px 22px 15px;
	position: relative;
	overflow: hidden;
	background: url('../../../site/1/template/cn/header_bg.png') no-repeat top center;
}

#content {
	width: 560px;
	min-height: 78px;
	height: auto !important;
	height: 78px;
	padding: 20px 30px;
	background: url('../../../site/1/template/cn/content_bg.png') no-repeat top center;
}

#sidebar {
	width: 273px;
	min-height: 82px;
	height: auto !important;
	height: 82px;
	padding: 16px 9px 20px 8px;
	background: url('../../../site/1/template/cn/sidebar_bg.png') no-repeat top center;
}

#search {
	width: 232px;
	height: 20px;
	padding: 9px 28px 28px 13px;
	position: relative;
	font-size: 16px;
	background: url('../../../site/1/template/cn/search_bg.png') no-repeat top left;
	color: #719d36;
}

#footer {
	width: 918px;
	padding: 52px 21px 12px;
	text-align: center;
	background: url('../../../site/1/template/cn/footer_bg.png') no-repeat top center;
	color: #454545;
}

/* ---------- ADMIN ---------- */

.admin #content {
	width: 880px;
	padding: 20px;
	background: url('../../../site/1/template/cn/admin_content_bg.png') no-repeat top center;
}

/* ---------- STYLES ---------- */

.alignLeft { float: left; }
.alignRight { float: right; }

.clearfix:after {
	clear: both;
	height: 0;
	content: '.';
	display: block;
	visibility: hidden;
}

/* ---------- HEADER ---------- */

#header .headline, #header .subheadline {
	color: #fff;
visibility: hidden;
}

/* ---------- NAVIGATION ---------- */

#navigation p.nav_corners {
	width: 960px;
	height: 12px;
	position: absolute;
	top: 0;
	left: 0;
}

#navigation img.navigation_corner {
	width: 8px;
	height: 8px;
	position: absolute;
	top: 0;
}

#navigation img.corner_left { left: 0; }
#navigation img.corner_right { right: 0; }

#navigation ul.navigation {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

#navigation ul.navigation li {
	display: inline;
}

#navigation ul.navigation li.navigation_separator {
	display: none;
}

#navigation ul.navigation li a, #navigation ul.navigation li a:visited {
	margin: 5px 15px;
	display: inline-block;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
}

#navigation ul.navigation li a:hover, #navigation ul.navigation li a:active {
	color: #f7941e;
}

/* ---------- CONTENT ---------- */

#content .content_bottom {
	width: 265px;
	padding: 30px 30px 0 0;
	float: left;
}

#content .bottom_right { padding-right: 0; }

/* ---------- SIDEBAR ---------- */

#sidebar #search p.search_text {
	line-height: 16px;
	position: absolute;
	top: 11px;
	left: 15px;
}

#sidebar #search input.search_field {
	width: 175px;
	height: 17px;
	position: absolute;
	top: 9px;
	left: 70px;
	border: none;
	font-size: 16px;
	background: url('../../../site/1/template/cn/search_field_bg.gif') repeat-x top left;
	color: #719d36;
}

#sidebar #search input.search_btn {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 13px;
	right: 12px;
}
