html, body { width: 100%; height: 100%; padding: 0; margin: 0; }
body{font-family: 'Tahoma', 'Arial';*font-size: 16px; }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
table {
    border-collapse:collapse;
	border-spacing:0;
}
table td{padding:0;}
p{padding-bottom: 15px;}
a { color:#306e91; outline: none; -moz-outline: 0; border: none; border-width:0; }
a:hover{ color:#3ca8e5;}
a:active { outline: none; -moz-outline: 0; }
a:focus { outline: none; -moz-outline: 0; }
ul{list-style-type:none; list-style-image:none; list-style-position:outside;}
img { border: none; border-width: 0; }
h1{font-size: 28px; font-family:arial, sans-serif; font-weight:normal; color:#a68787; }
div.main {width:100%; min-height: 100%; _height: 100%; min-width:998px; width:expression(document.body.clientWidth < 998+2? "998px": "auto" );}
div.block{
	position: relative;
    overflow:hidden;
    zoom:1;
}
div.block table tr td{
    vertical-align:top;
}
div.block table tr td.right{
    border-left:6px solid #dbe8fc;
    background:url("../img/rightB.jpg") no-repeat;
    background-position:bottom right;
}
div.header{
    background:url("../img/headerBg.jpg") repeat-x;
    overflow:hidden;
    zoom:1;
    position:relative;
}
div.header div.img{
    position:absolute;
    top:0;
    right:0px;
}

div.header .headerT{
    background:url("../img/headerT.jpg") no-repeat;
    width:617px;
    height:286px;
}
div.header .headerB{
    background:url("../img/headerB.jpg") no-repeat;
    width:617px;
    height:179px;
}
div.header .title{
    font-size:24px;
    color:#000;
    position:absolute;
    top:245px;
    left:40px;
}
div.header .text {
    right:20px;
    font-size:14px;
    color:#000;
    position:absolute;
    top:290px;
    left:30px;
    height:180px;
}
div.header .text table{
    height:180px;
}
div.header .text table tr td{
    vertical-align:middle;
}
div.header .text p{
    padding-bottom:8px;
}

div.right{
    float:right;
	width:377px;
    position:relative;

}
div.menu ul{
    z-index:50;
    padding:0 0 448px 60px;
    font-size:14px;
    font-family:arial, sans-serif;
}
div.menu ul li{
    padding:0 5px 7px 1px;
    *padding:0 5px 3px 1px;
}

div.left{
    margin:20px 0 0 25px;
}
div.content{
    z-index:10;
    position:relative;
    zoom:1;
    padding-bottom:125px;
}
div.content h1{
    padding-bottom:15px;
}

div.content .links{
    padding:10px 0;

}
div.image{
    background:url("../img/imgBg.jpg") no-repeat;
    float:left;
    width:209px;
    height:209px;
    margin:0 20px 10px 0;
}
div.image img{
    margin:4px 0 0 4px;
}

div.content p{
    line-height:24px;
    padding:0 40px  25px 0;
    font-size:12px;
    font-family:arial, sans-serif;
}
div.footer{
    position:absolute;
    bottom:0;
    width:100%;
    display:block;
    overflow:hidden;
    zoom:1;
    height:240px;
    background:url("../img/footerImg.jpg") no-repeat;
    background-position: 15% 0;
}
div.footer div.google{
    padding-top:150px;
    padding-left:3%;
}
div.footer div.google input{
    margin:0 3px;
}
div.copy{
    float:right;
    padding:180px 35px 0 0;
    color:#306e91;
    font-size:17px;
}

