/* CSS Document */

/* resets*/


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}

table{border-collapse:collapse;border-spacing:0;}

fieldset,img{border:0;}

address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}

li{list-style:none;}

caption,th{text-align:left;}

h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

q:before,q:after{content:'';}

abbr,acronym {border:0;font-variant:normal;}

/* to preserve line-height and selector appearance */

sup {vertical-align:text-top;}

sub {vertical-align:text-bottom;}

input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}

/*to enable resizing for IE*/

input,textarea,select{font-size:100%;}

/* because legend doesn't inherit in IE */

legend{color:#000;}

/* end resets*/
/* clearing fix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* end clearfix */


* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height:89%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -96px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 20px; /* .push must be the same height as .footer */
}

/*

Sticky Footer by Ryan Fait
http://ryanfait.com/

*/


html {
    font-family: Tahoma, Arial, Verdana, Helvetica;
	background: #cfcfcf  url(../images/html-back.jpg) top left repeat-x ;
    color: #4a4a4a;
    font-size:11px;
}
#doc {
    background: url(../images/bg_doc.jpg) repeat-y;
    height: 100%;
	width:808px;
	margin:0 auto;
}
#hd {
    background:url(../images/html-bg.jpg) no-repeat 0px 0px;
    position: relative;
    height: 275px;
	width:808px;
}
#hd h1 {
    background:url(../images/logo.gif) no-repeat;
	height:68px;
	width:344px;
	text-indent:-5000px;
	float:left;
	overflow:hidden;
}
#hd h1 a {
    display:block;
	height:68px;
	width:344px;
}
#hd .hd_left{
    position: absolute;
    top: 68px;
    left: -53px;
    background:url(../images/hd_left.jpg) no-repeat;
    height: 548px;
    width: 53px;
    display: block;
}
#hd .hd_right{
    position: absolute;
    top: 68px;
    left: 808px;
    background:url(../images/hd_right.jpg) no-repeat;
    height: 548px;
    width: 53px;
    display: block;
}
#navigation {
    position: absolute;
    top: 0;
    left:517px;
    width: 291px;
    height: 68px;
}
#navigation a {
    background:url(../images/bt_on.jpg) no-repeat;
    text-decoration: none;
    color: #98bbce;
    display: block;
    width: 97px;
    height: 68px;
}
#navigation a:hover {
    background:url(../images/bt_on.jpg) no-repeat 0px -68px;
  }
#navigation li {
    float: left;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    line-height: 68px;

}
#navigation a.this {
    background:url(../images/bt_on.jpg) no-repeat 0px -68px;
    }
#content {
    height: 100%;
    background: url(../images/bg_doc.jpg) repeat-y;
}
.text-only{
    background: url(../images/content_bg.jpg) no-repeat;
    padding: 0 20px;
    margin-bottom: 20px;
}
.text-only-two{
    padding: 0 20px;
    margin-bottom: 20px;
}
#left-column {
    float: left;
    margin: 0;
    width: 450px;
}
h1{
    color: #19597e;
    font-size: 20px;
}
h2{
    background: url(../images/bul2.jpg) no-repeat 0px 5px;
    margin-top: 10px;
    padding-left: 15px;
    color: #cf5757;
    font-size: 12px;
    font-weight: bold;
}
p{
    line-height: 16px;
    margin-top: 5px;
}
p.short{
    width: 576px;
    line-height: 16px;
    margin-top: 5px;
}
#text-pic{
    margin: 0 20px;
    padding-top: 10px;
    color: #fff;
     position: relative;
     background: #eeeeee url(../images/hp_serv.jpg) no-repeat;
     height: 149px;
}
#text-pic .cont_left{
    position: absolute;
    top: 0;
    left: -38px;
    background:url(../images/hp_serv_left.jpg) no-repeat;
    height: 159px;
    width: 38px;
    display: block;
}
#text-pic .cont_right{
    position: absolute;
    top: 0;
    left: 768px;
    background:url(../images/hp_serv_right.jpg) no-repeat;
    height: 159px;
    width: 38px;
    display: block;
}
#text-pic h1{
    color: #dcdcdc;
    margin-top: 6px;
    margin-left: 30px;
}
#left-column ul, .text-only ul{
margin-top: 20px;
line-height: 16px;
padding-left: 15px;
}
.text-only li{
    background: url(../images/bul2.jpg) no-repeat 2px 6px;
    padding-left: 17px;
}
#left-column ul.plus-left{
    float: left;
    width: 200px;
}
#left-column ul.plus-right{
    float: right;
    width: 200px;
}
#left-column li{
    color: #DCDCDC;
    background: url(../images/bul3.jpg) no-repeat 2px 6px;
    padding-left: 17px;
}
p a{
    text-decoration: none;
    color: #19597e;
}
p a:hover{
    color: #ae151d;
}
#left-column p a:hover{
    color: #eb7846;
}
#right-column{
    float: right;
}
#right-column p{
    color: #DCDCDC;
    line-height: 16px;
    margin-top: 10px;
    padding: 0 10px 15px 29px;
}
.news{
 display: block;

}
#right-column{
    width: 252px;
}
#right-column h2{
    font-size: 17px;
    height: 32px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-top: 8px;
    background: url(../images/bg-left.jpg) no-repeat;
}
#right-column h3{
    font-size: 17px;
    height: 32px;
    color: #fff;
    letter-spacing: 1px;
    padding-left: 15px;
    padding-top: 8px;
    background: url(../images/bg-left2.jpg) no-repeat;
}
#right-column ul{
margin-top: 10px;
line-height: 16px;
padding: 0 10px 15px 16px;
}
#right-column li{
    background: url(../images/bul2.jpg) no-repeat 0px 5px;
    padding-left: 12px;
}
.orange{
    color: #6dafd4;
    font-weight: bold;
}
.yelow{
    color: #2bdb2e;
    font-weight: bold;
}
.green {
    color: #163a76;
    font-size: 20px;
}
.picture {
    margin-bottom: 27px;
    margin-top: 54px;
   
}
.picture a{
   background:url(../images/pic2.jpg) no-repeat;
	height:55px;
	width:206px;
	margin-top:23px;
	text-indent:-5000px;
	float:left;
	overflow:hidden;
}
.picture a:hover{
    background:url(../images/pic2.jpg) bottom;
}
.form{
    padding-top: 30px;
}

#contact {
font-family:Tahoma;
font-size:11px;
margin-top:0px;
}
#contact .sub {
color:#3F3F3F;
font-size:16px;
font-weight:bold;
}
#contact .text {
color:#4a4a4a;
}
#contact td.subtext {
color:#4a4a4a;
font-weight:500;

}
#contact .orange_frame {
font-family:Tahoma;
font-size:12px;
margin-top: 5px;
width:210px;
}
#contact .btn {
background: #1b76a9 url(../images/butt.jpg) repeat-x;
color:#FFFFFF;
font-family:Tahoma;
font-size:11px;
font-weight:bold;
height:29px;
width:140px;
border: 1px solid #0767a0;
padding-bottom: 2px;
}
#contact .btn:hover {
background: #0767a0;
}
#aba-footer{
     background: url(../images/aba-bg.jpg) repeat-x;
     height: 96px;
     width: 100%;
}
#footer{
    background: url(../images/aba-back.jpg) no-repeat center;
    padding: 0px 44px 0px 22px;
    margin: 0 auto;
    width: 808px;
    height: 14px;
}
#footer h3{
    color: #fff;
    float: right;
    margin-top: 40px;
}
#menu-down{
 float:left;
 width: 385px;
 margin-top: 40px;
}
#menu-down a{
    height: 30px;
    padding: 10px 26px 10px 26px;
    text-decoration:none;
    color: #fff;
}
#menu-down a:hover{
    color: #6dafd4;
}
#menu-down a.no{
    background: url(../images/bul.jpg) no-repeat right center;
}


