﻿body {
			font-family: verdana, Tahoma, Helvetica, "Times New Roman";
			font-size: 11px;
			line-height: 15px;
			color: #333;
			padding: 0px;
			margin: 0px;
}
a:link, a:active, a:visited {
			color: #000;
			text-decoration: none;
}
a:hover {
			color: #900;
			text-decoration: underline;
}
h1 {
			font-family: arial;
			font-size: 11px;
			position: absolute;
			top: 200px;
			width: 188px;
			padding: 5px 0px;
			border-top: 1px #ddd solid;
			border-bottom: 1px #ddd solid;
}
li {
            list-style-type: none;
}
img {
			border: 0px;
			margin: 0px;
			padding: 0px;
}
#container {
			width: 760px;
			margin: 0 auto;
			padding: 5px 0px 5px 0px;
}
#leftbox, #rightbox {
			width: 189px;
			margin-top: 15px;
}
#centerbox {
			width: 380px;
}
#header {
			width: 100%;
			height: 15px;
}
#content {
			width: 100%;
			height: 550px;
			background-color: #dddfad;
			border: 1px #aaa solid;
			overflow: auto;
			scrollbar-face-color: #dddfad;
			scrollbar-shadow-color: #fff;
			scrollbar-3dlight-color: #ddd;
			scrollbar-arrow-color: #aaa;
			scrollbar-track-color: #dddfad;
			scrollbar-darkshadow-color: #ddd;
			scrollbar-base-color: #dddfad;
}
#footer {
			width: 100%;
			height: 10px;
			text-align: center;
}
.floatleft {
			float: left;
}
.floatright {
			float: right;
}
/*     ----------menu----------     */
#mainmenu{
	        position: absolute;
	        top: 270px;
}
#servicesmenu {
	        position: absolute;
	        top: 370px;
}
.menu {
	        padding: 0px;
	        margin: 0px;
}
#mainmenu .firstli {
			border-left: 1px #aba solid;
}
#servicesmenu .firstli {
			border-right: 1px #aba solid;
}
.firstli {
	        width: 188px;
	        background-color: #ddd;
	        color: #a5e;
			border-top: 1px #aba solid;
			border-bottom: 1px #aba solid;
	        text-align: center;
	        font-weight: bold;
}
.menu ul {
	        padding: 0px;
	        margin: 0px;
}
.menu table {
	        padding: 0px;
	        margin: 0px;
	        border-collapse: collapse;
}
.menu li.parent {
	        padding-left: 30px;
	        margin: 0px;
			border-bottom: 1px #ddd solid;
}
.menu li.parent a, .menu li.parent a:visited {
	        display: block;
	        width: auto;
	        height: 15px;
			color: #553;
	        line-height: 15px;
	        text-decoration: none;
}
.menu li.parent:hover a, .menu li.parent a:hover {
	        margin-left: -20px;
	        border: 0px #fff solid;
	        color: #900;
}
.menu li.parent ul {
	        display: none;
}
.menu li.parent:hover ul, .menu li.parent a:hover ul {
	        display: block;
	        width: auto;
}
.menu li.parent:hover ul li a, .menu li.parent a:hover ul li a {
			padding: 0px 5px;
			margin: 2px 0px 2px 6px;
			border: 1px #ddd solid;
	        color: #000;
}
.menu li.parent:hover ul li:hover a, .menu li.parent a:hover ul li a:hover {
			background-color: #d1e1ce;
			border: 1px #aba solid;
	        color: #009;
}
/*     ----------leftbox----------     */
img#sign {
			position: absolute;
			top: 30px;
			padding: 0px;
			margin: 0px auto;
}
/*     ----------centerbox----------     */
/*     ----------header----------     */
#headnotes {
			color: #000;
			font-size: 10px;
}
#langpos {
			float: right;
}
a#langlink:link, a#langlink:active, a#langlink:visited {
			font-family: Tahoma;
			padding: 2px;
			background-color: #779;
			color: #fff;
			text-decoration: none;
}
a#langlink:hover {
			background-color: #999;
			color: #900;
			text-decoration: none;
}
/*     ----------content----------    */
#textbox {
			margin: 15px;
			text-align: justify;
}
#textbox a:link, #textbox a:active, #textbox a:visited {
			color: #259;
			text-decoration: none;
}
#textbox a:hover {
			color: #900;
			text-decoration: underline;
}
#textbox .sectiontitle {
            font-weight: bold;
}
#textbox .title {
            font-weight: bold;
            font-size: 10px;
            color: #759;
}
#textbox  p {
            text-indent: 20px;
            margin: 5px 0px 5px 0px;
}
#textbox ul {
            margin: 5px 0px 5px 20px;
}
#textbox ul li {
            list-style-image: url(../../images/icon-arrow.gif);
            margin-top: 5px;
}
#textbox table tr {
			text-align: center;
}
#textbox table tr td.service {
			text-align: right;
}
#textbox table tr.first td, #textbox table tr.coltitle td {
	        border: 1px #dfad88 solid;
}
#textbox table tr.coltitle td {
	        text-align: left;
            text-indent: 15px;
}
#textbox table tr.odd {
			background-color: #cdeebd; 
}
#textbox table tr.even {
			background-color: #aabbad;
}
/*     ----------footer----------     */
#copyright {
			color: #777;
			font-size: 9px;
			margin: 0px auto;
}
/*     ----------rightbox----------     */