﻿@charset "UTF-8";
/* CSS Document */
body {
	padding: 0px;
	background: #4b8bc9;
	min-width: 810px;
}
body a {
	color: #000;
	text-decoration: none;
}
#wrap {
	background: #FFF;
	margin: 0 auto;
	width: 990px;
	font-size: 14px;
	position: relative;
	height: 1000px;
	left: 0px;
}
#header {
	background: #336699;
	height: 154px;
	width: 984px;
	font: normal 34px/55px "Times New Roman", Times, serif;
	color: #FFF;
	padding-left: 0px;
}
#main {
	width: 600px;
	position: absolute;
	left: 300px;
	top: 80px;
	color: #000;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	height: 100%;
}
#main2 {
	width: 900px;
	 left: 300px;
	color: #000;
	font: normal 15px/20px Arial, Helvetica, sans-serif;
	height: 100%;
}
#main a {
	color: #4b8bc9;
	text-decoration: none;
	font-weight:bold;
}
#main a:hover {
	color: #DD1807;
}
#main img {
	padding-bottom: 4px;
	padding-left: 6px;
}
#main #title {
	left: -6px;
	position: relative;
}
#main #title img {
	padding-bottom: 0px;
	padding-left: 0px;
	z-index: 10;
}
#nav {
	background: #4b8bc9;
	height: 60px;
	color: #fff;
	top: 0px;
	padding-top: 16px;
	font-family: Helvetica, sans-serif;
}
#nav a {
	color: #fff;
}
#nav #menu a {
	text-decoration: none;
}
#nav #menu a:hover {
	color: #E2BB8D;
}
#nav #menu {
	float: left;
	padding-top: 20px;
	width: 650px;
	position: relative;
	padding-left: 20px;
	color: #fff;
	text-align: left;
}
#nav #menu #highlight a {
	text-decoration: underline;
}
#footer {
	clear: both;
	position: relative;
	width: 872px;
	text-align: center;
	left: 10px;
	top: 798px;
	color: #96B1C9;
}
#footer p {
	padding: 5px;
	margin: 0;
}
#footer #text {
	left: 172px;
	position: absolute;
	top: 38px;
	/* font: 14px; */
	font-family: helvetica; color: #1f3f72;
}
#footer #navcont {
	height: 60px;
	width: 200px;
}
#wrap #mid {
	position: relative;
	background: #214272;
}
#leftbar {
	background: no-repeat;
	top: 94px;
	position: absolute;
	width: 187px;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 15px;
	left: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 22px;
	height: 590px;
	background-image: url("images/pieces/leftbarbg4flat.png");
	
}
#leftbar2 {
	/* font-color: #1F3F72; */
	font-weight: bold;
}

#leftbar a {
	color: #336699;
	font-weight:bold;
}
	
#leftbar #link a {
	text-decoration: none;
}
	
#leftbar a:hover {
	color: #DD1807;
	font-weight: bold;

}
#sunflower {
	position: absolute;
	left: -200px;
	top: 0px;
	background: url("images/pieces/sunflower.png") no-repeat;
	width: 702px;
	height: 686px;
}
.h1 {
	font-weight: bold;
	color: #cb6b0f;
}
.h2 {
	font-weight: bold;
	color: #cb6b0f;
	font-size:x-large
}
.style20 {
	text-align: center;
	border-width: 0px;
	border-width: 0;
	font-size: large;
	color: #4B8BC9;
	font-weight:bold
}
.style21 {
	text-align: center;
	border-width: 0px;
	border-width: 0;
	/* font-size: 14; */
	color: #4B8BC9;
}
.style22 {
	font-weight: bold;
	color: #cb6b0f;
	font-size: large;
	text-align: center;
}
.style23 {
	text-align: center;
	font-size: large;
}


.subtitle {
	font-weight: bold;
	color: #cb6b0f;
}
.subtitle2 {
	font-weight: bold;
	color: #cb6b0f;
}
.subtitle3 {
	font-weight: bold;
	color: #cb6b0f;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
}

/*
#nav #menu #aboutus ul {
	display: none;
	min-width: 120px;
}

#nav #menu #aboutus:hover ul  {
	display: block;
}

#nav #menu #aboutus ul li a:hover {
	color: #000;
	
}
/* =Menu
-------------------------------------------------------------- */

#access {
	display: block;
	float: right;
	margin: 0 auto; 
	/* width: 940px; */
	width: 640px;
	z-index:1;
}
#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: right;
	position: relative;
}
#access a {
	color: #fff;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
}
#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: 110px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 110px;
	
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #4b8bc9;
	line-height: 1em;
	padding: 10px;
	width: 130px;
	height: auto;
}
#access li:hover > a,
#access ul ul :hover > a {
	font-weight: bold;
	color: #E2BB8D;
}
#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: #E2BB8D;
}

.menu-item-home {
	font-weight:bold;
}

