/* CSS Document */
body{
background-image:url(images/background.png);
height:648px;
background-repeat:repeat-x;
}
.logoheader{
background-image:url(images/headerslogan.png);
background-repeat:no-repeat;
}
.header{
background:url(images/header.png);
background-repeat:no-repeat;
width:990px;
height:165px;
}
.button1{
background-image:url(images/button1.png);
background-repeat:no-repeat;
width:57px;
height:52px;
}
.button2{
background-image:url(images/button2.png);
background-repeat:no-repeat;
width:303px;
height:52px;
}
.button3{
background-image:url(images/button3.png);
background-repeat:no-repeat;
width:234px;
height:52px;
}
.button4{
background-image:url(images/button4.png);
background-repeat:no-repeat;
width:141px;
height:52px;
}
.button5{
background-image:url(images/button5.png);
background-repeat:no-repeat;
width:89px;
height:52px;
}
.button6{
background-image:url(images/button6.png);
background-repeat:no-repeat;
width:69px;
height:52px;
}
.button7{
background-image:url(images/button7.png);
background-repeat:no-repeat;
width:97px;
height:52px;
}
.bt{
padding-left:7px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
}
.bt:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
text-decoration:underline;
color:#FFFFFF;
}
.contant{
letter-spacing:0.3px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
line-height:17px;
text-decoration:none;
color:#666666;
}
.subheading{
font-family:Arial, Helvetica, sans-serif;
font-size:16px;
font-weight:bold;
text-decoration:none;
color:#426984;
}
a{
font-family:Verdana;
font-size:12px;
text-decoration:none;
color:#8C5D39;
}
a:hover{
font-family:Verdana;
font-size:12px;
text-decoration:underline;
color:#378FD7;
}
.footer{
background-image:url(images/footer.png);
background-repeat:no-repeat; 
color:#000000;
}
.footerlink{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:none;
}
/*.footerlink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
color:#000000;
text-decoration:underline;
}*/