@charset "UTF-8";
/* CSS Document */


body {
background-image: url(images/body_bg.gif);
background-repeat: no-repeat;
background-position: top;
padding: 0px;
margin: 0px auto;
text-align: center;
width: 100%;
position: relative;
font-family: futura, verdana;
font-size: 12px;
background-color: #e4e2c8;
line-height: 18px;
}

#header {
background-image: url(images/top_bg.png);
background-repeat:repeat-x;
background-position:left;
width: 100%;
height: 154px;
position: relative;
align: center;
text-align: center;
z-index: 2;
}

#footer {
width: 834px;
position: relative;
align: center;
text-align: center;
margin: 0px auto;
color: #91976c;
}

#nav {
width: 834px;
position: relative;
top: -39px;
text-align: center;
margin: 0px auto;
z-index: 3;
}


#container {
background-image: url(images/main_bg.png);
background-repeat: repeat-y;
background-position: top;
width: 834px;
position: relative;
top: -32px;
margin: 0px auto;
height: 100%;
text-align: left;
color: #605b4e;
z-index: 1;

}

#contentbottom {
background-image: url(images/main_bottom.png);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 100%;
position: relative;
top: -32px;
height: 23px;
padding-left: 2px;
}

#contentbottom_ie {
background-image: url(images/main_bottom.png);
background-repeat: no-repeat;
background-position: top;
text-align: center;
width: 834px;
position: relative;
top: -32px;
height: 23px;
padding: 0px;
}

#rightcontact {
text-align: left;
position: absolute;
top: 400px;
left: 592px;
z-index: 4;
margin: 0px;
padding: 0px;
width: 177px;
height: 370px;
min-height: 0px;
}

.header {
font-size: 16px;
font-weight: bold;
color: #91976c;
}

.quoteheader {
font-size: 14px;
font-weight: bold;
color: #91976c;
}

.subheader {
color: #b7a66d;
font-size: 13px;
font-weight: bold;
}

.quote {
color: #91976c;
font-size: 12px;
}

.quotesubtxt {
color: #000;
font-size: 14px;
}

.blacktxt {
color: #000;
font-size: 13px;
}

.formtxt {
color: #fff;
}

p {
margin: 0px;
}

a:link, a:active, a:visited {
font-size: 11px;
color: #91976c;
font-weight: bold;
text-decoration: none;
}

a:hover {
color: #605b4e;
}

a.nav:link, a.nav:active, a.nav:visited {
font-size: 10px;
color: #fff;
font-weight: bold;
text-decoration: none;
}

a.nav:hover {
color: #605b4e;
}

.form {
color: #000;
font-family: futura, arial;
font-size: 12px;
}

.submit {
height: 17px;
width: 75px;
font-weight: bold;
background-color: #e4e2c8;
font-size: 10px;
}

.submitlong {
height: 17px;
width: 125px;
font-weight: bold;
background-color: #e4e2c8;
font-size: 10px;
}

.message {
color: #CC0000;
}





