/* ---appearance--- */
body {
	color: #999999;
	background: #0099cc url(../images/back-top.gif) repeat-x center top;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 18px;
}

a.text {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
a.text:visited {
	color: #999999;
	background-color: #FFFFFF;
}
a.text:hover, a.text:active {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}
a {
	color: #999999;
	font-weight: bold;
	text-decoration: none;
	background-color: #FFFFFF;
}
a:visited {
	color: #999999;
	background-color: #FFFFFF;
}
a:hover, a:active {
	color: #666666;
	text-decoration: underline;
	background-color: #FFFFFF;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.linkborder {
	margin:10px;
	width:450px;
	padding:5px;
	border: 1px solid #CCCCCC;
}
.imgborder {
  float:left;
  border:1px solid #cccccc;
  padding:5px;
  margin-right:10px;
}
/* ---------------- */

/* -----layout----- */
#container {
	margin: 0px auto 30px;
	width: 774px;
	background: url(../images/back-content.gif) repeat-y center top;
	padding: 0px;
}
#top {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 774px;
}
#header {
	margin: 0px auto;
	padding: 0px;
	width: 774px;
	background: url(../images/back-top.gif) repeat-y center top;
	height: 151px;
}
#header_inner {
	margin: 0px auto;
	padding: 0px;
	height: 151px;
	width: 730px;
}
#main {
	margin: 0px auto;
	padding: 0px;
	width: 730px;
	position: relative;
}
#column1 {
	margin: 0px;
	padding: 0px;
	width: 192px;
	float: left;
}
#column2 {
	margin: 0px;
	padding: 0px;
	width: 532px;
	float: right;
}
/* ---------------- */

/* ---navigation--- */
#nav {
	margin-top: 15px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
	padding-top: 30px;
	background: #999999 url(../images/back-slogan.gif);
}
.listext {
	color: #666666;
	background-color: #FFFFFF;
	text-align: right;
}

#navlist {
	padding: 0;
	width: 100%;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
}
#navlist li {
	list-style: none;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #e5e5e5;
}
#navlist li a {
	display: block;
	padding: 0.25em 2.25em 0.25em 0.5em;
	text-decoration: none;
	background: url(../images/back-slogan.gif);
}
#navlist li a:hover, a:active {
	background-image: url(../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right;
}
/* -------------------- */

/* ---miscellaneous---- */
#slogan {
	padding-top: 45px;
}
.slogan {
	text-align: center;
	font-style: italic;
	color: #049DC6;
	background-color: #FFFFFF;
	background-image: url(../images/back-slogan.gif);
	background-repeat: repeat-y;
}
.listextactive {
	color: #666666;
	background-color: #e5e5e5;
}

.text {
	margin: 40px auto 30px;
	width: 430px;
	text-align: left;
}
.linktext {
	margin: 5px auto 5px;
	text-align: justify;
}
/* ----------------- */

/* -----contact----- */
#form {
	margin: 10px auto 30px;
	width: 325px;
	padding: 0px;
	text-align: center;
	float: left;
}
.row {
	clear: both;
	padding-top: 10px;
	width: 100%;
}
.label {
	float: left;
	width: 100px;
	text-align: right;
}
input {
	float: right;
	width: 200px;
	text-align: left;
	color: #415767;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #939393;
	border-left-color: #939393;
}
textarea {
	width: 200px;
	border-top: 1px solid #939393;
	border-right: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #939393;
	float: right;
}
.button {
	font: 12px Arial, Helvetica, sans-serif;
	color: #415767;
	background: #EBECEC;
	text-align: center;
	padding: 2px;
	width: auto;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #939393;
	border-bottom: 1px solid #939393;
	border-left: 1px solid #FFFFFF;
	margin: 5px 65px 0px 0px;
}
.tip {
	width: 70%;
	border: 1px solid #9DABB8;
	margin: 10px auto 20px;
	padding: 5px 5px 5px 40px;
	text-align: left;
}
.centrartxt {
	text-align: center;
	width: 300px;
	margin-top: 65px;
	margin-right: auto;
	margin-left: auto;
}
/* ----endcontact--- */

/* -----footer----- */
#footer {
	margin: 0px auto;
	padding: 10px 0px 5px;
	width: 730px;
	border-top: 1px solid #cccccc;

}
#footer p {
	float: right;
	width: 535px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #999999;
	text-align: center;
	margin: 5px 0px 10px;
	padding: 0px;
	background-image: url(../images/back-footer.gif);
	background-color: #FFFFFF;
}
#shadow {
	background: url(../images/foot-shadow.gif) no-repeat center bottom;
	height: 28px;
	margin: 0px auto;
	width: 774px;
	padding: 0px;
}
.copyright {
	width: 770px;
	background-color: #0099CC;
	color: #007297;
	text-align: center;
}
a.sign {
	color: #007297;
	text-decoration: none;
	background-color: #0099CC;
}
a.sign:visited {
	color: #007297;
	background-color: #0099CC;
	text-decoration: none;
}
a.sign:hover, a.sign:active {
	color: #007297;
	text-decoration: underline;
	background-color: #0099CC;
}
.hide {
	color: #666666;
	font-size: 9px;
	width: 80%;
	background-color: #0099CC;
	position: relative;
	left: 130px;
}
/* ----endfooter--- */
