* {
	margin: 0;
	padding: 0;
}
.column {
	float: left;
}
.clear {
	clear: both;
}
body {
	font-size: 100%;
	height: 100%;
	line-height: 1.05em;
	text-align: center;
	background: url(images/bot.gif) repeat-x bottom #ebebeb;
}
html {
	font-family: Arial;
	color: #898989;
}
input, textarea {
	font-family: Arial;
	font-size: 12px;
}
.vam {
	vertical-align: middle;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.width {
	width: 100%;
}
a img {
	border: 0;
}
img {
	vertical-align: top;
}
b {
	color: #018eb9;
}
a {
	color: #b81919;
	text-decoration: none;
	font-size: 1em;
}
a:hover {
	text-decoration: underline;
}
.a1 {
	color: #686868;
	font-size: 1em;
}
.a2 {
	color: #909090;
	font-size: 1em;
}
.form {
	height: 26px;
}
hr {
	background-color: #969696;
	border: 0;
	color: #969696;
	height: 1px;
	margin-bottom: 5px;
}
fieldset {
	border: 0;
}
input {
	width: 240px;
	height: 16px;
	margin: 0 0 10px 10px;
	padding-bottom: 2px;
	border:1px solid #969696;
}
input.button {
	border: 0;
	color: #ffffff;
	background: url(images/button.gif) no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	font-weight:bold;
	height: 19px;
	padding-bottom: 4px;
}
input.button:hover {
	background: url(images/button_red.gif) no-repeat;
}
textarea {
	width: 239px;
	height: 144px;
	padding-bottom: 2px;
	margin: 0 0 10px 10px;
	overflow: auto;
}
label {
	float: left;
	font-weight: bold;
	text-align: right;
	width: 150px;
}
label.error {
	color: #ff0000;
	font-weight: bold;
	margin: -10px 0 10px 150px;
	width: 210px;
}
span.error {
	color: #ff0000;
	font-weight: bold;
}
span.success {
	color: #009900;
	font-weight: bold;
}
span.red {
	color: #aa0305;
	font-weight: bold;
}
#map_holder {
	background:url(images/map-bg.png) no-repeat;
	width:210px;
	height:210px;
	float:left;
	margin-right:10px;
	padding:5px;
}
#map_canvas {
	width:200px;
	height:200px;
}

/* --- Header --- */
#header {
	font-size: 0.75em;
	color: #424242;
}
#header .indent {
	padding: 24px 40px 0 0;
}
#header a {
	color: #424242;
	text-decoration: none;
}
#header a:hover {
	color: #b81919;
	text-decoration: underline;
}
#header b a {
	color: #cb070b;
	text-decoration: none;
	font-weight: normal;
	background: url(images/arrow1.gif) no-repeat top left;
	background-position: 0 5px;
	padding-left: 10px;
}
#header b a:hover {
	text-decoration: underline;
}
#header .logo {
	margin: 30px 0 27px 0;
	vertical-align: middle;
}
#header ul {
	margin: 0;
	padding-left: 33px;
	list-style: none;
	line-height: 1em;
	background: url(images/bg_menu.gif);
	height: 71px;
}
#header ul li {
	margin: 0;
	float: left;
	background: none;
}
#header ul li a {
	color: #373633;
	text-decoration: none;
	font-size: 1.5em;
	margin-left: 23px;
	vertical-align: middle;
	padding: 20px 39px 40px 0;
	display: block;
}
#header ul li a:hover {
	color: #b81919;
	text-decoration: underline;
}
#header ul .li a {
	background: none;
}
#header .pic {
	margin-top: 12px;
}

/* --- Content --- */
#content {
	font-size: 0.75em;
	width: 100%;
	text-align: left;
}
#content .title {
	margin-bottom: 12px;
}
#content .title1 {
	margin-bottom: 14px;
}
#content .indent {
	margin-top: 5px;
}
#content .indent_col1 {
	padding: 0 35px 10px 20px;
}
#content .indent_col2 {
	padding: 0 15px 10px 50px;
}
#content .indent_col3 {
	padding-right: 6px;
}
#content .indent_col_1 {
	padding: 60px 35px 10px 20px;
}
#content .indent_col_2 {
	padding: 0 5px 50px 50px;
}
#content .indent_col_3 {
	padding: 0 53px 31px 18px;
}
#content p {
	margin: 10px 0 10px 0;
}
#content .p1 {
	margin: 0;
}
#content .more {
	margin-top: 11px;
}
#content .more1 {
	margin-top: 25px;
}
#content .line {
	margin: 45px 0 40px 0;
}
#content h1 {
	background: url('images/h1.jpg') no-repeat top left;
	display: block;
	padding: 4px 0 30px 25px;
	font-weight: normal;
	font-size: 30px;
	color: #2b2b2b;
	text-transform: lowercase;
}
#content h2 {
	font-size: 1.1em;
	text-transform: none;
	margin-bottom: 13px;
	color: #272727;
}
#content h3 {
	font-size: 1.5em;
	margin-bottom: 5px;
	color: #272727;
	font-weight: normal;
}
#content .pic_left {
	float: left;
	margin: 0 20px 16px 0;
}
#content .pic_left1 {
	float: left;
	margin-right: 10px;
}
#content .pic_right1 {
	float: right;
	margin-left: 10px;
}
#content .txt {
	font-size: 0.9em;
}
#content .txt a {
	font-size: 1em;
}
#content ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#content ul li {
	background: url(images/arrow3.gif) top left no-repeat;
	background-position: 0 9px;
	margin: 0;
	padding-left: 14px;
	line-height: 1.8em;
}
#content ul li a {
	color: #b81919;
	text-decoration: none;
}
#content ul li a:hover {
	text-decoration: underline;
}

/*index-5.html*/
#page6 #content .col2 p {
	margin: 0 10px 17px 0;
}
#page6 #content .indent_col_4 {
	padding: 0 35px 40px 20px;
	background: url(images/bg_li.gif) repeat-y right;
	margin-top: 60px;
}

/*index-6.html*/
#page7 #content .col1 p {
	margin-bottom: 27px;
}

/* --- Box --- */
#box {
	width:100%;
	margin:10px auto;
	background:#fff url(images/box_leftside.gif) repeat-y left top;
}
.box-top {
	width:100%;
	height:20px;
	background:url(images/box_top.gif) no-repeat left top;
}
.box-top span {
	display:block;
	position:relative;
	height:20px;
	background:url(images/box_top-right.gif) no-repeat right top;
}
.box-center-content {
	position:relative;
	background:url(images/box_rightside.gif) repeat-y right top;
	padding:1px 20px 1px 25px;
	margin:-1px 0 -50px 0;
}
.box-bottom {
	width:100%;
	height:60px;
	background:url(images/box_bottom.gif) no-repeat left bottom;
}
.box-bottom span {
	display:block;
	position:relative;
	height:60px;
	background:url(images/box_bottom-right.gif) no-repeat right top;
}
.box-content {
	margin-bottom:20px;
}

/* --- Block --- */
.block {
	background: #f7f7f7;
	width: 100%;
	color: #686868;
	margin-top: -7px;
}
.block .top {
	background: url(images/bg_top.gif) repeat-x top;
}
.block .bottom {
	background: url(images/bg_bottom.gif) repeat-x bottom;
}
.block .left {
	background: url(images/bg_left.gif) repeat-y left;
}
.block .right {
	background: url(images/bg_right.gif) repeat-y right;
}
.block .top_left {
	background: url(images/bg_top_left.gif) no-repeat top left;
}
.block .top_right {
	background: url(images/bg_top_right.gif) no-repeat top right;
}
.block .bottom_left {
	background: url(images/bg_bottom_left.gif) no-repeat bottom left;
}
.block .bottom_right {
	background: url(images/bg_bottom_right.gif) no-repeat bottom right;
}
.block .indent_block {
	padding: 26px 30px 31px 36px;
}
#content .block .title {
	margin-bottom: 37px;
}
#content .block1 h1 {
	font-weight: normal;
	margin-left: -9px;
}

/* --- Block 1 --- */
.block1 {
	background: #f9f9f9;
	width: 100%;
	margin-top: -7px;
}
.block1 .top {
	background: url(images/bg_top_1.gif) repeat-x top;
}
.block1 .bottom {
	background: url(images/bg_bottom_1.gif) repeat-x bottom;
}
.block1 .left {
	background: url(images/bg_left_1.gif) repeat-y left;
}
.block1 .right {
	background: url(images/bg_right_1.gif) repeat-y right;
}
.block1 .top_left {
	background: url(images/bg_top_left_1.gif) no-repeat top left;
}
.block1 .top_right {
	background: url(images/bg_top_right_1.gif) no-repeat top right;
}
.block1 .bottom_left {
	background: url(images/bg_bottom_left_1.gif) no-repeat bottom left;
}
.block1 .bottom_right {
	background: url(images/bg_bottom_right_1.gif) no-repeat bottom right;
}
.block1 .indent_block {
	padding: 26px 30px 31px 48px;
}
#content .block1 .title {
	margin: 0 0 41px -9px;
}

/* --- Block 2 --- */
.block2 {
	background: #f7f7f7;
	width: 100%;
	color: #686868;
	margin-top: 6px;
}
.block2 .top {
	background: url(images/bg_top_2.gif) repeat-x top;
}
.block2 .bottom {
	background: url(images/bg_bottom_2.gif) repeat-x bottom;
}
.block2 .left {
	background: url(images/bg_left_2.gif) repeat-y left;
}
.block2 .right {
	background: url(images/bg_right_2.gif) repeat-y right;
}
.block2 .top_left {
	background: url(images/bg_top_left_2.gif) no-repeat top left;
}
.block2 .top_right {
	background: url(images/bg_top_right_2.gif) no-repeat top right;
}
.block2 .bottom_left {
	background: url(images/bg_bottom_left_2.gif) no-repeat bottom left;
}
.block2 .bottom_right {
	background: url(images/bg_bottom_right_2.gif) no-repeat bottom right;
}
.block2 .indent_block {
	padding: 26px 30px 31px 36px;
}
#content .block2 .title {
	margin-bottom: 28px;
}

/* --- Block 3 --- */
.block3 {
	background: #f7f7f7;
	width: 100%;
	color: #686868;
	margin-top: 6px;
}
.block3 .top {
	background: url(images/bg_top_2.gif) repeat-x top;
}
.block3 .bottom {
	background: url(images/bg_bottom_2.gif) repeat-x bottom;
}
.block3 .left {
	background: url(images/bg_left_2.gif) repeat-y left;
}
.block3 .right {
	background: url(images/bg_right_2.gif) repeat-y right;
}
.block3 .top_left {
	background: url(images/bg_top_left_2.gif) no-repeat top left;
}
.block3 .top_right {
	background: url(images/bg_top_right_2.gif) no-repeat top right;
}
.block3 .bottom_left {
	background: url(images/bg_bottom_left_2.gif) no-repeat bottom left;
}
.block3 .bottom_right {
	background: url(images/bg_bottom_right_2.gif) no-repeat bottom right;
}
.block3 .indent_block {
	padding: 26px 30px 38px 36px;
}
#content .block3 .title {
	margin-bottom: 37px;
}

/* --- Footer --- */
#footer {
	color: #9a9a9a;
	font-size: 0.75em;
	padding: 21px 42px 27px 15px;
	height: 37px;
}
#footer a {
	color: #9a9a9a;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
