html{
	margin: 0;
	padding: 0;
}
body{
	background-color: #CCCCCC;
	color: #5E5D5A;
	font: 80% Tahoma, Verdana,Arial, san-serif;
	margin: 0;
	padding: 0;
	/*text-align: center;*/
	/*height: 100%;*/
}
a {
	color: #2491B5;
	background-color:transparent;
}
a:visited {
	color: #6699FF;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	color: #66CCFF;
}
h1 {
	font-size: 1.5em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: #0053A6;
	/*text-transform:uppercase;*/
}
h2 {
	font-size: 1.3em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: #0053A6;
}
h3 {
	font-size: 1.1em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: #0053A6;
}
h4 {
	font-size: 1em;
	font-weight: normal;
	margin: 0.2em 0 0.1em 0;
	color: #0053A6;
}
p, table, ul, ol {
	font-size: 1em;
}
a img {
	border: none;
}

.align-left {
        text-align:left;
}
.align-center {
        text-align:center;
}
.align-right {
        text-align:right;
}

/* -----structure----- */
#wrapper {
	background: url(../images/ewh_main_bg.gif) #FFFFFF repeat-y;
	margin: 0em auto;
	position: relative;
	text-align: left;
	/* width: 950px; */
}
#header {
	background: url(../images/ewh_top_bg.jpg) #3296C8 repeat-x;
	height: 100px;
	overflow: hidden;
}
#logo {
	float: left;
	margin: 0 0 0 0.5em;
	text-align: center;
	width: auto;
}
#headimage {
	float: right;
	text-align: center;
	width: 780px;
	height: 100px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.5em;
}
#ruler {
	background-color: #FFFF99;
	text-align: right;
	margin: 0;
	position: relative;
	visibility: visible;
	overflow: visible;
	height: 2em;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	/* width: 950px; */
}

/* -----search form------ */
#search {
	height: 2em;
	margin-left: 1em;
	padding-top: 0.1em;
	text-align: left;
	width: 300px;
	position: relative;
	visibility: visible;
	float: left;
}
#search h3 {
	text-align: left;
}
#search form {
	margin: 0;
	padding: 0;
}
#search input{
	margin: 0 0 0 0;
	padding: 0em;
	width: 50%;
}
#search input.topsearch {
	border: none;
	margin-top: 0em;
	padding-top: 0em;
	width: 1.4em;
	vertical-align: text-bottom;
}

/* -----top navigation------ */
#topnav {
	font-size: 1em;
	height: 2em;
	right: 0em;
	padding-top: 0.1em;
	text-align: right;
	width: 25em;
	margin: 0 0 0 0;
	position: absolute;
	visibility: visible;
	padding-right: 1em;
}
#topnav a{
	color: #006699
}
#topnav a:visited {
	color: #6699FF;
}
#topnav a:hover {
	color: #66CCFF;
	text-decoration: none;
}
#topnav a:active {
	color: #66CCFF;
}

/*------positioning-layers static and absolute------*/
#left {
	position: absolute;
	left: 0em;
	width: 200px;
	color: #564b47;
	margin: 0em 0 0 0;
	padding: 0em;
	background-color: #CCCCCC;
}
#content_ovlap {
	background-color: #CCCCCC;
}
#content {
	padding: 0em;
	background-color: #ffffff;
	min-height: 50em;
	margin-top: 0em;
	margin-right: 200px;
	margin-bottom: 0.2em;
	margin-left: 200px;
	padding-left: 0.5em;	
	padding-right: 0.5em;
	padding-bottom: 0.2em;
	/*height: 100%;*/
}
/* -----IE-Hack for setting a min-height------ */
* html #content {
        height: 50em;
}
#right {
	position: absolute;
	right: 0em;
	width: 190px;
	color: #564b47;
	margin: 0em 0 0 0;
	padding: 0em;
	background-color: #CCCCCC;
	min-height: 30em;
	padding-left: 5px;
	padding-right: 5px;
	/*height: 100%;*/
}
#footer {                                                             
	background: #184A6A;
	color: #868A8C;
	margin: 0em;
	font-size: 0.95em;
	padding: 0em;
	text-align: center;
}
#footer p{
	font-size: 0.9em;
	margin: 0em;
	padding: 0.8em;
	color: #868A8C;
}

/* -----left menu------ */
#menu ul{
	color: #FFFFFF;
	font-size: 1.0em;
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu a {
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	color: #336699;
	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:hover{
	background: url(../images/menu_l1_bg_ov.jpg) #3498C9 repeat-y;
	color: #336699;
}
#menu li.level-one a{
	background: url(../images/menu_l1_list.gif) 0 50% no-repeat;
	display: block;
	margin-left: 0.7em;
	padding: 0.2em 0.5em 0.2em 1.5em;
}
#menu li.level-one-act {
	background: url(../images/menu_l1act_bg.jpg) #3498C9 repeat-y;
}
#menu li.level-one-act:hover {
	background: url(../images/menu_l1_bg_ov.jpg) #3498C9 repeat-y;
	/*border-top: 1px solid #3197C8;*/
}
#menu li.level-one-act a{
	background-image: url(../images/menu_l1act_list.gif);
}
#menu ul ul{
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul li {
	background: url(../images/menu_l1_bg.jpg) #3498C9 repeat-y;
	font-size: 0.95em;
	background: #3498C9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33AEEE;
	border-bottom-color: #33AEEE;
}
#menu li.level-two a{
	font-size: 0.95em;
	background: url(../images/menu_l2_list.gif) 0 50% no-repeat;
	display: block;
	margin-left: 0.7em;
	padding: 0.2em 0.5em 0.2em 1.7em;
}
#menu li.level-two a:hover{
	color: #336699;
        display: block;
	margin-left: 0.7em;
	padding: 0.2em 0.5em 0.2em 1.7em;
}
#menu li.level-two-act {
	font-size: 0.95em;
	background: url(../images/menu_l1act_bg.jpg) #3498C9 repeat-y;
}
#menu li.level-two-act:hover {
	font-size: 0.95em;
	background: url(../images/menu_l1_bg_ov.jpg) #3498C9 repeat-y;
}
#menu li.level-two-act a{
	font-size: 1em;
	background-image: url(../images/menu_l2act_list.gif);
}
#menu ul ul ul{
	font-size: 0.95em;
	margin: 0;
	padding: 0;
	text-align: left;
}
#menu ul ul ul li {
	background: url(../images/menu_l1_bg.jpg) #3498C9 repeat-y;
	font-size: 0.95em;
	background: #3498C9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #33AEEE;
	border-bottom-color: #33AEEE;
}
#menu li.level-three a{
	font-size: 0.95em;
	background: url(../images/menu_l3_list.gif) 0 50% no-repeat;
	display: block;
	margin-left: 1.7em;
	padding: 0.2em 0.5em 0.2em 1.3em;
}
#menu li.level-three a:hover{
	font-size: 0.95em;
	color: #336699;
	padding: 0.2em 0.5em 0.2em 1.3em;
}
#menu li.level-three-act {
	font-size: 1em;
	background: url(../images/menu_l1act_bg.jpg) #3498C9 repeat-y;
}
#menu li.level-three-act:hover {
	font-size: 1em;
	background: url(../images/menu_l1_bg_ov.jpg) #3498C9 repeat-y;
}
#menu li.level-three-act a{
	font-size: 0.95em;
	background-image: url(../images/menu_l3act_list.gif);
}
/* -------indexed search-------- */
.tx-indexedsearch-redmarkup {
	color: #FF0000;
}
.tx-indexedsearch fieldset{
	border: none;
}
.tx-indexedsearch legend{
	display: none;
}
.tx-indexedsearch div{
	margin: 0 0 1em 0;
}
.tx-indexedsearch label{
	display: block; float: left;
	width: 100px;
	text-align: right;
	margin: 0 1em;
}
.tx-indexedsearch-browsebox{
	margin: 1em 0 1em 0;
}
.tx-indexedsearch-browsebox ul.browsebox{
	list-style: none;
	margin: 0;
	padding: 0;
}
.tx-indexedsearch-browsebox ul li{
	margin: 0;
}
.tx-indexedsearch h3{
	background: none;
	font-size: 1.2em;
}
.tx-indexedsearch-res{
	margin-top: 2em;
	width: 95%;
}
.tx-indexedsearch-sw {
	font-weight: bold;
}
.tx-indexedsearch-percent{
	float: right; 
	font-weight: bold;
}

/* -----------csc-mailfomular----------- */
.csc-mailform {
	border: 0px;
}
.csc-mailform-field label {
	/*font-size: 10pt;*/
	/*font-family: Helvetica, Verdana, Arial, sans-serif;*/
	width: 13em;
	float: left;
	text-align: left;
	font-weight: bold;
	display: block
}
.csc-mailform-submit {
	margin-left: 13em;
}

/* -----------404 page not found----------- */
#pagenotfound {
	background: #E6E4D8;
	padding: 1em 5em 1em 20em;
	position: relative;
}
#pagenotfound h1 {
	color: #184A6A;
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}