@charset "utf-8";
/* Simply Swiss - CSS Document  */

body {
background-image:url(../images/bg.jpg);
background-repeat:repeat-x;
background-color:#e5e5e5;
font-family: Arial, Helvetica, sans-serif, Calibri, "Arial Black";
font-size:13px;
margin:0px;
padding:0px;
color:#454545;
 
}

h1 {
font-size:14px;
font-weight: bold;
color:#03234a;
}

h2 {
font-size:15px;
font-weight: bold;
color:#eb0000;
}

h3 {
font-size:18px;
font-weight: bold;
color:#03234a;
}

a.quote_button:link, a.quote_button:active, a.quote_button:visited {
background-color:#03234a;
padding:5px;
color:#FFFFFF;
}

a.quote_button:hover{
background-color:#eb0000;
color:#FFFFFF;
padding:5px;
}

a:link, a:visited, a:active {
text-decoration:none;
color:#21518c;
font-weight:bold;
}

a:hover {
color:#000000;
text-decoration:none;
font-weight:bold;

}


.content_bg {
background-image:url(../images/body_top.jpg);
background-repeat:no-repeat;
height:auto;
}

.textcon {
padding-left:18px;
padding-right:18px;
line-height:21px;
}

.textcon img {
border:1px solid  #999999;
padding:1px;
margin:10px;
}


.footer {
background-image:url(../images/footer_bg.jpg);
background-repeat:repeat-x;
height:49px;
color:#4e6076;
font-size:11px;
vertical-align:middle;

}

.footer a:link, .footer a:visited, .footer a:active {
text-decoration:none;
color:#4e6076;
font-weight:normal;
}

.footer a:hover {
color:#000000;
text-decoration:none;
font-weight:normal;

}

a.buttons:link, a.buttons:active, a.buttons:visited {

background-image:url(../images/button_normal.jpg);
background-repeat: repeat-x;
display:block;
color:#03234a;
font-weight:bold;
border:1px solid #c9c9c9;
font-size:12px;
line-height:31px;
height:32px;
text-decoration:none;
text-align:center;


}


a.buttons:hover{

background-image:url(../images/button_hover.jpg);
background-repeat: repeat-x;
display:block;
color:#FFFFFF;
font-weight:bold;
border:1px solid #c9c9c9;
font-size:12px;
height:32px;
text-decoration:none;
line-height:31px;
text-align:center;

}


a.buttons2:link, a.buttons2:active, a.buttons2:visited, a.buttons2:hover{

background-image:url(../images/button_hover.jpg);
background-repeat: repeat-x;
display:block;
color:#FFFFFF;
font-weight:bold;
border:1px solid #c9c9c9;
font-size:12px;
height:32px;
text-decoration:none;
line-height:31px;
text-align:center;

}