body {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #2F2F2F;
}

a {
	outline: 0;
	color: #7E1812;
	text-decoration: none;
		
	/* 
	unselectable
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	*/	
}

a:hover {
	text-decoration: underline;
}

a:active {
	color: #CC4000;
}

h1 {
	margin-bottom: 15px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 20px;
	color: #7E1812;
	padding-bottom: 5px;
	border-bottom: 1px solid #DFDFDF;
}

h2 {
	padding-top: 16px;
	font-family: "Arial";
	font-size: 15px;
	color: #093D1F;
}

h3 {
	padding-top: 0px;
	font-family: "Arial";
	font-size: 15px;
	color: #093D1F;
}

p {
	margin-top: 0px;
	margin-bottom: 11px;
	line-height: 140%;
}

strong {
	color: #4A555C;
}
li {
	list-style-type: circle;
	padding-top: 10px;
	padding-bottom: 10px;
}

.title {
	margin-bottom: 10px;
}

.title > a, .title > a:hover, .title > a:active {
	font-weight: bold;
	font-size: 14px;
	
	text-decoration: none;
}

.title > a:hover {
	color: #ff5400;
	text-decoration: underline;
}

.eleven-main-menu {
	overflow: hidden;
	position: absolute;
	
	left: 0px;
	top: 241px;
	
	width: 820px;
	height: 35px;
}

.eleven-sub-menu {
	overflow: hidden;
	position: absolute;
	
	left: 0px;
	top: 286px;
	
	width: 820px;
	height: 39px;
}

.main-button, .main-button-active {
	position: relative;
	float: left;

	width: auto;
	height:38px;
	
	font-family: "Arial";
	font-weight: bold;
	font-size: 13px;
	color: #FFFFFF;
	
	text-decoration: none;
	
	line-height: 38px;
	text-align: center;
	
	margin-left: 30px;
}

.main-button:hover, .main-button-active:hover {
	color: #FFCFCF;
	text-decoration: none;
}

.main-button:active, .main-button-active:active {
	color: #EF8686;
}

.main-home, .main-home-active {
	margin-top: 10px;
	position: relative;
	float: left;
	margin-left: 30px;
	width: 18px;
	height: 15px;
	background: url(/sites/default/files/home_u.png) no-repeat bottom;
}

.main-home-active {
	background: url(/sites/default/files/home_u.png) no-repeat bottom;
}

.main-home:active, .main-home-active:active {
	background: url(/sites/default/files/home_a.png) no-repeat bottom;
}

.main-home:hover, .main-home-active:hover {
	background: url(/sites/default/files/home_h.png) no-repeat bottom;	
}

.submenu-button, .submenu-button-first, .submenu-button-active, .submenu-button-first-active {
/*	background-color: #ff0000; */
	position: relative;
	float: left;

	height: 39px;
	line-height: 30px;

	margin-left: 40px;

	/* font style */
	font-family: "Arial";
	font-weight: bold;
	font-size: 12px;
	color: #FFFFFF;
	cursor: pointer;
	text-decoration: none;
}


.submenu-button:hover, .submenu-button-active:hover {
  	color: #B3EFCC;
	text-decoration: none;
}

.submenu-button:active, .submenu-button-active:active {
	color: #57AF7C;
}

.submenu-button-active {
	color: #FFFFFF;
	background: url(/sites/default/files/submenu_active.png) no-repeat bottom;
}

.eleven-footer-content, .eleven-footer-content-link {
	position: relative;
	color: #FFFFFF;
	
	margin-left: 40px;
	
	height: 30px;
	line-height: 30px;
	
	font-family: "Arial";
	font-weight: bold;
	font-size: 10px;
	
	float: left;
	
	margin: 0px;
}

.eleven-footer-content-link {
	position: relative;
	color: #FFFFFF;
	
	padding: 0px;
	margin: 0px;
	
	text-decoration: none;
}

.top-toolbar {
	position: absolute;
	
	top: 48px;
	left: 770px;	
	
	font-family: "Arial";
	font-weight: bold;
	color: #FFFFFF;
}

.fontsizeplus {
	color: #FFFFFF;
	margin-left: 3px;
	font-size: 18px;	
}

.fontsizeminus {
	color: #FFFFFF;
	font-size: 14px;	
}

.fontsizeplus:hover, .fontsizeminus:hover {
	text-decoration: none;
	color: #093F20;
}

