/* CSS Document */
* { margin:0; padding:0;}
html, body { height:100%; }
body {font-size:100%; line-height:1.125em;}
html, input, textarea	{	font-family: Arial, Helvetica, sans-serif; 
		color:#6d6d6d;	}	

.alignMiddle{ vertical-align:middle}
.alignCenter{ text-align: center}
.container1{ width:100%}
.clear { clear:both;}
.fleft{ float:left}
.fright{ float: right; padding-right: 200px; }
div.container {	overflow:hidden; width: 100%;}
a img{ border:0px}
img{ vertical-align:top;  }

a{color:#20b4f1; text-decoration:underline} 
a:hover{text-decoration:none}

.link1{color:#a2a2a2;} 
.link{color:#030303; font-weight:bold; background:url(images/marker.gif) top left no-repeat; padding-left:8px; background-position:0 6px;}

ul{margin:0; padding:0; list-style:none;}
ul li{background:url(images/marker1.gif) top left no-repeat; background-position:0 9px; margin:0; padding-left:10px; }
ul li a{color:#20b4f1; text-decoration: underline; line-height:2em} 
ul li a:hover { text-decoration:none; }

ol{margin:0; padding:0; list-style-position:inside; font-weight:bold; color:#20b4f1}
ol li a{color:#20b4f1; text-decoration: underline; line-height:2.33em; font-weight:normal} 
ol li a:hover { text-decoration:none; }

.ol li a{color:#6d6d6d; text-decoration: underline; line-height:2.33em; font-weight:normal} 
.ol li a:hover { text-decoration:none; }

.link-1 { display:block; float:left; background:url(images/link_bg.gif) left top repeat-x; color:#ffffff; text-decoration:none; }
.link-1 em { display:block; background:url(images/link_left.gif) no-repeat left top;}
.link-1  b { display:block; background:url(images/link_right.gif) no-repeat right top; padding:2px 23px 3px 28px; font-weight:normal; font-style:normal;}
.link-1:hover{ background:url(images/link_bg-1.gif) left top repeat-x;}
.link-1:hover em{ background:url(images/link_left-1.gif) no-repeat left top;}
.link-1:hover  b { background:url(images/link_right-1.gif) no-repeat right top; }


/*header*/
#header {font-size:0.75em; color:#FFFFFF }
#header .sub-menu{ position:absolute; padding:19px 0 0 430px }
#header .logo{ margin:0 0 36px 0 }
#header .indent{padding:33px 0 0 409px}

/*content*/
#content{ font-size:0.75em; width:100%; text-align:left;}
#content .indent-main{padding:0 41px 0 37px}
#content .indent-col1{padding:35px 20px 40px 34px}
#content .indent-col2{padding:16px 0 0 0}
#content .title{  margin-bottom:24px}
#content .title1{  margin-bottom:14px}
#content .title2{  margin-bottom:34px}
#content .img-left{ float:left; margin:0 34px 16px 0}
#content .img-left1{ float:left; margin:0 22px 16px 0}
#content .img-indent{ margin:0 0 24px 0}
#content .img-indent1{ margin:0 0 35px 0}
#content .img-indent2{ margin:0 0 16px 0}
#content p{ margin:0 0 15px 0}
#content .p{ margin:0 0 15px 0}
#content h1{ color:#747474; font-size:17px; line-height: 17px; margin-bottom:5px; }
#content h3 { color: #20b4f1; font-size: 1.33em; margin-bottom: 5px; }
#content h4{color:#6d6d6d; font-size:1em; margin-bottom:15px  }
#content h5{color:#20b4f1; font-size:12px; margin-bottom:5px;  }
#content .tail{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:31px; margin-bottom:31px}
#content .tail1{ background:url(images/tail.gif) repeat-x bottom; padding-bottom:21px; margin-bottom:21px}
#content .txt{color:#20b4f1; font-size:1.16em; font-weight:bold  }
#content .txt1{color:#a2a2a2 }
#content .txt2{color:#20b4f1 }

#content .indent{padding:0 0 0 6px}
#content .indent1{padding:0 25px 0 6px}
#content .indent2 { padding: 10px; }
/*footer*/
#footer { color:#565656; font-size:0.75em; }
#footer .indent-footer{ padding:48px 30px 0 17px;}
#footer a {color:#20b4f1; text-decoration:underline}  
#footer a:hover {  text-decoration:none}

.h{ height:36px}
.block-contact span{ float:right; margin-right:170px}
.block-contact1 span{ float:right; margin-right:30px}
input{
	border-left:1px solid #303030; 
   	border-top:1px solid #303030; 
   	border-right:1px solid #cecece; 
   	border-bottom:1px solid #cecece; 
	background:#FFFFFF;
	width:220px; height:20px;
	font-size:11px; 
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:5px;
	margin-bottom:3px
}
textarea{
	border-left:1px solid #303030; 
   	border-top:1px solid #303030; 
   	border-right:1px solid #cecece; 
   	border-bottom:1px solid #cecece; 
	background:#FFFFFF;
	width:251px; height:56px;
	font-size:11px; 
	font-family:Tahoma, Geneva, sans-serif;
	padding-left:5px;
	margin-bottom:11px;
	overflow:auto}