@import "rte.css";

html{
	min-width: 780px;
}
body{
	background: #EEEEEE;
	color: #5E5D5A;
	font: 80% Tahoma, Verdana,Arial, san-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #2491B5;
}
a.hover {
	text-decoration: none;
}
h1, h2, h3{
	font-size: 1.7em;
	font-weight: normal;
	margin: 10px 0 5px 0;
}
h1 {
	font-size: 1.9em;
}
h2 {
	font-size: 1.7em;
}
h3 {
	font-size: 1.4em;
}
p, table, ul, ol {
	font-size: 1em;
}
a img {
	border: none;
}

/* -----structure----- */
#wrapper {
	background: url(../images/main_bg.gif) #FFFFFF repeat-y;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 780px;
}
#header {
	background: url(../images/top_bg.jpg) #3296C8 repeat-x;
	height: 110px;
}
#logo {
	float: left;
	margin: 10px 0 0 10px;
	text-align: center;
	width: auto;
}
#topnav {
	background: url(../images/topnav_bg.gif) no-repeat;
	font-size: 10px;
	height: 34px;
	margin-left: 590px;
	padding-top: 5px;
	text-align: center;
	width: 180px;
}
#topnav a{
	color: #000000;
}
#left {
	float: left;
	width: 200px;
}
#main{
	float: left;
	font-size: 1em;
	margin: 0;
	padding: 10px;
	width: 560px;
}
#main p{
	text-align: justify;
}
#footer {
	background: #184A6A;
	color: #868A8C;
	font-size: 1em;
	padding: 10px;
	text-align: center;
}
#footer p{
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

/* -----search form------ */
#search {
	margin: 0 20px;
	text-align: right;
}
#search h2 {
	text-align: left;
}
#search form {
	margin: 0;
	padding: 0;
}
#search input{
	margin: 0;
	padding: 0;
	width: 100%;
}
#search input.topsearch {
	border: none;
	margin-top: 5px;
	width: 60px;
}

/* -----breacrumbs----- */
#breadcrumbs {
	background: #E6E4D8;
	clear: both;
	font-size: 0.8em;
	height: 2.9em;
}
#breadcrumbs ul{
	margin: 0;
	padding: 1em;
}
#breadcrumbs li{
	display: inline;
	list-style: none;
	margin-left: 0px;
}

/* -----news----- */
.news-title{
	font-weight: bold;
	font-size: 1em;
	padding:0;
}
.news-list-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container p{
	margin: 0.2em 0 1em;
}
.news-latest-container{
	padding: 5px 0;
}
.news-date{
	background: url(../images/news_bg.gif) no-repeat;
	color: #FFFFFF;
	display: block;
	font-size: 0.8em;
	padding: 4px 0;
	text-align: center;
	width: 60px;
}

/* ------404 page------ */
#pagenotfound {
	background: #E6E4D8;
	margin-bottom: -30px;
	padding: 30px;
	position: relative;
}
#pagenotfound h1 {
	color: #184A6A;
	margin: 0;
	padding: 0;
}

 /* -----left menu------ */
#menu ul{
	color: #FFFFFF;
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu li{
	background: url(../images/menu_l1_bg.jpg) #3498C9 repeat-y;
	border-bottom: 1px solid #103B51;
	border-top: 1px solid #33AEEE;
	padding: 0;
}
#menu li.level-one a{
	background: url(../images/menu_l1_list.gif) 0 50% no-repeat;
	display: block;
	margin-left: 10px;
	padding: 5px 20px;
}
#menu li.level-one span{
	background: url(../images/menu_l1_list.gif) 0 50% no-repeat;
	display: block;
	margin-left: 10px;
	padding: 5px 20px;
}
#menu li.level-one-act {
	background: url(../images/menu_l1act_bg.jpg) #3498C9 repeat-y;
	border-top: 1px solid #3197C8;
}
#menu li.level-one-act span{
	background-image: url(../images/menu_l1act_list.gif);
}
#menu li.level-one-act a{
	background-image: url(../images/menu_l1act_list.gif);
}
#menu ul ul{
	border-top: 1px solid #103B51;
	font-size: .9em;
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: right;
}
#menu ul ul li {
	background: #3498C9;
	border: none;
}
#menu li.level-two a{
	background: none;
	padding: 2px 20px;
}
#menu li.level-two span{
	background: #2F8AB7;
	display: block;
	font-weight: bold;
	margin: 0;
	padding: 0.2em 1em;
}

/* ----bottom menu----- */
#bottommenu li{
	display: inline;
}
#bottommenu span{
	border-bottom: 2px solid #FF3300;
	color: #FFFFFF;
}
#bottommenu a {
	color: #FFFFFF;
}



/* -------contact mailform-------- */
.csc-mailform {
	border: none;
}
.csc-mailform label {
	float: left;
	display: block;
	width: 100px;
}

/* -------indexed search-------- */
.tx-indexedsearch-redmarkup {
	color: #FF0000;
}

.tx-indexedsearch fieldset{
	border: none;
}
.tx-indexedsearch legend{
	display: none;;
}

.tx-indexedsearch div{
	margin: 1em 0;
}

.tx-indexedsearch label{
	display: block; float: left;
	width: 100px;
	text-align: right;
	margin: 0 10px;
}

.tx-indexedsearch-browsebox{
	margin: 1em 0;
}

.tx-indexedsearch-browsebox ul.browsebox{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-browsebox ul li{
	float: left;
	margin-right: 1em;
}
.tx-indexedsearch h3{
	background: none;
	font-size: 1.2em;
}

.tx-indexedsearch-res{
	margin-top: 20px;
	width: 95%;
}

.tx-indexedsearch-sw {
	font-weight: bold;
}

.tx-indexedsearch-percent{
	float: right; 
	font-weight: bold;
}

.clear {
	clear: both;
}