/* CSS Document */

body {
background-image: url(images/homenew_bg.jpg);
background-repeat: repeat-x;
background-color: #725f44;
}

.welcomebg {
background-image: url(images/homenew_welcomebg.jpg);
height: 194px;
width: 530px;
background-repeat: no-repeat;
background-position: top;
}

.featuredbg {
background-image: url(images/homenewnav_featuredbg.jpg);
background-repeat: no-repeat;
background-position: top;
height: 188px;
width: 250px;
}

.footerbg {
background-image: url(images/homenew_footerbg.jpg);
height: 56px;
width: 780px;
background-repeat: no-repeat;
background-position: top;
}

.welcometext {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: #FFFFFF;
}

.welcomepos {
margin-top: 5px;
margin-left: 169px;
}

.featuredtext {
font-family: Trajan Pro;
font-size: 11px;
color: #FFFFFF;
}

.picborder {
border-style: solid;
border-width: 1px;
border-color: #FFFFFF;
}

.featuredlabel1 {
font-family: Trajan Pro;
font-size: 11px;
color: #FFFFFF;
font-weight: 500;
}

.featuredpos {
margin-top: 10px;
}

.footertext {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #b9afa2;
}

a.footerlink {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #b9afa2;
text-decoration: underline;
}

a.footerlink:hover {
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #FFFFFF;
text-decoration: none;
}