@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 67.5%;
}

#header {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 98px;
	background: url(../images/header_bg.gif);
	background-repeat: repeat-x
}

#menu {
	padding: 0px;
	margin: 18px 0px 0px 0px;
	/*width: 100%;*/
	height: 31px;
	
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;

	list-style: none;
}

#menu li {
	float: left;

	margin: 2px 0px 0px 66px;
	padding: 2px 0px 0px 0px;
}

#menu li a {
	display: block;
	font-size: 1.1em;
	text-decoration: none;
	text-transform: uppercase;
	color: #e6e6e6;
	height: 27px;
	padding: 6px 12px 0px 12px;
}

* html #menu li a {display: inline}

#menu li a.active {
	background-color: #fff;
	color: #00792c;
}

#logo {
	position: relative;
	left: 66px;
}

#contentContainer {
	position: relative;
	top: 13px;
	left: 66px;
	font-size: 1.2em;
	border: none;
	width: 899px;
}

#contentTop {
	background-image: url(../images/content_top.gif);
	height: 52px;
}
#contentCenter {
	background-image: url(../images/content_middle.gif);
	height: 477px;
}
#contentFooter {
	background-image: url(../images/content_bottom.gif);
	height: 91px;
}

#breadcrumb {
	height: 27px;
	padding-top: 3px;
	color: #00792c;
	float: left;
	padding-left: 255px;
}

#breadcrumb li a{
	background: url(../images/slice.gif) no-repeat;
	display: block;
	text-indent: 30px;
	color: #7da21b;
	
}

#breadcrumb li.home a{
	background: url(../images/breadcrumb_home.gif) no-repeat;
	display: block;
	width: 17px;
	height: 27px;
}

#breadcrumb li{
	float: left;
	line-height: 27px;
	list-style: none;
	margin-left: 10px;
	background: url(../images/slice.gif) no-repeat;
	display: block;
	text-indent: 20px;
}


#submenu {
	padding: 0px;
	margin: 0px 0px 0px 17px;
	width: 212px;
	height: 390px;
	border: none;
	list-style: none;
	float: left;
}

#submenu li {
	height: 36px;
}
#submenu li a {
	display: block;
	color: #acca57;
	text-decoration: none;
	font-size: 1.1em;
}
#submenu li a.active {
	color: #fff;
	background: none;
}

#contentText {
	padding: 0px;
	margin: 0px 0px 0px 35px;
	border: none;
	float: left;
	width: 600px;
	color: #808080;
	font-size: 0.9em;
}

H1 {
	margin: 0px;
	font-size: 1.6em;
	color: #00792c;
}
H2 {
	font-size: 1.4em;
	color: #acca57;
}
H3 {
	font-size: 1.1em;
	color: #00792c;
}