@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
}
body {
	font-family:Helvetica, Arial, sans-serif;
	font-size: 0.8em;
	background: #efefef;
	color: #434343;
}
img {
	boder: 0;
}
ul {
	padding: 0 0 10px 30px;
}
li {
	margin: 0 0 5px;
}
p {
	margin: 0 0 10px;
	line-height: 19px;
}
a {
	color: #0c66be;
	text-decoration: none;
}
a:hover {
	color: #d9cfa8;
}
h1, h2, h3, h4, h5, h6 {
	color: #0c66be;
}
h2 {
	margin: 0 0 10px 0;
	padding: 3px 10px;
	font-size: 1.4em;
}
h3 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
}
h4 {
	margin: 0 0 5px 0;
	font-size: 1.3em;
}
h5 {
	margin: 0 0 5px 0;
	font-size: 1.2em;
}
h6 {
	margin: 0 0 5px 0;
	font-size: 1.1em;
}

/*    WRAPPER    */

#wrapper-header {
	width: 100%;
	min-width: 1000px;
	background: url(../img/header.png) no-repeat center bottom;
	height: 110px;
	margin-top: 15px;
}
#wrapper-banner {
	width: 100%;
	min-width: 1000px;
	background: url(../img/banner.png) no-repeat center top;
	height: 200px;
}
#wrapper-menu {
	width: 100%;
	min-width: 1000px;
	background: url(../img/menu.png) no-repeat center top;
	height: 45px;
}
#wrapper-content {
	width: 100%;
	min-width: 1000px;
	background: url(../img/content.png) no-repeat center top;
}

/*    HEADER    */

#header {
	width: 1000px;
	height: 110px;
	margin: auto;
	position: relative;
}
#logo {
	background: url(../img/logo.jpg) no-repeat left;
	width: 230px;
	height: 101px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 0 140px;
	
}
#logo h1 {
	font-size: 30px;
	font-weight:100;
	line-height: 50px;
}
#language {
	position: absolute;
	left: 10px;
	top: 194px;
}
#language ul {
	padding: 0;
}
#language li {
	margin: 0 5px;
}

/*    BANNER    */

#banner {
	width: 1000px;
	margin: 0 auto;
}
.slide-desc {
	position: absolute;
	right: 0;
	bottom: 0;
	top:0;
	left: auto !important;
	width: 300px !important;
	height: 100% !important;
	font-size: 17px;
	font-family: 'Handlee', cursive;
}
.slide-desc-in {
	position: absolute;
	left: 0;
	top: 0;
	height: 100% !important;
}
.slide-desc p {
	line-height: 125% !important;
}

/*    MENU    */

#menu {
	height: 35px;
	border-top: 5px solid #d9cfa8;
	border-bottom: 5px solid #d9cfa8;
	line-height: 35px;
	font-size: 17px;
	width: 100%;
	margin: 0 auto;
	max-width: 1020px;
	text-align: center;
}
#menu a {
	color: #0c66be;
	text-decoration: none;
}
#menu a:hover {
	color: #d9cfa8;
}
#menu ul {
	padding: 0;
}
#menu li {
	display: inline;
	margin: 0 10px;
	padding: 8px 30px;
	position: relative;
}
#menu li.active {
	background: url(../img/corner.gif) no-repeat bottom center;
}
#menu ul ul {
	background: #FFF;
	display: none;
	position: absolute;
	left: 0;
	top: 34px;
	border: 5px solid #d9cfa8;
	border-top: none;
	padding: 0 5px;
	line-height: 20px;
}
#menu li:hover ul, #menu li:hover li {
	display: block;
}
#menu li li {
	border-top: 1px solid #d9cfa8;
	padding: 5px 0;
	font-size: 15px;
}

/*    CONTENT    */

#content {
	margin: auto;
	width: 1000px;
	border-bottom: 5px solid #d9cfa8;
	border-spacing: 20px 0;
	background: #FFF;
}

/*    CENTER    */

#center {
	padding: 20px 0;
}
.list-title {
	padding: 10px;
	border-bottom: 1px solid #efefef;
	width: 80%;
}
.list-date {
	padding: 10px;
	border-bottom: 1px solid #efefef;
	width: 20%;
}
.category {
	width: 100%;
	border-spacing: 0;
}

/*    LEFT    */

#left {
	width: 200px;
	padding: 20px 0;
}

/*    RIGHT    */

#right {
	width: 250px;
	padding: 20px 10px;
	background: #f6f6f6;
	border-left: 5px solid #7EAAD5;
	border-right: 5px solid #7EAAD5;
}

/*    News    */

.category-module > div {
	border-bottom: 1px solid #CCC;
	padding: 0 0 5px;
	margin: 0 0 10px;
}
.item-date {
	color: #666;
	font-size: 0.9em;
	clear: both;
}
.item-title {
	line-height: 20px;
}
.item-image {
	width: 40%;
	float: left;
	margin: 0 10px 10px 0;
}
.item-image img {
	max-width: 100%;
}
.item-intro {
	font-size: 0.9em;
	line-height: 125%;
}
/*    FOOTER    */

#footer {
	padding: 10px;
	font-size: 0.9em;
	color: #666;
}