/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:.8125em;}
html, input, textarea	{	font-family:Tahoma; 
		color:#8c8888;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}

.clear { clear:both;}
.fleft{ float:left}
.fright{ float:right}

div.container {	overflow:hidden; width: 100%;}

a img{ border:0px}
img{ vertical-align:top;  }

b{color:#018eb9;}

a{color:#8c8888; text-decoration:underline} 
a:hover{text-decoration:none}
.link{color:#6e6b6b; font-weight:bold; background:url(images/marker.gif)  center right no-repeat;  padding-right:10px; float:right; text-decoration:none}
.link:hover{ text-decoration:underline} 

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker1.gif) top left no-repeat; background-position:0 7px; margin:0; padding-left:22px; }
ul li a{color:#6e6b6b; text-decoration: underline; line-height:1.81em} 
ul li a:hover { text-decoration:none; }
.ul li{background:url(images/marker2.gif) top left no-repeat; background-position:0 7px; margin:0; padding-left:22px; }

/*header*/
#header .logo{ margin:47px 0 29px 52px }
#header .m{ margin-left:444px }

/*content*/
#content{ font-size:0.6875em; width:100%; text-align:left; height:439px; line-height:1.47em;}
#content .title{  margin-bottom:11px}
#content .title1{  margin:14px 0 24px 41px}
#content .img-left{ float:left; margin:0 27px 16px 0}
#content .img-left1{ float:left; margin:0 20px 6px 0}
#content .img-indent{ margin:0 -7px 16px -5px}
#content .img-indent1{ margin:5px -7px 16px 0}
#content p{ margin:0 0 7px 0}
#content .p1{ margin:0 0 15px 0}
#content .p2{ margin:0 0 22px 0}
#content .p3{ margin:0 0 32px 0}
#content h3{ color:#fe7c01; font-size:1em; margin-bottom:15px}
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:10px; margin-bottom:10px}

#page1 .indent{padding:0 27px 11px 22px}
#page2 .indent{padding:0 27px 3px 22px}
#page3 .indent{padding:0 27px 19px 22px}
#page4 .indent{padding:0 27px 3px 22px}
#page5 .indent{padding:0 27px 25px 22px}
#page5 .indent1{margin-right:22px; position:relative}
#page6 .indent{padding:0 25px 15px 22px}
#page6 p{margin:0 0 15px 0}

/*box*/
.box1{ background:#f1f1f1; width:100%;  }
.box1 .border-top {background:url(images/border_top1.gif) repeat-x top;}
.box1 .corner-top-left {background:url(images/corner_top_left1.gif) no-repeat left top;}
.box1 .corner-top-right {background:url(images/corner_top_right1.gif) no-repeat right top;}
.box1 .corner-bottom-left {background:url(images/corner_bottom_left1.gif) no-repeat left bottom;}
.box1 .corner-bottom-right {background:url(images/corner_bottom_right1.gif) no-repeat right bottom; }
.box1 .indent-box{ padding:0 24px 0 22px; }
/*box*/
.box{ background:#ffffff; width:100%;  }
.box .border-top {background:url(images/border_top.gif) repeat-x top;}
.box .border-bottom {background:url(images/border_bottom.gif) repeat-x bottom;}
.box .border-left {background:url(images/border_left.gif) repeat-y left;}
.box .border-right {background:url(images/border_right.gif) repeat-y right;}
.box .corner-top-left {background:url(images/corner_top_left.gif) no-repeat left top;}
.box .corner-top-right {background:url(images/corner_top_right.gif) no-repeat right top;}
.box .corner-bottom-left {background:url(images/corner_bottom_left.gif) no-repeat left bottom;}
.box .corner-bottom-right {background:url(images/corner_bottom_right.gif) no-repeat right bottom; }
.box .indent-box{ padding:0 30px 0 27px; }


/*footer*/
#footer { color:#535353; font-size:0.6875em; }
#footer .indent-footer{ padding:28px 25px 0 461px;}
#footer a {color:#fe7c01; text-decoration:none}  
#footer a:hover {  text-decoration:underline}


div.h2 { height:28px;}
.block-contact span{ float:right; margin-right:5px}
input{
   	border-left:1px solid #434343;
   	border-top:1px solid #434343;
   	border-right:1px solid #d0d0d0;
   	border-bottom:1px solid #d0d0d0; 
	background:#FFFFFF;
	width:165px; height:18px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:3px
}
textarea{
   	border-left:1px solid #434343;
   	border-top:1px solid #434343;
   	border-right:1px solid #d0d0d0;
   	border-bottom:1px solid #d0d0d0; 
	background:#FFFFFF;
	width:179px; height:100px;
	font-size:1em;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}
